Forum Replies Created

Viewing 30 posts - 6,871 through 6,900 (of 67,463 total)
  • Author
    Posts
  • in reply to: Different Logo on Mobile #1424197

    Hey Wollenhaupt,

    Thank you for the inquiry.

    The selected logo (Logo-Wollenhaup_RGB-Schutzraum-300×266) correctly displays on desktop view and switches to Logo-Wollenhaup_RGB-Schutzraum when we reload the page in a mobile emulation. Please note that the logo will not switch back and forth between the mobile and desktop versions when you resize the browser. You’ll need to reload the page and check it on an actual mobile device.

    Best regards,
    Ismael

    in reply to: LayerSlider funktioniert nicht richtig #1424196

    Hi,

    Thank you for the update.

    Did you disable the plugins and then clear the cache afterward? Please provide the login details in the private field so that we can check the issue thoroughly.

    Best regards,
    Ismael

    in reply to: CSS for search bar #1424195

    Hey Illingco,

    Thank you for opening a different thread.

    How can I also control the eyeglass icon color?

    Have you tried changing the color values in the css modification from the previous thread?

    .header_color .widget_search input[type=submit]:hover {
        background-color: #dc291d;
        color: #232323;
    }
    

    If you want to adjust the initial color, use this:

    #top #header.header_color .widget #searchform #searchsubmit {
        font-size: 16px;
        color: blue;
    }
    

    To adjust the border width of the search bar, add this css code.

    #top #header.header_color .widget #s {
        border-width: 3px !important;
    }
    

    Best regards,
    Ismael

    in reply to: no side panel in advanced layout builder #1424106

    Hi,

    Thank you for the inquiry.

    Have you tried disabling the Fullscreen Mode? The settings or side panel doesn’t display when Fullscreen mode is enabled.

    Best regards,
    Ismael

    in reply to: Enfold update broke the portfolio setting column #1424105

    Hi,

    Thank you for the update.

    Have you tried disabling Fullscreen mode? The settings panel shows fine when fullscreen mode is disabled.

    Best regards,
    Ismael

    in reply to: impossible to install demo parallax #1424103

    Hi,

    Alright! Glad to know that the demo has been successfully imported. If you have more questions, please feel free to open another thread.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Bigger icon of icon box #1424102

    Hi,

    Great! Glad we could be of help. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Glad we could be of help! Thank you for the kind words. If you have any further questions, please feel free to open another thread and we will gladly try to help you.

    Thank you for using Enfold.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    There might be a missing curly brace somewhere in your style.css file because the previous modification we provided is also being applied to the desktop view. Please remove the previous css code and replace it with the following.

    .avia-gallery-thumb {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }

    To make sure that there are no invalid css rules, please use this tool.

    // https://www.cssportal.com/css-validator/

    Best regards,
    Ismael

    in reply to: info latest version of enfold #1424097

    Hi,

    Alright! Please feel free to open another thread should you have further questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: do_shortcode not working when logged out #1424096

    Hi,

    Are you using this plugin?

    // https://wordpress.org/plugins/yith-woocommerce-wishlist

    Why are you manually adding shortcodes to the template? The plugin already provides an option to place the wishlist button above the image. You can find this option in the Settings > Add to Wishlist > Loop settings section. This option works correctly for the Product Grid and Product Slider elements.

    Best regards,
    Ismael

    in reply to: Abundance theme #1424082

    Hey maori,

    Thank you for the inquiry.

    The theme is no longer available on Themeforest and hasn’t received updates for a while. It is not compatible with the latest PHP and WordPress versions. We also discontinued support for this theme for quite some time, so we recommend switching to a different theme, such as Enfold.

    Best regards,
    Ismael

    in reply to: Critical error with Woocommerce? #1424081

    Hi,

    Thank you for the update.

    The filter “lp_certificate_image_cart_woo” doesn’t exist in the theme out of the box. Do you have any idea which plugin adds this filter? Please make sure that the theme is updated to version 5.6.8.

    Best regards,
    Ismael

    Hey suzannewm94,

    Thank you for the inquiry.

    Looks like the site uses a plugin for the comment section. Could you please provide the plugin’s name? We tried to log in to the site, but the provided account doesn’t seem to exist. Please consider reaching out to the plugin developer for more info about the issue.

    Best regards,
    Ismael

    in reply to: LayerSlider wont Show background pictures #1424076

    Hey phschatz199,

    Please continue here: https://kriesi.at/support/topic/layerslider-funktioniert-nicht-richtig/

    Best regards,
    Ismael

    in reply to: bands of the gallery #1424075

    Hi,

    Thank you for the screenshot.

    You can use this css to adjust the height of the caption container.

    .av-masonry-entry .av-masonry-date.meta-color.updated {
        display: none;
    }
    
    .av-masonry-entry .av-inner-masonry-content {
        padding: 10px;
    }
    

    To change the background color, please add this.

    .main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .avia-arrow {
        background-color: #fc6c12;
    }
    

    Best regards,
    Ismael

    in reply to: LayerSlider funktioniert nicht richtig #1424074

    Hey phschatz199,

    Thank you for the inquiry.

    Looks like the issue with the background is random. Did you install a lazy loading or compression plugin recently? Please try to deactivate the plugin temporarily, then toggle or disable the Enfold > Performance > File Compression settings. Let us know if this helps.

    To insert a layer slider in the product page, you could use the woocommerce_before_main_content hook, or override the archive-product.php or single-product.php template files directly.

    // https://woocommerce.github.io/code-reference/files/woocommerce-templates-archive-product.html#source-view.29

    Best regards,
    Ismael

    in reply to: Add Amazon style search bar in top menu #1423892

    Hi,

    Are you trying to adjust the hover state of button in the search bar? If you are, please add this css code.

    .header_color .widget_search input[type=submit]:hover {
        background-color: #dc291d;
        color: #232323;
    }
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread.

    Thanks!

    Best regards,
    Ismael

    in reply to: Layout Blog Posts in Categories #1423889

    Hey Loveronika,

    Thank you for the inquiry.

    The date should align with the post title or the “read more” button by default. The misalignment may have been caused by css modifications. Please provide the link to the category page so that we can thoroughly inspect the elements.

    Best regards,
    Ismael

    in reply to: Masonry-Gallery Lightbox Link Settings doesn’t work #1423887

    Hi,

    Thank you for the update.

    Many plugins on the site have not been updated, and there is an outdated copy of the theme in the themes folder. Please update the plugins and remove the older theme version to eliminate any compatibility issues. You should also update the theme to version 5.6.8 afterward.

    Best regards,
    Ismael

    in reply to: icons in the menu bar #1423886

    Hi,

    You can adjust the cart’s position in Enfold > Shop Options > Header Shopping Cart Icon settings. Choose the first or second option to make the cart float on the right edge of the screen.

    Best regards,
    Ismael

    in reply to: PHP warnings after update to PHP 8.1 #1423876

    Hi,

    Thank you for the info.

    Did you modify any of the template files in the child theme? It’s possible that one of the templates is outdated and may need to be replaced with the latest version.

    Best regards,
    Ismael

    in reply to: Mobile version different logo #1423875

    Hey dreamreader,

    Thank you for the inquiry.

    You can add this code in the functions.php file to assign a different logo on mobile view.

    /*Use a different logo on mobile*/
    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo) {
        if ( wp_is_mobile() ) {
            $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        return $logo;
    }
    

    Just replace the URL with your own image.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We just noticed that the site is running an outdated theme version (4.8). We recommend manually updating the theme to the latest version (5.6.8) before making any further modifications.

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

    After the update, make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache to regenerate the scripts and stylesheets. If you encounter any errors after the update that require separate attention, please feel free to open different threads.

    IMPORTANT: Please make sure to create a backup or restore point before updating the theme.

    Best regards,
    Ismael

    in reply to: Cannot update Enfold #1423873

    Hi,

    Within the upgrade-temp-backup folder is a theme folder which also had permissions 755. Should that change to – to 775 as well?

    This might not be necessary because the function only requires write access to the temp folder to move the old theme/plugin between locations. If you have the time, you could consider posting this on a general WordPress forum for further clarification.

    – hoping to report this was the fix!

    We sure hope that this will fix the issue. Let us know if you find anything.

    Best regards,
    Ismael

    in reply to: Layout template #1423872

    Hi,

    Is there yet any facility to create global ELEMENTS?


    @dowlassmoss
    : You might want to check the Custom Elements Template (CET) as mentioned above.

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Please feel free to open another thread if you have more questions about the the theme.

    Best regards,
    Ismael

    in reply to: Prevent SPAM on Email Buttons #1423871

    Hi,

    We recommend setting it to 1, as this will actually obscure the email address. Setting it to 0 will only convert each character to its HTML entity code, which most browsers automatically decode back to the actual symbols or letters.

    hex_encoding: 1

    <a href="mailto:%74%65%73%74%40te%73t%2e%63%6fm">Click me</span></a>
    

    hex_encoding: 0

    <a href="mailto: (Email address hidden if logged out) "></a>
    

    Best regards,
    Ismael

    in reply to: Masonry-Gallery Lightbox Link Settings doesn’t work #1423870

    Hi,

    Thank you for the info.

    Did you change the login URL? We can’t access the login page using the default login URL. Please provide the custom login URL in the private field.

    Best regards,
    Ismael

    in reply to: Updated to latest Enfold and can’t see comments on PAGES #1423869

    Hey Robin,

    Thank you for the inquiry.

    You have to edit the page and toggle the “Allow comments” checkbox in the “Discussions” panel. If you can’t find the “Discussions” panel, please make sure that the panel is enabled in the “Screen Options”.

    // https://wordpress.org/documentation/article/comments-in-wordpress/#enabling-comments-on-your-site

    To disable the “Interest Links” widget, go to the Appearance > Widgets panel and add any widgets in the Footer widget areas.

    Best regards,
    Ismael

    in reply to: do_shortcode not working when logged out #1423867

    Hey emilconsor,

    Thank you for the inquiry.

    It’s possible that adding items to a wishlist is limited to logged-in users or site members, which could be why the shortcode isn’t working when logged out. You may want to reach out to the plugin authors for clarification.

    Best regards,
    Ismael

Viewing 30 posts - 6,871 through 6,900 (of 67,463 total)