Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterhi boricua_y_moreno,
Just go to any page or post, and edit it. at the top there is slider options, click on discussion and comments. after doing this a comment box appear at the below of the page (editor)uncheck both of it and click on save / update. Then your comments section will be removed form particular page.
To remove the html below the homepage comments area just add this css inside theme options -> design options -> custom css
.form-allowed-tags { display:none; }
Thank you!
Theme Horse Support Team
KeymasterHi boricua_y_moreno,
We have this options inside dashboard -> appearance -> theme options -> design options -> site layout optionsSelect the wide layout.
Thank you!Theme Horse Support Team
KeymasterHi Emi,
If you want to set the blog page in blog large image template then select the template in blog image large from you page. Then it will display blog image large.
To select the sidebar go to the Dashboard -> Appearance-> Theme – Options -> design options -> default layout options.
Check here is your sidebar is right or left. Its right sidebar by default. After selecting it you can see the effect of left , right sidebar.Hope this may help you
Thank you!Theme Horse Support Team
Keymasterok That’s great Mario
Thank you!Theme Horse Support Team
KeymasterHi Grafixer,
We have designed our theme this way. So you need code customization for it. 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
The file is inside the clean retina pro -> library -> structure -> footer-extension.php
remove it
add_action( 'cleanretina_footer', 'cleanretina_socialnetworks', 20 );
add this
//add_action( 'cleanretina_footer', 'cleanretina_socialnetworks', 20 );
Then after it your footer social link will not be displayed.Thank you!
Theme Horse Support Team
KeymasterHi arshi4you.
I think your old template is not compatible with our interface theme. Just install the fresh word press and add the theme interface in your dashboard.
and you can use our theme.
Thank you!Theme Horse Support Team
KeymasterHi amy,
this feature is not available in free version.You need code customization for it.Thank you!
Theme Horse Support Team
KeymasterOk that’s great hallofriend
Thank you!
Theme Horse Support Team
KeymasterHi Jennifer,
We are sorry for this. We don’t have this feature in our theme. The feature is only available as you see in our demo site. You can hide or show it from the admin section, For other changes you need code customization for it or hire a developer to fix the issue.
Thank you!Theme Horse Support Team
KeymasterHi Thomas,
We have zipped packed the revolution slider. If there is any new updates on revolution slider then only we will provide and also if there is some big issue.We have just provided the revolution slider but we can give the support of it. You may just contact to the Revolution slider forum.Thank you!
Theme Horse Support Team
Keymasterhi green187,
I will give you a short example how to unhook it. just follow the steps. Its unhook for page 404.phpunhook functions // Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'interface_404_content', 'interface_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header add_action( 'interface_404_content', 'interface_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function interface_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'attitude' ); ?></a></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }
Thank you!
Theme Horse Support Team
KeymasterHi green187,
Could you provide the site URL too and also provide the temporary username and password at [email protected], we will look over it.Thank You!
Theme Horse Support Team
KeymasterHi Shana,
You just create Our team page and at the right side there is template and assign a template name our team page template then update / publish it.After doing this drag and drop our team widgets to the our team page section and this works for you
Thank you!Theme Horse Support Team
KeymasterHi Kathleen,
You may use seo plugins to add meta description
https://yoast.com/wordpress/plugins/This may help you
Thank you!Theme Horse Support Team
KeymasterOk that’s great Shana
Thank you! -
AuthorPosts