badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 5,207 total)
  • Author
    Posts
  • in reply to: About page/posts titles location #43440

    Hi 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!

    in reply to: Default layout in Home Pege #43439

    Hi 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!

    in reply to: Theme Options Disappeared! Interface #43438

    Hi 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!

    in reply to: About page/posts titles location #43382

    Hi 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!

    in reply to: IOS not Responsive #43375

    Hi 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!

    in reply to: About page/posts titles location #43374

    Hi Heidi,

    To have that options view below screenshot.
    http://awesomescreenshot.com/02f5paikfb

    Thank you!

    You welcome Elizabeth

    Thank you!

    in reply to: page title color in CSS #43372

    Hi herb.isaacs,

    To change the color options, this feature is only available only on pro version of clean retina.

    Thank you!

    in reply to: About page/posts titles location #43350

    Hi 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/0915p7fse0

    Thank you!

    in reply to: About page/posts titles location #43345

    Hi 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!

    You welcome Keith

    Thank you!

    Hi 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!

    in reply to: Gallery Image is too small #43292

    Ok 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!

    in reply to: Use of /gallery permalink #43291

    Hi 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=626

    If 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!

    Hi 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!

Viewing 15 posts - 1,921 through 1,935 (of 5,207 total)