Forum Replies Created
-
AuthorPosts
-
May 9, 2019 at 9:10 am in reply to: Mail Chimp av shortcode in footer not appearing on certain pages #1098798
Hey GWS,
Thank you for using Enfold.
Upgrading to the latest version of the theme, 4.5.6, should fix the issue. It contains a fix for shortcodes used outside the advance layout builder including those added inside a widget.
// https://kriesi.at/documentation/enfold/changelog/ > 4.5.5
– fixed: an issue with shortcodes used outside of template builder pages
Best regards,
IsmaelHey mattsalamon,
Thank you for using Enfold.
Are you going to use the actual shortcode of icon box element? You can’t make the text wrap around the icon box if you’re going to insert it using the ALB. It has to be inserted as an actual shortcode inside a text or code block. You may need to turn on the custom css class field so that you can target that specific element directly.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
IsmaelHey GWS,
Thank you for using Enfold.
The page above is blank. Is that the correct url? Please check it carefully.
Best regards,
IsmaelHey havi,
Thank you for using Enfold.
Have you tried putting the url manually back to the debug tool instead of going directly to that url? It works fine on our end.
Time Scraped
3 minutes ago
Scrape Again
Response Code 200
Fetched URL https://staging-ligadejusticia.kinsta.cloud/cuando-dolores-aparecen-despues-del-accidente-carro/
Canonical URL0 likes, shares and comments (More Info)
Based on the raw tags, we constructed the following Open Graph properties
og:url https://staging-ligadejusticia.kinsta.cloud/cuando-dolores-aparecen-despues-del-accidente-carro/
og:title Accidente de Carro: Cuando los Dolores Aparecen Después del Accidente
og:description Si las molestias y dolores aparecen después del accidente de auto, no pierdas tu derecho a compensación por lesiones personales. Sigue estos consejos.
og:image https://staging-ligadejusticia.kinsta.cloud/wp-content/uploads/2019/04/dolores-despues-del-accidente-de-carro.jpg
og:image:alt Qué hacer cuando los dolores aparecen después del accidente de carro. Abogados de accidentes y lesiones personales.Best regards,
IsmaelMay 9, 2019 at 8:47 am in reply to: Content Slider Controls: make arrows and dots both appear for the controls #1098788Hey talawar,
Thank you for using Enfold.
This is possible but you need to modify the config-templatebuilder > aviashortcodes > contentslider > contentslider.php file. Look for this code around line 464:
if($slide_count > $columns && $type == 'slider' && $navigation != 'no') { if($navigation == 'dots') $output .= $this->slide_navigation_dots(); if($navigation == 'arrows') $output .= $this->slide_navigation_arrows(); }Remove the condition so that both navigation display.
if($slide_count > $columns && $type == 'slider' && $navigation != 'no') { $output .= $this->slide_navigation_dots(); $output .= $this->slide_navigation_arrows(); }Best regards,
IsmaelHey jelle,
Thank you for using Enfold.
Are you trying to set the alignment manually? Please try to set the Special Heading > Heading Style settings to the third option ( Heading Style Modern(centered) ).
Best regards,
IsmaelHey brandgeist17,
Thank you for creating another thread.
What is the generated error when you add the code? It doesn’t create an error on our installation. Please copy that code directly from the forum and not from your email.
Best regards,
IsmaelHi,
Thanks for the update.
That modification should adjust the image aligment in the content, not the tab section title. If you want to center align the image in the tab title container, use this css code.
.av-active-tab-title .av-tab-section-image { margin: 0 auto; }Best regards,
IsmaelHi,
Thank for using Enfold.
The shortcode is contained inside another wrapper with the same class attribute. The following css code should help fix the issue.
.container .av-content-small.units .av-content-small.units { width: 100%; } div .products.columns-3 .product { width: 32%; }You may need to add a few css media queries to adjust the style on mobile view.
Best regards,
IsmaelHi,
Thanks for the update.
It seems to be an error with the wp-config.php file. Did you modify that file recently? Please check line 2 of that file.
Best regards,
IsmaelHi,
Thanks for the update.
Is this fixed? The contact form is being rendered properly in the second 1/2 column without background overflow. We can no longer see these issues.
Problem 1: You can see the background of the form is overflow the container.: https://imgur.com/4ksFxof
Problem 2: When I scale the screen smaller: The 1/2 columns is not the right place it should be. It should be in the right of the screen. https://imgur.com/HD6haIABest regards,
IsmaelHi,
Thanks for the update.
Could you give us actual links to the pages with the issue? Additional screenshots will help as well.
Best regards,
IsmaelHi,
Thanks for the update.
Set the display property of the sub menu container from “table” to “block”, then adjust the width of the sub menu items.
#top #header .avia_mega_div > .sub-menu { display: block; } #header #menu-item-241 .three.units { width: 186px !important; }Best regards,
IsmaelHi,
Thanks for the update.
1.) No, you don’t need to enable Gutenberg.
2.) Yes, it can be empty.
3.) If you want to display the featured image in the page automatically, then you have to set it. If not, you can just leave it empty. It’s your choice.Best regards,
IsmaelMay 9, 2019 at 7:20 am in reply to: Blog list page post meta infos stopped displaying correctly #1098763Hi,
Thanks for the update.
Some of the sections are rendered outside the main wrapper. This usually happens where there are unclosed html tags in the page or in the posts rendered in the blog overview page. Please check for any unclosed html tags in that particular page and your posts.
Best regards,
IsmaelMay 9, 2019 at 6:52 am in reply to: Partner/Logo Element jumping although images have all the same height #1098759Hi,
Thanks for the update.
The following image is actually much taller than the rest. (see private field)
Best regards,
IsmaelHi,
Awesome! Glad it’s fixed. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Thanks for the update.
We checked every function or script that creates a request or may cause a reload. One of the scripts that keeps turning up is the Rocket Loader. It defers loading of the js scripts, prioritizing the content such as html, images, text etc making it seem like the page is loading faster. Unfortunately, this optimization can cause a re-paint or re-render of the content if the script deem it necessary. Have you tried disabling that option?
We also found the following thread, which seems to confirm our speculation. https://community.cloudflare.com/t/rocket-loader-causes-blink-flicker-on-page-load/27181
Best regards,
IsmaelHi,
Thanks for the update.
The “style” attribute of the succeeding icons are being duplicated. Please upgrade to version 4.5.6. That should fix the issue with the shortcode style attributes.
// https://kriesi.at/documentation/enfold/changelog/
fixed: a bug with inline styles for some ALB elements
Best regards,
IsmaelHey Michael,
Thank you for using Enfold.
Looks like the “load more” button is currently disabled. The following thread might help fix the issue.
// https://kriesi.at/support/topic/masonry-element-flickering-on-load-more/#post-969885
Best regards,
IsmaelHi,
Thanks for the update.
The “Responsive Site” option in the Enfold > General Layout > Dimension panel is disabled. We turned that option on.
Best regards,
IsmaelHi,
Thanks for the update.
The only email in the contact form’s “Il tuo indirizzo email” field is “INFO@GUIDIEPARTNER.IT”. Please edit the page with the contact form and add the other email address separated by comma in the same field.
Best regards,
IsmaelHi,
Thanks for the update.
Why is there a child theme in the root directory? Are you sure that you didn’t accidentally override the files in the root directory when you update the theme? Please override your installation with a fresh copy of the latest WordPress files.
We keep getting the following error in the console and according to the forums, the error occurs due to server limitations causing the site or the server to time out.
ERR_CONTENT_LENGTH_MISMATCH 200Please contact your hosting provider for additional help.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Is there a staging site where we can see the widget? We have to inspect the element in order to provide the appropriate modification. If you haven’t yet created a staging site, this tutorial should help.
// https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Best regards,
IsmaelHey ilpadre1,
Thanks for the update.
That is possible, but you have to modify the js > avia.js file directly.
// initial volume when the player starts startVolume: 0.8,And the site’s visitors can always adjust the volume on their end if it’s actually too loud.
Best regards,
IsmaelMay 8, 2019 at 2:21 pm in reply to: First horizontal gallery Initial Active Image moves after scrolling vertically #1098463Hi,
Thanks for the update.
but on Firefox it does some weird stuff
Is this also happening on mobile view? The site looks fine on Firefox Windows 8. Would you mind providing a screenshot?
Best regards,
IsmaelHi,
Thanks for the update.
The site is currently running on an older version, 4.5.1. Please update the theme to the latest version, 4.5.6. The update might fix the issue.
Best regards,
IsmaelMay 8, 2019 at 1:34 pm in reply to: 2 columns in Masonry-Grid on iPhone 6s, but Display-Option is set to 1 column #1098445Hi,
Thanks for the update.
This css code might help.
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3) { .responsive.av-no-preview #top .av-mini-columns-1 .av-masonry-entry { width: 100%; } }Please don’t forget to toggle the Enfold > Performance > File Compression settings.
Best regards,
IsmaelHi,
Thanks for the update.
Try to remove the “width” property in that css code.
.page-id-7416 div .av_one_fourth { margin-left: 3%!important; }Why do you have to adjust the left margin?
Best regards,
Ismael -
AuthorPosts
