Forum Replies Created
-
AuthorPosts
-
Hey creativepassion,
Thank you for using Enfold.
What do you mean by “hyperlinks”? Please provide a screenshot of that option using imgur or dropbox.
Best regards,
IsmaelSeptember 26, 2018 at 4:57 am in reply to: Dependency errors on installing query Monitor plugin. #1014521Hi,
The “avia_builder_js” file, which is what those files are looking for, is only loaded when you’re on the advance layout builder (ALB). It’s nothing critical so you can just ignore it.
Best regards,
IsmaelSeptember 26, 2018 at 4:38 am in reply to: On Blog Posts Page, only 1st post has Read More but not content #1014520Hi,
You have to reset Settings > Reading options to default and only set the page as the blog page in the Enfold > Theme Options. You can then configure more options for the blog in the Enfold > Blog Layout panel.
Best regards,
IsmaelSeptember 26, 2018 at 4:35 am in reply to: Page title and excerpt displayed in transparent header #1014517Hi,
Great! Glad that you found a solution. Let us know if you need anything else. :)
Best regards,
IsmaelSeptember 26, 2018 at 4:13 am in reply to: Change background color top cell of each column in its own color #1014516Hi,
Did you add more elements to the page? It’s not working anymore because the generic builder class attribute (avia-builder-el-6) has been changed or adjusted. You should enable the custom css class field and then use that selector instead of the generated class attributes.
Best regards,
IsmaelSeptember 26, 2018 at 4:08 am in reply to: Borders and padding not working when editing the column #1014514Hi,
You forgot to include the pixel unit to the value (2 should be 2px or 2% etc). I set the column to have 5px border radius and 10px inner padding.
Best regards,
IsmaelHi,
Did you modify the productslider.php file? Please create a new thread and put the login credentials in the private field.
Best regards,
IsmaelSeptember 26, 2018 at 3:56 am in reply to: Layer Slider : video doesn't work on mobile device #1014510Hi,
I probably visited a different site. Sorry about that. Anyway, I managed to access the site and can confirm the issue now, but I’m not sure why the video is not playing. Please replace the layer slider with the theme’s Full Screen Slider or Color Section element. Set the video as background and then add a fall back image. The fall back image will display in place of the video on mobile view. That’s the only thing that I can suggest for now.
Please review my previous reply. I don’t know why the video is not playing on the layer slider so I created a full screen slider and added a fall back image for mobile view. The fallback image will display instead of the video.
Best regards,
IsmaelHi,
That takes me to a blank directory. Please configure the FTP details correctly. We need access to the “wp-content” folder.
Best regards,
IsmaelSeptember 25, 2018 at 2:54 pm in reply to: Checkout-Returning customer/create an account fields are disappearing in chrome #1014204Hi,
Did you set your Chrome browser to accept cookies? This is what I get on Chrome.
// https://imgur.com/a/DFlI8OA
Best regards,
IsmaelHey jscarlett,
Thank you for using Enfold.
Did you add this css modification?
#main .content { min-height: 800px; max-width: 1200px; }The content container is set to float to the left by default.
Try this one:
#main .content { min-height: 800px; max-width: 1200px; margin: 0 auto; float: none; }Best regards,
IsmaelHi,
Thanks for the update.
You can use this script in the functions.php file to move the post elements.
add_action('wp_footer', 'ava_custom_move_post_elements'); function ava_custom_move_post_elements(){ ?> <script type="text/javascript"> (function($) { $('.post-entry').each(function(index) { var title = $(this).find('.post-title'); var image = $(this).find('.big-preview'); var info = $(this).find('.post-meta-infos'); image.insertBefore(title); info.insertAfter(title); }); })(jQuery); </script> <?php }Best regards,
IsmaelSeptember 25, 2018 at 2:32 pm in reply to: Best way to hide/remove read more button on WooCommerce category page #1014194Hey SoWeAre,
Thank you for using Enfold.
You can add this code in the functions.php file to remove the default action hook and recreate it without the details button.
# # add ajax cart / options buttons to the product # remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16); add_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button_mod', 16); function avia_add_cart_button_mod() { global $product, $avia_config; if ($product->get_type() == 'bundle' ){ $product = new WC_Product_Bundle($product->get_id()); } $extraClass = ""; ob_start(); woocommerce_template_loop_add_to_cart(); $output = ob_get_clean(); if(!empty($output)) { $pos = strpos($output, ">"); if ($pos !== false) { $output = substr_replace($output,"><span ".av_icon_string('cart')."></span> ", $pos , strlen(1)); } } if($product->get_type() == 'variable' && empty($output)) { $output = '<a class="add_to_cart_button button product_type_variable" href="'.get_permalink($product->get_id()).'"><span '.av_icon_string("details").'></span> '.__("Select options","avia_framework").'</a>'; } if(!in_array($product->get_type(), array('subscription', 'simple', 'bundle'))) { $extraClass = "single_button"; } if(empty($extraClass)) $output .= " <span class='button-mini-delimiter'></span>"; if($output && !post_password_required() && '' == avia_get_option('product_layout','')) { echo " <div class='avia_cart_buttons $extraClass'>$output</div> "; } }Best regards,
IsmaelSeptember 25, 2018 at 2:27 pm in reply to: Layer Slider : video doesn't work on mobile device #1014190Hi,
I created a test page as an example. (see private field)
I also added the following css code to change the background color of the media container because the video won’t stretch as it doesn’t meet the required aspect ratio of 16:9.div .mejs-container { border-radius: 2px; background: #3f0001; }Best regards,
IsmaelSeptember 25, 2018 at 7:26 am in reply to: Layer Slider : video doesn't work on mobile device #1014024Hi,
I probably visited a different site. Sorry about that. Anyway, I managed to access the site and can confirm the issue now, but I’m not sure why the video is not playing. Please replace the layer slider with the theme’s Full Screen Slider or Color Section element. Set the video as background and then add a fall back image. The fall back image will display in place of the video on mobile view. That’s the only thing that I can suggest for now.
Best regards,
IsmaelSeptember 25, 2018 at 7:16 am in reply to: Adjust position of logo and mobile menu at a certain screen resolution #1014023Hi,
Thanks for the update. It looks fine on my end.
Screenshot: https://imgur.com/a/4ND0oJV
Can you point us to the alignment issue?
Best regards,
IsmaelSeptember 25, 2018 at 7:13 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #1014022Hi,
I’m not really sure if we can help you more with that. Please try to contact a freelance developer to investigate the issue further. You can try our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelSeptember 25, 2018 at 7:11 am in reply to: Featured post slider changes to elegant slider and easy for client to deal with. #1014021Hi,
Thanks for the update.
You can use this css codes to adjust the layout of the slider.
.avia-slideshow-dots { left: 20px; width: 20px; height: auto; top: 50%; transform: translate(0, -50%); bottom: auto; } #top .av-control-minimal .avia-slideshow-dots a.active { background: #000000; border: 2px solid #000000; } .avia-featureimage-slideshow h2.avia-caption-title:after { display: block; content: ""; width: 40px; border-top: 3px solid #000000; margin: 11px 0; position: relative; top: 7px; }Best regards,
IsmaelHi,
Remove the css code and then limit the title characters instead. Add this code in the functions.php file:
add_action('wp_footer', 'ava_custom_limit_title'); function ava_custom_limit_title(){ ?> <script type="text/javascript"> (function($) { $('.slide-entry-title a').text(function(index, text) { return text.substr(0, 50) + '...'; }); })(jQuery); </script> <?php }Best regards,
IsmaelSeptember 25, 2018 at 6:58 am in reply to: Add arrow beside and border around enfold language switcher #1014018Hi,
Adjust the value of the “top” css property. Current value is 25px.
Best regards,
IsmaelHi,
Thanks for the update.
We need access to the file server so that we can upload the demo images. Please provide the FTP login info in the private field. We’ll upload the demo manually.
Best regards,
IsmaelSeptember 25, 2018 at 6:53 am in reply to: In which php file must I place my Advanced Custom Fileds code? #1014015Hey!
Yes, you have to disable the advance layout builder. You can modify the includes > page.php and the includes > loop-single.php file if you want the custom fields to display on pages and posts.
Best regards,
IsmaelHi,
You have to reset the database if the import fails and then try it again.
// https://wordpress.org/plugins/wp-reset/
Or try to import the demos manually
// https://kriesi.at/documentation/enfold/initial-theme-setup/#manual-demo-import–xml-file-import-
If it doesn’t work, please provide the WP and FTP details in the private field so that we can upload the demo manually.
Best regards,
IsmaelHi,
Thank you for the update.
You can add this filter in the functions.php file to disable the “Display Everywhere” widget area when a custom sidebar is present.
add_filter('avf_custom_sidebar', 'avf_custom_sidebar_mod', 10, 1); function avf_custom_sidebar_mod($sidebar) { if(!empty($sidebar)) { unregister_sidebar('av_everywhere'); } return $sidebar; }Best regards,
IsmaelSeptember 25, 2018 at 5:58 am in reply to: Featured images on blog index page suddenly changed alignment #1013991Hi,
Thanks for the update. Can we have access to the site? We would like to test the modifications.
Best regards,
IsmaelHi,
Are you waiting for the page to refresh after importing the theme settings? You should not interrupt or click the “Save all Changes” button while the import is processing because it will fail. Just wait for the page to refresh. If you want to make a clone of the parent site, use the following plugin.
// https://wordpress.org/plugins/wp-migrate-db/
Here’s how it works: https://deliciousbrains.com/wp-migrate-db-pro/doc/quick-start-guide/
Best regards,
IsmaelHi,
You can use the “avf_tag_label_names” filter to adjust the default title of tag pages.
Example: https://kriesi.at/support/topic/display-portfolio-tag-title/#post-1002591
Best regards,
IsmaelHi,
1-2.) Did you enable the theme’s Performance > File Compression settings? Probably, the changes didn’t take effect immediately because the site was loading the old merged scripts and stylesheets. You have to disable the compression temporarily while you’re working or making changes on the site.
Best regards,
IsmaelHi,
Thanks for the update.
1.) Adjust the code a bit.
.tax-product_cat h1 { font-size: 25px; text-transform: none; font-weight: 200; }2.) Did you add this css modification?
.shop_columns_5 .products .product { margin: 0 1% 1% 0; width: 19.2%; }Add this code on the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive #top .products .product { clear: both; width: 100%; margin-bottom: 20px; } }Best regards,
Ismael -
AuthorPosts
