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,456 through 1,470 (of 3,489 total)
  • Author
    Posts
  • in reply to: Search form as index (or archive) #60274

    Hi there,

    Just remove the function foliopress_layout_primary(); in search.php and add below line of code
    <div id="primary" class="col-lg-12 content-area"> this will make your content area to full-width.

    Thank you!

    in reply to: FRONT PAGE: Product Tabs Widget Issue #60273

    Hi,

    Please follow this video tutorial to add the widget into the sidebar.
    If you are having a problem on saving any updates than deactivating all the plugins one by one it may be the plugin conflict.

    Thank you!

    in reply to: Optimizing the navigation #60270

    Hello,

    1. You can add some widgets on sidebar to look same like our demo. For social profiles you have to use navigation menu widget and select the social profiles menu. To create a social profiles menu just see this instruction.

    2. Sorry you can not show both site title/description and logo at the same time. what you can do is just add the site title/description into your logo and set that logo.

    3. Add below Custom CSS code in Appearance > Customize > Additional CSS to reduce the logo size on mobile devices.

    @media only screen and (max-width: 767px) {
        #site-logo {
            width: 27px;
        }
    }

    Thank you for using our theme.

    in reply to: Right sidebar has disappeared #60269

    Sorry! We are seeing right sidebar on those pages. Can you check once again?

    in reply to: Right sidebar has disappeared #60268

    Sorry! Sidebar displays on that page as well.

    in reply to: Site Hacked? #60230

    Yes updating all the themes, plugins and WP will reduce hacking issue.
    Thanks Soulblu.seo for sharing.

    in reply to: Modify post excerpt #60227

    Welcome @eric1

    in reply to: Main Menu #60226

    Hi,

    Can you please clarify which space you are trying to reduce? Are you talking about the each menu item space?

    Thank you!

    in reply to: Ad banner #60225

    Hi,

    We can provide you the custom CSS code to make the header add space bigger but it will make your site title/logo space smaller.
    And for the add slider it needs code customization you need to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: Logo #60224

    Hi there,

    Can you please provide us the site Url? So that we can provide you the Custom CSS code based under your site requirement.

    Thank you!

    in reply to: home page duplicate post #60223

    @webpaje Yes you need to set unique categories for the individual sections, then change the options banner/feature post 1 and 2 to only show selected categories.

    Thank you!

    in reply to: Right sidebar has disappeared #60222

    Hello Philippe,

    We are looking for the exact page Url where the right sidebar has disappear.
    The page you shared has a right sidebar.

    Thank you!

    in reply to: Right sidebar has disappeared #60198

    Hi Philippe,

    Sorry! We have not update the theme that disappear right sidebar.
    Can you please share us the site Url where you have the right sidebar before.

    Thank you!

    in reply to: Header problems #60197

    Hi @aoftrips

    To hide the Header Feature Post just go to Appearance > Customize > Header Featured Posts and check the Hide Header Featured Posts option to hide it.

    And to hide the Header Banner Slider just go to Appearance > Customize > Banner > Featured Slider and check the Hide Featured Slider option to hide it.

    Thank you for using our theme.

    in reply to: Modify post excerpt #60196

    Hi @eric1

    To pop on the post title instead of seeing all text when mouse over just use below custom CSS code:

    .has-post-thumbnail:not(.format-quote) .entry-wrap .entry-main {
    	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!

Viewing 15 posts - 1,456 through 1,470 (of 3,489 total)