Forum Replies Created
-
AuthorPosts
-
Hey jobalzer,
The space is the “main” top padding, try also using this css:main.template-page.content { padding-top: 0; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
So out of the four tabs that you have, you only want one to show, it seems logical to delete the three that you don’t want and use the css above to hide the four tab.Best regards,
MikeHi,
This is a tribe entry, see the full error line:
I would not recommend disabling any autoload options, see this thread from the Dev Team: https://kriesi.at/support/topic/thousands-of-rows-in-wp_options-with-autoload-yes/#post-966662Best regards,
MikeApril 13, 2025 at 8:37 pm in reply to: Parallax column Animation without big emty space at the bottom? #1481280Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I believe you are referring to this:
when I test the css above I see this:
If this is not what you meant perhaps a screenshot would help.
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
I’m not familiar with KILLED QUERY errors, and I don’t see these on my test site, but in the interest of trying to help, I researched this and note that your errors above are pointing to “tribe” which is The Events Calendar plugin, so I assume that you are using the magazine element to display The Events Calendar posts.
I find that:WordPress plugins like The Events Calendar or Search & Filter, KILLED QUERY errors often occur when querying large numbers of events or custom posts, leading to very long query strings. KILLED QUERY errors typically occur when a server kills a query due to it being too long or resource-intensive.
So I don’t believe that this is due to the magazine or post slider elements, but the long query strings of the The Events Calendar.
In this The Events Calendar thread: https://theeventscalendar.com/support/forums/topic/getting-killed-query-errors/
The Events Calendar team recommends ignoring these warnings and specifically says this occurs on WP Engine, that you said you are using.
I don’t use WP Engine nor have a lot of tribe posts, which is probably why I can’t reproduce, but since this is a known issue it makes sense.
Hopefully this points you in the right direction.Best regards,
MikeHey ausgesonnen,
It looks like you have a “CORS policy: No ‘Access-Control-Allow-Origin'” error. See the error below.
It looks like you had a test site and moved it to your live site, but the URLs for your fonts are still being called from the test site URL, so you get a CORS error.
You will need to ensure that your URLs point to the live site.
Try removing these fonts from your custom font manager and reinstalling them on your live site.Best regards,
MikeApril 13, 2025 at 12:37 pm in reply to: Lizenz auf alter Seite nicht deaktivierbar – bitte um Freigabe #1481266Hey lanzmannsergej,
Unfortunately we do not have a way to cancel the actuation, Envato (Theme Forest) controls this, so you will need to ask them for help with this.Best regards,
MikeHey fuchs-iw,
Try going to WordPress ▸ Appearance ▸ Widgets and edit the widgets there.
If this doesn’t help, then include a admin login in the Private Content area so we can examine.Best regards,
MikeHi,
I understand that you don’t understand what we are trying to explain, so for this page: https://photomagx.com/travel-photography/photo-magazine-extras-top-hotels-photography-spots-2018/ try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia_textblock a strong { color: blue !important; }
After applying the css, please clear your browser cache and check.
It should work on other pages, but if you find one that it doesn’t work on, link to it and we will provide another css snippet.
Best regards,
MikeHi,
Can you link to a page with the content slider and testimonial slider, I didn’t find them on your site.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.home .flex_column.av-qr1eee-be79778a5ca7a248c4cd5f4274b9b47d { padding: 0; } @media only screen and (min-width: 768px) { .responsive #top .main_color .tabcontainer .active_tab { background-color: var(--enfold-main-color-secondary); color: var(--enfold-main-color-constant-font); } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey limedrop,
How do you want to change the mouse over effect? Remove it, or change the color?Best regards,
MikeHey ConnyQ,
To disable the topbar use the theme setting option at Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text and disable.
To have the menu above the LayerSlider link in the demo use the transparent header at Enfold Theme Options ▸ Header ▸ Transparency Options
If you have other questions we may need to see your site with a admin login to assist with your specific settings.Best regards,
MikeHey Munford,
Using a header.php in your child theme will often cause errors when you update as the new updated header.php will not be used.
Please don’t add a header.php or footer.php to your child theme as this is the top reason for errors after updating, if you have a specific piece of code that you need to add to your header it is better to add it in your child theme functions.php, but I don’t see this in the code above.Best regards,
MikeHi,
I find no errors or “crash” on your site, please explain further.
My test site has no issues with PHP v8.1Best regards,
MikeHi,
Please link to your page, since this thread is from 2015 it may be better to open your own thread with a link to your page so we can assist.Best regards,
MikeHey Antonio,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av_header_transparency.header_color .main_menu .dgwt-wcas-ico-magnifier-handler { fill: #fff; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Hank,
You will need to use the “text” tab in the text element and add html to create two columns, please see this example solutionBest regards,
MikeHey AuroraArcus,
You have a empty image element above each image element, so that is two image elements in each columns, for example this is the empty one:
and this is the one below it with the image:
so please delete the empty ones. You can find them by moving your pointer just above the visible image.Best regards,
MikeHi,
It looks like the login that you posted for us is not admin, so we can not see your theme settings, functions.php, ect.
Nonetheless, when I check your grid row the 1/5 cell that the button is in, it has a cell column link that points to a file that doesn’t exist, this cell column link has priory over the button file link.
You do not need two links, so remove the cell column link and only use the button link, or correct the cell column link and remove the button link, or make both the same.Best regards,
MikeHey Akhurst,
To increse the font sizes for the price, sku, & categories, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.single-product .price span { font-size: 30px; } #top.single-product .main_color .product_meta span { font-size: 30px; }
adjust the font size to suit.
To remove the related products, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function remove_woo_relate_products(){ remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20); } add_action('init', 'remove_woo_relate_products', 10);
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey maxh_muc,
Try this css in your quick css:.single-event .tab_titles { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts