Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Serigo,
You can try using gallery plugins such as Nextgen gallery. If you have any problem using any of the gallery plugin with FolioPress theme than please let us know.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi,
Please set the blog post low in number. Go to Appearance > Settings > Reading > Blog pages show at most and set the blog post low in number. Also please clarify what do you mean by not showing the right sidebar.
Thank you!
Theme Horse Support Team
KeymasterHi Ignacio,
Sorry! You can not link it to pages. However, what you can do is just add the page link into you the content.
Thank you!
Theme Horse Support Team
KeymasterHello,
You are welcome anytime.
If you have any problem than do not hesitate to contact us.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Ignacio,
Great that you solved your problem.
If you have any problem than do not hesitate to contact us.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi there,
here is the step by step instruction to setup the homepage same like demo. If you have any problem setting up then please let us know.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Sorry, Internal Server Error is the server error.
You need to contact to your hosting provider about this issue.Thank you!
Theme Horse Support Team
KeymasterHi there,
Sorry! Video is loading on smartphone without any issue.
May your phone browser block the video. Please see the settings or check again from another smartphone.Thank you!
Theme Horse Support Team
KeymasterHi Ignacio ,
Sorry! While viewing your site pages (about and contact) on mobile device we could not find the image that looks half cut. Please can you check it one more time or share the screenshot.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Great that you solved it. If you have any problem than do not hesitate to contact us.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi,
Go to Appearance > Customize > Additional CSS and paste below custom CSS code to make the desktop view look like the mobile view.
.has-post-thumbnail:not(.format-quote) .entry-wrap .entry-main { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); top: inherit; padding: 30px 15px 15px; background: transparent; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.8)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.8)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.8)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4)); } .has-post-thumbnail:not(.format-quote) .entry-wrap .entry-main p { display: none; } .has-post-thumbnail .entry-wrap .entry-main .entry-title { margin-bottom: 0; text-shadow: 0 1px 2px rgba(0,0,0,0.5); color: #fff; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi,
Just go to Appearance > Customize > Additional CSS then paste the below custom CSS code to remove the bar from the site title.
#site-title a:after { content: normal; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi there,
Can you please provide us your site Url? So that we can see the bar and help you remove the bar.
Thank you!
Theme Horse Support Team
KeymasterHi Yiannos,
You have to add below custom CSS code to hide the meta elements from the post single page. Just go to Appearance > Customize > Additional CSS then paste the below CSS code and click on save button
.single .entry-meta .author, .single .entry-meta .categories, .single .entry-meta .comments { display: none; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Eddie,
Please use custom HTML widget instead of video widget and wrap your iframe code with the below one:
<div class"container"> <div class="embed-responsive embed-responsive-16by9"> <!-- youtube embed code goes here --> </div> </div>
As we have used Bootstrap framework you can also see this bootstrap doc to choose the related aspect ratios as per you need.
And for any other section you have to wrap your content with below one:
<div class"container"> <!-- your content code goes here --> </div>
Also why you are using another slider? You can use our built-in slider for you site. which is fluid and looks great for the site like yours.
Thank you for using our theme.
-
AuthorPosts