Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Heidi,
We are sorry that you are using ambition pro theme and posting the topic in attitude pro forum post. Please post your topic on related theme. As this feature is not available at ambition pro. This is only available at attitude pro theme.
Yes to remove the page title from header and want to have as shown in above screenshot then it needs code customization.
Go to theme folder (ambition-pro -> inc -> structure -> content-extension.php on line no 120 to 127 ) you will find below code
/****************************************************************************************/ add_action( 'ambition_before_loop_content', 'ambition_loop_before', 10 ); /** * Contains the opening div */ function ambition_loop_before() { echo '<div id="main">'; }replace it with this below code
/****************************************************************************************/ add_action( 'ambition_before_loop_content', 'ambition_loop_before', 10 ); /** * Contains the opening div */ function ambition_loop_before() { echo '<div id="main">'; echo ambition_header_title(); }Before making changes in the code first create a child theme and then customize the code to be safe from data loss while updating to new version.
Thank you!
Theme Horse Support Team
KeymasterHi Marcello,
Go to your home page and at the right side (template dropdown) you may have set it to business or other template. Make it default template and you will get the default layout.
Hope this may help you
Thank you!Theme Horse Support Team
KeymasterHi carolsnelten,
Yes we have moved all the theme options settings to customizer. Goto dashbaord -> appearance -> customize and all the theme options settings are there.
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
Are you sure? This will only occur in below of the page not in the post. This will be displayed at the below of the page. Also could you provide your site Url too so that it will be more easy for us to help you
Thank you!
Theme Horse Support Team
KeymasterHi clarissavazmagalhaes,
First of all did you made any code customization of the php file or not. If there is no any customization on the php file then Please deactivate the plugins one by one that you have installed in your dashboard. There may be some javascript conflict with the plugins. After deactivating the plugins also there is some issues then let us know.
Thank You!
Theme Horse Support Team
KeymasterHi Heidi,
To have that options view below screenshot.
http://awesomescreenshot.com/02f5paikfbThank you!
March 11, 2016 at 5:34 am in reply to: Where To Find Business Page Icons As Shown On Demo – What Am I Missing? #43373Theme Horse Support Team
KeymasterYou welcome Elizabeth
Thank you!
Theme Horse Support Team
KeymasterHi herb.isaacs,
To change the color options, this feature is only available only on pro version of clean retina.
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
Go to specific page. There you might have hidden the page title. Uncheck it so that you will get page title.
View below screenshot.
http://awesomescreenshot.com/0915p7fse0Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
To remove the blue bar page title go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.page-title-wrap { display: none; }Thank you!
March 10, 2016 at 5:34 am in reply to: Remove page titles (not blog post titles) + all blog posts have disappeared ??? #43339Theme Horse Support Team
KeymasterYou welcome Keith
Thank you!
March 10, 2016 at 5:33 am in reply to: Where To Find Business Page Icons As Shown On Demo – What Am I Missing? #43338Theme Horse Support Team
KeymasterHi Elizabeth,
For icons you have to upload it manually. You can google for free icons. Here is some free icons you can use.
Thank you!
Theme Horse Support Team
KeymasterOk great sgeorge
The image will be auto responsive. So it varies according to screen size. Just check it in the big screen size. As it is default WordPress gallery. So we cannot do anything on it.
Thank you!
Theme Horse Support Team
KeymasterHi Roger,
As the gallery is the custom post type that we have used before in the theme. There are lots of users who uses gallery. So we cannot change that name which is hard coded in custom post type. If you use permalink than your gallery link will be displayed as
domainname/?post_type=gallery&p=626If you want to change it then it needs code customization and you need to hire a developer to fix it. Create a child theme before making any changes on it.
Also you can use WordPress default gallery if you don’t want to use it.
Thank you!
March 9, 2016 at 4:38 am in reply to: Remove page titles (not blog post titles) + all blog posts have disappeared ??? #43290Theme Horse Support Team
KeymasterHi Keith,
just remove the above css and add below css
.page-title-wrap { display:none; } .home .page-title-wrap { display:block; }Hope this may help you
Thank you! -
AuthorPosts
