Forum Replies Created
-
AuthorPosts
-
Hi,
That is the default pattern of the twitter share button. The url parameter contains the shortlink instead of the post permalink. You can change that with the “avia_social_share_link_arguments” filter.
Example:
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $permalink = get_the_permalink(get_the_ID()); $args['twitter']['pattern'] = 'https://twitter.com/share?text=[title]&url=' . $permalink; return $args; }
Best regards,
IsmaelHey mike.rav,
Thank you for using Enfold.
I’m not really sure why that thumbnail changes color but you can change it’s default size from the Settings > Media panel. Adjust the size of the medium thumbnail. You need to regenerate the thumbnails after the adjustment.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
Thank you for using Enfold.
This might help: https://kriesi.at/support/topic/contact-form-sending-empty-emails/#post-1034322
Best regards,
IsmaelHi,
You have to set the checkbox element’s “Form Validación del formulario / Element Validation” to “Que no esté vacío / Is not Empty”. Users can send the form because the checkbox has no validation.
Best regards,
IsmaelHi,
@ERS: Please create a new thread and provide the site url with the login credentials. Make sure that the site is running on Enfold v4.5 and that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts