Forum Replies Created
-
AuthorPosts
-
April 9, 2019 at 1:45 am in reply to: After various performance optimizations: front page corrupted #1088473
Hi,
Thanks for the update.
The hash or identifier in the database doesn’t correspond with the name of the actual files. Please edit your database, look for the “aviaAsset_avia-merged-styles” and “aviaAsset_avia-footer-scripts” entries inside the _options table and then delete them. Try to check the page again afterwards.
Best regards,
IsmaelApril 9, 2019 at 1:26 am in reply to: Contact submit button stuck on 'Authenticating' with Captcha v3 #1088469Hi,
You should contact the WordPress.com support and ask them about the redirect. They have a live chat support.
// https://en.support.wordpress.com/live-chat/
Did you subscribe to any of their plans? You should be able to redirect your WP.com site to a custom domain.
// https://en.support.wordpress.com/site-redirect/
Best regards,
IsmaelHi!
You have to remove the “http://” part. It has to be that exact url or pattern.
Best regards,
IsmaelHi,
Thanks for the update.
Do you want all items from the “jam” category to display on initial load? Try this script in the functions.php file.
add_action('wp_footer', 'ava_trigger_category_sort', 9999); function ava_trigger_category_sort() { ?> <script> (function($) { $('.confetture_sort_button').trigger('click'); })(jQuery); </script> <?php }
Best regards,
IsmaelHi,
Thanks for the update.
We have been checking the site for days, but we can’t figure out what’s going wrong with the featured image sliders’ markup. As a temporary solution, we replicate the layout using combination of elements in the builder. (see private field)
Best regards,
IsmaelHi,
Is it working consistently when the reCAPTCHA option is disabled? Have you tried using the theme’s contact form instead of the plugin? Unfortunately, we are not familiar with the plugins code and we don’t provide support for third party plugins as stated on our support policy. You may need to contact the plugin author for additional help.
Best regards,
IsmaelHi,
Thanks for the update.
We actually removed the v3 badge because it doesn’t sit well with the theme’s design or layout. The submit button text should change to “Authenticating..” during the v3 verification and revert back to the actual submit label once the visitor or user is verified. Use the v2 version of the option if you want to see the reCAPTCHA widget.
Best regards,
IsmaelHey steenvreter,
Thank you for using Enfold.
If you’re using v3, the authentication will run in the background automatically while the page is loading. Users will not see any authentication widget to verify themselves. If you want to display a widget, use v2. You’ll need the v2 API keys for that.
Best regards,
IsmaelHi,
We haven’t had the chance to test those plugins, unfortunately. We keep the plugin configuration at the very minimum, one plugin or two at most, so that we don’t have to maintain a lot of code for multiple plugins.
Best regards,
IsmaelHi,
Thank you for using Enfold.
The toggle id of the “Outstanding New Member Science Award” section is 6, not 25, so the url should be.
https://www.societyforpediatricresearch.org/awards-funding/#toggle-id-6
Best regards,
IsmaelHi,
We can’t reproduce the issue on Chrome/Opera Windows 7. Do you see any script error in the browser console of Safari?
Best regards,
IsmaelHi,
Thanks for the update.
The site doesn’t load on our end. Did you block certain countries’ access to the site? You can find our locations in the following page.
Best regards,
IsmaelHi,
Did you add this css code?
html, body, #wrap_all, #main, .container_wrap, .container, main { height: 100%; }
That is causing the content below the fold to not display.
Best regards,
IsmaelApril 8, 2019 at 7:08 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1088147Hi,
Did you purge the cache or toggle the Performance > File Compression settings after editing the file? Are you using the color section element?
Best regards,
IsmaelHi,
Thanks for the update.
In the website restrictions list, try to add this item.
(see private field)
That should accept any sites ending in the same domain name including subdomains regardless of the protocol used to load the site.
Best regards,
IsmaelApril 8, 2019 at 4:49 am in reply to: Bug: Enfold's Avia Builder causes javascript error with another plugin #1088126Hi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold. :)
Best regards,
IsmaelHi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Great! Glad that it’s fixed. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelApril 8, 2019 at 4:42 am in reply to: Contact Form – After press sent, the message isn't vissible without scroll up #1088121Hi,
Have you ever heard of Bounce-Rate? And why should I send users to another site?
Sorry for the confusion. I think you misunderstood what we are trying to suggest. You don’t have to redirect the users to another site, only to another page. We are referring to the contact form’s “What should happen once the form gets sent?” settings. Set that to the second option and then select a page where you want to redirect the users after sending the form.
Why is there the “Sending-Sucess” message if you offer this feature as a bug? FOR ALL YOUR CUSTOMERS!
That is not a bug. We don’t see a lot of forms added in the middle of the page that contain that many fields, so we didn’t set the script to scroll to the “thank you” message after the form submission. You don’t see this issue with contact forms that are fully visible in the view port and are added at the very top or bottom of the page.
We do understand your frustration. Let us know if you want to implement the scroll script, but we don’t recommend it because you have to edit the script files directly, forcing you to do it again every theme update.
Best regards,
IsmaelHi,
Could you provide a screenshot of the section or area that you want to adjust? You can upload the screenshots to imgur or dropbox.
Best regards,
IsmaelHi,
The minimum image size should be same as the size of the specified thumbnail for the posts, so that would be 1210px or 845px. In one of your posts, the size is only 400px, so it’s quite blurry because it has to inherit to the width of the blog container. The following image optimization tips should help.
// https://kriesi.at/archives/4-key-wordpress-image-optimization-tips
Best regards,
IsmaelApril 8, 2019 at 4:20 am in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1088115Hi,
Thanks for the update.
Try to replace this line:
global $product;
.. with:
$product = wc_get_product( get_the_ID() );
Or post the login details in the private field so that we can test it. Make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelApril 8, 2019 at 4:01 am in reply to: Issue with anchor ID and navigation overlapping content #1088111Hi,
We disabled the “resize” script and re-enabled the previous one. Please don’t forget to remove the browser cache.
Best regards,
IsmaelHi,
Are you using any SEO plugin? This filter should define the meta robot tags for the category pages.
if(!function_exists('avia_archive_set_follow')) { function avia_archive_set_follow($meta) { if( is_product_category() || is_shop() || is_archive() ) { $meta = '<meta name="robots" content="index, follow" />' . "\n"; } return $meta; } add_filter('avf_set_follow','avia_archive_set_follow', 10, 1); }
Just add it in the functions.php file.
Best regards,
IsmaelHi,
Thanks for the update.
1.) You have to add those info manually using a text/code block or create a custom shortcode.
custom shortcode: https://kriesi.at/support/topic/post-using-advanced-editor-how-to-insert-post-meta-info-title-date-etc/#post-466158
2.) You can add a css code that limits the width of the section container.
#av_section_3 .container { max-width: 800px; }
Replace the “#av_section_3” with the color section’s Section ID for specificity.
3.) Use this css code to adjust the width of the blog content container.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 1030px; } #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 1030px; }
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,
IsmaelHi,
of course I linked to the correct image file, but it doesn’t show up.
Post the actual css code that you’ve used in the private field.
And the image size: It must be the better solution to have 3 instead of using a very large one, even if it’s optimized?
Yes, but you have to create multiple css media queries for that.
Using an image with 2560 × 1600 px (30 inch) should be large enough to cover any screen?
You should probably consider resizing the images based on the most common screen resolutions used these days.
// http://gs.statcounter.com/screen-resolution-stats
As you may have noticed, 1366×768 and 1920×1080 are two of the most common screen of choice for desktop.
Best regards,
IsmaelApril 8, 2019 at 3:21 am in reply to: How to modify settings for " Full Width Submenu" of Avia Layout builder #1088102Hi,
I see one called “Navigation Menu” which allow you to add a menu to the sidebar.
Yes, that’s the same as the Page Navigation widget. You can add that in any widget area of your choice and then insert it in a page using the Widget Area element.
Best regards,
IsmaelApril 8, 2019 at 3:18 am in reply to: Background image in Alternate Content disappers after activation CSS-aggregation #1088100Hi,
This particular issue should get fixed on the latest version of the theme. Please make sure that the site is running on version 4.5.5.
Best regards,
IsmaelHi,
3.) Try to adjust the css media query view port value from 767 to 1024.
5.) The language switcher gets the initial contact with the logo, so I just asked if there are any modifications added to the theme to move the language switcher. Anyway, that css code should decrease the size of the logo and create more space for the language switcher along with the menu items.
Best regards,
IsmaelHi,
Thanks for the clarification. Try to add a left padding or set the overflow property of parent container to “visible”.
#footer .textwidget ul { list-style: disc outside !important; padding-left: 30px; }
The bullets don’t display “outside” because the content are clipped or they’re not allowed to display outside the container.
Best regards,
Ismael -
AuthorPosts