Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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_postsIf 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
Theme Horse Support Team
KeymasterHi Jens,
You welcome
Thank you
Theme Horse Support Team
KeymasterHi jeanlucgarnier,
It may be coming from plugins. Please deactivate the plugin which integrate bootstrap css
Thank you
Theme Horse Support Team
KeymasterHi Ciubotaru,
You can add logo easily from Appearance -> Customize -> Design Options -> Custom Header and upload your png image logo.
Thank youTheme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterYou welcome Michael
Thank you
Theme Horse Support Team
KeymasterHi 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 is1873
.
Thank youTheme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi Michael,
Go to Appearance -> Additional CSS and paste the following CSSa.readmore { display:none; }
Thank you
Theme Horse Support Team
KeymasterHi 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 SidebarsThank you!
Theme Horse Support Team
KeymasterHi 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 youJanuary 4, 2017 at 10:38 am in reply to: Featured image slider: how to remove short description #1 #49013Theme Horse Support Team
KeymasterYou welcome lonneke.
Thank you
Theme Horse Support Team
KeymasterHi 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 youJanuary 4, 2017 at 4:42 am in reply to: Featured image slider: how to remove short description #1 #49003Theme Horse Support Team
KeymasterHi 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! -
AuthorPosts