Forum Replies Created

Viewing 30 posts - 18,961 through 18,990 (of 67,463 total)
  • Author
    Posts
  • Hey enricobaumgart,

    Thank you for the inquiry.

    You should set the default cookie behavior to the first or the second option to enable cookies required by external services such as the map and videos. The third option will only enable the essential or basic cookies, which the theme requires to function correctly.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The map option is disabled in Enfold > Google Services panel, so we enabled it back. Please edit the map element in the contact page again.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider #1191743

    Hey BiancaFrankDesign,

    Thank you for the inquiry.

    It is a plugin conflict issue. The following error occurs when the Async JavaScript plugin is enabled. We turned it off for now.

    ReferenceError: jQuery is not defined
    

    Best regards,
    Ismael

    Hi,

    Did you add another Fullscreen Slider for mobile view? You can just edit the font size for different screen sizes in the slide’s Styling > Font Sizes toggle as @Yigit suggested above.

    Best regards,
    Ismael

    in reply to: Analytics Events tracking for every masonry element #1191698

    Hey Manuel,

    Thank you for the inquiry.

    The following is the markup of an item in a Masonry element. You might be able to use the value of the id attribute (av-masonry-1-item-153) or one of the class names to target it.

    <a href="https://manuelkoehler.de/wp-content/uploads/2020/01/hochzeitsfotograf-coburg-steffi-und-marc-brp02080-1030x687.jpg" id="av-masonry-1-item-153" data-av-masonry-item="153" class="av-masonry-entry isotope-item post-153 attachment type-attachment status-inherit hentry av-masonry-item-with-image lightbox-added av-masonry-item-loaded" title="Hochzeitsfotograf Coburg Steffi und Marc BRP02080" itemprop="thumbnailUrl" style="position: absolute; left: 24.8417%; top: 0px;">
    <div class="av-inner-masonry-sizer"></div>
    <figure class="av-inner-masonry main_color">
    <div class="av-masonry-outerimage-container">
    <div class="av-masonry-image-container"><img src="https://manuelkoehler.de/wp-content/uploads/2020/01/hochzeitsfotograf-coburg-steffi-und-marc-brp02080-705x470.jpg" title="Hochzeitsfotograf Coburg Steffi und Marc BRP02080" alt="Hochzeitsfotograf für Coburg in der Rosenau" data-lazy-src="https://manuelkoehler.de/wp-content/uploads/2020/01/hochzeitsfotograf-coburg-steffi-und-marc-brp02080-705x470.jpg" class="lazyloaded" data-was-processed="true" data-jpibfi-indexer="4">
    				<noscript>
    					<img src="https://manuelkoehler.de/wp-content/uploads/2020/01/hochzeitsfotograf-coburg-steffi-und-marc-brp02080-705x470.jpg" title="Hochzeitsfotograf Coburg Steffi und Marc BRP02080" alt="Hochzeitsfotograf für Coburg in der Rosenau" />
    				</noscript></div>
    </div></figure>
    </a>
    

    The image is inside the page hochzeitsbilder-in-der-rosenau-roedental post.

    Best regards,
    Ismael

    Hey Pixelfoundry,

    Sorry for the delay. Do you require more help with this? Looks like the icons in the checkout page are displaying properly now.

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

    Best regards,
    Ismael

    in reply to: Main menu dropdown container with arrow at the top #1191692

    Hi,

    Thank you for the screenshot.

    This should add an arrow above the mega menu container.

    #menu-item-128 .avia_mega_div::before {
    	content: "";
    	margin-left: 45%;
    	border-style: solid;
    	border-width: 12px 12px 12px 12px;
    	border-color: transparent transparent #fff transparent;
    	position: absolute;
    	top: -20px;
    }

    Replace 128 with the actual id of the parent menu item.

    Best regards,
    Ismael

    in reply to: gallery layout on portfolio page #1191690

    Hi,

    Thank you for the update.

    Would you like to create spaces around the portfolio items? If yes, please use this code in the Quick CSS field or the style.css file.

    .grid-entry {
    	padding: 10px;
    }

    Best regards,
    Ismael

    in reply to: PHP Warning message #1191689

    Hi,

    Sorry for the delay. Is the error happening intermittently, or do you notice any kind of pattern as to when it occurs? We tried to access the site, but the login token above has already expired. Please generate another token with a longer duration.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Custom Product Image Thumbnail sizes in Enfold Shop #1191683

    Hi,

    Sorry for the confusion. You can add the code in the functions.php file of the parent theme, or the child theme if you have one already. The snippet should set the thumbnail used in the gallery items to “full”, which is the original size of the images with their actual aspect ratio.

    Best regards,
    Ismael

    in reply to: Layerslider will not show me my sliders #1191682

    Hi,

    Thank you for the info.

    @divesheik: We have to access the database and the file server in order to debug the issue further. Please post the login accounts in the private field. Did you happen to toggle any options in the Enfold > Layout Builder panel (e.g Integrated (Bundled LayerSlider Plugin)?

    Best regards,
    Ismael

    in reply to: layerslider blinks on slide transition #1191679

    Hi,

    Did you copy the code from your email? Please make sure that nothing is converted in the code and it stays exactly the same. Try to copy it directly from the forum to prevent conversion of symbols to their html entity code.

    Best regards,
    Ismael

    Hi,

    The Performance > File Compression settings are enabled in the live domain. Please toggle the option or disable it temporarily. That should reload the scripts which contain the recent changes.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Grid Row – Mobile View Issue #1191677

    Hi,

    the lower one stretches but only the centre of the image is visible.

    How do you want the image to resize on mobile view? The image has to overflow outside the background positioning area in order to preserve its aspect ratio, and as we suggested previously, we can adjust the size of the image background with css so that it will inherit the dimension of the cell, but it will surely get distorted on certain screen sizes. Setting the background size to “stretch to fit” is your best option. It’s equivalent to having the background-size css property to cover.

    // https://cssreference.io/property/background-size/

    Best regards,
    Ismael

    in reply to: Google Maps Key does not work #1191676

    Hi,

    Looks like you’ve managed to validate the API key. The map element in the Kontakt page is now working properly. Let us know if you need anything else.

    Best regards,
    Ismael

    in reply to: Blog Overview Page Style Support #1191675

    Hi,

    We modified the snippet above to move the post meta info below the post title. Please replace the previous one with it.

    Afterwards, add this css code to remove the margin above the post meta info.

    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
    	margin-top: 0;
    	float: none;
    }

    And use this css to create borders around the post items.

    .slide-content {
    	border: 1px solid gray !important;
    	padding: 10px;
    	border-top: none !important;
    	margin-top: -10px;
    }

    Best regards,
    Ismael

    Hi!

    Thank you for the inquiry.

    Is database object caching enabled in your server?

    // https://wpengine.com/support/wp-engines-object-caching/

    This caching option doesn’t go well with the theme’s file compression settings because of how the theme appends timestamp to the merged files. A fix is provided in the following thread.

    // https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1182734

    Best regards,
    Ismael

    in reply to: dynamic_avia making WAY too many calls #1191672

    Hey!

    Yes, the issue is related to database caching. Removing the default timestamp and defining a static ID should fix the issue.

    // https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1182734

    Please continue on the next thread.

    Cheers!
    Ismael

    in reply to: Weiterlesen | Zeige Details entfernen #1191670

    Hi,

    Thank you for the info.

    We have added the code in the Quick CSS field. Please don’t forget to toggle the Performance > File Compression settings before checking the page.

    Best regards,
    Ismael

    in reply to: Contact Form – Datepicker / german localisation #1191518

    Hi,


    @Guenni007
    : Thanks @Guenni007!


    @unyq
    : Please follow @Guenni007’s recommendation above to change the default text of the navigation in the calendar.

    Best regards,
    Ismael

    in reply to: Post Excerpt Adding tags HELP #1191508

    Hi,

    The URL redirects to the old site which is not using the Enfold theme, so we can’t really see the issue.

    How do you insert the excerpt containing the bit.ly URL in the table? This table doesn’t look like an element that is generated by the theme.

    // https://ibb.co/7zYDwgb

    If it’s from a plugin, you might have to contact the authors for more info.

    Best regards,
    Ismael

    in reply to: Product List showing images when not supposed too #1191505

    Hi,

    Sorry for the late response. It’s still the same blank directory. Please check the screenshot below.

    Screenshot: https://imgur.com/a/3qibfSp

    Best regards,
    Ismael

    Hi,

    What do you mean by caching algorithm? Did you enable database caching in your server? The database cache causes the file compression feature of the theme to break and in order to fix it, you have to add the filter above to remove the timestamp and prevent the theme from redundantly generating the merged files.

    If you need further help or info, please create a new thread and post the necessary details in the private field. We’ll close this one for now.

    Best regards,
    Ismael

    Hi,

    Thank you for following up.

    We tried to reproduce the issue on our end, but the Accordion element works fine with or without the JS compression, so this is something unique in your installation. Unfortunately, there are no errors generated in the browser console, so it’s a bit difficult to know where to start looking.

    To fix the issue and still have the files compressed or minified, we disabled the theme’s compression settings and activated the Autoptimize plugin instead. It’s exactly the same as having the theme’s compression option enabled with additional options.

    Best regards,
    Ismael

    in reply to: Some type malfunctions in mobile view #1191482

    Hi,

    Thank you for the info.

    We tried log in to the dashboard but the password for the username is invalid. Please check it carefully. Did you enable the Performance > File Compression settings? Please disable it temporarily, then check the page again.

    Best regards,
    Ismael

    in reply to: Grid Row & Icon Grid – Problems with formatting #1191480

    Hi,

    Happy to know that you managed to fix it on your own. Adding a few css code to tweak the elements on certain screen sizes is quite normal and necessary in certain cases such as yours where there are 3 columns of content (grid icons) inside half a cell. There just aren’t enough space in the cell to accommodate the items in the grid when viewed on a tablet view, so a css adjustment is needed.

    Another possible solution, without using css, is by setting the Grid Row’s Advanced > Fullwidth Break Point to the second option. This should should cause the cells to stack on top of each other when the screen width is less than or equal to 989px, creating more space for the icon grid element.

    Best regards,
    Ismael

    in reply to: How to float ajax search results over content #1191468

    Hi,

    Awesome! Glad it’s fixed. Thanks to @Victoria.

    We’ll close the thread now. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: EasySlider-FullWidth #1191454

    Hi,

    Thank you for following up.

    The server or site probably contains an older version of the theme, which is why the new panels are missing. Please check the Appearance > Themes panel and check if the current version of the theme is v4.7.3. If not, please update it to the latest version.

    Best regards,
    Ismael

    in reply to: Magazine tabs not working anymore #1191453

    Hi,

    We’ve just found out that the magazine element has been modified in the child theme, so we disabled the avia_include_shortcode_template in the functions.php file to load the default element for now. It’s working properly now.

    Please get a fresh copy of the shortcode file, then redo the modifications. If you can describe the previous modification done in the file, then we might be able to provide additional help.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Layerslider will not show me my sliders #1191445

    Hi,


    @divesheik
    : What is the version of the theme prior to the update? It’s possible that the current version of the plugin doesn’t recognize the sliders because they were created from an outdated version of the theme containing a very old version of the plugin — i.e the existing sliders might now be corrupted or unusable.


    @groovymarci
    : Thank you for joining in. The issue that you’re describing is different as compared to what is being discussed in this thread. Please open another thread if possible and provide a valid login account. The one above is invalid — email address is unknown. Please check the info carefully.

    Best regards,
    Ismael

Viewing 30 posts - 18,961 through 18,990 (of 67,463 total)