Forum Replies Created
-
AuthorPosts
-
January 7, 2019 at 3:57 am in reply to: prevent whitespace between masonry grid posts being part of the link? #1050729
Hey Birdster,
Thank you for using Enfold.
You have to decrease the default width of the columns and add a margin based on the deducted width.
.av-masonry-col-3 .av-masonry-entry { width: 30.3%; margin-right: 2%; }
Default width is 33.3%.
Best regards,
IsmaelHey npmcgrew,
Thank you for using Enfold.
Use this css code to remove those elements.
div #reviews #comments ol.commentlist li .avatar, .comment-likes-widget-placeholder .loading { display: none !important; } #top div div.product .woocommerce-tabs .panel #reviews:before { content: ''; display: block; width: 50px; height: 500px; background: #f8f8f8; position: absolute; right: 0; z-index: 100; } #top div div.product .woocommerce-tabs .panel #reviews { position: relative; }
Best regards,
IsmaelHey mwvcaa,
Thank you for using Enfold.
You have to add a custom script to trigger the tab titles when clicking on a custom link. This thread should help:
// https://kriesi.at/support/topic/tab-section-link-from-content-in-one-tab-to-another-tab/#post-909792
Replace the “#top .iconbox_top a” selector with the actual class attribute of the link.
Best regards,
IsmaelHey Dee007,
Thank you for using Enfold.
1.) That button is hidden by default. You can use this css code to re-display it:
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: none; } }
2.) Set the table’s Table Options > “Responsive Styling” to the second option (“scrollable”).
Best regards,
IsmaelHi,
Do you have a test page where we can see the distortion? I don’t see the issue when I add the css via the browser inspector.
Best regards,
IsmaelHi,
Did you set the pages in the full width sub menu as child page of the “Menu” page?
Best regards,
IsmaelHi,
The hover effect is working properly. This sets the overflow property to hidden.
.avia-image-container.av-hover-grow.av-hide-overflow, .avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image { overflow: hidden; }
Best regards,
IsmaelHi,
The comments section is not included in the page template by default. You have to modify the includes > loop-page.php file. Look for this code around line 25:
//display the actual post content echo ' <div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>'); echo '</div> ';
Below, add the comments template:
//wordpress function that loads the comments template "comments.php" comments_template();
Best regards,
IsmaelJanuary 7, 2019 at 2:20 am in reply to: Fullwidth Easy & fullscreen slider video don’t work on smartphone #1050707Hi,
Did you add any scripts or custom modifications in your installation? Please upgrade the theme to version 4.5.2 and then temporarily deactivate the plugins afterwards.
Best regards,
IsmaelHi,
Thanks for the update.
1.) Edit the icon box element, go to the Colors panel and set the “Icon Colors” to “custom colors”. You can set the icons’ border color same as the section’s background color.
2.) You have to reset the installation if you want to import another demo.
// https://kriesi.at/documentation/enfold/import-demos/#remove-demo-data
Best regards,
IsmaelJanuary 4, 2019 at 7:35 am in reply to: Speed values went down the gutter after updating Enfold #1049859Hey MarcusJeroch,
Thank you for using Enfold.
Looks like the script is from a third party video player plugin. Did you install a new plugin? Did you enable the theme’s Enfold > Performance > File Compression settings? You may need to toggle it again after the update.
Best regards,
IsmaelJanuary 4, 2019 at 7:13 am in reply to: How to put the tab title of a tab section in the center and make it wider? #1049851Hi,
Thanks for the update.
Use this css code to adjust the width of the tab section title:
.av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image { width: auto; }
Best regards,
IsmaelHi,
The form uses that field and set it as the from address. If it doesn’t exist, it’s going to use the “no-reply” email address by default, which is what you’re currently receiving. Unfortunately, we don’t have any control over what your email server filters, so you have to contact your hosting provider.
Best regards,
IsmaelHi,
Look for this code around line 908:
$output .= !empty($slide->post_title) ? " <h3 class='aviaccordion-title {$av_title_font_classes}' {$markup_title} {$title_style}>".$slide->post_title."</h3> " : "";
Best regards,
IsmaelHi,
I can’t recreate the issue on my end, so it’s probably due to actual aspect ratio of the video. Can you give us a link to the youtube video? Is it 16:9?
Best regards,
IsmaelHey transformmedia,
Thank you for using Enfold.
Edit the page, look for the Layout > Header visibility and transparency settings and set it to “Transparent Header”.
Best regards,
IsmaelJanuary 4, 2019 at 6:49 am in reply to: Hide current blog post from a random blog post slider grid element #1049837Hey Birdster,
Thank you for using Enfold.
I don’t see the current post in the blog posts element at the very bottom of the post page. Is this fixed?
Best regards,
IsmaelHi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thanks for the update. You can use this css code to remove the columns’ inline padding:
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { padding: 0 !important; } }
Best regards,
IsmaelHi,
Sounds good. Google requires every users to generate an API key before embedding a map now. This might help: https://kriesi.at/documentation/enfold/google-map/
Best regards,
IsmaelHi,
Have you tried setting the “Background Attachment” from “Fixed” to “Scroll”? Unfortunately, multiple fixed backgrounds don’t work properly with the element.
Best regards,
IsmaelHey evabo,
Thank you for using Enfold.
There is an error in the console saying that “jQuery is not defined”. Did you load jQuery in the footer? Please edit this line:
add_action(‘wp_footer’, ‘horizontal_gallery_subline’);
.. set the priority to 100:
add_action(‘wp_footer’, ‘horizontal_gallery_subline’, 100);
Best regards,
IsmaelHi,
there are only 2 subfolders and no problems to delete …
There are more than 10 sub folders in there the last time I checked, so I didn’t try to delete them because it will take so much time. Please ask your hosting provider to delete those folders. And make sure that there are no instagram widgets active.
Best regards,
IsmaelHey seanchk,
Thank you for using Enfold.
There is another file containing the same function. You have to remove the whole theme folder first before uploading the new one.
Best regards,
IsmaelJanuary 4, 2019 at 5:13 am in reply to: Woocommerce Product list show variations with add to cart option #1049789Hi,
I’m sorry if we can’t be of much help this time. Please open a new thread if you need anything else.
Best regards,
IsmaelHi,
@markmade: It is redirecting to the “Offline” page. Is that your maintenance mode page? We can’t check it because the login token has expired.Best regards,
IsmaelHey swazzi,
Thank you for using Enfold.
The settings look correct but it doesn’t seem to be working. Add this css code temporarily.
#top div .avia-gallery .avia-gallery-big-no-crop-thumb img { height: auto !important; }
Best regards,
IsmaelHey sjahan,
Thank you for using Enfold.
Add this code in the functions.php file to adjust the default size of image or the “entry_with_sidebar” thumbnail.
add_filter( 'avf_modify_thumb_size', 'avf_modify_thumb_size_mod', 10, 1 ); function avf_modify_thumb_size_mod( $size ) { $size['entry_with_sidebar'] = array('width'=>845, 'height'=>845); return $size; }
The default thumbnail size is 845x321px. You have to regenerate the thumbnails after the adjustment.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
It is possible to add custom css class attributes to any elements in the builder. You have to enable the custom css class field first.
Best regards,
IsmaelJanuary 4, 2019 at 4:42 am in reply to: Fullwidth Easy & fullscreen slider video don’t work on smartphone #1049781 -
AuthorPosts