Forum Replies Created
-
AuthorPosts
-
June 21, 2019 at 7:27 am in reply to: Woocommerce Bookings option to display calendar on click not working properly #1112211
Hi,
We would like to apologize for the late response.
The date picker or calendar is there but it’s hidden and the “Choose” button that should toggle it is missing. As a temporary fix, please use the following css code to have the calendar display on load.
#top .wc-bookings-booking-form fieldset .picker.hasDatepicker { margin-top: 1em; display: block !important; }Please ask the plugin author how they render the “Choose” button.
Best regards,
IsmaelHi,
Thank you for the update.
1.) Which overlay or hover effect would you like to remove? If you want to remove the default image overlay, use this css code.
.image-overlay.overlay-type-extern { display: none !important; }2.) That is the default post navigation. Please use the following css code if you want to remove it.
.avia-post-nav { display: none !important; }Best regards,
IsmaelHi,
Thank you for the update.
This is a known compatibility issue with the plugin. It’s using the same hook as the mega menu option, so it overrides the other. Please refer to the following documentation for a possible solution.
// https://kriesi.at/documentation/enfold/mega-menu/#mega-menu-appears-as-a-normal-menu
Best regards,
IsmaelHey m_reiprich,
Thank you for using Enfold.
We can’t see any filters on that page. Please check if the URL is correct.
The Portfolio Grid and the Masonry element can be sorted by category. Have you tried using those elements?
Best regards,
IsmaelJune 14, 2019 at 5:07 am in reply to: Issues of Avia Layout Builder after updating WordPress #1110190Hi,
The lightbox option is working. Please don’t forget to remove the cache before checking.
This is what see on our end: https://imgur.com/a/Q0ywodc
Thank you for the update.
Best regards,
IsmaelHey gatehealing,
You can use the following css code to remove the author link in the archive pages manually.
.text-sep-cat, span.blog-author.minor-meta { display: none; }Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the code.
Thank you for using Enfold.
Best regards,
IsmaelHey gatehealing,
Thank you for using Enfold.
You should be able to add that in the Settings > Permalink panel. In the permalink field, add the “blog” plus a forward slash right before the post name. It will only display for post types with the “with_front” parameter enabled.
// https://codex.wordpress.org/Function_Reference/register_post_type
Best regards,
IsmaelHi,
Thank you for the update.
The admin-ajax.php file is not accessible. Where is the site hosted? Please ask your hosting provider and have them checked if the admin-ajax.php file is being blocked by the server. They usually add it in the module’s ruleset because that file tends to create a lot of requests.
// https://www.knownhost.com/wiki/security/modules-plugins/what-is-mod_security
Best regards,
IsmaelHi,
Thank you for the update.
You can use this css code to move the dots below the slider images.
.avia-slideshow { padding-bottom: 37px; }And this css code to set the navigation to always display.
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a { opacity: 1; filter: alpha(opacity=100); }Best regards,
IsmaelHi,
Great! Glad to hear that the layout is fixed.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Thanks for the update.
You can use this filter to remove the “Private” or “Beveiligd: ” string from the title.
// remove "beveiligd: " from titles function avf_remove_private_prefix($title) { $title = str_replace('Beveiligd: ', '', $title); return $title; } add_filter('the_title', 'avf_remove_private_prefix');Best regards,
IsmaelHi,
Yes, it’s quite strange. Unfortunately, we are not sure what’s causing it. Does the css code work?
Best regards,
IsmaelHi,
That is where the post navigation should be with that modification. Did you try the original css code?
#top .custom-post-nav { clear: both; } #top .custom-post-nav .avia-post-nav { position: relative; height: 110px; } #top .custom-post-nav .avia-post-nav .entry-info-wrap { width: auto; }Don’t forget to disable the Performance > File Compression temporarily.
Unfortunately, we won’t be able to help you further without having access to the site. Please let us know once the site is live.
Best regards,
IsmaelHi,
Thanks for the update.
We had to replace the original grid with another and save it as a template (certificado-template). You can use that as a boilerplate for your products. The colors might have changed a bit, so you have to reconfigure the color options. (see private field)
Best regards,
IsmaelHi,
Thanks for the update.
We can’t access this post without logging in, which means it’s still private.
// https://www.guttogjente.no/sporsmal-og-svar/kjaeresten-min-liker-a-bli-straffet-i-sengen/
It doesn’t show in the AJAX search either. Please check the following screenshot.
Screenshot: https://imgur.com/a/PUYHldD
Could you give us an examples of the 6-digit codes and the post/posts they correspond to?
Best regards,
IsmaelJune 14, 2019 at 3:01 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1110161Hi,
Thank you for the update.
It seems to be an issue with the compression. Could you deactivate the Enfold > Performance > File Compression settings temporarily? We can’t access the dashboard because the previous account is no longer valid.
Best regards,
IsmaelHi,
Thank you for the update.
The YITH WooCommerce Product Add-ons Premium plugin overrides the jquery ui styles with their own. We disabled it temporarily. Please ask the plugin author if we can deactivate that particular css file or stylesheet.
Best regards,
IsmaelJune 14, 2019 at 2:46 am in reply to: IconFont Manager: Uploading fontello font server error #1110158Hi,
Thank you for the update.
We were able to upload 2 set of fonts without encountering any issue. Is this fixed? We tested it on Opera Windows 7. Perhaps using another browser will help.
Best regards,
IsmaelHi,
We are getting the following error in the site. Did you enable a firewall or security plugin?
Error 403
We’re sorry, but we could not fulfill your request for /wp-login.php on this server.
You do not have permission to access this server. Data may not be posted from offsite forms.
Your technical support key is: 3195-4232-cd36-1abb
You can use this key to fix this problem yourself.
If you are unable to fix the problem yourself, please contact info at oneirotravel.com and be sure to provide the technical support key shown above.Thank you for the update.
Best regards,
IsmaelHi,
Thank you for your understanding.
Did you set a minimum height to that section? The solution in this thread might help.
// https://kriesi.at/support/topic/internet-explorer-11-compatability/#post-1109429
Best regards,
IsmaelHi,
Great! Glad that you found a solution. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey webmasterynl,
Thank you for using Enfold.
The icons are displaying properly on our end. Is this fixed? If you can still see the error, please try to disable the Enfold > Performance > File Compression settings temporarily.
Best regards,
IsmaelHi,
differentiate between logged in customer and logged in reseller.
Are you using a plugin for that? There may be a meta information that we can pull to differentiate the users.
btw. dear team : on function-set-avia-frontend.php on lines: 513ff i see that there is still a h1 tag for that. Why have all my enfold installations a span instead – what i think is better?
I think it depends on the structure of the page. If you don’t have a post title or heading in the frontpage, then it is appropriate to use the h1 tag for the logo. You can then convert it to something else for inner pages because they usually contain a title, which is typically wrap in an h1 tag.
Best regards,
IsmaelHi,
The following plugin might work.
// https://wordpress.org/plugins/if-menu/
Just include all items in a single menu and use conditional functions to control their visibility.
This conditional function should be of use in this case.
/// https://developer.wordpress.org/reference/functions/is_user_logged_in/
Best regards,
IsmaelHi,
Thank you for the update.
We added the following css code to correct the font weight and disabled the file compression temporarily. Please don’t forget to remove the browser cache before checking.
Best regards,
IsmaelHi,
Thank you for the update.
What are you going to do with the attributes once they are included in the markup? The masonry loop is done in the aviashortcodes > av-helper-masonry.php file. Look for the “html” function or method around line 306. The actual image markup is located around line 380:
if(isset($attachment[0])) { if($size == 'flex') { $img_html = '<img src="'.$attachment[0].'" title="'.$title.'" alt="'.$alt.'" />'; $outer_title = ''; } if($size == 'fixed') $img_style = 'style="background-image: url('.$attachment[0].');"'; $class_string .= " av-masonry-item-with-image"; } else { $outer_title = ''; } if(isset($attachment_overlay[0])) { $over_html = '<img src="'.$attachment_overlay[0].'" title="'.$title.'" alt="'.$alt.'" />'; $over_style = 'style="background-image: url('.$attachment_overlay[0].');"'; $img_before = ' <div class="av-masonry-image-container av-masonry-overlay" '.$over_style.'>'.$over_html.'</div> '; }Best regards,
IsmaelHey Nerohm,
Thank you for using Enfold.
1.) The following solution might help.
// https://kriesi.at/support/topic/internet-explorer-11-compatability/#post-1109429
2-3.) Add this css code to re-align the timeline icon and reduce the padding below the header.
@media only screen and (max-width: 767px) { .avia-timeline .milestone_icon { left: 10px; } .entry-content-header { padding-bottom: 0; } }Best regards,
IsmaelHi,
Thank you for the update.
You can use this filter to exclude the portfolio post type from the search results.
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['exclude_from_search'] = true; return $args; }Best regards,
IsmaelHi,
Thank you for the update.
1.) Look for this css code.
.avia-icon-list .iconlist_title { text-transform: uppercase; top: 4px; margin-bottom: 0; position: relative; }Remove the “top” property or set the value to 0, then adjust the top margin from 17px to 21px.
2.) Use this css code to remove the text decoration or underline.
#top .avia-icon-list .iconlist_title a:hover { text-decoration: none; }Best regards,
Ismael -
AuthorPosts
