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,081 through 1,095 (of 5,207 total)
  • Author
    Posts
  • in reply to: Search BOX #52988

    You welcome Sergio

    Thank You!

    in reply to: Menu #52987

    Hi Melisa,

    You can create a custom menu from dashboard -> appearance -> menus and add custom links. Try using # sign in Url section while adding menu. So that it will not take to you anywhere and will stop you going directly to a page.

    Thank you!

    in reply to: How to remove Page Title Wrap #52986

    You welcome

    Thank You!

    in reply to: Blog Page Layout Options #52985

    Hi Sheena Bell,

    This feature is not available in our theme. It needs code customization. You need to hire a developer as this is completely a new feature to be added in the theme.

    Thank you!

    in reply to: Logo #52973

    That’s great Rick

    Thank you!

    in reply to: How to remove Page Title Wrap #52972

    Hi mail5,
    Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        display: none;
    }

    Thank you!

    in reply to: Version 3.0.3 Problems #52967

    Hi andrewjparris,

    Did you made any code changes in themes? We have have changed some layout and nav menu design. If you have not made any changes in the code then the sidebar shouldnot dropped. There might be some cache. Just we have visited to your site and you are still back to old version. So could you please update to new version and let us know. We will look what’s the issue is on your site from our end.

    Thank you!

    in reply to: Titles are visible in my grid, instead of the images #52965

    Yes sure. Provide us screenshot. To display image you can add featured image from your post.

    Thank you!

    in reply to: Is there an official date for magcast pro? #52964

    Hi Happyeungin,

    Can you clarify what kind of author widget are you talking about?

    Thank you!

    in reply to: Page Top 2 Buttons #52945

    back to top bottom is by default from our site which is at right side. If you have some long content/product list then that button will be displayed automatically. If you like to hide it then you can add

    .back-to-top {
        display: none !important;
    }

    code which hides back to top button. I think now your problem is solved.

    Thank you!

    in reply to: Page Top 2 Buttons #52940

    Hi

    The right side button is from our theme but the left button is not from us. Its from plugins.

    Remove this code from customizer

    .back-to-top {
        display: none !important;
    }

    and add only

    div#sprd-back-to-top {
        display: none;
    }

    Thank you!

    in reply to: MENU TOGGLE BUTTON #52939

    Hi
    While viewing your source page the above script is not loaded means you did something wrong. You have customized the code so we can’t help you with it. Please reinstall a fresh copy of Wp Portfolio theme and activate it and everything will be seems ok. So that you can change it manually.

    Make a backup of your customized code before installing fresh theme.

    Thank You!

    in reply to: Problem woth slider and custom post (plugin CPT UI) #52938

    Hi julie.dubois,

    Yes custom post will not work on posts sliders. We are not allowed to create custom post type in theme and havenot implemented in in our slider. To display custom posts on slider its a completely new features which you need to hire a developer to fix it.

    Thank you!

    in reply to: Page Top 2 Buttons #52928

    Its not working because you have added that css code inside comment
    /* Click the help icon above to learn more. */ You need to add after that comment text.
    Check this to view screenshot

    Also you can try previous provided custom css too.

    Thank you!

    in reply to: Page Top 2 Buttons #52914

    Remove previous code and add this new code

    div#sprd-back-to-top {
        display: none;
    }

    Thank you!

Viewing 15 posts - 1,081 through 1,095 (of 5,207 total)