badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 3,477 total)
  • Author
    Posts
  • in reply to: FolioPress will support Multiple Gallery #59552

    Hi 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.

    in reply to: Problems with home page pagination #59551

    Hi,

    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!

    in reply to: Pages instead of Post #59550

    Hi 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!

    in reply to: Modify post excerpt #59549

    Hello,

    You are welcome anytime.
    If you have any problem than do not hesitate to contact us.

    Thank you for using our theme.

    in reply to: Responsive on WP Portfolio #59548

    Hi 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.

    in reply to: Homepage layout #59525

    Hi 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!

    in reply to: Error come up whenever I try to enter Setting Theme #59524

    Hi there,

    Sorry, Internal Server Error is the server error.
    You need to contact to your hosting provider about this issue.

    Thank you!

    in reply to: video youtube does not load in head midia #59523

    Hi 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!

    in reply to: Responsive on WP Portfolio #59522

    Hi 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!

    in reply to: Wrong mobile positioning #59521

    Hi there,

    Great that you solved it. If you have any problem than do not hesitate to contact us.

    Thank you for using our theme.

    in reply to: Modify post excerpt #59520

    Hi,

    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.

    in reply to: Remove the bar #59466

    Hi,

    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.

    in reply to: Remove the bar #59463

    Hi there,

    Can you please provide us your site Url? So that we can see the bar and help you remove the bar.

    Thank you!

    in reply to: Customising Post elements #59462

    Hi 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.

    in reply to: Update widget css #59433

    Hi 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.

Viewing 15 posts - 1,516 through 1,530 (of 3,477 total)