Forum Replies Created
-
AuthorPosts
-
Hey IDS,
Thank you for the inquiry.
We haven’t used the plugin before but if it has a WordPress plugin, then it should work correctly with the theme, but it may require some modifications to the templates or styling. You might want to consider using the Layer Slider which is included in the theme by default.
Best regards,
IsmaelNovember 3, 2023 at 3:35 am in reply to: Change Comment Form to appear beside each other instead of underneath #1424469Hi,
No problem! Let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
@mheckm: Mike provided a script that should completely remove the slider from the document on smaller screens. You might be able to adjust it to suit your needs.// https://kriesi.at/support/topic/hidden-full-screen-slider-image-is-downloaded-on-phone/#post-1375934
If you have more questions, please feel free to open another thread.
Best regards,
IsmaelHi,
Great! Glad we could be of help. Please feel free to open another thread should you have further questions about the theme.
Have a nice day.
Best regards,
IsmaelNovember 3, 2023 at 3:23 am in reply to: Link post author to specific portfolio-item / show author in Post grid #1424465Hi,
Thank you for the update.
We are a bit confused by your description. Would you mind providing a screenshot of changes that you’d like to implement? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHey agenturwendt,
Thank you for the inquiry.
Are you using the Blog Posts element? You could set the Blog Style to List Layout to automatically get rid of the featured images. Or post the site URL in the private field so that we can check the elements.
Best regards,
IsmaelNovember 3, 2023 at 3:18 am in reply to: Sidebar on page is displayed at the end before the footer #1424463Hey diogovareta,
Thank you for the inquiry.
Please note that full-width elements like Grid Row, Color Section, Fullwidth Sliders, or Layer Slider will automatically push the sidebar down. To work around this issue, you can disable the default sidebar, and use the Widget Area element instead. To separate the content from the Widget Area element you can use Columns. The Widget Area element will function as the sidebar.
Best regards,
IsmaelNovember 3, 2023 at 3:05 am in reply to: Formatting & CSS in Child Theme Not Recognized After Update to Enfold 5.6.8 #1424462Hi,
Thank you for the update.`
The dash for the list items seems to be displaying correctly on our end. Please review the screenshot in the private field. Have you tried clearing the cache on your end?
Best regards,
IsmaelHi,
Thank you for the info.
We get a “spam” error when we try to submit the form but we are not really sure what could be causing this. This the error or response after submission.
{ "contact_form_id": 26014, "status": "spam", "message": "There was an error trying to send your message. Please try again later.", "posted_data_hash": "", "into": "#wpcf7-f26014-o1", "invalid_fields": [] }We also get this error in the console prior to submitting the contact form, which might be related.
Uncaught referenceError obs is not defined at (index):628:18Have you tried contacting the WPCF7 plugin developers about the issue?
Best regards,
IsmaelHey diogovareta,
Thank you for the inquiry.
This particular issue with the Accordion element has been fixed in the latest version of the theme. Please upgrade to version 5.6.8 to get the patch, then make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to regenerate the scripts and stylesheets.
Best regards,
IsmaelNovember 3, 2023 at 2:46 am in reply to: Enfold: Style von Kali Forms anzeigen Contact Form #1424459Hey DermaBBSaar,
Thank you for the inquiry.
Where can we check the issue? Please provide the site URL in the private field so that we can inspect the elements. We may need to add a few css changes to re-apply the default plugin styling to the contact form fields.
Best regards,
IsmaelHi,
We are not really sure what’s missing at this point because we are not familiar with the plugin. Please wait for the response from the plugin developers as they should have a better understanding of how the shortcode works.
Thank you for your patience.
Best regards,
IsmaelHi,
No problem! Please do not hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi!
Thank you for following up.
Said that, the uncaught error from Tinymce is still present, is it something you can help with?
We were not able to reproduce the issue on our end as mentioned above, so we are not really sure what is causing it. Do you actually experience any error while using the TinyMCE or editing any of the pages?
Cheers!
IsmaelHey Liz Riviere,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue, or post the login details in the private field? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHi,
Thank you for the update.
When translating Layer Sliders with WPML, please follow the instructions in the documentation to and use the WPML String Translations panel. You don’t need to set the language when creating the slider. For more info on how to correctly translate the sliders, please refer to the documentation below.
Best regards,
IsmaelNovember 3, 2023 at 2:19 am in reply to: Image “Slightly zoom the image” not working properly #1424452November 2, 2023 at 5:18 pm in reply to: Remove Sidebar completely for certain Product Categories #1424424Hey Chrisxx1982,
Thank you for the inquiry.
You can use the avia_layout_filter filter and the is_product_category function to adjust the layout of a specific product category page.
add_filter('avia_layout_filter', 'avia_layout_filter_mod', 10, 2); function avia_layout_filter_mod($layout, $post_id) { if( is_archive() && is_product_category('graphics') ){ $layout['current'] = $layout['fullsize']; $layout['current']['main'] = 'fullsize'; } return $layout; }The filter above will disable the sidebar in the “graphics” category page and set it to fullwidth.
Best regards,
IsmaelHi,
Thank you for the update.
We tried to log in to the site again using the account above, but it no longer seems to be working. Did you disable the account? During our last login, we noticed that the “Plugins” panel was inaccessible from the menu, so we had to manually enter “wp-admin/plugins.php” in the browser’s URL field. (see private field)
Best regards,
IsmaelNovember 2, 2023 at 4:48 pm in reply to: Change Comment Form to appear beside each other instead of underneath #1424418Hi,
Thank you for the update.
Have you tried to modify the width value in the css rule above? Please find the following css code and adjust the width value as necessary.
#commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-author { float: left; margin-right: 30px; width: 210px; }You may need to adjust the width on different screen sizes with css media queries.
Best regards,
IsmaelHey InekeWerkt,
Thank you for the inquiry.
You may need to reset the options in the Settings > Reading panel to their default settings and replace or rename the “news” category. This category might be conflicting with the news page. Have you configured the front and blog page settings in the Enfold > Theme Options panel?
Best regards,
IsmaelNovember 2, 2023 at 4:38 pm in reply to: Gallery issue with “open the images in a new browser/window tab” #1424415Hey Jan,
Thank you for the inquiry.
Why does it open this one in a new browser tab (downsized to 689×1030!)?
That is the maximum size for the “large” thumbnail, which is the default thumbnail used in the gallery lightbox. You can adjust this size in the Settings > Media panel. Please check the documentation below for more info.
// https://wordpress.com/support/media-settings/
Best regards,
IsmaelHi,
Thank for your understanding. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
The light grey line is the default border or box shadow of the slider. You can remove it with this css code.
.avia-shadow { box-shadow: none; border: 0; }Best regards,
IsmaelHi,
Thank you for the update.
We’ve reviewed the code, but we couldn’t see any reason why the shortcode wouldn’t work. It’s possible that the shortcode function includes logic that affects the visibility of the wishlist button for non-logged-in users. Have you tried reaching out to the plugin developer about this issue?
Best regards,
IsmaelHi,
Thank you for the info.
Where can we see the issue? Please provide the site URL in the private field so that we can check the contact forms. Are you using the default lightbox from the theme?
Best regards,
IsmaelHey Martin,
Thank you for the inquiry.
Have you tried adding the German language in the WPML → Languages settings? Please check the documentation below for more info.
// https://wpml.org/documentation/getting-started-guide/language-setup/#site-languages
The following article might also help.
Best regards,
IsmaelHey CyberWeb,
Thank you for the inquiry.
This is not available in the contact form element by default. You may need to use a different contact form plugin such as Contact Form 7 or WPForms in order to add this kind of functionality. Please check the extensions below for more info.
// https://wordpress.org/plugins/contact-form-cfdb7/
// https://wordpress.org/plugins/database-for-wpforms/Best regards,
IsmaelHi,
Thank you for the update.
We’ve found and corrected some invalid css rules in the Quick CSS field, and we temporarily disabled the W3 Total Cache plugin just to make sure that the changes take effect immediately. You can re-enable the plugin once you are done editing the site.
Best regards,
Ismael -
AuthorPosts
