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,201 through 1,215 (of 3,489 total)
  • Author
    Posts
  • in reply to: Make Sidebar Fixed #64060

    Hi there,

    For to fixed the position sidebar when scrolling up and down. 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: How to remove page header? #64059

    Hi there,

    To remove the page title just login to your WP dashboard and go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .page .entry-title {
        display: none;
    }

    Thank you!

    in reply to: Mobile menu #64058

    Hi theodorparris

    Could you please clarify which icon for slider you are talking about?

    Thank you!

    in reply to: adjust column width #64057

    Login to your admin dashboard and go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    @media only screen and (min-width: 768px) {
        .site-header, #secondary, #page:before {
            width: 20%;
        }
        #content {
            width: 80%;
        }
    }

    Note: Change the digit value above to modify the width of the sidebar and main body.

    in reply to: We want Advertising Image URL to NOT open in new tab #64056

    Hi AMD,

    For this it need code customization. Just go to theme main directory > header.php file and go to the line no: 92 and remove target="_blank"
    We recommended you to customize the the code via child theme so that your changes won’t loss while updating the theme.

    Thank you!

    in reply to: stop hover text on images #64055

    Hi there,

    For this it needs code customization you need to hire a developer.

    Thank you!

    in reply to: Different backgrounds #64037

    Welcome anytime @rpgronin

    in reply to: infinite scroll in the category page ? #63958

    Hi there,

    For this 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: Different backgrounds #63957

    Hello,

    Login to your admin dashboard and go to Appearance > Customizer > Design Options > Custom CSS and paste the below custom CSS code to set the different background image for each page.

    .page-id-561 {
        background-image: url(add-full-image-url-here);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    Note: Add your the page id in above digit value 561 and add the full image url in add-full-image-url-here text above and for another page copy paste above code and repeat the same action to set different background image for another page.

    Thank you for using our theme.

    in reply to: Home Page on Mobile #63951

    Hello @lemonpath,

    If you are using wordpress.com, to disable mobile themes on your blog, go to Appearance > Mobile in your WP Admin dashboard and select No for Enable mobile theme option.

    Thank you!

    in reply to: Different backgrounds #63871

    Hi RPGronin,

    Are you trying to change the different background image for each page?

    Thank you!

    in reply to: I’ve Updated My Theme And All My Changes Are Gone! #63870

    Hi Michal,

    If you have not customize the theme main code then you are safe to update the theme to the newer version.
    Otherwise, backup your current active theme and update to the new version and replace the customize code.

    Thank you!

    in reply to: Demo content xml file #63869

    No worries @boneill81.
    If you have any problem do not hesitate to contact us.

    Thank you!

    in reply to: Can i move a theme I've built? #63866

    Hi there,

    you can just export/import all the content and settings via tools and some plugins or you can also clone the database by the help of some plugins.

    Thank you!

    in reply to: Mobile menu #63863

    Hi there,

    Please try clearing all the cache server cache, browser cache, CDN cache and site cache.

    Thank you!

Viewing 15 posts - 1,201 through 1,215 (of 3,489 total)