Forum Replies Created
-
AuthorPosts
-
January 14, 2022 at 7:30 am in reply to: WPML compatibility | Layout scrambled after translation #1335515
Hey Benedikt,
Thank you for the inquiry.
Are you cloning the posts, or just using the default translation editor? When using the Advance Layout Builder, we recommend using the translation editor instead of cloning to keep the builder layout. Please check this documentation for more info on how to properly translate pages or posts when using the builder.
// https://kriesi.at/documentation/enfold/translation/#how-to-translate-pages-built-with-enfold-using-wpml
// https://wpml.org/documentation/theme-compatibility/enfold//#translating-pages-built-with-avia-page-builderBest regards,
IsmaelHi,
Thank you for the update.
You can use this css code to adjust the color of the text in the table.
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td { color: #333333; }
And if you want to remove the bottom border of the heading row or make it white, use this css code.
.main_color .pricing-table>li:nth-child(2) { border-top-color: #ffffff; }
Best regards,
IsmaelHi,
We can use this css code temporarily to force the images in the “partners” section to display. They do not display because of a preloader error in the scripts.
.inner_column img { visibility: visible; }
Unfortunately, we are not sure why we get this preloader error in the slider too.
jquery-migrate-3.3.2.min.js?ver=3.3.2:2 Uncaught TypeError: Cannot read properties of undefined (reading 'apply') at Function.e.<computed> [as unique] (jquery-migrate-3.3.2.min.js?ver=3.3.2:2:1205) at s.fn.init.v.fn.<computed> [as parent] (jquery-1.8.3.min.js?ver=1.8.3:2:63890) at HTMLUListElement.<anonymous> (aviapoly.js?ver=1.1.0:1334:21) at Function.each (jquery-1.8.3.min.js?ver=1.8.3:2:14543) at s.fn.init.each (jquery-1.8.3.min.js?ver=1.8.3:2:11217) at s.fn.init.$.fn.aviaImagePreloader (aviapoly.js?ver=1.1.0:1330:15)
Again, you may need to hire a freelance developer to further inspect the issues with the theme and make it compatible with the latest version of WordPress.
Best regards,
IsmaelJanuary 14, 2022 at 7:06 am in reply to: WooCommerce Thumbnails not shown on mobile devices in cart #1335512Hey Karin,
Thank you for the inquiry.
The product image in the cart dropdown is displaying correctly on our end. Please check the screenshot below (see private field). Is it only happening when adding a certain product?
Best regards,
IsmaelHey crabjack,
Thank you for the inquiry.
You can use a plugin to add a login/logout link to the default menu. Here is the link to the plugin.
// https://wordpress.org/plugins/login-logout-menu/
If you want to add the loginout links manually in a template file, please check this documentation.
// https://developer.wordpress.org/reference/functions/wp_loginout/
Best regards,
IsmaelJanuary 13, 2022 at 5:28 am in reply to: Portfolio-item/page – image shown is not the image but a thumbnail (x321) #1335361Hey Cactusman07,
Thank you for the inquiry.
To change the thumbnail, you have to modify the single-portfolio.php file and look for this code around line 29.
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar'; get_template_part( 'includes/loop', 'portfolio-single' );
Replace “entry_with_sidebar” with “full”. You can also adjust the default size of the “entry_with_sidebar” thumbnail using the Simple Image Sizes plugin.
Best regards,
IsmaelHey SikoraEDV,
Thank you for the inquiry.
There is no option for it out of the box but you can use the following css code to completely hide the cookie consent message bar. Add it in the Quick CSS field or in the child theme’s style.css file.
.avia-cookie-consent-wrap { display: none; }
You may need to toggle the file compression settings and purge the cache afterwards.
Best regards,
IsmaelHi,
Glad we could be of help! Please feel free to open another thread if you need anything else. We’ll close this one for now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Please, could you tell me how to use this css code just for mobile version?
You can wrap the code inside this css media query to limit the adjustment on smaller screens.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }
Regarding the transition, please make sure to purge the cache or remove the browser history before checking the page. You can also test it on incognito mode.
Best regards,
IsmaelJanuary 13, 2022 at 4:55 am in reply to: mp4 movie im Header hat eine viel zu lange Ladezeit #1335354Hey ScharfDM,
Thank you for the inquiry.
The video loads fine on our end but the current file size is still huge. You might want to consider shortening the video or decrease its quality. Also, please note that background videos are disabled on mobile devices by default, at least in the case of the color section and sliders. This is why you have to add a fallback image. The fallback image will automatically replace the background video on mobile view.
Best regards,
IsmaelHey lauragrashoff!
Thank you for the inquiry.
The page above is not accessible and is asking for a password. Please post the details in the private field and if possible, please provide a screenshot of the changes that you would like to make with the table. You can use imgur or dropbox for the screenshot.
Best regards,
IsmaelHi,
Thank you for the update.
The position of the submenu is controlled via css unlike the mega menu, which is calculated using a script. Adjusting is with css should be a viable solution.
Best regards,
IsmaelHi,
Thank you for the update.
Scrolling seems to improve when we deactivate the myStickyElements Pro plugin. The following css code also prevents scrolling.
html.responsive, .responsive body { overflow-x: hidden; } .responsive #top { overflow-x: hidden; }
Did you add it somewhere? Please try to disable the WP Speed of Light plugin temporarily and locate the css modification.
Best regards,
IsmaelHi,
Thank you for following up.
Looks like the wrong link or anchor was mistakenly applied for “Rima Jabado”.
https://site.org/team/#hyde
This should be..
https://site.org/team/#jabado
Best regards,
IsmaelHey Tilman,
Thank you for the inquiry.
You can use this css code to apply a gradient background to the sidebar container.
#top #main .sidebar { background: rgb(225,229,237); background: linear-gradient(180deg, rgba(225,229,237,1) 0%, rgba(214,214,214,1) 100%); }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey Timo,
Thank you for the inquiry.
According to the following thread, it is an issue with the captcha plugin or any plugin that sets an invalid cookie value. Did you install a captcha plugin or enabled the default reCAPTCHA option in the theme?
Please check this thread for more info about the issue.
// https://kriesi.at/support/topic/error-in-helper-privacy-php/#post-1332117
Best regards,
IsmaelHi,
The meta tag gets replaced with “index,follow” when we deactivated every plugins except for Woocommerce, which is odd. This means that another plugin is adjusting the meta tag when the shop plugin is enabled (see private field). You may need to activate the plugins one at a time in order to find which one is adjusting the meta tag when Woocommerce is enabled.
Thank you for your patience.
Best regards,
IsmaelJanuary 13, 2022 at 3:52 am in reply to: Full width layer slider on mobile devices max height #1335339Hey marcusss,
Thank you for the inquiry.
The css is actually working correctly, although it doesn’t affect the caption container because it is always shorter than the specified maximum height. Please check the screenshot in the private field.
What are you expecting with the css code above?
Best regards,
IsmaelHi,
the classic editor will compromise the design,
Yes, the Advance Layout Builder is quite different compare to the classic editor, so may have to recreate the content or adjust the layout a bit. However, please note that you can still use builder elements or shortcodes in the classic editor using the shortcode wand or the “Insert shortcode” button (see private field).
Best regards,
IsmaelJanuary 13, 2022 at 3:34 am in reply to: Chrome page load gives dark grey background 'flash' for second #1335337Hey marcusss,
Thank you for the inquiry.
That is the default background color of the html container. You can adjust it using this css code.
html { background-color: #ffffff; }
Default color value is #373738. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelJanuary 13, 2022 at 3:23 am in reply to: Portfolio Elements not working after changed language in site settings #1335335Hey MOOD36_WP,
Thank you for the inquiry.
Have you tried flushing the permalinks? Just go to the Settings > Permalinks panel and click the save or update button, then refresh the page. Let us know if that helps.
If it doesn’t work, you may need to export the posts from the previous language, switch to the other, then import the posts back.
Best regards,
IsmaelHi,
@Gabri: Glad to know it worked out. Please feel free to open a different thread if you need anything else.
@cryptotradingbg-com: The first snippet, which registers the custom shortcode, should go in the functions.php file and yes, the second one or the actual shortcode will go to the privacy policy fields or messages.Best regards,
IsmaelJanuary 13, 2022 at 3:14 am in reply to: text in text block is not visible in advanced layout builder #1335333Hey Copenhagenthisway,
Thank you for the inquiry.
We cannot reproduce the issue on our end. The selected color in the Styling panel should not be getting applied to the placeholder text and should remain gray as shown in the screenshot below (see private field).
Please make sure that the theme is updated to version 4.8.8.1 and temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelHey karinorage,
Thank you for the inquiry.
Try to add this code in the functions.php file to make sure that it only renders the excerpt and not the actual post content.
add_filter("avf_masonry_entry_content", function($content, $entry, $atts) { return $entry->post_excerpt; }, 10, 3);
Best regards,
IsmaelHey kihlbaum,
Thank you for the inquiry.
Is there a post that has the same title as the page? It is possible that the page and post have the same URL because they have the same title. Are you using any redirection plugin?
Best regards,
IsmaelHi,
Thank you for the info.
Instead of manually adjusting the jQuery version, we installed the Version Control for jQuery plugin to load an older version of the library. The images in the grid are now displaying correctly. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHey HRpeople123,
Thank you for the inquiry.
We cannot find any accordion element in the page and the layout looks fine. Where can we see the issue? Please provide a direct link to the page containing the accordion element with the alignment issue.
Best regards,
IsmaelJanuary 13, 2022 at 2:20 am in reply to: Change standard enfold mobile menu behaviour with a total custom code #1335328Hey Elena,
Thank you for the inquiry.
That is surely possible but it will require modifications that are beyond the scope of support. You may need to hire a freelance developer to help you implement the changes from the codepen above to the theme. Please contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelJanuary 13, 2022 at 2:08 am in reply to: Kritischen Fehler auf der Website – Fehler in Theme „Enfold“ #1335327Hey Jörg,
Thank you for the inquiry.
Where can we check the issue? Please create a test page so that we can test it properly. Did you add any custom scripts or shortcodes in the page? Please note that snippets like shortcodes or custom scripts that contain script and input tags could break the layout of the page. And you have to make sure that all html tags are closed properly.
Best regards,
IsmaelHey enfold,
Thank you for the inquiry.
You can use this css code to adjust the position of the slider navigation.
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { top: 30%; }
Default top value is 50%.
To change the transition effect, go to the Slide > Timing & Transition panel (see private field). You can also adjust the transition for each layer in the slider.
Best regards,
Ismael -
AuthorPosts