Forum Replies Created

Viewing 30 posts - 22,081 through 22,110 (of 66,745 total)
  • Author
    Posts
  • Hi,

    What can I do to make have the “Choose” button displayed on load?

    You may have to ask the plugin author for the specific function or the hook where they attach the callback in order to render the “Choose” button.

    Please forward this thread to the plugin authors.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    How can we reproduce the issue? The site doesn’t crash or lose connection when we edit the posts. (see private field)

    Best regards,
    Ismael

    in reply to: video not showing well #1113046

    Hi,

    Great! Glad to hear it’s fixed.

    Please don’t hesitate to open a new thread if you need anything else. We hope that we can help you better next time.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Block no more displaying text when editing #1113045

    Hi,

    Thank you for the update.

    A closing tag for a div container was missing in one of the text blocks.

    
    <div>
    
    Le affissioni statiche e dinamiche sono <strong> un ottimo strumento di comunicazione</strong> poiche permettono alle aziende di essere presenti e molto ben visibili sul territorio, facilmente individuabili dai pedoni e dagli automobilisti, hanno una forte localizzazione territoriale, consentono una notevole liberta di espressione creativita e non necessitano di ingenti budget pubblicitari.
    
    La <strong>Publical Adv</strong> azienda che rappresento, e una societa di servizi pubblicitari operante in tutto il territorio sardo dal 1976. Leader nel settore delle affissioni statiche e dinamiche del cagliaritano con oltre 120 impianti formato metri 6x3, 50 stendardi bifacciali formato metri 1,40 x 2,00 e Camion Vela bifacciali formato metri 6x3
    
    <strong>La nostra priorita </strong>è quella di soddisfare le esigenze del cliente rispettando le 3 regole fondamentali per la promozione:
    
    <strong>chi sei</strong> descrizione dell’azienda
    <strong>cosa fai</strong> descrizione del prodotto
    <strong>dove sei</strong> descrizione in cui opera lazienda
    
    <!-- add a closing tag for the div container here --></div>
    

    Please check the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Did you separate the text or heading background from the actual box? Try to combine the box and the text into a single layer. You can add a background to the text layer and set a padding around it. And make sure that the right position unit value of the layers are in pixels, not percentage.

    Best regards,
    Ismael

    Hey madsonic,

    Thank you for using Enfold.

    You have to re-initialize the toggles after the AJAX request or after the toggler in the search results load.

     //activates the toggle shortcode
    if($.fn.avia_sc_toggle)
    {
        $('.togglecontainer', container).avia_sc_toggle();
    }
    

    Just add that inside the complete or success AJAX callback.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We will forward this issue to the dev team. For now, please edit the config-templatebuilder > aviashortcodes > toggle > toggle.js file. Look for this code around line 110:

    /* change style on hover */
    				if (hoverStyle) {
    
                        thisheading.hover(
                            function() {
                                if ( ! thisheading.hasClass('activeTitle')) {
                                    $(this).attr('style',hoverStyle);
    							}
                            }, function() {
                                if ( ! thisheading.hasClass('activeTitle')) {
                                    $(this).attr('style', headingStyle);
                                }
                            }
                        );
    				}
    
    

    Replace it with:

    /* change style on hover */
    				if (hoverStyle) {
    
                        thisheading.hover(
                            function() {
                                if ( ! thisheading.hasClass('activeTitle') ) {
                                    $(this).attr('style',hoverStyle);
    							}
                            }, function() {
    							if ( ! thisheading.hasClass('activeTitle') ) {
    								if( headingStyle ) {
                                    	$(this).attr('style', headingStyle);
                                	} else {
    									$(this).removeAttr('style');
    								}
    							} else {
    								$(this).removeAttr('style');
    							}
                            }
                        );
    				}
    
    

    Don’t forget to toggle the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    in reply to: my website is too slow #1113031

    Hi,

    Thank you for the update.

    1.) Defer parsing of JavaScript – Most of the scripts that require to be deferred are actually not related to the theme. You can a find a list below. For the youtube videos, you should enable lazy loading so it doesn’t interfere with the browser or only load it when the user interact with it. Edit the video element, look for the “Lazy Load videos” and set it to the second option (Wait for the user to interact with the video)

    https://www.youtube.com/yts/jsbin/player_ias-vfl49f_g4/en_US/base.js (955.0KiB)
    https://www.youtube.com/yts/jsbin/www-embed-player-vflHQTJzU/www-embed-player.js (90.0KiB)
    https://www.puertoplataclick.com/es/wp-includes/js/jquery/jquery.js?ver=1.12.4 (87.0KiB)
    https://www.puertoplataclick.com/ (3.7KiB of inline JavaScript)
    https://www.youtube.com/embed/IxUA-0zhHyk?feature=oembed&wmode=opaque&rel=0 (3.2KiB of inline JavaScript)

    2-3.) Serve scaled images & Optimize images – Do you have the original copies of the event featured images (see private field)? You should resave the images using Photoshop or any photo editor, set the quality to 85-90 and upload them again. You can also use the following plugin to adjust the size of the “square” thumbnail.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Portfolio element #1113030

    Hi,

    Thank you for the update.

    The following script generates an error, which is probably affecting the portfolio sort.

    
    <script src="//rum-static.pingdom.net/pa-5c62e1a9cea07b0016000b9e.js" async></script>
    

    Do you have any idea how to disable that temporarily?

    Best regards,
    Ismael

    in reply to: Contact form : validation message #1112875

    Hi,

    We are able to login to the server but we can’t find the WordPress root directory. Where is it?
    We may need another login token for the WordPress dashboard because the first one has expired.

    Sorry if this is taking a bit too long to get resolved.

    Best regards,
    Ismael

    in reply to: Website sections not loading in Internet Explorer #1112859

    Hi,

    The issue is probably related to this thread. The JS “includes” function is not supported on IE, so it’s creating an error.

    // https://kriesi.at/support/topic/internet-explorer-11-compatability/

    You will have to do the changes described in the thread manually for now.

    Best regards,
    Ismael

    in reply to: enfold one page restaurant demo not working properly #1112854

    Hi,

    Thank you for the update.

    We set the logo manually and the main menu manually. Is that what you’re after?

    Best regards,
    Ismael

    in reply to: Change default map from roadmap to Satellite ? #1112835

    Hi,

    Thank you for the update.

    If that is the case, then you should set the “std” parameter value to “HYBRID” to make the hybrid view as the default map type.

    	"std" => "HYBRID",
    	"subtype" => array(
    	__( 'Roadmap', 'avia_framework' )	=>	”,
    	__( 'Hybrid', 'avia_framework' )	=>	'HYBRID',
    	__( 'Satellite', 'avia_framework' )	=>	'SATELLITE',
    	__( 'Terrain', 'avia_framework' )	=>	'TERRAIN',
    

    Best regards,
    Ismael

    in reply to: Private post made public after update #1112834

    Hi,

    The post with the code 359017 doesn’t display in the actual search results page. (see private field)

    Why did you set the post type value to “Ordliste”? The actual post type slug or name of the posts is “q_a”.

    
    $defaults = array('numberposts' => 5, 'post_type' => array('post','Ordliste'), 'post_password' => '', 'suppress_filters' => false, 'results_hide_fields' => '');
    
    

    You should change that to “q_a” or leave the post_type value to “any”.

    Best regards,
    Ismael

    in reply to: Phone icon requires 'Always load all elements' #1112832

    Hi,

    The theme can only recognize shortcodes in the builder itself or those added in widgets. You may need to extract the html of the icon shortcode and use it in the phone field instead of the actual icon shortcode.

    Best regards,
    Ismael

    in reply to: Mansory gallery changes the "color" of pictures #1112817

    Hi,

    That’s the actual color of the images. The image overlay is no longer there. (see private field)

    Do they look different from the original images?

    Best regards,
    Ismael

    in reply to: lateral page navigation buttons between posts #1112814

    Hi,

    Could you provide links to the posts or portfolio items with the issue? Please note that the navigation will display on posts but not on pages.

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Easy Slider with YouTube video link not functioning #1112812

    Hi,

    Thank you for the update.

    You have to update the header.php template file in the child theme to re-enable the lightbox. It’s still the old version.

    Best regards,
    Ismael

    in reply to: Gallery Masonry with WPML #1112809

    Hi,

    Thank you for the update.

    We just noticed that the site is still using an old version of the theme, 4.5.3. Please upgrade to version 4.5.7, then translate the page again. A patch for this particular issue has been included in version 4.5.

    // https://kriesi.at/documentation/enfold/changelog/

    Best regards,
    Ismael

    in reply to: Set transparent header on a custom PHP page #1112803

    Hi,

    Thanks for the update.

    Try to include the $avia_config global variable in the template, right above the get_header function.

    global $avia_config;
    

    Best regards,
    Ismael

    in reply to: portfolio item image zoom #1112802

    Hi,

    Thanks for the update.

    Are you referring to the animating text while scrolling down the page? That is a css animation. You can place an element inside a column, edit the column element, go to the Animations tab and select your preferred animation.

    Best regards,
    Ismael

    in reply to: Masonry Gallery Gap – Desktop vs Mobile #1112800

    Hi,

    Sorry for the delay.

    We adjusted the code a bit to remove the large gaps between the masonry gallery items.

     .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        bottom: 1px;
    }

    Screenshot: https://imgur.com/a/d8AJHFG

    Best regards,
    Ismael

    in reply to: Change position of post-nav buttons below post #1112796

    Hi,

    Thanks for the update.

    There was an extra curly brace in one of the css media queries. We removed it to fix the css code.

    // https://imgur.com/a/1wyQxXR

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    It turned out to be an issue with Yoast and the new block editor. We switched the editor to the classic editor to work around the issue.

    Best regards,
    Ismael

    Hi,

    I have a problem with the responsive mode on an ipad and an iphone with a fullscreen slider.

    Did you switch the slider from “Fullscreen” to “Fullwidth”? That’s what we see in the home page.

    Screenshot: https://imgur.com/a/51c2kde

    Best regards,
    Ismael

    Hi,

    We are not seeing the errors when the shortcodes.js file in the child theme is deactivated.

    I think it would be better if you leave the parallax effect disabled on mobile devices.

    Best regards,
    Ismael

    in reply to: auction plugin compatibility with Enfold #1112785

    Hey!

    Thank you for the update.

    Have you tried using the function in the hook above?

    function avia_woocommerce_auction_hooks() { 
         add_action('woocommerce_before_shop_loop','woocommerce_auctions_ordering', 20);
         remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20);
    } 
    add_action( 'init', 'avia_woocommerce_auction_hooks');
    

    Best regards,
    Ismael

    in reply to: Resize Shop Thumbnail #1112784

    Hi,

    You have to upload the product image again or regenerate the existing thumbnails. The product in the screenshot already exists before we did the modification. Did you check the dummy product that we added?

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Optimizing images: Should I use more than 1 version? #1112783

    Hi,

    Did you compress or optimize the images before and after uploading them?

    Where we can we see the Fullwidth Easy Slider? Please provide the actual link to the page.

    Best regards,
    Ismael

    in reply to: parallax positioning of Image #1112259

    Hi,

    Thank you for the update.

    That option is actually ignored or not in used when the background attachment is set to parallax because the background container is going to be wrapped inside the actual parallax container, which is then resized with a script, so it becomes larger than the actual color section container. This parallax container then transforms on scroll creating a parallax effect.

    Best regards,
    Ismael

Viewing 30 posts - 22,081 through 22,110 (of 66,745 total)