Forum Replies Created

Viewing 30 posts - 29,701 through 29,730 (of 67,591 total)
  • Author
    Posts
  • Hi,

    Thank you for the info. The “wp-admin” area is not accessible. This is what I get in the “wp-admin” area.

    You must log in to access the admin area.
    

    It’s asking for another credential. Weird.

    Best regards,
    Ismael

    in reply to: Mega Menu Not Working on Mobile #961058

    Hi,

    @goldengate415: Thanks for the clarification. :)

    @wowzers3888: We had to add the following css code to make the 2nd level menu items display.

    .html_av-submenu-hidden #av-burger-menu-ul .av-show-submenu > ul, .html_av-submenu-hidden #av-burger-menu-ul .av-show-submenu > ul .av-show-submenu  ul {
        display: block;
    }

    The 1st level menu items (ex: Lake County) inside the columns don’t exist in the mobile menu container though. However, the child menu items are there.

    Best regards,
    Ismael

    Hi,

    @_tbo_: Great! Thanks for the info.

    The “retired version” warning is not something critical. It just tells you that the loaded script version is not the current or the latest one. You can manually change that in the config-templatebuilder > aviashortcodes > google_maps.js file line 48.

    $.AviaMapsAPI.apiFiles.src = 'https://maps.googleapis.com/maps/api/js?v=3.30&callback=aviaOnGoogleMapsLoaded';
    

    Adjust “v” parameter. The development team should have noticed this by now so it may be updated on the next release.

    Best regards,
    Ismael

    in reply to: Enfold 4.3 upgrade – now Google Map doesn't show #961029

    Hi,

    I haven’t tested it on any other site aside from yours so I’m not sure if it is actually required. Please keep it for now. Do you have other sites with the same issue?

    Best regards,
    Ismael

    in reply to: Remove widgets from the blog page #961022

    Hi,

    Thank you for the update. Do you want to completely remove the sidebar? Please check the options in the Enfold > Sidebar Settings. You may want to disable the “Sidebar on Blog Page” option. Set it to “No Sidebar”. Or post the login details in the private field so that we could check the theme options.

    Best regards,
    Ismael

    in reply to: Breezy HR – custom javascript integration #961020

    Hi,

    UPDATE: I tried the embed code in my installation. I don’t think it’s rendering correctly but I do get this response.

    targetDomain: "https://c2s-bouygues.breezy.hr", scrollOnLoad: true, autoLoad: true, boardURI: "https://c2s-bouygues.breezy.hr/embed/positions?", applicationURI: "https://c2s-bouygues.breezy.hr/embed/p", …}
    applicationURI
    :
    "https://c2s-bouygues.breezy.hr/embed/p"
    autoLoad
    :
    true
    boardURI
    :
    "https://c2s-bouygues.breezy.hr/embed/positions?"
    iFrameWidth
    :
    "650"
    responsive
    :
    undefined
    scrollOnLoad
    :
    true
    targetDomain
    :
    "https://c2s-bouygues.breezy.hr"
    __proto__
    :
    Object
    

    This is the only text in the test page.

    Current openings at C2S-Bouygues
    

    Best regards,
    Ismael

    in reply to: Breezy HR – custom javascript integration #961016

    Hi,

    Thanks for the info. Can you edit the page? I can’t edit it because of the jQuery errors in the console. Please set the builder to debug mode.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/

    Best regards,
    Ismael

    in reply to: Icons not appearing #961008

    Hi,

    I’m not sure why the icons are not rendering properly, yet. However, I did notice that the site is still running on version 4.0.7. Please upgrade the theme to version 4.4. It may not help with the issue but it’s going to improve the site’s performance tremendously.

    Best regards,
    Ismael

    in reply to: Blog post comment form #961004

    Hey tremblayly,

    Thank you for using Enfold.

    These css codes should help with the adjustments.

    #commentform label[for="wp-comment-cookies-consent"] {
        left: 30px;
    }
    
    #commentform label:not([for="wp-comment-cookies-consent"]) {
        left: 10px;
        top: -30px;
    }

    Best regards,
    Ismael

    in reply to: LayerSlider – GTMetrix #960997

    Hey WP Turned,

    Thank you for using Enfold.

    In the Enfold > Layout Builder panel, try to set the “Integrated (Bundled) LayerSlider Plugin” to the 4th option to completely remove the plugin’s files and slides.

    Best regards,
    Ismael

    in reply to: Text Block font sizing doesn't work #960993

    Hi,

    The advanced styling of the “p” tags overrides the element’s custom styling. Please remove the “p” tag in the advanced styling panel.

    #top .all_colors p {
        font-size: 20px;
        line-height: 1.6em;
    }

    Best regards,
    Ismael

    in reply to: enfold menu on mobile #960970

    Hi,

    The site doesn’t work anymore. Did you move it? It’s not loading on my end.

    UPDATE: It doesn’t work when I try to access the “wp-admin” or “wp-login”. What is the correct login url?

    Best regards,
    Ismael

    in reply to: Everything is updated (except the item counter) #960956

    Hi,

    This is going to require modifications that are beyond the scope of support, unfortunately. Please contact the plugin author for more info. Or try to edit the config-woocommerce > woocommerce-mod.js file, look for this code around line 65:

    $('body').on( 'wc_fragments_refreshed', avia_cart_dropdown_changed );
    

    Below, add this css code..

    $('body').on( 'click', '.xoo-cp-remove', avia_cart_dropdown_changed );
    

    Best regards,
    Ismael

    Hi!

    I’m not sure if this is going to be included in the theme by default because it’s quite specific to your site or case. Please keep the filter in the child theme’s functions.php file. If you haven’t created a child theme yet, please refer to the documentation.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme

    Regards,
    Ismael

    in reply to: Videos in slider problem after update #960942

    Hey!

    Thanks for the update. Where can we see the thread with the user’s workaround? Did he add the “muted” attribute to the video tag?

    Best regards,
    Ismael

    in reply to: Re. autoplay video in slider #960939

    Hi,

    Thanks for the info. I already pushed the other thread to our developers. We’ll close this one for now.

    Have a nice day! :)

    Best regards,
    Ismael

    in reply to: Polylang issues in top header and Copyright area #960936

    Hi,

    Thank you for using Enfold.

    1.) The phone number field accepts shortcodes so you can create a custom shortcode to render a text based on the current language. Example.

    function footag_func( $atts ) {
    	$text = '';
    	$lang = pll_current_language('locale');
    	switch ($lang) {
    		case 'de_AT':
    			$text = 'This is a text';
    			break;
    		case 'fil_PH':
    			$text = 'This is another text';
    			break;
    
    		default:
    			$text = 'The default text';
    			break;
    	}
    
    	return $text;
    }
    add_shortcode( 'footag', 'footag_func' );

    Adjust the switch cases to the active languages in your installation. Use this shortcode in the phone field.

    [footag]
    

    2.) You can do the same for this field.

    Best regards,
    Ismael

    in reply to: Portfolio items return 404 for Feeds #960925

    Hey Swarez,

    Thank you for using Enfold.

    Have you tried to disallow “feeds” in the robot.txt files to prevent crawlers from indexing them?

    Disallow: /feed/
    

    Best regards,
    Ismael

    in reply to: Errors after 4.3 update #960916

    Hi,

    Thank you for the update. Please try this code in the functions.php file then re-enable the compression feature.

    add_action( 'wp_enqueue_scripts', 'ava_theme_enqueue_styles', 9999 );
    function ava_theme_enqueue_styles() {
        wp_deregister_style('avia-style');
    }

    Please use the Autoptimize plugin temporarily if the code didn’t work.

    Best regards,
    Ismael

    in reply to: aligning the product add to cart button #960897

    Hi,

    Thanks for the info.

    Adjust the css code a bit.

    div form.cart div.quantity, div form.cart div.quantity + button {
        float: right;
    }
    
    div form.cart div.quantity {
        margin-left: 20px;
        margin-right: 0;
    }

    Best regards,
    Ismael

    Hi,

    The images are quite small. One of them is 300x150px. Is that the original image size? The width of the content container is almost 900px so you have to use larger images.

    Best regards,
    Ismael

    Hi,

    The images are quite small. One of them is 300x150px. Is that the original image size? The width of the content container is almost 900px so you have to use larger images.

    Best regards,
    Ismael

    in reply to: Videos in slider problem after update #960886

    Hi,

    Thank you for the info. A new version of the theme is available but it doesn’t contain a fix for this particular issue, unfortunately. The development team is quite busy in making the theme GDPR compliant so they haven’t really gotten into fixing this bug. If you haven’t done so, please upgrade to version 4.4 and read this article.

    // https://kriesi.at/archives/enfold-4-4-and-the-gdpr-general-data-protection-regulation

    Please use images instead of videos in the slider temporarily. You can then link those images to the actual videos.

    Best regards,
    Ismael

    in reply to: Enfold: Some elements not showing in Chrome #960867

    Hi,

    Thank you for the update. I can reproduce the issue on Chrome but I don’t see any errors in the console. Please provide the login details in the private field so that we could check it further.

    Best regards,
    Ismael

    in reply to: Theme options and WPML-Plugin #960861

    Hi,

    Did you translate the pages to other languages? The “Francais” pages panel is empty when I checked it. ( see private field )

    Please refer to the W P M L documentation for more info.

    // https://wpml.org/documentation/translating-your-contents/

    Best regards,
    Ismael

    in reply to: Google Maps not loading #960858

    Hi,

    Did you upload the theme’s zip file to the themes directory? Please review the documentation.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#reinstall-or-update-using-ftp

    The map is not loading because of the following error.

    js?v=3.30&callback=aviaOnGoogleMapsLoaded:41 Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
    

    Did you create a google map API key? You have to generate your own API key. A step by step instruction is available in the documentation.

    // https://kriesi.at/documentation/enfold/google-map/#google-maps-setup

    Best regards,
    Ismael

    Hey fandragon,

    Thank you for using Enfold.

    The site is on maintenance mode. Do you have a screenshot of the issue? Please add it in the private field.

    Best regards,
    Ismael

    in reply to: caption in a masonry gallery with phone / computer #960852

    Hey chcarrelogins,

    Thank you for using Enfold.

    That css code should have hidden the masonry content. Please try to add the closing curly brace like so.

    @media only screen and (max-width: 1024px) {
    .av-inner-masonry-content {
        display: none !important;
    }
    }

    What is your mobile device?

    Best regards,
    Ismael

    in reply to: Enfold Preloader #960850

    Hey!

    The preloader doesn’t look “jerky” on my browser as I previously noted. What is your browser?

    Best regards,
    Ismael

    in reply to: Below footer white space different on each page. #960843

    Hi,

    The advance layout builder is enabled by default. Victoria is asking if you could set it to debug mode. Please review the documentation. I wasn’t able to check the page properly because of my connection but maybe you could set the “socket” or “footer” container position to “fixed”.

    #footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    Add the css code in the Enfold > General Styling > Quick CSS field.

    Best regards,
    Ismael

Viewing 30 posts - 29,701 through 29,730 (of 67,591 total)