Forum Replies Created
-
AuthorPosts
-
Hi,
The theme has its own global element called “Page Content”. It will render the content of a particular post or page. Have you tried that? Unfortunately, I’m not familiar with the Repeatable Plugin. You may need to contact the plugin author for additional help.
Best regards,
IsmaelHi,
I just created two containers with the specified class attributes and place the texts inside.
<div class="tribe-events-single-event-title">Closed</div> <div class="tribe-events-month-event-title"><a href="#">Library Closed</a></div>Try to replace the “DOMContentLoaded” event with “load”.
Best regards,
IsmaelHi,
Thanks for the update.
The function is actually incomplete. I forgot to add this line:
add_action( 'wp_enqueue_scripts', 'ava_enqueue_custom_script', 9999);I also adjusted the code a bit. It’s working now. Let me know if you can still see any layout issues on that page.
Best regards,
IsmaelNovember 16, 2018 at 7:43 am in reply to: WooCommerce Advanced extra fees and reductions displaying #1034313Hi,
You’re welcome. I’ll close the thread now. :)
Have a nice day.
Best regards,
IsmaelNovember 16, 2018 at 7:35 am in reply to: How can I put in the Google Captcha in the Enfold contact form #1034310Hi,
Thanks for the update.
The reCAPTCHAv2 has been deprecated. You have to use v3 now and generate a new key.
// https://www.google.com/recaptcha/
This is the updated code: https://pastebin.com/qrWqXP59
The new script will no longer force the document to jump back on top. Again, you have replace the placeholders with your public and secret key.
Doc: https://developers.google.com/recaptcha/docs/v3
Best regards,
IsmaelHi,
This is what I get in the console when I check one of the portfolio items.
s?v=3.30&key=AIzaSyBgYuGni7VJOwtLTxhZbFmUpWNG8wKu0ak&callback=aviaOnGoogleMapsLoaded:54 You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors
It says that you have exceeded the request quota for that particular API. Did you setup a billing account or impose a daily limit?
Best regards,
IsmaelHi,
It’s not working because there’s a lot of invalid codes in your Quick CSS field.
### TopBar im Mobile Header ausblenden ###{} ### TopBar Hintergrundfarbe ###{}Those lines are not valid. A valid css comment should look like this:
/* ### TopBar im Mobile Header ausblenden ###{} */ /* ### TopBar Hintergrundfarbe ###{} */Please remove those lines.
Best regards,
IsmaelNovember 16, 2018 at 7:14 am in reply to: Woocommerce "Related Products", how to show subcategory and not parent category #1034306Hi,
What is not working? Can you explain the issue? Please provide a link to the actual page so that we can check it.
Best regards,
IsmaelNovember 16, 2018 at 7:13 am in reply to: masonry not showing under advanced layer slider with parallax #1034305Hi,
Alright. You can try that script when you have the time. It should trigger the masonry animation. Let us know if it helps.
Best regards,
IsmaelNovember 16, 2018 at 7:09 am in reply to: Response does not work on landscape (iPad) and scroll to top in mobil #1034303Hi,
desktop version will also be shut down
That code should only affect screens that are smaller than 1366px. Are you testing it on a laptop? Try to adjust this part:
(max-width: 1366px)to
(max-width: 1024px)Best regards,
IsmaelHi,
I can’t find where those numbers are coming from, so I just created a new container to cover it. I put this code on the Quick CSS field:
ol.commentlist:before { content: ''; display: block; width: 50px; height: 50%; background: #f8f8f8; position: absolute; right: 0; z-index: 10; }Best regards,
IsmaelHi,
Thanks for the update.
I didn’t know that reCAPTCHAv2 has been deprecated. Please generate a new key for the reCAPTCHAv3. Don’t forget to add your site in the Domains field.
// https://www.google.com/recaptcha/
Add the keys in the functions.php file. You may need to wait for a few minutes.
// https://developers.google.com/recaptcha/docs/v3
Best regards,
IsmaelNovember 15, 2018 at 3:17 pm in reply to: WooCommerce Advanced extra fees and reductions displaying #1033993Hi,
I added the code at the very top of the Quick CSS field:
#top .wc_payment_method.payment_method_id_extrafeediscount { display: none !important; opacity: 0; visibility: hidden; }Best regards,
IsmaelNovember 15, 2018 at 2:46 pm in reply to: Audio player not displaying properly after update #1033983Hi,
Yes, please post the login credentials to the staging site. We would like to check it.
Best regards,
IsmaelHi,
@frosch178: Please open a new ticket with the site url and the login credentials.Best regards,
IsmaelHi,
Did you apply the “section-mobile-bg” as the Section ID of the color section? Edit the color section then look for the Section ID field. Add the “section-mobile-bg” text in the input field. It’s going to be the ID of that section.
Best regards,
IsmaelHi,
I’m glad that you figured out the issue. Please open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Thank you for using Enfold.
1.) This css code should adjust the top border:
#footer { margin: 0 50px; }2.) You can remove the default padding of the very last menu item.
#menu-item-3211 a { padding-right: 0; }Best regards,
IsmaelHi,
I’m not really sure what’s going on there but resetting the instagram options from scratch might help. Follow these steps:
// https://kriesi.at/support/topic/instagram-widget-did-not-return-200-specify-username/#post-1031501
Best regards,
IsmaelNovember 15, 2018 at 9:36 am in reply to: Sliders and regresive count not working on home page #1033854Hi,
Did you add any custom modifications to the theme? The slider is working properly when the lightbox option is disabled. Please try to update the header.php file.
Best regards,
IsmaelHi,
The dev team are currently working on this. Based on the updated codes for Gutenberg compatibility on the theme’s repo, the upcoming solution is to add a switch button between the Gutenberg editor and the advance layout builder. You won’t be able to actually edit the theme elements with Gutenberg but you will be able to use the advance layout builder inside the gutenberg editor page. Basically, the compatibility fixes will hide gutenberg and replace it with the advance layout builder. I’ll tag Guenter and Kriesi for clarification.
Best regards,
IsmaelNovember 15, 2018 at 9:10 am in reply to: Drop down menus and cart are transparent, recurring issue #1033846Hi!
Again, those missing dependency reports are not critical, so they won’t affect your site in anyway. The avia_modal_js script is reported as missing because it’s only needed or loaded when you’re using the advance layout builder. You don’t have to worry about those warnings.
Cheers!
IsmaelHi,
Adjust the code a bit:
.sidebar .current-cat a, .sidebar .current-cat .children li a { color: orange; }Don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelHey!
Great! Good to hear. We’ll close the thread now.
Have a nice day. :)
Cheers!
IsmaelHi,
Thanks for the info. That is the default style of the featured image. The width is set to 100% so it will inherit the width of the parent container. You can adjust the width property to auto if you want to display the actual width of the image.
.small-preview img, .big-preview img { width: auto !important; }Best regards,
IsmaelNovember 15, 2018 at 8:55 am in reply to: Color section: No button hover w/ bg. overlay / No diag. section border w/o bg. #1033839Hi,
Did you enable the File Compression settings? It might still be using the old css. Try to disable the compression from the Enfold > Performance panel temporarily. Or post the login details in the private field so that we can test it.
Best regards,
IsmaelHi,
Odd. It’s working properly on my end. Please try this again:
add_action('wp_footer', 'ava_color_closed_event', 9999); function ava_color_closed_event() { ?> <script> (function() { document.addEventListener( "DOMContentLoaded", () => { const et = document.querySelector('.tribe-events-single-event-title'); const etm = document.querySelector('.tribe-events-month-event-title a'); if( ( et && et.textContent == 'Closed' ) || ( etm && etm.textContent == 'Library Closed' ) ) { etc = et ? et : etm; etc.style.color = '#c20b1a'; } }); })(); </script> <?php }If it doesn’t work, please post the WP login details in the private field. Make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
Did you remove the script? That code should look for every sections and grid inside the body container and append it to the main wrapper. I would like to test it but the Appearance > Editor panel is not accessible. Please enable it or post the FTP details in the private field.
You may need to set the builder to debug mode:
// https://kriesi.at/support/topic/debug-builder/
Best regards,
Ismael -
AuthorPosts
