Forum Replies Created
-
AuthorPosts
-
Hey DROR,
Thank you for using Enfold.
Use this css code.
.shop_table ul#shipping_method li { margin-right: -10px; }Best regards,
IsmaelHey Petrucci86,
Thank you for using Enfold.
1.) Hide the cell with the image in the Screen Options > Mobile display settings. You can then add an actual image element above the text and have it display on mobile view only.
2.) Try to update to the latest version of the theme, 4.3.2. Let us know if it helps.
Best regards,
IsmaelMay 15, 2018 at 2:21 pm in reply to: Theme update causes issues with custom CSS lightbox functionality #957018Hi,
The child theme had the old version of the header.php file. We updated it. The lightbox script should work properly now.
Best regards,
IsmaelMay 15, 2018 at 2:14 pm in reply to: Woocommerce product slider and product grid adding classes to the wrong items #957016Hi,
Thanks for the update. I can’t reproduce the issue on my own installation. Please provide the login details in the private field. We would like to check if there are duplicated files in the config-templatebuilder > aviashortcodes folder.
Best regards,
IsmaelHi,
You’re welcome. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelMay 15, 2018 at 2:11 pm in reply to: Right align shipping options and change font color for shipping prices #957012Hi,
I tried to add random address in the billing_address field but the section doesn’t display.
Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
The popup is not working. It redirects to a page with json.
{ "display": "not_allowed", "message": "Client not found" <ul> }Best regards,
IsmaelHi,
Thank you for the update.
We used this code in the child theme’s style.css file.
@media only screen and (max-width: 1024px) { #top #wrap_all .av_header_transparency { background-color: #b5b5b5; color: #000000; border-color: #b5b5b5; } }Please remove browser cache prior to checking the page.
Best regards,
IsmaelHi,
Shouldn’t the most recent 18 in that category show up?
That is not how the sort buttons work, unfortunately. It can only display items that are already visible or present in the page. It cannot display or pull items from the succeeding pages or items that are not yet loaded on the current page.
Best regards,
IsmaelHi,
The code above will only adjust the location of the social share button. It’s not going to create a button or a toggle for the icons. Unfortunately, what you’re after requires modifications that are outside the scope of support. Please hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Thanks for the update. Yes, that’s correct. Unfortunately, you can’t use another template when the ALB is active.
Best regards,
IsmaelMay 15, 2018 at 1:17 pm in reply to: main menue right alignment – cannot find any css fix for this… #956974Hi,
We would like to apologize for the late response.
I tried to access the site but got temporarily locked out. Please contact your hosting provider. We’ll try again after a while.
Best regards,
IsmaelHey Chiuhn,
Thank you for using Enfold.
Yes, that’s possible. Please try this css code.
#top .inner_product_header, #top .inner_product .avia_cart_buttons { opacity: 0; } #top .inner_product:hover .inner_product_header, #top .inner_product:hover .avia_cart_buttons { opacity: 1; }Best regards,
IsmaelHey espressotech,
Thank you for using Enfold.
The mobile menu container is there but it’s not rendering properly. Did you add any modifications to the theme? Please provide the login details so that we could check the site.
Best regards,
IsmaelHi,
Awesome. We’ll close the thread now. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Thanks for the update.
Add these css codes to implement the changes above.
#top .comment_content { position: relative; overflow: visible; } #top .comment-header { position: absolute; left: 80px; top: -70px; } #top .commentlist ul { margin: 0 0 0 34px; } .sidebar_right .comment_container { padding-right: 0; }The last css declaration above should remove the padding or space at the right side of the comment container.
Best regards,
IsmaelHi,
Alright. Please feel free to open a new thread if you need anything else. We’ll close the thread now.
Have a nice day! :)
Best regards,
IsmaelHi,
I will ask the rest of the team to check this thread. Please wait for their response.
Best regards,
IsmaelHi,
We modified the code a bit.
add_action('after_setup_theme', function() { function av_return_75(){ return 75; } add_filter('jpeg_quality', 'av_return_75'); add_filter('wp_editor_set_quality', 'av_return_75'); });Please try it again.
Best regards,
IsmaelHi,
Replace the whole includes > loop-about-author.php file with this code.
// https://pastebin.com/FVjw0ZVZ
We just added this line inside the file.
$author_link = get_author_posts_url($post->post_author); $link = is_single() ? "<a href='{$author_link}' class='post-author-format-type'>{$heading}</a>" : $heading;Best regards,
IsmaelMay 15, 2018 at 12:22 pm in reply to: Issues after update to 4.3 with layerslider and datatables #956928Hi,
The latest version of the theme,
4.2.34.3.2, should fix this issue. Please update the theme.Best regards,
IsmaelMay 15, 2018 at 12:11 pm in reply to: Fullwidth Easy Slider with Video asking for "[Object]" on Mobile #956923Hi,
@studioem: I forgot to revert the following line to the original code.if(this.isMobile)The videos in the slider should work properly now.
Best regards,
IsmaelMay 15, 2018 at 11:54 am in reply to: I need an Error Message next to submit Button on Contact Form #956914Hey Geoffdoyle,
Thank you for using Enfold.
This script might help.
It’s going to create an error message for invalid or empty fields.
Best regards,
IsmaelHi!
We already notified Kriesi about this option but I’m not sure if he’s going to implement it. Please try the snippet for now.
Cheers!
IsmaelMay 15, 2018 at 11:34 am in reply to: TinyMCE Missing Essential Buttons in Advanced Layout Builder Text Blocks #956909Hi,
You can add this filter in the functions.php file to disable the ajax search.
add_action('avf_frontend_search_form_param', 'av_disable_ajax_search',9); function av_disable_ajax_search($params) { $params['ajax_disable'] = true; return $params; }Best regards,
IsmaelHey Sujohn,
Thank you for using Enfold.
I can’t get past the htaccess authentication. Please check the info above. I tried to used the wp-admin login details but it’s not working.
Best regards,
IsmaelHi,
I can’t find any errors with the your css modifications so I’m not sure why the latest one won’t work when added at the bottom. Please leave it on the top temporarily. You may want to compress or combine the css media queries with the same view port target and place them at the bottom.
Best regards,
IsmaelMay 14, 2018 at 11:33 am in reply to: Problem with the "add to cart" item counter in woocommerce for variable products #956370Hi,
The max attibute is set to “29” while the actual max attribute of the input field is set to the number of available stock. Please try to disable the “swatch” and “stock” extensions temporarily.
Best regards,
IsmaelMay 14, 2018 at 10:31 am in reply to: Enfold 4.3.1: Black screen with color section video background – local video mp4 #956351 -
AuthorPosts
