Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Mark,
Yes our theme is compatible with latest version. May there will be a new update on near future. Currently we are busy on new projects. Thank you for your support.
Thank you
Theme Horse Support Team
KeymasterHi Timo,
The only one manual way where you can set the page same like the above image first set to default template and copy the html code of your all testimonial content from developer tool of your browser and paste that in your any specific page where you can add any content.
Thank you
Theme Horse Support Team
KeymasterHi mej9150,
Do you mean to add a site logo?
First of all Go to Dashboard -> Appearance -> Customize ->Site identity and add your logo image then after
Go to Dashboard -> Appearance -> Customize -> WP Portfolio Theme Options -> Header Options and select header logo only.Thank you
Theme Horse Support Team
KeymasterHi Timo,
First you set up your page template to Business Template. Drag and drop all widgets to Business Page Section Sidebar including testimonial widgets.
Note: You need to drag all widgets on same sidebar to display content. If you are talking about the the content from page editor then Selecting template, the content from editor will not displayed on template page. it needs a lots of code customization and you need to hire a developer to have that feature.
Thank you
October 20, 2016 at 6:23 am in reply to: Keep pages from posting/listing but still have public access with provided url. #47696Theme Horse Support Team
KeymasterHi JuliaKellogg,
You cannot hide the post without not making it private. If you want to hide a post from your blog list, you can hide it using custom css to hide specific post where the customer having exact link can only view the post.
Thank you
Theme Horse Support Team
KeymasterHi JuliaKellogg,
Page title hide options is only on pro version. Its a plugin territory and cannot added on free version. From which page do you want to hide title let us know. We will provide custom css for it.
Thank you
Theme Horse Support Team
KeymasterHi Mark,
Where did you add your widgets? Add your widgets on business page section sidebar not on business page our client section sidebar. business page our client section is build only for featured image widget.
Thank you
Theme Horse Support Team
KeymasterHi Mark,
In narrow layout whole the body will be wrapped inside a container. In demo its a wide layout. To change the color effect as displayed on demo. Go to dashboard -> Appearance -> Theme Options -> Color Options and change color skin to Blue from dropdown.
The content will be adapted in the wide layout too. It will not be user friendly if you set the content to 100% on desktop screen also you will not have a site title/ tagline and logo at the same time. You can add add a title and tag line on the logo image as well.
Thank you
Theme Horse Support Team
KeymasterHi Charles,
Doing this doesn’t work for you. Create you own topic. Don’t add your questions on others topic. First you need to unhook and then only hook the functions. Making same structure will not overwrite the parent theme. The above is for the interface and i think you have asked a questions for attitude pro.
Just try using below code
// Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'attitude_header', 'attitude_headercontent_details', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header add_action( 'attitude_headercontent_details', 'attitude_child_headercontent_details', 10 ); funtion attitude_child_headercontent_details(){ // your stuff }
If still it doesn’t work then please create your own topic. Because this topic is a years old ago. Also make clear what exactly you want to do on the theme.
Thank You
Theme Horse Support Team
Keymasterhi Tony,
Use below Custom CSS to show search field
#buddypress div.dir-search { margin: inherit; }
If this doesnot work then try using
#buddypress div.dir-search { margin: inherit !important; }
Thank you
Theme Horse Support Team
KeymasterHi Chapline,
You mean to display your header image except on front page. Add below Custom css. Go to Appearance > Customize > Ambition Theme Options > Custom CSS.
.home img.header-image { display: none; }
Thank you
Theme Horse Support Team
KeymasterHi kh-lee,
Widgets Area are to display additional features and widgets areas are displayed especially to display Portfolio Template
Thank you!
Theme Horse Support Team
Keymasterhi kh-lee,
You can view instruction page to set a portfolio template. Drag and drop widgets to Portfolio Template Section. Widgets are drag and droppable. So you can make your order to display it.
Thank you
Theme Horse Support Team
KeymasterYou welcome kh-lee
Thank you
Theme Horse Support Team
KeymasterIf there is no any code customization then also install a fresh theme downloaded from wordpress.org
Thank you
-
AuthorPosts