Forum Replies Created
-
AuthorPosts
-
June 25, 2019 at 1:42 am in reply to: Woocommerce Bookings option to display calendar on click not working properly #1113049
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelJune 25, 2019 at 1:21 am in reply to: LayerSlider rendering differently in safari, chrome and firefox #1113044Hi,
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,
IsmaelJune 25, 2019 at 1:07 am in reply to: Accordion/Toggles – ALB Accordion not clickable after Ajax Call with Toolset #1113035Hey 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,
IsmaelJune 25, 2019 at 12:49 am in reply to: Fixing incorrect behaviour of custom colors on Accordion content element #1113033Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
Thank you for the update.
We set the logo manually and the main menu manually. Is that what you’re after?
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelJune 24, 2019 at 1:47 am in reply to: ENFOLD + WPML, the english version of pages is not posibble to "save changes" #1112792Hi,
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,
IsmaelJune 24, 2019 at 1:14 am in reply to: Responsive Problem with the Ipad and Iphone with the fullscreen slider #1112789Hi,
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,
IsmaelJune 24, 2019 at 12:58 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1112788Hi,
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,
IsmaelHey!
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,
IsmaelHi,
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,
IsmaelJune 24, 2019 at 12:41 am in reply to: Optimizing images: Should I use more than 1 version? #1112783Hi,
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,
IsmaelHi,
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 -
AuthorPosts
