Forum Replies Created
-
AuthorPosts
-
Hey!
@TechMyBiz: I can’t find the login credentials in the private field. Please use a video from a third party host temporarily. And provide the WP & FTP details in the private field. If possible, please open a new thread.
Best regards,
IsmaelMay 14, 2018 at 10:27 am in reply to: Self-hosted video not working in color section background #956344Hi,
Thank you for the update. We added the modifications in the site. The video works properly now.
Best regards,
IsmaelHi,
That is not possible, unfortunately. You can only enable the pagination on a masonry or a blog posts element. If you want the archive pages to display the magazine layout, you have to modify the archives.php file.
Best regards,
IsmaelHey Plottershop,
Thank you for using Enfold.
Where did you add the get_post_meta function? And where do you want to display it? I can’t find the custom field dropdown in the product editor. Where can we test it?
Best regards,
IsmaelHi,
Yes, indeed. For now, please try to edit the config-wpml > config.php file. Look for this code around line 805.
if( defined('ICL_SITEPRESS_VERSION') && defined('ICL_LANGUAGE_CODE')) {Replace it with this code.
if( defined('ICL_SITEPRESS_VERSION') && defined('ICL_LANGUAGE_CODE') && !is_admin()) {Best regards,
IsmaelHi,
I managed to take a look at the preview. The live or latest version is still using the old version of the “DOM Form Submit” variable and it only matches the selector “.avia_ajax_form” instead of the “.avia_ajax_form .button”. Somehow, using the account that you gave me, I can’t publish the changes to the live version. Please publish the latest version of the tags.
// https://imgur.com/a/RjYcsL7
Best regards,
IsmaelHi,
I can’t reproduce the issue on my end. Where can we see the page from the screenshot? I can’t find the “verge xvg” section.
Best regards,
IsmaelMay 14, 2018 at 7:18 am in reply to: How to change transition speed between slides of "Easy Slider"? #956282Hi,
Did you save the theme options again after doing the changes? It will regenerate the scripts and stylesheets. If you want to transfer in the child theme, you have to dequeue the default slideshow script and enqueue it back using the copied script from the child theme folder.
// https://codex.wordpress.org/Function_Reference/wp_dequeue_script
// https://developer.wordpress.org/reference/functions/wp_enqueue_script/Best regards,
IsmaelHi,
That is the shortcodes’ id used for the element or shortcode management option of the theme so you don’t have to worry about. It is generated automatically by the theme.
Best regards,
IsmaelMay 14, 2018 at 7:06 am in reply to: Right align shipping options and change font color for shipping prices #956275Hi,
I can’t make those areas appear. What should we add in the address field? Please provide a dummy info.
Best regards,
IsmaelMay 14, 2018 at 7:00 am in reply to: Theme update causes issues with custom CSS lightbox functionality #956270Hi,
Thanks for the update. The login credentials are invalid though. Please check it carefully. Did you update the theme via FTP? Please check if the shortcodes files inside the config-templatebuilder > aviashortcodes folder are duplicated.
Best regards,
IsmaelMay 14, 2018 at 6:57 am in reply to: using plugin filter portfolio by multi portfolio entries (checkbox) #956268Hey decode,
Thank you for using Enfold.
Unfortunately, we are not familiar with the plugin so we’re not sure why it’s not working with the portfolio items. Please note that we don’t provide support for third party plugins as stated on our support policy. Contact the plugin author for more info.
Best regards,
IsmaelHi,
Did you remove the previous css code? Please add it along with @Victoria’s code. The first css code will limit the width of the main and header container to 1920px. The second one will set the background of the html document to white or #ffffff.
Best regards,
IsmaelHi,
The page is set as shop page in the settings so the plugin will automatically assign a template for it. You can’t control where the product display or use the ALB. If you want to customize the shop page with ALB, you have to enable it first.
// https://kriesi.at/documentation/enfold/woocommerce/#custom-woocommerce-shop-overview-with-advanced-layout-editor
Please take note of the limitations when this option is enabled.
Best regards,
IsmaelHi,
We added the image as logo in the theme options. You can use a few css modifications to the hide the logo on pages where you want it to be hidden.
Best regards,
IsmaelHi,
Thanks for the info. What is the login url? I tried “wp-login” and “wp-admin”. No dice.
Best regards,
IsmaelHi,
Thanks for the update. You have to do that modification via FTP or your cpanel. Did you edit the file on the Appearance > Editor panel? Please provide the FTP details in the private field.
Best regards,
IsmaelHi,
Have you tried using the “avia_social_share_link_arguments” filter? It can be found inside the includes > helper-social-media.php file. Example:
// https://kriesi.at/support/topic/whatsapp-button-in-share-box/#post-938674
Best regards,
IsmaelHi,
We set the Enfold Shortcode Parser to “autorepair” and then updated the page. That should regenerate the shortcode tree. We also set the builder to load only the used elements.
Best regards,
IsmaelMay 11, 2018 at 2:04 pm in reply to: Fullwidth Easy Slider with Video asking for "[Object]" on Mobile #955294Hi,
Do you have instructions on disabling the css and js compression?
We edited the config-templatebuilder > aviashortcodes > slideshow > slideshow.js line 224-225
file temporarily. The fall back images should be working properly now. We’ll let you know once we found a final fix.var image = $('<img src="'+fallback+'" alt="" title="" />'); var lightbox = false; if(appendTo.is('a')) { appendTo.attr('href', fallback_link); lightbox = true; } if( 'string' == typeof fallback_link && fallback_link.trim() != '' && !appendTo.is('a')) { image = $('<a href="' + fallback_link.trim() + '" rel="lightbox"><img src="'+fallback+'" alt="" title="" /></a>'); lightbox = true; } if( lightbox && $.fn.avia_activate_lightbox) { current.parents('#main').avia_activate_lightbox(); } current.find('.avia-slide-wrap').append(image);Best regards,
IsmaelHi,
Thank you for the update. Please try this one instead.
.avia-content-slider .slide-meta time { display: none !important; }Best regards,
IsmaelMay 11, 2018 at 1:28 pm in reply to: Contact Form 7 with Enfold Styles – Fine tuning the CSS given to me by Victoria #955273Hi,
Thank you for the update. Do you want to remove the black border of the search bar on the search results page? Please try this css code.
.search-results #s { border: 0 !important; }Let us know if it helps.
Best regards,
IsmaelMay 11, 2018 at 1:26 pm in reply to: Problem with the "add to cart" item counter in woocommerce for variable products #955268Hi,
Thank you for the update. The account is not an admin so we can’t get in the dashboard. Please edit the config-woocommerce > woocommerce-mod.js file, look for this code around line 48.
newNum.val(the_val).trigger("change");Replace it with this code..
if(the_val <= max) { newNum.val(the_val).trigger("change"); }Make sure that the line that you will modify is under the “plus” button or this line.
plus.on('click', function(){Best regards,
IsmaelHi,
Thank you for the update. Please ask your hosting provider for the mail server’s SMTP info. Use this plugin to integrate SMTP to the contact form.
// https://wordpress.org/plugins/wp-mail-smtp/
Best regards,
IsmaelHi,
Thanks for the update.
The site is still running on an old version of the theme, 4..1.2, which is why this modification is not working. Please update the theme to version 4.3.1 and then re-configure the partner/logo element options. You may need to toggle the theme options and re-save it to generate the new scripts and stylesheets.
Best regards,
IsmaelHi,
Thanks for the update. We adjusted the code a bit.
add_filter( 'avf_logo_headline', 'avf_logo_headline_mod_h1', 10, 1); function avf_logo_headline_mod_h1($headline) { $headline = 'h1'; return $headline; }Best regards,
IsmaelMay 11, 2018 at 12:51 pm in reply to: Theme uploaded, now Search Bar placed vertically across the page #955248Hi,
Thank you for the update. Another user reported the same issue but I’m not sure what causes it. We added the following css code to hide the search icon temporarily. We’ll let you know once we found an actual fix.
#sidebar #searchform { display: none !important; }Please remove browser cache prior to checking the page.
Best regards,
IsmaelHi,
Thanks for the update. Set the background position to bottom and then adjust the css code.
#waves { margin-top: -100px; z-index: 10000 !important; position: relative; height: 80px !important; }The color section has a minimum height of 100px.
Best regards,
Ismael -
AuthorPosts
