Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for following up.
You can use the .av-tabsection-nav-prev and .av-tabsection-nav-next selectors to style the navigation. Example:
.av-tabsection-nav-prev, .av-tabsection-nav-net { position: absolute; color: red; top: 100px; } .av-tabsection-nav-prev { left: 20px; } .av-tabsection-nav-next { right: 20px; }
@Guennie007: We could check for the parent container and find the active tab from there instead of directly using the .av-active-tab-title selector.
Best regards,
IsmaelApril 19, 2021 at 6:24 am in reply to: Woocommerce – move review/rating stars BETWEEN Product Title and Price on Shop #1295113Hi,
The rating is still beside the product title when we checked the site. Did you put it back?
To create more space between the product title and the price, try use this css code.
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link div.inner_product_header div.inner_product_header_table div.inner_product_header_cell h2.woocommerce-loop-product__title { padding-bottom: 50px; }
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after doing the changes.
Thank you for your patience.
Best regards,
IsmaelApril 19, 2021 at 6:10 am in reply to: Slider Probleme nach 5.6 und jetzt unter 5.7 – layout kaputt #1295106Hi,
Glad to know that it is now working correctly. Please feel to open a new thread if you need anything else. A termite extinguisher for the previous server might help. :D
Have a nice day.
Best regards,
IsmaelApril 19, 2021 at 6:05 am in reply to: Typewriter Animation Not Working in My Color Section #1295099Hi,
Sorry about that. I got a bit confused. :)
Sorry for the confusion, but I mentioned in ONLY worked outside the color selection element.
But the rotator in the above page is inside a color sectio, and it is working correctly. Please check the screenshot below.
Best regards,
IsmaelHi,
Did you purge the cache and toggle the Performance > File Compression settings after adding the css code?
Does it work correctly when you temporarily remove the layer slider? Please post the login details in the private field so that we could properly check the issue.
Best regards,
IsmaelHi,
No worries. Please do not hesitate to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey!
That is good to know. Please feel free to open another thread if you need additional assistance. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for following up.
Is the Performance > File Compression settings enabled when you added the css? You may need to disable that settings temporarily, or toggle it after adding the changes.
Best regards,
IsmaelApril 19, 2021 at 5:54 am in reply to: Masonry gallery | Elementbeschriftung hat keinen Einfluss auf die Anzeige #1295091Hi,
We have checked the Quick CSS field and looked for any invalid css code, but we did not find any. However, the child theme’s style.css file is empty. Did you edit that file? It should contain info about the child theme and it should point to the parent theme.
Please correct it by adding the following code, but before doing so, make sure that there is a site backup and a restore point.
Example:
/* Theme Name: Enfold Child Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then. Version: 1.0.1 Author: Kriesi Author URI: http://kriesi.at Template: enfold */ /*Add your own styles here:*/
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
Try to edit the themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file, and look for this code around line 712.
$permalink = ' <div class="read-more-link"><a href="' . get_permalink( $the_id ) . '" class="more-link">' . __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div> ';
You can also use the POEdit software and add the translations to the language files manually.
Best regards,
IsmaelHi,
Thank you for the info.
Can we have access to the font? We would like to check the files and test it on our own installation. Please post the info in the private field.
Is it displaying properly when the Performance > File Compression settings are disabled?
Best regards,
IsmaelApril 19, 2021 at 5:35 am in reply to: Wonder-words.com: Enfold Content Widgets Not Working on WordPress 5.7 #1295082Hi,
Thank you for the info.
The site contains a deprecated version (3.5.4) of the theme, which is no longer compatible with WordPress and most of the natively configured plugins. You have to manually download the latest version (4.8.2) of the theme from your Themeforest account, and upload it manually to your installation via FTP.
Please check the following documentation for more info on how to properly update the theme through FTP.
// https://kriesi.at/documentation/enfold/theme-update/
Best regards,
IsmaelApril 19, 2021 at 5:28 am in reply to: ?avia-element-paging Duplicate URLS – low text-HTML ratio – Low speed #1295081Hi,
Did you set a Custom Error 404 Page in the Theme Options? Try to adjust it to the second option to omit the avia_forced_reroute=1 parameter from the URL.
Best regards,
IsmaelApril 19, 2021 at 5:25 am in reply to: Enfold shop demo set up some only text related product links that dissapeared #1295079Hi,
No problem. Please feel free to create a new thread should you need anything else.
Have a nice day.
Best regards,
IsmaelApril 19, 2021 at 5:23 am in reply to: Color Section – Cannot Edit or Save Background Image #1295077Hi,
Thank you for the info.
This is odd. The background image gets automatically removed from the color section when we save the changes. Can we deactivate the security plugin temporarily? You may also have to ask the host if the server cache can be disabled.
We have also found this error in the browser console, but we are not yet sure what is causing it or why the avia_framework_globals is undefined.
post.php?post=74&action=edit:99 Uncaught SyntaxError: Invalid or unexpected token
avia_dynamic_templates.js?ver=5.0:20 Uncaught ReferenceError: avia_framework_globals is not defined
at avia_dynamic_templates.js?ver=5.0:20
at avia_dynamic_templates.js?ver=5.0:415Best regards,
IsmaelApril 19, 2021 at 5:03 am in reply to: Advanced Layout Builder for products won't work with all WooCommerce Extensions #1295070Hi,
You can use the Tab or Accordion element from the advance layout builder. If you do not want to add the content manually, you can always switch back to the default or classic editor.
Please feel free to open a new thread if you need more info. We will close this one for now.
Best regards,
IsmaelHi,
The logo there looks different from the ones we have checked. How did you change the logo on that specific page? And how would you like the header to look like on mobile view?
We also found this style in the Quick CSS field, which might require some adjustment.
.logo img { padding-top: 15px; margin-top: 15px !important; z-index: 99999999 !important; position: relative; margin-bottom: -17px !important; } .logo img { margin: 15px !important; z-index: 99999999 !important; position: relative; }
Best regards,
IsmaelHi,
Ismael, you suggested changing the header settings in the layout settings. However, I can’t seem to find the settings you are talking about. I’ve looked extensively in the Enfold Child menu,
The option is in the page editor itself. Edit the actual page and look for the Layout box in the lower right corner of the dashboard. You should find the page options there, including the Header visibility and transparency settings.
Best regards,
IsmaelApril 19, 2021 at 4:55 am in reply to: "Custom Product Tabs for WooCommerce" Plugin Display Problem #1295065Hi,
Thank you for the update.
The code works fine on our end, no errors. Did you copy the snippet from your email? Please try to copy it directly from this forum instead.
We also noticed that the site contains a very old version of the theme, v4.4.1. You have to upgrade the theme to latest version (v4.8.1) first.
Best regards,
IsmaelHi,
Thank you for the info.
We tried logging in again to the dashboard, but the account above is no longer valid. Did you remove it? Please enable it again so that we could check the issue properly.
Best regards,
IsmaelHi,
Thank you for the info.
How do you check this? Please provide a screenshot using imgur or dropbox. On our end, only the aviaPrivacyGoogleTrackingDisabled is added to the local storage when we disable google analytics tracker in the privacy modal popup window. This cookie prevents the analytics script from loading.
Best regards,
IsmaelApril 19, 2021 at 4:37 am in reply to: Srcset (image-set CSS) for ALB Colour Section Background images #1295061Hi,
Thank you for the info.
Yes, this solution will work well in this case, but if we ever implement this in the core, we will probably not use the same technique because using srcset attribute will be a much more simple approach.
Best regards,
IsmaelHi,
This recommendation has no relation to the topic.
What do you mean? By the looks of it, there are layers in the slider that are not actually used, which shows when you delete something.
Why does something shows up when i delete something?
We are not really sure but our first guess is because the slider is from an old template but since it is not, then it might be cause by cache. You might have to recreate the slider from scratch if this continues to happen.
Best regards,
IsmaelHi,
By default, only users that can “switch_themes” or a user that has that capability, usually an admin, are allowed to edit the page.
Does it work correctly when the User Role Editor plugin is disabled? We are not really sure how the plugin affects the user roles, so additional help from the plugin developers might be required.
Best regards,
IsmaelHi,
Yes, we are still looking on it. Unfortunately, the filter that we previously used is no longer working. Please keep the updated calendar design disabled temporarily.
Best regards,
IsmaelHi!
It worked but you reverted it back?
When we activated the latest version, we did not see any errors but the styling is lost, which means that it did not work.
Try to export the theme options while the old version of the theme is enabled. After that, enable the latest version by renaming the old theme folder, then import the theme options back.
Best regards,
IsmaelHey!
UPDATE: We actually enabled the parent theme instead of the child theme previously, which is why the theme options were missing. Sorry about that. We restored the site by enabling the child theme back. Let us know if export/import of the theme options work.
Cheers!
IsmaelHi,
As we mentioned above, you have to set the Default Cookie Behavior to the first or second option, and again do not forget to purge the cache or temporarily disable the cache and minification plugin while you are configuring the site. The privacy option is only enabled in the EN version, and it blocks the font from rendering automatically on page load.
Best regards,
IsmaelHey Pablo,
Thank you for the inquiry.
You have to make sure that the uploaded images have the size and aspect ratio. The cells do not align correctly because the left cell contains a larger image (1200x809px) compare to the right cell (1024x667px).
Best regards,
IsmaelApril 16, 2021 at 11:02 am in reply to: Tab Section: gap outer inner container + arrow on hover #1294758Hey dreisatz,
Thank you for the inquiry.
You can use this css code to adjust the padding or space above the tab section title.
.av-tab-section-tab-title-container { padding: 50px 0 0 0; }
And to show the arrow on hover, use this one.
a[href="#konferenz-trackblau"]:hover .av-tab-arrow-container span { background: #014593 !important; top: 10px; } a[href="#konferenz-trackrot"]:hover .av-tab-arrow-container span { background: #cf142a !important; top: 10px; }
Best regards,
Ismael -
AuthorPosts