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,216 through 1,230 (of 5,207 total)
  • Author
    Posts
  • in reply to: Elementor needs "the_content" function #51880

    That’s great eileen.abert,

    Thank you

    in reply to: Attitude Pro Warning: simplexml_load_string…. #51875

    Hi

    If you are getting that issue means you don’t have the latest version of theme. The current version of our theme is 3.0.6
    You can check it here

    If you have removed that code only then you must not get that syntax error. It means you made mistake while removing the above mentioned code.

    Please note: make a backup of the Theme inside your WordPress installation folder/wp-content/themes/attitude-pro

    To update the Theme, login to your account here, head over to your downloads section and re-download the theme like you did when you bought it.

    Extract the zip’s contents, look for the extracted theme folder, and after you have all the new files upload them using FTP to the /wp-content/themes/attitude-pro folder overwriting the old ones (this is why it’s important to backup any changes you’ve made to the theme files ).

    If you didn’t make any changes to the theme files, you are free to overwrite them with the new ones without the risk of losing theme settings, pages, posts, etc.

    Thank you!

    in reply to: PHP 7 Compatibility #51872

    If you have not customize the code then no you will not loose anything. If you have made code customization in theme then yes your customized code will be lost while updating to new version. You can make a backup from your ftp. Login to ftp/public_html/wp-content/themes/interface-pro

    From there you can make a backup of it.

    Thank you

    in reply to: Web forms #51871

    Hi Jeff,

    We are sorry that we are not known any plugins which create a web form and gather information in fields and to export to excel. If we know any then we will let you know. Also you can try export wordpress data plugins

    Thank you!

    in reply to: PHP 7 Compatibility #51856

    Hi john,
    Our theme is compatible with php7. Which version are you using? Currently the new version is 3.0.3. If you have not used the latest version then download it from account page. Simply deactivate interface pro theme and delete it. Install a new version of it.

    please make the backup of interface pro theme which you have currently installed on your dashboard before deleting it.

    Thank you!

    in reply to: demo data #51844

    Hi Bartłomiej Roszak,

    You can Email us with your login details and site url. We will set a demo content for you. Please don’t post your temporary username and password to this support forum because this forum is public to everyone.

    Thank you!

    in reply to: Dropdown Menu #51835

    Hi Sheena Bell,

    Follow link which helps you to set dropdown menus and helps you to know more about it.

    Thank you!

    in reply to: WPML language switcher on social menu #51833

    You welcome Marc

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    in reply to: Attitude Pro Warning: simplexml_load_string…. #51830

    Hi office9,

    We have already fixed this issues since a year ago. I means you are not updating new version. Upgrade to new version will solve all your issues.
    Also goto theme folder (attitude pro) -> functions.php on line no114 you will see this code
    require_once( ATTITUDE_FUNCTIONS_DIR . '/update_notifier.php' );
    Remove the above code will solve your issues but we recommended you to install the latest version of our theme.

    Thank you

    in reply to: Photos not showing in blog excerpts #51815

    Hi Hi beachinteachers,,

    Oh sorry.
    Go to dashboard -> Appearance -> Customize -> Design Options -> Home page layout options -> Blog Display Type on Home Page and select Blog Full Content

    Thank you!

    in reply to: Dropdown Menu #51814

    Hi Sheena Bell,

    You can create a dropdowm menu also with free version.
    Go to Appearance->Menus.
    Give your menu a name and build it up using little widgets on the right.
    You can add pages, categories or custom URL’s.
    Now simply select the theme location(Primary Menu in our case) for your newly created menus using a widget on the left. Afterwards, click Save.

    Thank you

    Hi Monique,

    Could you provide us your site url so that we can help you with exact custom css?

    Thank you

    in reply to: WPML language switcher on social menu #51789

    Hi Marc,

    Can you provide your site Url so that we can know what the exact issue is going on?

    Thank you!

    in reply to: Blog page and social media icons #51778

    Hi Tamara,

    You are not getting blog title on your post because you have added below code in your child theme style.css file. Please remove below css code from attitude pro child theme.

    .page .entry-title {
        display: none;
    }

    To hide one title from single page
    Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .single .entry-title {
        display: none;
    }

    Yes the featured image will not be displayed in single page. We have designed our theme this way. If you want image than you can add image from your media.

    Thank you!

    in reply to: Elementor needs "the_content" function #51777

    hi eileen.abert,

    You added the_content(); functions incorrectly. ok what you do is go again theme folder -> inc -> structure -> content-extension.php on line no 965 remove their functions from line no 965-978 and add below code.

    add_action( 'ambition_business_template_content', 'ambition_business_template_widgetized_content');
    /**
     * Displays the widget as contents
     */
    function ambition_business_template_widgetized_content() { ?>
    			<div id="main">
    			<?php // Calling the footer sidebar
    				the_content();
    				if( is_active_sidebar( 'ambition_business_page_sidebar' ) ) :
    				dynamic_sidebar( 'ambition_business_page_sidebar' ); 
    				endif; ?>
    			</div><!-- #main -->
    			<?php
    }

    Thank you!

Viewing 15 posts - 1,216 through 1,230 (of 5,207 total)