Forum Replies Created
-
AuthorPosts
-
Hi,
Glad this helped, the parallax allows the image to also move as the foreground moves, scroll doesn’t. The height of the parallax image doesn’t really alow you to see the effect very well, it works better when the image is bigger.
The media query max-width is pixel width of the screen size.
For the masonry headings this is the css, adjust to suit:#top #main .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title { font-size: 1.5em; }Best regards,
MikeHi,
Sorry, I don’t understand what you are trying to do.
To have a notification bar with 3 buttons you should not add the code above to hide the notification bar.Best regards,
MikeMay 8, 2023 at 6:23 pm in reply to: Accordion – do not close previous tab when opening new one #1406776Hi,
To add a class “highlight” to the element so you can apply some css for a background color change the function above to this:add_action( 'woocommerce_single_product_summary', 'add_product_shipping_attribute', 25 ); function add_product_shipping_attribute(){ global $product; $taxonomies = array('express'); foreach($taxonomies as $taxonomy ){ $value = $product->get_attribute( $taxonomy ); if ( $value ) { $attribute_label_name = wc_attribute_label( $taxonomy ); echo '<p class="highlight">Express Shipping:' . $value . '</p>'; } } }Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.single-product-summary .highlight { background-color: yellow; display: inline; }After applying the css, please clear your browser cache and check.

Best regards,
MikeMay 8, 2023 at 5:58 pm in reply to: I have re-imported Twitter posts via Twitter publish and they are too long #1406769Hi,
Yes, please include an admin login in the Private Content area so we can check your code snippet and the element in the backend so we can see why your results are not the same as my test page.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 QCConcepts,
Please use the Avia Layout Builder Debugger to copy the Advanced Layout Builder shortcodes from one page/site to another.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,
Please use this screen resolution tool and tell us what your iPad screen size is for landscape in the images above as there are a few different iPad sizes. Also tell us what version and iOS your iPad and Safari is. There are some older versions that have quirks with parallax.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,
MikeHi,
Sorry I was looking at the post titles,
Try this css:#footer.footer_color strong.widgettitle { color: #000; }Best regards,
MikeMay 7, 2023 at 11:05 pm in reply to: I have re-imported Twitter posts via Twitter publish and they are too long #1406687Hi,
The element is an iframe so you need to use the provided snippet from the publish twitter page, please include an admin login in the Private Content area so we can check your code snippet.Best regards,
MikeHi,
I tested Ismael code above and it removed creativeWork schema for entries, if you want to change it to something more specific like PodcastSeries then use this code:function avf_markup_helper_attributes_modified($attributes, $args) { global $post; if ( $args['context'] == 'entry' ) { if ( is_object( $post ) && 'post' !== $post->post_type ) { $attributes['itemscope'] = 'itemscope'; $attributes['itemtype'] = 'https://schema.org/PodcastSeries'; } } return $attributes; } add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2);But sense you are using Rankmath for your schema you would probably be better off disabling the Automated Schema in the theme option Enfold Theme Options ▸ SEO Support, please note the text next to the option:
The theme adds generic HTML schema markup to your template builder elements to provide additional context for search engines. If you want to add your own specific markup via plugins or custom HTML code, you can deactivate this setting
Best regards,
MikeHi,
Ok, I didn’t know about the iOS version locks, I mostly use Windows and only bought a secondhand Mac to test with it, it helps some.
I will close this ask you have asked, thank you for all of your help :)Best regards,
MikeHi,
Ok, I didn’t know that caching was an issue with LearnDash, perhaps another option would be to use the preloader at Enfold Theme Options ▸ Theme Options ▸ Page Preloading.Best regards,
MikeHi,
Try this css to hide the last cell below 1024px:@media only screen and (max-width: 1024px) { #top.page-id-12438 .pricing-table li:nth-child(8) { display: none; } }Best regards,
MikeMay 7, 2023 at 7:55 pm in reply to: The Events Calendar Events Countdown element block not working #1406671Hi,
Please also enable WP Debug on the staging site.
To turn on WP_DEBUG, find the following line of code to your wp-config.php file:define( 'WP_DEBUG', false );Then, replace “false” with “true” and save the file.
Also enable debug logging, by adding the following line of code to your wp-config.php file below the above code:define('WP_DEBUG_LOG', true);Also include FTP access so we can see the debug.log error log, thank you.
Best regards,
MikeMay 7, 2023 at 7:32 pm in reply to: I have re-imported Twitter posts via Twitter publish and they are too long #1406664Hey Diana,
Thank you for the link to your site and the screenshots, I believe there has been a misunderstanding about the grid row responsive display settings, the Grid Row > Advanced > set the mobile toggle point to tablet (>989px) doesn’t influence the setting Cell > Advanced > Responsive specified “hide on mobile devices” this is for <767px only.
From your screenshots it looks like you are using an iPad and I assume the screen resolution is 1024px x 1366px so I disabled the “hide on mobile devices” for these 5 sections and added this css to your Quick CSS:@media only screen and (max-width: 989px) { .responsive #top #wrap_all #design-engineering.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #visualisierung.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #modelling.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #corporate-design.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #personalagentur.av-break-at-tablet .flex_cell.av_two_fifth { display: none; } } @media only screen and (min-width: 990px) and (max-width: 1440px) { .responsive #top #wrap_all #design-engineering.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #visualisierung.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #modelling.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #corporate-design.av-break-at-tablet .flex_cell.av_two_fifth, .responsive #top #wrap_all #personalagentur.av-break-at-tablet .flex_cell.av_two_fifth { background-position-x: -13vw } }This gives you a single column and hide the image for mobile and smaller tablet in portrait mode and two columns above 990px for larger tablets and desktop.
In my test background-position-x: -13vw seemed good for moving the image over to the left, but feel free to adjust to suit.Best regards,
MikeMay 7, 2023 at 3:19 pm in reply to: I have re-imported Twitter posts via Twitter publish and they are too long #1406644Hi,
I recommend adding the specific page IDs to the css above since this is not designed for every page, the page that you have linked to is very long so you will want to allow scrolling on.
For example:@media only screen and (max-width: 767px) { body#top.page-id-12020 { height: 100vh; } #socket > .container { padding-left: 0; padding-right: 0; } #top #my_section { height: calc(100vh - 120px); } }Best regards,
MikeHi,
unfortunately, that didn’t work, please see the screenshot in the Private Content area.
Try using the Temporary Login Without Password plugin:- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
Best regards,
MikeMay 7, 2023 at 2:26 pm in reply to: The Events Calendar Events Countdown element block not working #1406641Hi,
Thanks for your patience, I have asked for help from the team to assist you.Best regards,
Mike -
AuthorPosts









