Forum Replies Created

Viewing 30 posts - 54,391 through 54,420 (of 67,491 total)
  • Author
    Posts
  • in reply to: 2.9.2 Update Issues #343426

    Hey!

    Thank you for the info. You’re the only one having this issue out of thousands of Enfold users. When I checked the dashboard, I got this error:

    An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

    You can do the following:

    1.) Please upload the WooCommerce files again then activate it. I can see the plugin files listed on Appearance > Editor panel but it is not installed as a plugin.
    2.) Override the WordPress theme files.
    3.) Ask your host for any error logs regarding the issue.

    Cheers!
    Ismael

    in reply to: 2 Issues with Images #343418

    Hi generatrorassociates!

    Thank you for using Enfold.

    Did you use the same image size or dimension? The slider is responsive when I checked it. The only problem is the distorted image. Try to use images with 1600x470px dimension. Please refer to my reply here regarding the server issue: https://kriesi.at/support/topic/issue-with-table-since-update/#post-343051

    Cheers!
    Ismael

    in reply to: Problem after updates WP and Enfold – website broken #343414

    Hey!

    The preview is working fine. Please try to click Preview Changes twice. Maybe, you’re seeing the cached version of the preview page. Did you re-create the testimonials? Please create a test page with the testimonial element. Let us know if the section is still broken.

    Best regards,
    Ismael

    in reply to: Lightbox on all photos in portfolio item #343411

    Hey zohar!

    Thank you for using Enfold.

    Please add this at the very bottom of functions.php to grouped all linked images inside a lightbox:

    function add_custom_script(){
    ?>
    <script>
    (function($){
    $(window).load(function() {
    $('.single-portfolio').magnificPopup({
    	delegate: 'a',
    	type: 'image',
    	mainClass: 'avia-popup mfp-zoom-in',
    	gallery: {
    		tPrev:		'',
    		tNext:		'',
    		tCounter:	'%curr% / %total%',
    		enabled:	true,
    		preload:	[1,1] // Will preload 1 - before current, and 1 after the current image
    	},
    	callbacks: {
    		imageLoadComplete: function() 
    		{	
    			var self = this;
    			setTimeout(function() { self.wrap.addClass('mfp-image-loaded'); }, 16);
    		}
    	}
    }); 
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    I haven’t tested if the slider images will be included on the lightbox.

    Best regards,
    Ismael

    in reply to: firefox and safari issue after the last 3.0.1 update #343410

    Hey!

    Thank you for the update. The code seems to work on my installation when I copy your template. Please post the login details. We would like to check it.

    Regards,
    Ismael

    in reply to: Custom font no longer loading (using @font-face) #343405

    Hi!

    Can you please give us a link to the website? A lot of Enfold users are using the @font-face code on custom.css file or Quick CSS field for their custom fonts. Please post your code on pastebin.com. Try to place the font files on wp-content folder then use absolute url. Make sure that the directories have the correct file permissions.

    Cheers!
    Ismael

    in reply to: Social Icon Toolbar on pages are not displaying ( v3.0) #343403

    Hi!

    If you want this filter to work on all pages, given that you built the pages using the template builder, remove the wp conditional function:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	return $content;
    }

    Cheers!
    Ismael

    in reply to: Icon with text not spacing correctly after 3 lines of text #343401

    Hi!

    Please don’t separate all columns with the icon-text-combo container. Just create a single container with the class then insert all column content there. We have to do this so that we can specify the columns inside the icon-text-combo from any other column elements. Also, use 1/5 column layout for the icon and 4/5 column layout for the text. Note that you can generate the column shortcode on a separate post or page using the shortcode wand then copy it on the text block. The structure should look like this:

    <div class="icon-text-combo">
    [av_one_fifth first]ICON SHORTCODE HERE[/av_one_fifth][av_four_fifth]TEXT HERE[/av_four_fifth]
    [av_one_fifth first]ICON SHORTCODE HERE[/av_one_fifth][av_four_fifth]TEXT HERE[/av_four_fifth]
    [av_one_fifth first]ICON SHORTCODE HERE[/av_one_fifth][av_four_fifth]TEXT HERE[/av_four_fifth]
    [av_one_fifth first]ICON SHORTCODE HERE[/av_one_fifth][av_four_fifth]TEXT HERE[/av_four_fifth]
    </div>

    Add this on Quick CSS or custom.css:

    .icon-text-combo .flex_column.av_four_fifth {
    margin: 0;
    }

    Best regards,
    Ismael

    in reply to: Fullwidth Sub Menu | Responsive Issue #343395

    Hi Stephane!

    Thank you for using Enfold.

    The fullwidth sub menu is not meant to be use as the main menu. It doesn’t have the mobile menu capability of the default menu. I’m sure Kriesi is planning to upgrade this element so that it can be used as the default menu. You can help out by voting or requesting the feature on our Feature Requests page. Unfortunately, this particular request or modification is more than what we can offer as a support team. The task is simply beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Link pop-up window appearing behind text editor window #343394

    Hey!

    That’s weird. I encountered this issue once and the only difference is that the link box doesn’t work when you press the “Enter” key on the keyboard. We reported this issue to Kriesi and he fixed it right away. Please let us know if the issue persist on the latest version of the theme.

    Cheers!
    Ismael

    in reply to: Google Maps marker animation and map colours #343392

    Hi pjdiddy!

    Thank you for using Enfold.

    I’m sorry but the map tooltip doesn’t have any animation. It will only show when clicked or close when you click on the x mark. You can play around with the Custom Overlay Color and Color Saturation to change the map’s color scheme. Unfortunately, we won’t be able to help you modify the google map elements. This particular request or modification is more than what we can offer as a support team. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Screen size #343390

    Hi!

    Thank you for the update.

    I’m sorry but you’re using an old version of the theme. Please download the latest version 3.0.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regarding the first query, please refer to this link for a possible fix: https://kriesi.at/support/topic/search-results-link-not-wpml-compattible/

    How does the email look? Can you please post a screenshot? It should only return all selected elements.

    Regards,
    Ismael

    in reply to: click on product shows error page #343377

    Hi!

    Thanks for the update. Looks like the products are fixed now. Which error are you referring to? I don’t see any error on the site.

    Best regards,
    Ismael

    in reply to: Problem on mobile device with fullscreen slider #343374

    Hi!

    Yes, create a new slider that will fit exactly for portrait mode. Use the suggestion above to either show or hide the sliders.

    Best regards,
    Ismael

    in reply to: Problems with WPML (start pages) #343373

    Hey!

    Looks like the home pages are working now. What did you do?

    Cheers!
    Ismael

    in reply to: Event Calendar bug: settings are not saving #343079

    Hey!

    There are script errors on the chrome console when I checked the dashboard:

    Font from origin ‘http://64.19.142.11&#8217; has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://dev.hridaya-yoga.org&#8217; is therefore not allowed access. (index):1
    Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://dev.hridaya-yoga.org/wp-admin/admin-ajax.php
    Font from origin ‘http://64.19.142.11&#8217; has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://dev.hridaya-yoga.org&#8217; is therefore not allowed access. (index):1
    Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://dev.hridaya-yoga.org/wp-admin/admin-ajax.php?action=blc_dashboard_status&random=0.7892689767759293
    7Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://dev.hridaya-yoga.org/wp-admin/admin-ajax.php
    POST http://dev.hridaya-yoga.org/wp-admin/admin-ajax.php 500 (Internal Server Error) VM64 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-form,jquery-ui-core,jq…:4

    Please try to deactivate all plugins then test the theme options again.

    Best regards,
    Ismael

    in reply to: Small arrows color section bug #343075

    Hi!

    Please switch your advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Copy the shortcodes then post it on pastebin.com. I would like to use the template on my installation. The after_section_1 container is a bit persistent, not sure why. It should be removed when I added a new color section below. For the mean time, please add this on Quick CSS or custom.css to remove the color section issue:

    .page-id-4383 div#after_section_1 {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Sidebar menu parent display #343068

    Hey!

    Thank you for the update. No, you can’t toggle the pages and there is no option to put it below other widget areas. The only parameter available is whether to set a page hierarchy or not. Please disable the nested sidebar navigation on Enfold > Sidebar Settings > Page Sidebar navigation. Use the Custom Menu widget to have full control over the sidebar navigation.

    Cheers!
    Ismael

    in reply to: How do I create a transparent header and leave a gap 2 #343066

    Hi!

    Please set the page’s Layout > Header visibility and transparency to Transparent Header then add a separator element at the very top of the page to move the content downwards. This will give you the closest possible layout that the theme options can offer. Unfortunately, this particular task is simply beyond the scope of support and is not a theme related issue. Please hire a freelance developer to modify the theme as you’d like. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Enfold Showcase #343060

    Hey!

    The websites are getting better and better. Keep ’em coming!


    @shenom
    : There’s something wrong with the website menu.


    @c3computers
    : The link http://ledfinity.nl/home leads me to a 404 error page.

    Regards,
    Ismael

    in reply to: Issue with table since update #343051

    Hi!

    Thank you for the update.

    Please post the error log on pastebin.com if you got it. Thousands of users are using Enfold and this issue could have been reported a hundred times by now if there’s anything unusual with the theme code. If you want to optimize the website, you can do the following.

    1. Optimize all images with AI/Photoshop or any image editor before uploading to server. Save as web safe’ jpg.
    2. Once all images are on the website optimize with EWWW Optimizer plugin twice 1hr 10mins apart.
    3. Install WP-Smushit to clean the media director. Run once to remove jpeg extra data, then uninstall.
    4. Use BWP Minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache then select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare the setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. Once done, you can log out.
    8. Remove unnecessary plugins and extensions.
    9. Have a cup of coffee or eat some donuts.
    10. Visit your site after 20 minutes or so.
    11. Don’t forget to smile.

    Go to wp-content > uploads > dynamic_avia folder. Delete the enfold.css file then toggle any theme options. Save changes. Check the page: http://www.generatorservicing.com/servicesolutions/

    Best regards,
    Ismael

    in reply to: Blog Posts Not In Order #343036

    Hi!

    Please replace the code with this:

    function avia_limit_words($string, $word_limit)
    {
        $words = explode(" ",$string);
        return implode(" ",array_splice($words,0,$word_limit));
    }
    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    if(is_archive())
    {	
    	$excerpt = get_the_excerpt();
    	$current_post['content']  = avia_limit_words($excerpt, 10);
    	$current_post['content'] .= $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    }
    return $current_post;
    }

    Set the character limit on this line:

    $current_post['content']  = avia_limit_words($excerpt, 10);
    

    Regards,
    Ismael

    in reply to: Probleme mit Responsive Layout Windows Phone #343032

    Hey!

    Are you referring to the second color section above “KOMPOSITIONEN”? Please edit the color section then apply a unique id on the For Developers: Section ID field. Use “adjust-background-size”, for example then add this on Quick CSS or custom.css to adjust the background size:

    @media only screen and (max-width: 767px) {
    #adjust-background-size {
    background-size: 150% !important;
    }
    }

    Adjust the background-size value if necessary.

    Best regards,
    Ismael

    in reply to: Alt Tags #343026

    Hi keifygeorge!

    Thank you for using Enfold.

    Which page are you referring to? Please give us a link to the actual page. We would like to check it.

    Regards,
    Ismael

    in reply to: Displaying "Category Title" on Post Description #343024

    Hi!

    Look for this code:

    if(strpos($this->atts['caption_elements'], 'excerpt') !== false && !empty($content)){
                            $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$entry['ID'], 'custom_markup'=>$this->atts['custom_markup']));
    						$items .=	"<div class='av-masonry-entry-content entry-content' {$markup}>{$content}</div>";	
    					}

    Replace it with:

    if(strpos($this->atts['caption_elements'], 'excerpt') !== false && !empty($content)){
                            $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$entry['ID'], 'custom_markup'=>$this->atts['custom_markup']));
    						$category = get_the_category($entry['ID']);						
    						$items .= "<div class='av-masonry-entry-content-category'>{$category[0]->name}</div>";					
    						$items .=	"<div class='av-masonry-entry-content entry-content' {$markup}>{$content}</div>";	
    					}

    For further modifications, please visit Envato Studio or Werkpress.

    Cheers!
    Ismael

    in reply to: Parent menu link in responsive menu #343012

    Hi Tom!

    Thank you for using Enfold.

    Are you referring to the “Projects 2” menu item? Please add this on Quick CSS:

    ul#mobile-advanced li#menu-item-766 a {
    pointer-events: none !important;
    }

    Best regards,
    Ismael

    in reply to: How to implement Google Search with Enfold? #343010

    Hey!

    Please post the actual page url here. We would like to inspect it. We’ll help you remove the elements but we won’t be able you assist you with the google search modification. This particular request or modification is more than what we can offer as a support team. This task is simply beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Regards,
    Ismael

    in reply to: Noindex subpages of archives when using avia builder 'blog' #343005

    Hi!

    Thank you for the info.

    I added this code on the functions.php file:

    function add_meta_noindex(){ 
    
    global $wp_query;
    
    $paged = $wp_query->get( 'paged' );
    
    if ( ! $paged || $paged < 2 )  {
    return;
    } else {
    echo '<meta name="robots" content="noindex,follow">';
    }
    }
    add_action('wp_head', 'add_meta_noindex', 1);

    It’s not being recognized as an archive page when you set the blog to advance layout builder. I’ll ask Kriesi to take a look.

    Cheers!
    Ismael

    in reply to: Full width Mega Menu #342990

    Hey!

    Thank you for using Enfold.

    Unfortunately, you can’t change the width of the mega menu without modifying the jQuery script that controls the width calculation. Regretfully, this particular request or modification is more than what we can offer as a support team. This task is simply beyond the scope of support and is not a theme related issue. Please hire a freelance developer. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Regards,
    Ismael

    in reply to: Icons not shown #342985

    Hey isa_hahner!

    Thank you for using Enfold.

    Please deactivate all plugins particularly the cache and minify plugins. If you have cdn installed, please purge the cache. Did you transfer the website?

    Best regards,
    Ismael

Viewing 30 posts - 54,391 through 54,420 (of 67,491 total)