Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
Glad that you fixed the other issues. Please note that we don’t usually entertain multiple questions on a single thread. Create a single thread for each inquiry in the future.
2.) Set the contact form to redirect the user to another page. It’s in the dropdown under the “What should happen once the form gets sent?” settings.
4.) Use this code in the Quick CSS field to change the background color on mouse hover.
.av-main-nav > li:hover a { background: #ecebeb; }Best regards,
IsmaelHi,
Did you try this one?
// https://kriesi.at/support/topic/less-than-sign-in-title-or-text-crashes-the-icon-list/#post-946478
You have to use this placeholder instead of the actual symbol.
###lt###Best regards,
IsmaelHi,
We modified the files from the previous thread. The latest version of the theme contains the actual “video” fix. Please upgrade to version 4.3.1.
Best regards,
IsmaelHi!
A new version of the theme is now available, 4.3.1. It has the “video” and “404” fixes. The “video” fix is different from what is provided in this thread. Let us know if it works in your installation.
Cheers!
IsmaelHi!
A new version of the theme is available now, 4.3.1. It has the “video” and “404” fixes.
Regards,
IsmaelHey Michael Loy,
Glad to hear that you like the theme!
There are only two kinds of the licenses for the theme. One is regular and the other is extended. A regular license can be used for a single end product or for a product that is free for end users. One license equals to one site or client. An extended license on the other hand is for a premium end product. More info here: https://themeforest.net/licenses/standard
You can use a single account for all your clients but you have to purchase a license for each project. I hope that it clears things up.
Best regards,
IsmaelMay 2, 2018 at 3:54 pm in reply to: ENFOLD 4.3: how to show categories in ALB element "postslider"? #950125Hi,
The default business blog style doesn’t render categories by default so you have to use the filter to enable the category container.
add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1); function avf_postslider_show_catergories_mod($category) { $category = 'show_business'; return $category; }Best regards,
IsmaelMay 2, 2018 at 3:44 pm in reply to: Problem with enfold 4.3 and woocommmerce 3.3.5 "product is not available…" #950120Hey Martin,
Thank you for using Enfold.
How can we reproduce the issue? I tried to add one of the products to the cart and it seems to be added properly. Please note that we don’t provide support for third party plugins. It is stated on our support policy. Contact the plugin author for additional help.
Best regards,
IsmaelHi,
We’ll forward this thread to Kriesi. Please wait for his response.
UPDATE: According to Kriesi, the images for the other layer sliders are not available due to licensing restrictions. You can only use the available sliders from the previous link that @Yigit provided.
Best regards,
IsmaelHey SoWeAre,
Thank you for using Enfold.
You can add a Custom Background Color for the tab section but you can’t apply the color of the parent content section. Edit the tab section’s Color options.
Best regards,
IsmaelHi,
I tried that – marked the slider as HIDE ON MOBILE.
I was referring to the layers’ Visibility Options. Please check the screenshot above.
Best regards,
IsmaelHey!
Thank you for your patience.
For the product review issue, please try this fix:
// https://kriesi.at/support/topic/4-3-update-does-not-display-woocommerce-reviews-on-product-pages/#post-949321
Let us know if it helps.
Cheers!
IsmaelHi,
Thank you for using Enfold.
We provided a fix in the following thread.
// https://kriesi.at/support/topic/4-3-update-does-not-display-woocommerce-reviews-on-product-pages/#post-949321
Please let us know if it helps.
Best regards,
IsmaelMay 2, 2018 at 3:26 pm in reply to: 4.3 Update does not display WooCommerce Reviews on Product Pages #950105Hi!
Glad it is fixed. Please feel free to open a new thread if you need anything else. :)
Cheers!
IsmaelHey adishlomy,
Thank you for using Enfold.
You can use this code to adjust the space between the read more link and the title.
.html_elegant-blog .more-link { margin: 0 auto 10px auto; }I can’t see the gray strip though. Please provide a screenshot from imgur or dropbox.
Best regards,
IsmaelMay 2, 2018 at 3:19 pm in reply to: Blog title only shows on blog items made with Advanced layout builder #950101Hi,
Thanks for the update. We can’t access the site though. Please contact your hosting provider.
Your access to this site has been limited
Did you copy the code from your email? Please copy it directly from the forum. Check if there is an existing function with the same title.
Best regards,
IsmaelHi,
This was done to improve and extend the mobile menu options. It’s been part of the theme since version 4.1 if I am not mistaken. Having a separate mobile menu container makes it much more easier to implement dedicated styles and scripts for it.
Add the following css codes.
@media only screen and (max-width: 989px) { .only_desktop { display: none !important; }} @media only screen and (min-width: 990px) { .only_mobile { display: none !important; }}Apply the “only_mobile” css class attribute to the mobile menu items and “only_desktop” to the desktop items.
Best regards,
IsmaelHi,
Thank you for the update. Enable the “Unstick topbar” and the “Shrinking Header” in the “Header Behavior” panel and then add this css code.
.header-scrolled .av-logo-container { display: none; }Best regards,
IsmaelHi,
We’ll forward it to our developers. Thank you for the info. Please create a new thread if there are any issues left.
Best regards,
IsmaelHi,
We disabled the css and js compression options temporarily. Did you add any custom scripts somewhere?
Best regards,
IsmaelMay 2, 2018 at 11:37 am in reply to: Site crashes after updating to the latest version of theme #949982Hi,
How can we access the dashboard again? The default “wp-admin” path is not found.
Best regards,
IsmaelHi,
Ask your hosting provider for the mail server’s SMTP settings. Use this plugin to set it up.
// https://wordpress.org/plugins/wp-mail-smtp/
Did you check the spam folder?
Best regards,
IsmaelMay 2, 2018 at 11:22 am in reply to: How to make a porfolio item thats set with a custom link open in a new tab #949969Hi,
We have added this script in the functions.php file.
// custom script add_action( 'wp_footer', 'ava_custom_script' ); function ava_custom_script() { ?> <script type="text/javascript"> (function($) { $(document).ready( function() { $('.grid-entry a').attr('target', '_blank'); }); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
Replace it with this one.
#top.home h3.slide-entry-title a { color: #ffffff; }For the category, use this.
.html_elegant-blog #top.home .avia-content-slider .blog-categories { display: none; }Best regards,
IsmaelHi,
The script probably loaded before jQuery. Glad it is fixed. :)
Best regards,
IsmaelHi,
I see. It doesn’t work like that on our installation. Please try to deactivate the plugins temporarily. We’ll check it afterwards.
Best regards,
IsmaelHi,
I don’t think that’s the correct dropbox url. You have use the share or the public url. Please try imgur.
Best regards,
IsmaelMay 2, 2018 at 11:00 am in reply to: STYLING: "Blog Post"- and "Magazine"-elements (featured image + mobile behavior) #949952 -
AuthorPosts
