badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,266 through 2,280 (of 3,476 total)
  • Author
    Posts
  • in reply to: Cannot donload – link works wron #46707

    Great! 🙂

    in reply to: Only display header image on home page #46621

    Hi ruth elizabeth smith,

    To hide the header image in all pages apart from the home page Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .page .header-image {
       display: none;
    }
    .home .header-image {
       display: block;
    }

    Thank you!

    in reply to: Newest blog post not appearing on the blog digest page. #46620

    Hi Lisa,

    Could you please check deactivating all the plugins one by one that you have activated in your site.
    It may be plugin conflict.

    Thank you!

    Hi Afan,

    You have to manually update the theme to the latest version. So Please login to our site with the same username that you have purchase the theme and you will redirected to your account page where you can see the download section to download the latest version of the theme and update the theme manually, If you have customize the theme main code please backup the current version that you are using in your site before updating to the latest version.

    Thank you!

    in reply to: Changing hyperlinks behaviour #46618

    Hi Boni,

    To change the link color login to your WordPress admin site and go to the Appearance > Theme Options > Design Options > Color Options > Color Skin > where you can change the Link of the Color.

    And to add the underline please clarify in which section link you need to add underline?

    Thank you!

    in reply to: How to remove this gray line… #46617

    Hi Cassandra,

    Can you clarify which line you are talking about? So that we can provide you a custom CSS code to remove those line.

    Thank you!

    in reply to: Slider Fly-In Text & Images Like Demo #46616

    Hi Dawn,

    For the slider same like our demo you have to purchase the single license of Revolution Slider Plugin here.

    Thank you!

    in reply to: Change Home Page Featured Post/Page Slider Text #46541

    Hi Jim,

    You can use Image Slider where you can add title, link, content and Image of your choice.

    Thank you!

    Hi Sukriti,

    First thank you for using our theme.
    You will have the both feature in the premium version of WP Portfolio theme which will be release very soon.
    For now to change the hyperlinks color go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    a,
    .main-navigation a,
    .entry-title, .entry-title a,
    .widget ul li a,
    .site-info .copyright a {
        color: #333;
    }

    Please edit above HEX color code #333 to your own HEX color code.

    And for to hide the excerpts add below CSS code too in custom CSS option.

    .post-main .post p {
        display: none;
    }

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/wp-portfolio
    We really appreciate your rating.

    Thank you for using our theme.

    in reply to: Update Attitude theme failed #46539

    Hi Taryl,

    You are using Attitude Pro not a free version. So you have to download the theme from your account by logging into our site.
    After downloading the theme you have to update it manually first activate the different theme and delete the old version of Attitude Pro and upload/install the latest version that you have download from our site.

    Thank you!

    in reply to: Updating Attitude Pro #46494

    @dinobuffagni We have fixed that issue and already updated the theme last year.
    Please login to your site with the same username that you have purchased the theme before and download the theme from your account page. If you have not access to download the theme file then it may be of subscription expired So, renew you subscription to access the theme file and update the theme.

    Thank you!

    in reply to: Change Home Page Featured Post/Page Slider Text #46493

    Hi Jim,

    To shortened the post/page title in slider go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .featured-text .featured-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    Thank you for using our theme.

    in reply to: How to change my own font at widget-title ? #46435

    Hi Chaimongkol,

    To change the font family of your own for widget-title. First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
    and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
    Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .widget-title {
        font-family: "Philosopher",sans-serif;
    }

    Change above font family Philosopher with the one you have integrate as mentioned above.

    Thank you!

    in reply to: Deactivate Menu Links #46434

    You are always welcome. 🙂

    @inxs73 Please send you email here

    Thank you!

Viewing 15 posts - 2,266 through 2,280 (of 3,476 total)