Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi
In this Theme we have designed and developed in different way. This theme is designed in a grid Layout so fit the grid layout on template, the Images are used as a background so it get covered and fit to the parent Frame size.
and since the images you have used are not of same size so the above solution for you won’t work if you see on MagCast Theme the image rendered are not equal and same size and these are different in these theme.If you don’t want to make the image get cover and also want to show full image within the frame size without crop then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Code.
.post-img-wrap:before, .page-single-img-wrap:before { padding-top: 56%; } .post-img-wrap .post-img, .page-single-img-wrap .post-img { background-size: contain; background-position: top center; } .post-boxed.inlined .post-img-wrap, .page-single-img-wrap { background-color: #ffffff; }
Thanks
Theme Horse Support TeamKeymasterWelcome harun,
Please let us know if you have any other queries regarding the Theme.
Thanks
Theme Horse Support TeamKeymasterWelcome JAMES QUIGLEY,
Please let us know if you have any other queries.
Thanks
Theme Horse Support TeamKeymasterHi tiburcioroberto,
please go to Theme Directory > template-parts > content.php’. On line no: 93 you will find the below code.
}
You can paste your code on the same line just before the above mentioned code ‘}’. Make sure the mentioned code ‘}’ (curly braces) should not be missed at the end.
Theme Horse Support TeamKeymasterHi codechang,
You can add the Custom Text and Html code on footer info bar from ‘Appearance > Customize > Footer’. You can add your text or Html code on ‘Edit Footer Info’ Text Field.
Or if you want to add the Text on Footer Widget Area then you can assign the widget ‘Widget Text’ on Footer Widget Column’ from ‘Appearance > Customize > Widget > (choose any column you want and assign Widget Text)
Thanks
Theme Horse Support TeamKeymasterWelcome Jack3,
Please let us know if you have any other queries regarding the Theme.
Thanks
July 20, 2021 at 9:04 am in reply to: Is there a way of increasing the main paragraph and title font sizes? #90635Theme Horse Support TeamKeymasterHi jack3,
If you are using WordPress 5+ version then you can use the block feature of WordPress and use the Paragraph Block through which you can easily increase the font size of paragraphs to any desirable sizes. Even you can set different font sizes for different paragraphs.
But if you are using WordPress below 5 Version then you can only increase the font size of content which you can find on our Theme Options on customizer. (it will change the content font size of your entire Site).
Still to change the font Size of content for only Page/post Single page then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code..page-template-default .site-main .page, .page-template-default .site-main .hentry, .post-template-default .site-main .post, .post-template-default .site-main .hentry { font-size: 17px; }
Thanks
Theme Horse Support TeamKeymasterHi giusy-17,
The Theme you are is not developed by us. Please Contact to the respective Theme Author.
Thanks
July 18, 2021 at 4:39 pm in reply to: WP Bakery – Image Grid and Image Gallery not working on page #90545Theme Horse Support TeamKeymasterHi Patric,
Could you please share us your Site URL to the exact page that having issue so that we check about the issue.
Thanks
Theme Horse Support TeamKeymasterHi Madan Prasad,
The above mentioned code was for the specific Images size.
The layout for your images are working accordingly that we designed. The images will get covered and fit according to the template layout. Please let us know what made you feel that the images are not working perfect.Thanks
Theme Horse Support TeamKeymasterHi harun,
Could please provide us your Site URL. We will provide you the custom CSS code to hide ‘You May Missed’ section on the pages that you have mentioned.
Thanks
Theme Horse Support TeamKeymasterHi harun,
To hide the Banner Slider on mobile View then please go to
'Appearance > Customizer > Additional CSS'
and paste the below Custom CSS code.@media (max-width: 575px) { .featured-section .featured-slider { display: none; } }
To make the Slider Posts only 3 then you can show the post through category where you can assign only desired 3 posts.
Note: If you are using the High resolution images in your site then you can use the use the compressed images having the same quality of images. There are various application and Websites where you can compress the images size without loosing the quality of images. We recommend you to use Compressor.io. From it you can compress the images without loosing quality. It will definitely helps to reduce the Page load time.
Theme Horse Support TeamKeymasterYes you have to manually edit the video as HTML through ‘edit as HTML’ option as should wrap the iframe that you get on video element because the classic editor has not control for video to resize the video size or you have to add the video of smaller in size.
If you don’t want to work it manually every time then it’s better to upgrade the WordPress to latest version where you can edit the page content through block features and you can easily add videos that automatically responsibly.Thanks
July 18, 2021 at 3:49 pm in reply to: breaking news and top stories stop working when I change the home page #90539Theme Horse Support TeamKeymasterIt rakesh.chand.rickky,
Could you please share us your Site URL so that we can check about the issue that you are facing. Without that if won’t be able to provide you the exact solution to your problem.
Thanks
Theme Horse Support TeamKeymasterHi 100offdeal,
Our Theme is already developed with SEO Friendly Coding. Could you please explain us why H3 heading bad for SEO Optimization. For the remarkable SEO Coding we have made widget’s title heading tags dynamic. It means the heading tag changes according to the Pages template. Example the widget’s title tag will be ‘H2’ on Front Page Template content area, ‘H3’ on sidebar widget area/also on inner pages widget area. As the H2 will have higher priority than H3 or H6 but it doesn’t mean ‘H1’ have strong priority so we can use all over the page. According to SEO Friendly Coding H1 shouldn’t use more than one time on a single page.
Still if you need to change the Widget Title to H5 or H6 then let us know we will provide you the Code to change them.
Thanks
-
AuthorPosts