Forum Replies Created

Viewing 30 posts - 28,201 through 28,230 (of 34,598 total)
  • Author
    Posts
  • in reply to: Yoast and Enfold #932747

    Hey robsdesigns,
    Since to are using Yoast you should have a Yoast box at the bottom of each page to add keywords and meta description.
    For the homepage, go to SEO > Titles & Metas page and then click on the “Homepage” tab. Here you can add a custom title, description, and meta keywords for your site’s homepage.
    Here is a good article: How to Add Keywords and Meta Descriptions in WordPress
    Please let us know if this helps.

    Best regards,
    Mike

    in reply to: Get Fatal error after installing Enfold #932745

    Hey Lorra,
    Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
    Another solution could be to replace your header.php with this one.

    Best regards,
    Mike

    in reply to: Burger menu not working #932743

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Lightbox not working? #932742

    Hey minimay,
    I updated your script in functions.php to:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Then since we can’t add the correct class to the link url inside the button, I created a new button in your code block by copying the html of your current button and adding the class:

     <div class="avia-button-wrap avia-button-center  avia-builder-el-53"><a href="#test-popup" class="open-popup-link avia-button   avia-icon_select-no avia-color-theme-color avia-size-medium avia-position-center "><span class="avia_iconbox_title">I’d like more info, please</span></a></div>

    It is now working, please check.

    For anyone else wanting to do this please read here.

    Best regards,
    Mike

    Hey HeeHA,
    They have an image for the logo with a higher z-index to be placed over the site
    logo
    this is the css:

    header .downBox h1{
    	position:absolute;
    	left:0;
    	top:0;
    	z-index:99;}
    
    header .downBox h1 a{
    	display:block;
    	width:378px;
    	height:139px;
    	
    	background:url(https://www.tanko.com.tw/images/logo.png) no-repeat center -13px;
    	background-size:contain;
    	text-indent:-9999px;}

    Best regards,
    Mike

    in reply to: Burger menu not working #932731

    Hi,
    Thank you for the update. I imagine you will be looking for a new caching plugin, perhaps WP Fastest Cache

    Best regards,
    Mike

    in reply to: Comments widget issue #932726

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: New Instagram icon? #932722

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Big gap/space below my menu #932704

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Website breaks after update to Enfold 4.2.6 #932703

    Hi,
    Thanks for that, I looked again on my end and found it was loaded much further down. Sorry.

    Best regards,
    Mike

    in reply to: New Instagram icon? #932700

    Hi,
    I changed the code in your functions.php to:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['instagram2']	 = array( 'font' =>'fontello', 'icon' => 'uf16d');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['instagram2'] = 'instagram2';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    and choose “instagram2” in your social profile.
    It is now working, please check.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Big gap/space below my menu #932693

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
        height: 40px!important; 
    }

    feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: I can not import Enfold 2017 #932687

    Hi,
    I can try to import the Enfold 2017 Demo manually, but I will need FTP and admin access.
    The login above didn’t work for me. (ERROR: Invalid username)
    Please note you will lose all content with a manually install.

    Best regards,
    Mike

    in reply to: Menu and Content are overlapping #932683

    Hey Roysenberg,
    I see that your sidebar menu is behind your logo, please try this code in the General Styling > Quick CSS field:

    #nav_menu-3 {
    margin-top: 30%;
    }

    Best regards,
    Mike

    in reply to: Timeline slider #932682

    Hey HeeHA,
    Sorry, this is not available within Enfold, but there are many plugins that offer this, such as: Timeline and History slider

    Best regards,
    Mike

    in reply to: Big gap/space below my menu #932680

    Hey Lodelot,
    Please check the url you posted as it is not leading to a page, unless you are geo blocking IP address?

    Best regards,
    Mike

    in reply to: Enfold 4.2.6 header.php #932679

    Hey RafaelCaballe,
    Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
    Another solution could be to replace your header.php with this one.

    Best regards,
    Mike

    in reply to: Fraud #932678

    Hey Jon Ciangiulli,
    Sorry to hear this, but we are not a host, nor do we have any association with them. Our product is a WordPress theme that is used and hosted on the end users own webhost provider.
    You can use a tool such as http://whois.domaintools.com/ to find the webhost and make your report there.

    Best regards,
    Mike

    in reply to: Add slogan and social next to logo #932674

    Hi,
    I added this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub)
    {
      $sub .= "<span class='logo-title logo-subtitle'>";
      $sub .= get_bloginfo( 'description', 'display' );
      $sub .= "</span>";
      return $sub;
    }

    and this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1023px) { 
    #top .logo, #top .logo a {
        overflow: visible;
    }
    
    #top .logo-subtitle {
        color: #82817f !important;
        font-size: 18px !important;
        top: 1px !important;
        left: 250px;
        position: absolute;
       white-space: nowrap;
    }
    }
    @media only screen and (min-width: 744px) and (max-width: 1023px) { 
    #top .logo, #top .logo a {
        overflow: visible;
    }
    
    #top .logo-subtitle {
        color: #82817f !important;
        font-size: 18px !important;
        top: 1px !important;
        left: 150px;
        position: absolute;
       white-space: nowrap;
    }
    }

    and it is now working in tablet and desktop, it will not show in mobile as there is not enough room.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey studiono,
    Please check the Enfold Theme Options > Google Services > Google Maps API for the En language to ensure the API key is there.

    Best regards,
    Mike

    in reply to: Burger Menu Missing #932669

    Hi,
    Can you please include a admin login in the private content area to your staging site, so we can take a closer look.

    Best regards,
    Mike

    in reply to: Website breaks after update to Enfold 4.2.6 #932664

    Hi,
    I notice that on your staging site you don’t seem to have /wp-content/uploads/dynamic_avia/ loading the avia-merged-styles css & js
    If you look via FTP, is this folder and files there?
    the avia-merged-styles files are necessary for the theme in v4.2.6

    Best regards,
    Mike

    in reply to: How do I increase the number of columns shown #932662

    Hey nychng,
    Can you please link to where the shortcode is being used so we can investigate. I didn’t see it on your homepage.

    Best regards,
    Mike

    in reply to: last update Versione: 4.2.6 – URGENT #932661

    Hi,
    I believe that you are saying that this issue is solved, shall we close this then?

    Best regards,
    Mike

    in reply to: Buttons page builder not working (not centering) #932659

    Hey mcraig77,
    Can you please tell us how you updated, though FTP or WordPress?
    I believe to solve your issue try deleting your enfold theme folder via FTP at:
    /wp-content/themes/enfold
    then upload the new enfold folder that you download from Theme Forest to upgrade.
    don’t try to overwrite your old theme folder.
    Please note that the standard name your the theme folder is /enfold/ yet if yours is named differently you will need to match the name.
    If you are unsure of this process, please include ftp and admin access in the Private Content area.

    Best regards,
    Mike

    in reply to: Events Showing Up After They Passed #932657

    Hey Andrea,
    Please read this solution: How to add an order/orderby option to the blog/post slider/portfolio/masonry grid element

    Best regards,
    Mike

    in reply to: New Instagram icon? #932656

    Hi,
    In Enfold Theme Options > Social Profiles > Your social profiles, I changed the name of “Social Icon” to Instagram, it is now showing next to your menu.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Text box height #932654

    Hey GFMutiny,
    Instead for using 5 columns each containing a image, text, and button. Try creating 5 columns in a row for your images, then columns in a row for your text, and 5 more columns in a row for your buttons. Then in the settings for the first column in each row choose “Equal Height”
    Here is a screenshot of the editor:
    2018-03-25_112513
    Each row of columns will be equal height and responsive, here is a screenshot of the front end:
    2018-03-25_113609
    I found that there is no added top and bottom margin or padding for each column so the elements look natural.

    For mobile devices I created 5 more columns below, each with images, text, and buttons and I added a Custom Class “eh-mobile” to hide these columns in desktop view, where the other columns have a custom class “eh-desk” to hide from mobile view.
    2018-03-25_115915
    Here is the css to hide the elements at the brake points:

    @media only screen and (max-width: 766px) {
    .eh-desk {
    display:none !important; 
    }
    }
    @media only screen and (min-width: 767px) {
    .eh-mobile {
    display:none !important; 
    }
    }
    

    If you would like to test the page I created for this example, you can download it here: equal height column test debug code.txt
    and add the code to your site by Enabling the Avia Layout Builder Debug

    Best regards,
    Mike

Viewing 30 posts - 28,201 through 28,230 (of 34,598 total)