Forum Replies Created

Viewing 30 posts - 13,801 through 13,830 (of 66,608 total)
  • Author
    Posts
  • in reply to: 1) Fields in Masonry and 2) image sizes #1303142

    Hi,

    Sorry for the delay.

    1.) This should still be possible but the changes should be done in the themes\enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php file. This is the new file for the masonry shortcode or element. The code can be found around line 737.

    $this->loop[ $key ]['url'] = get_permalink( $id );
    

    The developer should be able to add the previous modification after that.

    2.) Looks like the original image is displayed in the masonry item instead of the masonry thumbnail. We also noticed the ?lossy=1&strip=1&webp=1 parameters in the image URL. Did you install an image optimization plugin? What happens when you deactivate the plugin temporarily?

    Best regards,
    Ismael

    in reply to: Masonry gallery issues #1303139

    Hey Technohead,

    Thank you for the inquiry.

    1.) Try to add this css code to disable the loading icon, which is causing the shake.

    .avia_loading_icon {
    	display: none !important;
    }

    2.) We cannot reproduce this issue on our end. Would you mind providing a screenshot? Please use imgur or dropbox for the screenshot.

    Best regards,
    Ismael

    in reply to: Enfold Theme did not import correctly #1303138

    Hey Keith,

    Thank you for the inquiry.

    The demo links above are the same. Which demo are you trying to import?

    You can use the following plugin to reset the database or the WP installation. Try to import the demo again after the reset.

    // https://wordpress.org/plugins/wp-reset/

    Best regards,
    Ismael

    in reply to: dot in a different colour than text #1303137

    Hi,

    Thank you for the update.

    Would you mind providing a screenshot of the issue? Looks like you already managed to change the color of the list style. If not, try this css code.

    .avia_textblock ul.disc, .entry-content-wrapper .avia_textblock ul {
    	list-style: none !important;
    }
    
    .avia_textblock li::before {
    	list-style: disc;
    	content: "\2022";
    	color: red;
    	font-weight: bold;
    	display: inline-block;
    	width: 1em;
    	margin-left: -1em;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Try this css code to adjust the height of the layer slider container.

    #layerslider_9_1smp45qam2qxd, #layerslider_9_1smp45qam2qxd .ls-inner {
        height: 100vh !important;
    }
    

    You may need to add more css rules inside the existing css media queries to adjust the container’s height on different screen sizes.

    Best regards,
    Ismael

    in reply to: Enfold Fullwidth Easy Slider #1303105

    Hi,

    Thank you for the inquiry.

    We have found a script error in the browser console but we cannot know for sure which script or function is generating it because the scripts are combined and compressed. Please temporarily toggle or disable the Enfold > Performance > File Compression settings and the cache plugin.

    This is the script error in the avia-footer-scripts-…-60ab958db3781.js:5.

    Uncaught SyntaxError: Unexpected token '!'
    

    Best regards,
    Ismael

    Hey hasbeat,

    Thank you for the inquiry.

    Try to use this css code to adjust the sorting buttons.

    .togglecontainer .taglist {
        word-break: break-all;
    }
    

    The option break-all might break a word at any character if it reaches the end of the line.

    Best regards,
    Ismael

    Hi,

    We added the snippet in the staging but as you have observed, the pagination is not working correctly. All we did above is re-enable the unmodified default pagination of the shop plugin, which the theme hides and replaces with its custom pagination.

    Unfortunately, we have no idea how the plugin modifies the default Woocommerce pagination, or if it alters the default product query. Please contact the plugin developers for more info about the issue.

    Best regards,
    Ismael

    in reply to: Enfold theme & Memberpress #1303099

    Hi,

    What is supposed to display in the second page? Again, this is what we see when we access the second page without logging in.

    Screenshot: https://imgur.com/z5kMbFu

    The same content or layout is shown in the first page, so we thought that the more tag is working as expected. If the content shown in the screenshot is not correct, please provide a screenshot of the content that is supposed to display in the page.

    Best regards,
    Ismael

    in reply to: portfolio grid image link doesn't work #1303073

    Hi,

    No problem. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Masonry Gallery not showing up #1303070

    Hi,

    The theme is still outdated. Please check the documentation that we provided above so that you can properly update the theme. You should delete the old version after uploading the latest one. We will add the link again below.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    There are other things not showing up now like the map.

    This should get fixed once you updated the theme. You may also need to toggle or temporarily disable the Enfold > Performance > File Compression settings after upgrading the theme.

    IMPORTANT: Please do not forget to create a site backup or a restore point before doing the update.

    Best regards,
    Ismael

    in reply to: Woocommerce: Double cart content and totals #1303069

    Hi,

    Regarding the staging site, these articles should help.

    // https://themeisle.com/blog/wordpress-staging-site/
    // https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/

    You can use this css code to temporarily hide the cart duplicate.

    .woocommerce-cart .container .content .post-entry-1122 {
        display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: How to reduce spacing before Easy Slider ? #1303067

    Hi,

    Does it work correctly when the image plugin is disabled? You may need to upload the images again if the issue persist after disabling the plugin.

    Best regards,
    Ismael

    in reply to: social profiles in fullwidth sub menu #1303064

    Hi,

    How would you like the excerpt to be formatted? You can edit the themes/enfold/config-templatebuilder/avia-shortcodes/productslider/productslider.php file if you want modify the catalogue item.

    	$text .=	"
    <div class='av-catalogue-content'>{$content}</div>
    ";
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Problem with layer order #1303063

    Hi,

    Thank you for the screenshots.

    This css code might help move the hero image under the columns or the section that is containing them.

    #myhero {
        z-index: 0;
    }
    

    Best regards,
    Ismael

    in reply to: Logo SrcSet? #1303062

    Hi,

    What is the actual size of your logo? It might not be working because the logo image does not meet this requirement.

    $desc .= __( 'Since 4.8.2 responsive images (e.g. for retina screens) are supported. Make sure to upload an image dimension from which WP can create the necessary scrset and sizes attributes.', 'avia_framework' );
    

    This:

    Make sure to upload an image dimension from which WP can create the necessary scrset and sizes attributes.

    Best regards,
    Ismael

    in reply to: custom post archive #1303060

    Hi,

    What is the actual name or slug of the taxonomy that you created? We tried to login to the dashboard to check but the account above is no longer valid.

    e, i am trying to edit the archive page – postslider.php

    Try to extract the content of the above hook and place it in the archive.php or the postslider.php file. You may need to prepend or concatenate the terms to the $output as you have done above instead of using echo.

    
    // get the terms here
    
    $output .= '<div class="av-post-brands">';
    $output .= printf( esc_html__( 'Brands: <span>%s</span>', 'aviaframework' ), esc_html( $brands_list ) );
    $output .= '</div>'';
    

    Best regards,
    Ismael

    Hi,

    We updated the code above. It should now apply the original image URL instead of the portfolio thumbnail.

    Have you tried disabling the plugins temporarily? It is possible that one of the plugins is causing the lightbox to fail.

    Best regards,
    Ismael

    Hi,

    while i want to apply certain condition that the code should only

    Sorry for the delay. Try to check if the body tag contains a certain class name. Example.

    var body = document.querySelector("body");
    // check if the body tag has the class name page-id-321 or if the current page has the ID 321
    var is_page_321 = body.classlist.contains("page-id-321"); 
    
    if(is_page_321) {
       // do something here
       // like removing the page-summary container
    }

    Best regards,
    Ismael

    in reply to: Excerpt in Masonry shows shortcode #1303056

    Hi,

    Thank you for the update.

    In the latest version 4.8.3, you can use this filter to alter the content of the masonry items.

    add_filter("avf_masonry_entry_content", function($content) {
        return ""; 
    }, 10);
    

    This should return an empty string or text.

    Best regards,
    Ismael

    in reply to: Accordion title change when active #1303054

    Hi,

    Sorry for the delay. We updated the code above. It should now include the + and – symbols and update them accordingly.

    Best regards,
    Ismael

    in reply to: History Slider Not Working Correctly In Chrome #1302840

    Hi,

    Sure thing. Glad we could help. Please do not hesitate to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Unable to update template enfold #1302838

    Hi,

    No problem. For more inquiries, please feel free to open another thread. We will close this thread now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Menue | delete mouse over effect for a Title #1302836

    Hi,

    No problem. We will close the thread now. Please do not hesitate to open another if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Two columns with borders around the full block #1302833

    Hi,


    @atomcc
    : Try to wrap the css code inside a css media query so that the changes only apply to desktop view.

    @media only screen and (min-width: 768px) {
      /* Move css code here */
    
    }
    

    If you need further assistance, please feel free to open a new thread. We will close this one for now.

    Best regards,
    Ismael

    Hi,

    You can try this snippet in the child theme’s functions.php file to override the modification.

    add_action("after_setup_theme", function() {
        add_action( 'woocommerce_pagination', 'woocommerce_catalog_ordering', 20 );
        add_action( 'woocommerce_pagination', 'woocommerce_pagination', 10 );
        add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); //remove rating
        add_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 ); //remove woo pagination
    }, 999);
    

    If this is not working, try to use the same hooks with adjusted priority number.

    add_action("init", function() {
        add_action( 'woocommerce_pagination', 'woocommerce_catalog_ordering', 25 );
        add_action( 'woocommerce_pagination', 'woocommerce_pagination', 15 );
        add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 10 ); //remove rating
        add_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 15 ); //remove woo pagination
    }, 999);
    

    Best regards,
    Ismael

    in reply to: How to reduce spacing before Easy Slider ? #1302830

    Hi,

    Welcome back! It’s been a while.

    Have you tried editing the Image elements and re-selecting the square thumbnail? You may need to do this manually for every image element.

    We also noticed that a “resize” parameter or query var is prepended to the image URL, which might be causing the issue. Did you install an image optimization plugin?

    Best regards,
    Ismael

    in reply to: social profiles in fullwidth sub menu #1302829

    Hi,

    On the mobile device the Facebook and Instagram icons are displayed. On the PC they are not.

    They are not displaying on desktop view because you have disabled the default header. Unfortunately, the social icons are not included in the Fullwidth Sub Menu element by default. You may need to create a new menu and include the social icons as menu items.

    Best regards,
    Ismael

    in reply to: Problem enfold template single product. #1302817

    Hi,

    Thank you for the info.

    Yes, unfortunately, the default gallery from the builder is not compatible with variable products. You may need to switch to the default editor if you really need the product gallery to respond according to the selected variation.

    Best regards,
    Ismael

    in reply to: search as part of fly-over menu #1302813

    Hi,

    Thank you for the update.

    We cannot see the actual markup of the search bar above. Please post the code on pastebin.com so that we can test it on our end. The code should look something like this.

    // add search bar to mobile menu
    function ava_custom_script_mod_search_mobile()
    {
    ?>
    	<script>
    		(function($) {
    			$(document).ready(function() {			
    				$('.av-burger-menu-main a').on('avia_burger_list_created', function() {
    					setTimeout(() => {
    						$("<div class='av-mobile-search'>SEARCH HERE</div>").prependTo('#av-burger-menu-ul');
    					}, 150);	
    				});
    			});
    		})(jQuery);
    	</script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod_search_mobile', 10000);
    

    Best regards,
    Ismael

Viewing 30 posts - 13,801 through 13,830 (of 66,608 total)