Forum Replies Created

Viewing 30 posts - 22,891 through 22,920 (of 67,510 total)
  • Author
    Posts
  • 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,
    Ismael

    in reply to: Image hover effect on mobile #1112210

    Hi,

    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,
    Ismael

    in reply to: Mega Nav & Popup Maker #1112208

    Hi,

    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,
    Ismael

    in reply to: Filtering without a shop? / Filterung ohne Shop? #1110193

    Hey 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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: How to completely turn off author archives? #1110186

    Hey 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,
    Ismael

    in reply to: How to add /blog/ to URL before blog post titles #1110183

    Hey 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,
    Ismael

    in reply to: Text Block editor changed/issues #1110179

    Hi,

    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,
    Ismael

    in reply to: Easy Slider Dots below Slides #1110175

    Hi,

    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,
    Ismael

    in reply to: Issues with formatting Woocommerce checkout page #1110173

    Hi,

    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,
    Ismael

    in reply to: Show thumbnail password protected page #1110172

    Hi,

    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,
    Ismael

    in reply to: Google Map not on mobile version not showing #1110171

    Hi,

    Yes, it’s quite strange. Unfortunately, we are not sure what’s causing it. Does the css code work?

    Best regards,
    Ismael

    in reply to: Change position of post-nav buttons below post #1110169

    Hi,

    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,
    Ismael

    in reply to: Problem with Advanced Avia Editor and products #1110168

    Hi,

    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,
    Ismael

    in reply to: Private post made public after update #1110164

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Problem with custom design #1110159

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Questions about filters #1110154

    Hi,

    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,
    Ismael

    in reply to: Content not showing on Internet Explorer #1110151

    Hi,

    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,
    Ismael

    in reply to: Full-width submenus seem wonky #1110150

    Hi,

    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,
    Ismael

    in reply to: Social links in the top meta bar are not visible #1110149

    Hey 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,
    Ismael

    in reply to: How-To Change Header Logo Link Based on User Role #1109882

    Hi,

    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,
    Ismael

    in reply to: Hamburger Mobile Menu Not Showing When Logged In #1109880

    Hi,

    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,
    Ismael

    in reply to: Font style changing on other pages than homepage #1109877

    Hi,

    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,
    Ismael

    in reply to: Location of masonry gallery html construction… #1109872

    Hi,

    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,
    Ismael

    in reply to: IE11 and Mobile issues #1109870

    Hey 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,
    Ismael

    in reply to: Remove portfolio items from enfold search results #1109835

    Hi,

    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,
    Ismael

    in reply to: Custom Styling of Icon Box #1109834

    Hi,

    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

    in reply to: Permanent Image Overlay on linked Pictures #1109829

    Hi,

    Glad to hear that you found a solution.

    Use this additional css code to remove the “white overlay” effect.

    .avia-image-overlay-wrap a.avia_image .image-overlay {
        transform: none;
        opacity: 0;
    }

    Best regards,
    Ismael

Viewing 30 posts - 22,891 through 22,920 (of 67,510 total)