Forum Replies Created

Viewing 30 posts - 48,691 through 48,720 (of 67,539 total)
  • Author
    Posts
  • Hey!

    I’m not sure if it works but you can refer to this link for a possible fix: https://moz.com/blog/why-wont-google-use-my-meta-description

    Don’t forget to read number 5.

    Regards,
    Ismael

    in reply to: Custom Sidebar Blank #458168

    Hey Andrea!

    Thank you for using Enfold.

    This an issue with WordPress 4.2 where the register_sidebar function has been updated to require a sidebar id. A fix was included on Enfold version 3.1.4 but you might find widgets mixed up or placed in the Inactive Widget section. All you need to do is placed them back to their respective widget areas. Unfortunately, if you can’t find the widgets, it means that you have to recreate them from scratch.

    Also, if possible, please update the theme every time a new version or patch is available. Thank you.

    Cheers!
    Ismael

    in reply to: Body Background not working #458013

    Hi!

    You don’t have the latest version of the theme. Please update to version 3.2 then toggle the theme options. Make sure that the templates or files in the child theme folder are updated as well.

    Cheers!
    Ismael

    in reply to: Replicate Enfold Demo Boxed Layout Width #458012

    Hi!

    Alright. Please locate this file via FTP: wp-content/uploads/dynamic_avia/enfold.css

    Rename the enfold.css file to something else then toggle any theme options to regenerate it. If the file is not generated automatically, please contact your hosting provider to make sure that folder permission of the wp-content folder is correct.

    Cheers!
    Ismael

    in reply to: Changed colors in footer but nothing happened #458011

    Hi!

    I’m not sure what happened but when I toggled an option in the General Styling panel, the theme styling is gone. Please try to delete the enfold.css file in the wp-content > uploads > avia_dynamic folder then toggle any options in the general styling panel to regenerate it. Make sure that the folder permission of the wp-content folder is correct.

    Cheers!
    Ismael

    in reply to: Read more does not work #457996

    Hi!

    Alright. FYI, you can’t use the more tag inside the advance layout builder. It will only work in the posts’ default editor. https://en.support.wordpress.com/splitting-content/more-tag/

    You have to create the link below the excerpt in the text block manually. Example:

    Im Luxushotel Mandarin Oriental sind Sie nicht nur am Puls der Zeit, sondern auch im Herzen von Marina Bay, dort wo die Nacht zum Tag gemacht wird.
    
    Sehenswürdigkeiten und der Geschäftsdistrikt liegen ganz in der Nähe, während Sie die beeindruckende Skyline,
    
    <a href="http://www.linkhere.com">Read More..</a>
    

    Best regards,
    Ismael

    in reply to: Catalogue link add undesired padding #457995

    Hi!

    Did you modify the catalogue template? The av-catalogue-item link is duplicated. Try to add this in the Quick CSS field:

    .av-catalogue-item-inner .av-catalogue-item {
      width: 100%;
    }
    
    #top .av-catalogue-item {
      float: left;
    }

    Regards,
    Ismael

    in reply to: Anchor not working #457994

    Hi!

    No, it’s not private. Please check it again.

    Best regards,
    Ismael

    Hi udi!

    Thank you for using Enfold.

    That is normal when you use the ALB for post or custom post types. All default elements will removed so you can start from scratch. You are free to build your custom product page.

    Best regards,
    Ismael

    in reply to: Blog and Portfolio url structures #457989

    Hey!

    You can add this in the child theme’s functions.php file:

    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
    function avf_portfolio_cpt_args_mod($args) {
    	$args['rewrite']['with_front'] = false;
    	return $args;
    }

    Flush the permalink settings after.

    Regards,
    Ismael

    in reply to: Fullwidth Sub Menu Jumps from Center to Right #457988

    Hey csherlock1!

    Thank you for using Enfold.

    I’m not sure what could be causing it to jump like that but it is random and barely noticeable. Anyway, try to add this in the Quick CSS field:

    #top .av-submenu-container {
      max-width: 960px;
    }

    Cheers!
    Ismael

    in reply to: Featured image: custom alignment? #457986

    Hey!

    Set the Blog Style to “Single author, big preview pic” then edit includes > loop-index.php file. Find this code:

    //echo preview image
    		        if(strpos($blog_style, 'big') !== false)
    		        {
    		            if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
    		            if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
    		        }

    Move it above this line:

    echo $content;
    

    Add this in the Quick CSS field:

    .entry-content-wrapper .big-preview.single-big {
      width: 30%;
      float: left;
      margin: 0 20px 20px 0;
    }

    Please create a change log or note about this modification in case you update the theme.

    Cheers!
    Ismael

    in reply to: Cookie Law Info #457980

    Hey SpecThra!

    Thank you for using Enfold.

    Use this in the Quick CSS field to adjust the position and style of the cookie bar:

    #cookie-law-info-bar {
      border: 0;
      font-size: 10pt;
      margin: 0 auto;
      padding: 5px 0;
      text-align: center;
      width: 100%;
      z-index: 9999;
      left: 0;
    }

    Regards,
    Ismael

    Hi!

    You can add this in the Quick CSS field to fix the date picker:

    .gform_wrapper .gfield_date_dropdown_day select, .gform_wrapper .gfield_date_dropdown_month select, .gform_wrapper .gfield_date_dropdown_year select {
      padding-right: 10px !important;
      margin-right: 10px !important;
    }

    Cheers!
    Ismael

    in reply to: AffiliateWP – Tracking does not work #457976

    Hi timber23!

    Thank you for using Enfold.

    Is it working when you switch to a default theme? Please post the website url here, we would like to check it. Did you see any javascript errors? If possible, contact the plugin author for more info regarding the issue.

    Regards,
    Ismael

    in reply to: Add phone and contact details in "Main Head area" #457972

    Hi carmen!

    Thank you for using Enfold.

    You can try to adjust the css code to change the position of the widget.

    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    }

    It’s possible to use negative values in the top position property. Please give us a link to the actual site so that we can check it.

    Regards,
    Ismael

    in reply to: WooCommerce Category Page #457832

    Hey!

    Thank you for using Enfold.

    I’m sorry but you can’t use the advance layout builder to modify the product category pages. You need to create a template file called archive-product.php in the child theme folder.

    Regards,
    Ismael

    in reply to: header and menu styling question #457826

    Hey!

    This is the code that causes the blue gap:

    @media only screen and (max-width: 790px) and (min-width: 768px) {.responsive #main .container_wrap:first-child {
      margin-top: 156px;
    }}

    Please remove it.

    Best regards,
    Ismael

    in reply to: New Column Functions Inspiration #457824

    Hi!

    Please provide a screenshot of the layout that you want. What kind of background do you have in mind? If it is a solid color background, you can add a color section on top of the grid row element. Add a special heading inside the color section.

    Best regards,
    Ismael

    in reply to: Masonry Gallery WPML URL Support #457814

    Hi!

    I checked the page but I still have no idea why it’s not working. Have you tried disabling the plugins? Keep the WPML plugin enabled.

    Best regards,
    Ismael

    in reply to: Tables do not scroll on mobile #457810

    Hey!

    Thank you for the info. Add this in the Quick CSS field:

    table {
      overflow: auto !important;
      display: block !important;
    }

    Regards,
    Ismael

    in reply to: Collapsible Custom Menu? #457791

    Hi!

    Looks like you don’t have have the latest version of the theme, please update to version 3.2. If possible, please use absolute url in the menu items. If you want to change the Menu text, edit the config-templatebuilder > avia-shortcodes > menu.php file. Look for this code:

    $mobile_button = $mobile == "active" ? "<a href='#' class='mobile_menu_toggle' ".av_icon_string('mobile_menu')."><span class='av-current-placeholder'>".__('Menu', 'avia_framework')."</span></a>" : "";
    

    Cheers!
    Ismael

    in reply to: Need to change blog layout #457182

    Hi turistai!

    Thank you for using Enfold.

    You can disable the sidebar for single post entries on Enfold > Sidebar Settings > Sidebar on Single Post Entries.

    Cheers!
    Ismael

    in reply to: Menu auf iPad #457176

    Hey welti!

    Thank you for using Enfold.

    Did you modify any template files, header.php, footer.php etc, in the child theme? If yes, please override the files with newest version from the parent theme folder. If it doesn’t work, try to deactivate all plugins. Maybe one of those plugins is causing the issue.

    Regards,
    Ismael

    Hey!

    Alright. I think the problem is that the max_input_vars local value in the .htaccess file fails to override the master value of the directive which is set to 1000 by default (check the php info > max_input_vars). Please set the max_input_vars value directly in the php.ini file. If you don’t have access to that file, please contact your hosting provider.

    Regards,
    Ismael

    in reply to: Image caption -> show in lightbox #457163

    Hey!

    Please read this whole article or move to the Alt text and title text section. I’m sure it will answer your question: https://yoast.com/image-seo/

    Best regards,
    Ismael

    in reply to: Remove Sidebar on a Custom Post Type #457154

    Hi!

    Did you use the Grid Layout? If yes, please edit config-templatebuilder >avia-shortcodes > postslider.php, look for this code around line 367:

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
    

    Replace it with:

    $target =  strpos($entry->post_content, 'http') === 0 ? '_blank' : '';
    					$output .= $thumbnail ? "<a href='{$link}' target='{$target}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";

    Make sure that you place the link at the very beginning of the post content. Use full or absolute url, sample:

    http://www.mypage.com/page
    

    If it works, please create a change log or note for this modification in case you update the theme.

    Cheers!
    Ismael

    in reply to: Problem with Portfolio Overlapping Images #457145

    Hey!

    Oh Ok. That sure is confusing. Just add this in the functions.php file:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	var int = window.setInterval(function(){
    		$(window).trigger('resize');
    	}, 1500);
    	
    	$(window).load(function () {
    		setTimeout(function() {
    			clearInterval(int);
    		}, 5000);
    	});
    })(jQuery);
    </script>
    <?php
    }

    Remove browser cache then reload the page. The script will trigger the resize event every 1.5 seconds forcing the masonry images to position correctly.

    Best regards,
    Ismael

    in reply to: Responsive Photo Gallery Pro mit Enfold nicht kompatibel #457144

    Hi Catmandu39!

    Thank you for using Enfold.

    Your website is not loading properly when I checked it. Please make sure that you’re using Enfold 3.2 on WordPress 4.2.2. Deactivate all plugins then test it again. Please contact the plugin author regarding the Responsive Photo Gallery Pro plugin.

    Regards,
    Ismael

    in reply to: Portfolio ordering for categories #457141

    Hi!

    I created two portfolio items in your installation and then applied the “Test” category on both. Please check the post navigation on this page: http://future-forms.com/portfolio-item/test-a/

    It only filters Test A and Test B portfolio items.

    Best regards,
    Ismael

Viewing 30 posts - 48,691 through 48,720 (of 67,539 total)