Forum Replies Created
-
AuthorPosts
-
May 23, 2018 at 6:37 pm in reply to: This product is currently out of stock and unavailable. #961066
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,
IsmaelHi,
@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,
IsmaelMay 23, 2018 at 5:59 pm in reply to: Enfold Using "Retired Version" of Google Maps API – error showing in console #961036Hi,
@_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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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__ : ObjectThis is the only text in the test page.
Current openings at C2S-BouyguesBest regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelMay 23, 2018 at 4:47 pm in reply to: Problem with the "add to cart" item counter in woocommerce for variable products #960946Hi!
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,
IsmaelHey!
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelMay 23, 2018 at 4:01 pm in reply to: Logo not displaying right on attachment pages and removing blur on images #960891Hi,
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,
IsmaelMay 23, 2018 at 4:01 pm in reply to: Logo not displaying right on attachment pages and removing blur on images #960890Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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-errorDid 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,
IsmaelMay 23, 2018 at 3:19 pm in reply to: Border image covers left side of the color sectionelement but not the right side #960853Hey 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,
IsmaelHey 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,
IsmaelHey!
The preloader doesn’t look “jerky” on my browser as I previously noted. What is your browser?
Best regards,
IsmaelHi,
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 -
AuthorPosts
