Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi @tanyaburr18
Seems like you have activate the different theme which is not developed by us.
Please contact to the main author of the theme that you have activate into your site.Thank you!
Theme Horse Support Team
KeymasterHi @tanyaburr18
Which plugins you are talking about? Also seems like you have activate the different theme which is not developed by us.
Thank you!
Theme Horse Support Team
KeymasterHi @bert-megens
Login to your WP Dashboard and go to Appearance > Theme Editor and click on Theme Header (header.php) where you can find from the right side of the editor and go to line no:95 you will find below line of code:
<div class="page-single-featured-image" style="background-image:url('<?php echo esc_url( get_the_post_thumbnail_url() ) ?>');"></div>
replace above code with below one:
<figure class="page-single-featured-image-custom"><?php the_post_thumbnail(); ?></figure>
then click on Update file button.
After that again go to Appearance > Customize > Additional CSS and paste below custom css code to make image 100% width across the screen size:
.page-single-featured-image-custom img { width: 100%; }
Thank you!
Theme Horse Support Team
KeymasterHi there,
Sorry there is no any screenshots images that we can see.
By the way our themes are fully responsive to any smaller devices.
Can you please share us you site Url? So that we can see your site in small devices for a quick responsive check.Thank you!
Theme Horse Support Team
KeymasterHi there,
Our theme is fully responsive to any smaller devices.
Can you please share us you site Url? So that we can see your site in small devices for a quick responsive check.Thank you!
Theme Horse Support Team
KeymasterHi there,
Sorry! This feature is not available in the free version. For this you have to upgrade to the premium version of the theme where you can set menu fixed when scrolling as well as get lots of feature you will enjoy.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Nice to hear that you fix the problem.
If you have any problem do not hesitate to contact us.Thank you!
Theme Horse Support Team
KeymasterHi there,
We have not included the demo data for FolioPress theme because it works with normal WP Posts and Posts Featured Images.
There are no complicated settings and difficulties in the theme as this theme’s appearance works on WP default posts and posts featured images.
Also here is the easy full documentation as well.If you have any problem setting up your site please let us know.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Yes pro version have an option for Google ads code.
No we do not limit domains you can use the theme into multiple sites.Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @dienmaythuanhieu-com
Theme Horse Support Team
KeymasterWelcome anytime @amitmozar
Theme Horse Support Team
KeymasterWelcome anytime @sheik-ahamath
Theme Horse Support Team
KeymasterHi there,
We have replied you via social profiles related to this bug.
Thank you!
February 5, 2021 at 6:44 am in reply to: Option to not display Featured Image on select Posts #86076Theme Horse Support Team
KeymasterHi Jim,
For not to display the Featured Image on specific posts you have to add custom CSS.
Just go to Appearance > Customize > Additional CSS and paste the below custom CSS code:.single-post .post-xxx .post-featured-image { display: none; }
Note: Replace the above
xxx
text above with post id number of specific post.Thank you!
-
AuthorPosts