Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
Thank you for the update.
Have you tried disabling Fullscreen mode? The settings panel shows fine when fullscreen mode is disabled.
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelOctober 30, 2023 at 10:27 am in reply to: Linking external images within – product grid, product slider or product list #1424100Hi,
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,
IsmaelOctober 30, 2023 at 10:20 am in reply to: avia gallery thumbs are not displayed correctly on mobile devices #1424099Hi,
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,
IsmaelHi,
Alright! Please feel free to open another thread should you have further questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelOctober 30, 2023 at 7:13 am in reply to: Visitors can no longer comment on my blog posts after latest Enfold update #1424080Hey 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,
IsmaelHey phschatz199,
Please continue here: https://kriesi.at/support/topic/layerslider-funktioniert-nicht-richtig/
Best regards,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelOctober 27, 2023 at 10:09 am in reply to: Masonry-Gallery Lightbox Link Settings doesn’t work #1423887Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelOctober 27, 2023 at 4:29 am in reply to: Can’t update template; Enfold template overriding plugin template #1423874Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelOctober 27, 2023 at 3:22 am in reply to: Masonry-Gallery Lightbox Link Settings doesn’t work #1423870Hi,
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,
IsmaelOctober 27, 2023 at 3:20 am in reply to: Updated to latest Enfold and can’t see comments on PAGES #1423869Hey 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,
IsmaelHey 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 -
AuthorPosts
