Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Marguerite,
Whatever you have changed in the code all will be lost. You need to fix it what you have changed on file again, if you update the latest version.
Thank youTheme Horse Support Team
KeymasterHi TheTwister,
Recently we haven’t worked on it yet. Many thanks for your suggestion. We will think about it in our upcommig version.
Thank youTheme Horse Support Team
Keymasteryes the image you are using which have more height. So it take proportional to height and width.
Thank youTheme Horse Support Team
KeymasterHI Angel,
If you want code customization then here is the code inside
clean-retina-pro -> library-> functions -> functions.php/****************************************************************************************/ add_filter( 'wp_nav_menu_items', 'cleanretina_nav_menu_alter', 10, 2 ); /** *Add default navigation menu to nav menu * Used while viewing on smaller screen */ if ( !function_exists('cleanretina_nav_menu_alter') ) { function cleanretina_nav_menu_alter( $items, $args ) { $items .= '<li class="default-menu"><a href="'.get_bloginfo('url').'" title="Navigation">'.__( 'Navigation','cleanretina' ).'</a></li>'; return $items; } } /****************************************************************************************/
Remove the above code.
But we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost. So better make a child theme and first unhook the functions and then you may edit the code.Thank you
Theme Horse Support Team
KeymasterHi Kriz,
The image is our own creating. You may create it from the graphic design software such as photoshop.
Thank youTheme Horse Support Team
KeymasterThanks for sharing a bit information with us @IcedQuick and thanks @dedicatedmanager for giving suggestion. We will think about it on upcomming version.
Thank youTheme Horse Support Team
KeymasterHi dedicatedmanager,
first of all go to Settings > Reading Settings > Front page displays > front page (home ) Posts Page: leave it default ( –select –)
It will display only in home page not in the blog page.
This must work for youThank you
Theme Horse Support Team
KeymasterHi bxljenny,
You can figure out the post or page id from here
Go to dashboard -> pages-> welcome
edit the page or just hover it
If you hover on it then you will be able to see the post id at the bottom of the page or if you edit it you will be able to see the post id at url bar and put the id under the theme options -> featured post page slider options.Thank you
Theme Horse Support Team
KeymasterYou need to upload the recommended size of the image according to the layout. So that you can have an image to fit on the site.
thank youTheme Horse Support Team
KeymasterIf you want to keep the image in place of slider then its not possible in our theme. We have designed our theme this way. You need code customization for it and hire a developer to fix it if you are unable to fix it.
To deactivate the plugin
go to dashboard-> plugins
and the deactivate the plugin which you want
Thank youTheme Horse Support Team
KeymasterThe home page you have created.
inside dashboard -> pages-> home
edit home page and at the right side there is template and select the business page template.
Thank youTheme Horse Support Team
KeymasterYou need to create the image according to fit on the site. Because header image its default by wordpress and it takes full width.
Thank youTheme Horse Support Team
KeymasterOk that’s great
Thank youTheme Horse Support Team
Keymasterplease follow the theme instruction before posting anything.
https://www.themehorse.com/theme-instruction/interface/first of all create a page and go to dashboard-> appearance-> widgets
add services to business section then you can see 8 drop down list and there is the page. Which page you want to assing click select and save on.
The image is displayed from featured image
thank youTheme Horse Support Team
Keymasterhi
Go to dashbaord -> pages- > home and assign a business page template from right part of editor page. Then your “no post found” will not be displayed.
Thank you! -
AuthorPosts