Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
The css styles are no longer displaying in the post excerpt. How did you fix it? Please toggle or temporarily disable the Enfold > Performance > File Compression settings after any theme update.
Best regards,
IsmaelHi,
No problem! Glad to know that the solution works. Let us know if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for following up.
Try to use this css code to separate the language switchers, or to create space between them.
.html_av-overlay-full #top #header #av-burger-menu-ul > .wpml-ls-item.wpml-ls-item-de { margin-left: -20px; } .html_av-overlay-full #top #header #av-burger-menu-ul > .wpml-ls-item.wpml-ls-item-en { margin-left: 20px; }Please create another thread if you require more assistance. We will close this thread for now.
Best regards,
IsmaelHi,
Great! Glad to know that the filter is now working. Let us know in another thread if we can help you with anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Have you tried adjusting the style of the dynamic content layer from the Styles panel? You can separate the title from the content by adding another dynamic layer. You do not have to add html tags to adjust the style of the layer.
Best regards,
IsmaelHi,
Thank you for the info.
Glad to know that it is now working correctly. We will forward this thread to our channel. We might have to change the style of the sharing section a bit.
Best regards,
IsmaelHi,
Thank you for the update.
Are you trying to increase the image size of the product thumbnails? Try to go to the Appearance > Customize > Woocommerce > Product Images panel and adjust the value of the Thumbnail width option.
Please check the following documentation for more info.
// https://docs.woocommerce.com/document/image-sizes-theme-developers/
Best regards,
IsmaelHi,
Thank you for the update.
Try to move the image outside of the paragraph tag, then use this css code to fix the float issue.
.av-milestone-content:after { content: ""; display: table; clear: both; }Best regards,
IsmaelHey mike.rav,
Thank you for the inquiry.
Are you using the layer slider? It is possible that the slider does not accept html tags or there are tags that have been left open, which could potentially break the slider.
Where can we see the issue? Please post the site URL in the private field. A screenshot will also help.
Best regards,
IsmaelHi,
Thank you for the update.
The zip file is not a valid source for the font. You have to extract the zip file to a specific directory. You should also use the absolute path or URL of the fonts.
Example:
@font-face { font-family: "Akrobat-Black"; src: url("https:/site.com/fonts/Akrobat-Black.woff2") format("woff2"), url("https:/site.com/fonts/fonts/Akrobat-Black.woff") format("woff"); }// https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Best regards,
IsmaelHi,
1.) That is actually the default layout of the updated calendar designs without extra styling from the theme. TEC has removed the old or legacy design since August 3, 2021.
// https://theeventscalendar.com/knowledgebase/k/enabling-updated-calendar-views/
2.) You have this code in the Quick CSS field, which sets the h1 color to white.
h1, h1 a { color: #ffffff !important; text-transform: none; }Best regards,
IsmaelHi,
Thank you for the info.
We implemented the modifications on our installation but we are not able to reproduce the issue. Are you sure that these are the only modifications that you added to the theme?
We tried to login to the site using the account above but it seems to be invalid. Please check the login info.
Best regards,
IsmaelHi,
No problem. Please let us know in another thread if there is anything else we can help you with. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelHi,
We tried to login to the site but the account info above seems to be invalid. Please check the info carefully or provide another account.
Best regards,
IsmaelHey biancahuebsch,
Thank you for the inquiry.
Some areas of the video are not visible because the theme automatically adjusts its height and top position so that it completely covers the color section. It also tries to maintain its aspect ratio and keep it undistorted. We could set it so that the whole video is visible within the color section but it will get distorted on certain screen sizes or create gaps within the color section.
Best regards,
IsmaelHey helban,
Thank you for the inquiry.
The page above does not exist. Did you remove it, or did you set the site on maintenance mode? Please post the login details in the private field so that we could check the issue properly. A screenshot will also help.
Best regards,
IsmaelHi,
You might have set your page to have a transparent header, which is why the previous filter did not work. Is that the case? If you need more help, please feel free to open a new thread.
Best regards,
IsmaelAugust 19, 2021 at 6:10 am in reply to: The woocommerce variation product images doesn't change. #1317434Hey excelleme,
Thank you for the inquiry.
The variation image switch will not work when the default product gallery from the theme is active. You have to set the Enfold > Shop Options > Product gallery to the second option.
Best regards,
IsmaelHi,
You have to add or create css media queries to adjust the font size on different screens.
// https://www.w3schools.com/css/css_rwd_mediaqueries.asp
@media only screen and (max-width: 767px) { .av-milestone-content { font-size: 14px; } }This should adjust the font size to 14px on devices with a maximum screen width of 767px.
Best regards,
IsmaelHi,
Please provide a screenshot of the layout that you are trying to create, and a direct link to the page where the accordion should be displayed.
is there any way I can make sure the code won’t show in search engines?
Everything in the short description field will be included in the search results. Unfortunately, shortcodes will not render correctly and will only display as static text.
Best regards,
IsmaelHey zemag33,
Thank you for the inquiry.
The product items are showing properly in the “Click and collect” (boutique) page when we checked the page. Would you mind providing a screenshot of the issue, or a direct link to the page? We might not be checking the correct page. (see private field)
Best regards,
IsmaelAugust 19, 2021 at 5:43 am in reply to: Fixing incorrect behaviour of masonry sorting function #1317425Hi,
Do you have a staging version of the site? Please post it in the private field so that we could inspect the issue properly. We will tag one of our developers to check the issue.
Best regards,
IsmaelHey biancahuebsch,
Thank you for the inquiry.
Does it work when you move the image outside of the paragraph tag? It is not working correctly because the image is set to float to the right, which causes a float issue to the parent container, which is the paragraph tag. Removing the paragraph tag might help.
Best regards,
IsmaelHi,
Awesome. Glad to know it is working. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelAugust 19, 2021 at 5:29 am in reply to: 4.8.2 onwards Woocommerce main shop image is being lazy loaded #1317419Hi,
You could also try this modified enfold/config-woocommerce/config.php file.
// https://pastebin.com/i2ereGyM
We added the avia_woocommerce_lazy_load function, which is almost the same as the filter above.
Best regards,
IsmaelAugust 19, 2021 at 5:25 am in reply to: 4.8.2 onwards Woocommerce main shop image is being lazy loaded #1317418Hi,
The same code works fine on our end. It removes the loading attribute of the single product featured or main image. Did you copy it directly from the forum, and not from your email?
What is your workaround? Mind it sharing it here so that we could implement it to the theme.
Best regards,
IsmaelAugust 19, 2021 at 5:23 am in reply to: Enfold contact form includes the URL of the page it is sent from #1317416Hi,
You will have to append the links manually to the $message.
$message .= "<a href='https://facebook.com?utm_source=Facebook&utm_medium=Sepet1&utm_campaign=tr-yeni">Facebook></a>";If you need more assistance, please feel free to open another thread. We will close this one for now.
Best regards,
IsmaelHey MediaMix1,
Thank you for the inquiry.
Are you embedding a script or input tag in a code block element? Adding these kind of tags could break the page. You might have to create a custom shortcode for the embed script so that you do not have to add the tags directly in the builder.
// https://codex.wordpress.org/Shortcode_API
Example of a custom shortcode from the documentation.
// [bartag foo="foo-value"] function bartag_func( $atts ) { $a = shortcode_atts( array( 'foo' => 'something', 'bar' => 'something else', ), $atts ); return "foo = {$a['foo']}"; } add_shortcode( 'bartag', 'bartag_func' );The custom shortcode can be used like this.
[bartag]Best regards,
IsmaelHi,
The site is currently on maintenance mode. Let us know when it is back up again so that we can check the page settings.
Best regards,
IsmaelHey galgro,
Thank you for the inquiry.
Did you adjust the language locale in this line?
if ($lang == 'fr_FR')If you are trying to change the logo in the English version for example, the locale should be “en_US”.
function av_change_logo($logo){ $lang = pll_current_language('locale'); if ($lang == 'en_US') { $logo = "LOGO URL FOR ENGLISH LANGUAGE HERE"; } return $logo; } add_filter('avf_logo','av_change_logo');Best regards,
Ismael -
AuthorPosts
