Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi raphaelle,
We don’t have this feature. You need code customisation 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
Thank you!
September 15, 2014 at 6:12 am in reply to: Remove slider and slogan from blog page (but not home page) #16001Theme Horse Support Team
KeymasterHi jumponline,
Could you provide you temporary username and password at [email protected] with this forum url and also your site url.Thank you!
Theme Horse Support Team
KeymasterHi Katherine,
I just fixed the issue for gallery. I just uploaded only 3 images. Just check it.
To add images on the left hand side of dashboard goto Galleries -> add new item
Set the image to featured as i have done for other.
Then it will work
Thank you!September 15, 2014 at 5:52 am in reply to: Over the conditions for prohibition "require_once" in functions.php #15996Theme Horse Support Team
KeymasterHi Pavel,
Just create a childtheme and create just a functions.php file only. First you need to unhook the functions and then only hook it.
for example to unhook functions
unhook functions // Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action('interface_init', 'interface_load_files', 15); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header add_action( 'interface_init', 'interface_child_init', 15); function interface_child_init() { /** * interface_add_files hook * * Adding other addtional files if needed. */ do_action( 'interface_add_files' ); /** Load functions */ require_once( INTERFACE_FUNCTIONS_DIR . '/i18n.php' ); require_once( INTERFACE_FUNCTIONS_DIR . '/custom-header.php' ); require_once( INTERFACE_FUNCTIONS_DIR . '/functions.php' ); require_once( INTERFACE_FUNCTIONS_DIR . '/custom-style.php' ); require_once( INTERFACE_ADMIN_DIR . '/interface-themedefaults-value.php' ); require_once( INTERFACE_ADMIN_DIR . '/theme-option.php' ); require_once( INTERFACE_ADMIN_DIR . '/interface-metaboxes.php' ); require_once( INTERFACE_ADMIN_DIR . '/interface-custom-post-types.php' ); /** Load Shortcodes */ require_once( INTERFACE_SHORTCODES_DIR . '/interface-shortcodes.php' ); /** Load Structure */ require_once( INTERFACE_STRUCTURE_DIR . '/searchform-extensions.php' ); require_once( INTERFACE_STRUCTURE_DIR . '/sidebar-extensions.php' ); require_once( INTERFACE_STRUCTURE_DIR . '/footer-extensions.php' ); require_once( INTERFACE_STRUCTURE_DIR . '/content-extensions.php' ); /** Load Widgets and Widgetized Area */ require_once( INTERFACE_WIDGETS_DIR . '/interface_widgets.php' ); /** Fuction to help install the plugin from within the theme */ require_once( INTERFACE_FUNCTIONS_DIR . '/class-tgm-plugin-activation.php' ); require_once( INTERFACE_FUNCTIONS_DIR . '/activate-plugin.php' ); }Hope this may help you
Thank you!
Theme Horse Support Team
KeymasterHi doug,
This is not the theme issue. It is server issue. So you may contact to the server provider to increase the upload memory size.Just try this plugin before contacting to server provider
https://wordpress.org/plugins/increase-upload-max-filesize/
https://wordpress.org/plugins/pbp-increase-upload-limit/or you may add this code inside wp-config.php
define('WP_MEMORY_LIMIT', '64M');or
view this url for more information
http://premium.wpmudev.org/blog/increase-maximum-upload-limit-wordpress/September 15, 2014 at 5:26 am in reply to: Remove slider and slogan from blog page (but not home page) #15994Theme Horse Support Team
KeymasterHi Jumponline,
Could you please specify the site url ?
Just go to the dashboard -> setting -> reading -> choose the static page.
View this url
http://awesomescreenshot.com/0493hida55So that you will not have slogan in blog page but slogan in home page.
Create a page name blog and at the right side there is template. Choose any template (blog image large, blog image medium and blog full content) to display in your style.
Thank you!
Theme Horse Support Team
KeymasterHI all,
please download the latest version of our theme. We have fixed the issue.
Thank you!
September 12, 2014 at 5:55 am in reply to: Revolution Slider only display "fade animation" on Chrome #15869Theme Horse Support Team
KeymasterYou welcome Yasushi
Thank you!
Theme Horse Support Team
KeymasterHi SMW,
If you have not changed anything in our code then you are safe to update the theme. Just deactivate the old theme file and then delete it from the list. Now upload the latest version and activate it.
Thank you!
September 12, 2014 at 5:49 am in reply to: Responsive design? Navigation menu is missing on iphone/ipad. #15867Theme Horse Support Team
KeymasterHi lacwebsites,
It seems that you have changed the CSS code for site-title a img. Also We have found there is lots of custom CSS please remove those unwanted CSS.
And for the navigation button just deactivate all the plugins you have installed and check it. There may be some plugin conflict.Thank you!
Theme Horse Support Team
KeymasterOk that’s great joern.
Thank you!
Theme Horse Support Team
KeymasterHi Mike,
We are sorry for that we don’t have such feature.
Thank you!
Theme Horse Support Team
KeymasterHi vshart,
We don’t have this feature in our free version of theme. This feature is only available in pro version.
Thank you!
Theme Horse Support Team
KeymasterHi drbaldwinchan,
We have designed our theme this way. You need code customisation for it. The file is inside the interface -> inc -> structure -> header-extension.php
From here you can change the code but 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!
Theme Horse Support Team
KeymasterHi drbaldwinchan,
You may use our custom css from dashboard -> appearance -> theme options -> design options -> custom css .
From here you may change the css.
Thank you!
-
AuthorPosts
