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,501 through 1,515 (of 5,207 total)
  • Author
    Posts
  • in reply to: Post won't show, neither will changes to menu #49229

    Hi rnieu,
    Could you please provide your site link so that it will be more easy to help you.
    1. New posts don’t display.
    -> Go to dashboard -> appearance -> Advance Options -> Homepage Blog Category and select --Disabled-- options to display latest post. Selected category here will only be displayed on your site.
    2. Changes to menu don’t respond except on homepage.
    -> Can you clarify it a bit more. We didnot get exactly what are you trying to say.
    3. This message appears under customize: Non-existent changeset UUID.
    -> Did you made any code customization in theme. We don’t have such message added in our theme. So it might be coming from some external plugins too.

    Thank you

    in reply to: Random Posts #49228

    Hi Rafael D,

    WordPress default feature is its latest post. So you post will be displayed in latest post by default. If you like to add random post then it needs code customization. You can get reference from below link.
    https://codex.wordpress.org/Template_Tags/get_posts

    If you are not able to fix it then you need to hire a developer to add that feature in theme because its a complete new feature to be added in the theme.

    Thank you

    in reply to: Test results : Ambition Pro Version 1.0.6 #49206

    Hi Jens,

    You welcome

    Thank you

    in reply to: Weird display second-level menus (pro) #49205

    Hi jeanlucgarnier,

    It may be coming from plugins. Please deactivate the plugin which integrate bootstrap css

    Thank you

    in reply to: Import logo question #49197

    Hi Ciubotaru,
    You can add logo easily from Appearance -> Customize -> Design Options -> Custom Header and upload your png image logo.
    Thank you

    in reply to: Major Problem styling all lost #49161

    Hi Michael,

    It seems that you may have customized the theme main style.css file directly rather than using custom css options. You can add your Custom CSS (styles) in Appearance -> Customize -> Additional CSS and paste your custom css code.

    So that if you activate the pro version your customized code will not lost. We always recommended not to customize the code or if you customize the code then while updating to new version or upgrading to pro version all your customized code will be lost. So better create a child theme if code customization is required.

    Also the theme CSS validation code error that you have provide above is not actual an error since the validator system is validating with the same old system and need to update to a latest version of CSS.

    Thank you!

    in reply to: Remove the "Continue Reading" link #49154

    You welcome Michael

    Thank you

    in reply to: Featured Slider Options #49153

    Hi pluto.x,
    Featured Slider Post ID # 1 is your post id. To view your post id click on your post. At the top of the post in Url you can a numeric value. That is the post id. You will see in this formatwp-admin/post.php?post=1873&action=edit where your post id is 1873.
    Thank you

    in reply to: Cant see my customize page #49146

    Hi dima.08.11,
    Could you please Email Us your temporary username and password with your Website Link. We will try to fix your problem.

    Thank you!

    in reply to: Remove the "Continue Reading" link #49145

    Hi Michael,
    Go to Appearance -> Additional CSS and paste the following CSS

    a.readmore {
      display:none;
    }

    Thank you

    in reply to: Adding a second sidebar for posts #49144

    Hi Rafael D,

    This feature is not available in our theme. You need code customization for it.
    You may try some plugins which may solve your issue.
    Simple Page Sidebars

    Thank you!

    in reply to: Cant see my customize page #49053

    Hi dima.08.11,
    Did you made any code customization in the theme? If you have disabled all plugins and if there is no any customized code in the theme then delete interface theme from your dashboard and install a fresh interface wordpress theme
    Thank you

    in reply to: Featured image slider: how to remove short description #1 #49013

    You welcome lonneke.

    Thank you

    in reply to: Blog image size on homepage #49004

    Hi Markus,

    If you like to display blog image medium on Home page then create a blog page and set to to blog image medium template.
    Go to dashboard -> setting -> reading and choose static page. Select blog page from the dropdown and leave blank to post page.
    By default post page is Blog image large. If you like to display post page in Blog image medium then code customization is required. In line no 140 you will find below code
    $image .= get_the_post_thumbnail( $post->ID, 'featured', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>'; replace it with
    $image .= get_the_post_thumbnail( $post->ID, 'featured-medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';

    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes
    Thank you

    in reply to: Featured image slider: how to remove short description #1 #49003

    Hi lonneke,

    No this is the custom css.
    In the dashboard. Go to Appearance->Customize/Theme Options->Design Options->Custom CSS input field.

    .featured-text .featured-content {
        display: none;
    }

    Click on Save All Changes.
    This is a pro related questions so for the next time please post your topic on Interface Pro forum.
    Thank you!

Viewing 15 posts - 1,501 through 1,515 (of 5,207 total)