Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the info.
If the automatic update is not available then you should update the theme manually via FTP.
Here’s how:
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey whdsolutions,
Thank you for using Enfold.
The maximum width of the container is set to 85% when I checked.
.responsive .container { max-width: 85%; }Is this fixed?
Best regards,
IsmaelHey ayeh,
Thank you for using Enfold.
1.) Set the Enfold > Header > Header Title and Breadcrumbs to the third option to remove the title and only display the breadcrumb.
2.) Use this filter in the functions.php file to remove the page trail.
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_page() ) { unset($trail[1]); } return $trail; }Best regards,
IsmaelHi,
Thanks for the update.
The previous css code is actually working but it has to be adjusted a bit. Please re-minify the scripts and stylesheets, purge the cache, remove the browser history prior to checking the page.
Best regards,
IsmaelHi,
Awesome! 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,
I see. It only happens on the 4th page? The order is correct until the 3rd page and I can barely notice the difference on the 4th. Did you upload images with different sizes for those items?
Best regards,
IsmaelHi,
I removed this css code from the Quick CSS field.
.av-masonry-entry { position: relative; display: block; width: 100%; float: left; clear: none; text-decoration: none; visibility: hidden; opacity: 0; } .responsive .av-masonry-col-flexible .av-masonry-entry { width: 100%; }(see private field)
In home page unfortunately the problem is not solved.
You should replace the Masonry element with an Image element if you want to display a single item. The masonry element should contain at least 4 items.
Best regards,
IsmaelHi,
Thanks for the update.
Adjust the previous css code a bit.
.js_active .gform_wrapper li:first-child { visibility: visible!important; }Replace that css declaration with this one.
.js_active .gform_wrapper li { visibility: visible!important; }Best regards,
IsmaelHi,
Yeah, I see it now. Please implement the suggested modification.
You can disable the fallback image temporarily with this css code.@media only screen and (min-width: 989px) { #top .av-video-slide .avia-slide-wrap { background-image: none; } }Best regards,
IsmaelHi,
You should add that filter in the functions.php file along with the previous code.
Best regards,
IsmaelJuly 25, 2018 at 7:16 am in reply to: Events Calendar (Modern Tribe) Month View Title Missing #989511Hi,
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,
IsmaelJuly 25, 2018 at 7:14 am in reply to: Enfold – CSS & Javascript Merging and Compression not working #989510Hi,
Thanks for the update.
You can post a screenshot using imgur or dropbox. Please remove that folder and then toggle the theme options to regenerate the script and stylesheets. Check if the “dynamic_avia” folder is regenerated again.
Best regards,
IsmaelJuly 25, 2018 at 7:10 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #989508Hi,
On my screen (1920x1080px), full size (1196×798px) of the image is displayed inside the lightbox container.
Best regards,
IsmaelJuly 25, 2018 at 7:07 am in reply to: Sticky Header, but hide the centered logo when scrolling down #989507Hi,
Try this css code.
#top.page-id-7219 .av-logo-container { display: block; }Best regards,
IsmaelHi,
The shortcode parser is underneath the advance layout builder. :)
Best regards,
IsmaelHi,
It is missing from the “config-templatebuilder” folder when I checked. I would like to take a look again but the site is not loading. Did you transfer it? Please put the “avia-shortcodes” folder inside the “config-templatebuilder” folder.
Best regards,
IsmaelJuly 25, 2018 at 7:01 am in reply to: Gallery (Big Image Above with thumbnails below) remove hover on big? #989501Hi,
You can’t override the script in a child theme, unfortunately. You have to modify the file directly.
Best regards,
IsmaelHi,
I see. I didn’t notice that the AJAX Portfolio. Please try this script instead.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ $(document).ready(function() { $('.grid-entry').on('click', function() { setTimeout(function() { $(window).trigger('av-content-el-height-changed'); }, 200); }); }); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
You have to modify the config-templatebuilder > avia-shortcodes > av-helper-masonry.php file. Look for this code around line 600.
$this->loop[$key]['text_after'] .= '<span class="av-masonry-price price">'.$product->get_price_html()."</span>";Best regards,
IsmaelHey greentim,
Thank you for using Enfold.
Did you add any html tags to the builder? Please make sure that they are closed properly. Those unclosed tags could break the builder layout. If it’s still not working, provide a link to the page with the issue.
Best regards,
IsmaelHey haines1,
Thank you for using Enfold.
The slider images are responsive on mobile view. If you’re wondering why some of the image are cut off or parts are missing, it’s to retain the aspect ratio. You can set the background size to “Scale to Fit” or “100%” but it will create gaps around the slider container or distort the image.
Best regards,
IsmaelJuly 24, 2018 at 2:24 pm in reply to: Specify which column goes first (with multi-column) when switching to mobile #989200Hey Greg,
Thank you for using Enfold.
You can try setting the order property of the columns with flexbox.
// https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Or duplicate the section, sort the columns as you would like on mobile view and then set the visibility in the Screen Options.
Best regards,
IsmaelJuly 24, 2018 at 2:22 pm in reply to: Portfolio Grid 2 Columns change to 1 Column at certain screen sizes #989199Hi,
I can’t load your site. Did you move it?
You can try this css code for the meantime.#top .no_margin.av_one_half { width: 49.99%; }Best regards,
IsmaelHey arch2030,
Thank you for using Enfold.
Have you tried to use negative pixel value to the left and top position field? That should help.
Examaple:
-200pxBest regards,
IsmaelHey darnott75,
Thank you for using Enfold.
The solution in the following thread should help you add a search field inside the mobile menu.
Best regards,
IsmaelHey MAKSIMS,.
Thank you for using Enfold.
I can’t reproduce the issue on a browser emulation as expected. Where did you get the custom accordion? Please provide a link to the source so that we could check the documentation.
Best regards,
IsmaelHi,
This is the error in the console.
loadMore @ shortcodes.js?ver=4.1:1379 dispatch @ jquery.js?ver=1.12.4:3 r.handle @ jquery.js?ver=1.12.4:3 (index):1 Failed to load http://grhs88.glenrocknews.today/wp-admin/admin-ajax.php: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.grhs88.glenrocknews.today' is therefore not allowed access. The response had HTTP status code 403.Please try to configure the Cross-Origin Resource Sharing (CORS) settings.
// https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Best regards,
IsmaelHi,
Thanks for the update.
I adjusted the filter a bit. Please try it again.
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { if( is_single() ) { $subject = 'A new message on:' . urldecode(get_the_title(get_the_ID())); } return $subject; }Best regards,
Ismael -
AuthorPosts
