Forum Replies Created
-
AuthorPosts
-
Hi,
Try using this code instead:function avf_header_setting_filter_mod($header) { if( is_page( 2 ) ) { $header['header_scroll_offset'] = $header['header_scroll_offset'] + 100; } return $header; } add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
Best regards,
MikeHi,
Glad Rikard could 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 Rikard could 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,
The grid row cells with the logo & “Schrijf je in voor onze nieuwsbrief” is not centered because the cell has the vertical-align set to Top, please set to middle.
Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker, and helps keep threads from being confusing with multiple topics.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,
It looks like you are using custom css to make the header “fixed” on mobile up to 767px, this is why it is doing this, it is not default for the theme.
Try adding this css to override it:@media only screen and (max-width: 989px) { #top #wrap_all .av_header_transparency { background: transparent !important; position: absolute!important; }}
If this doesn’t work then try to find your custom position:fixed; and remove it.
Best regards,
MikeHey mirr,
This looks like it is from your aioseo plugin, please check the plugin options.Best regards,
MikeHi,
It looks like your the shortcode for your captcha plugin is causing this: [bws_google_captcha]
Try removing it and using the captcha options in the contact forum.Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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 schweg33,
The css you posted is for the title of the widgets, for the text in the widgets try this css and adjust to suit.#top [id*="custom_html-"] > .custom-html-widget { font-size: 20px; font-weight: 400; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey hansloe,
Thanks for the link to your page, this depends on what you want to achieve, if you wanted the sidebar only to be white then you could use this css in your Quick CSS field:#top #main .sidebar { background-color: #fff; }
but the result would be like this with the space to the right of your sidebar gray like the other side:
If you want the space to the right of your sidebar also white then try this css:@media only screen and (min-width: 768px) { #top #main .container_wrap_first.sidebar_right { background: linear-gradient( to right, #ebebeb 0%, #ebebeb 50%, #ffffff 50%, #ffffff 100% ); } #top #main main { background: #ebebeb; } }
which will give this result:
Please adjust the color to suit and ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeApril 21, 2024 at 9:46 pm in reply to: Section Increasing and decreasing due to Testimonial element #1440460Hi,
Try adding the CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS fieldBest regards,
MikeHey celluloproduction,
Please note that the license is not the same as the token, please see our documentation here and follow the steps closely when you create the token, especially for the specific required permissions, if you still have trouble then try the Envato Market plugin and note that it requires different required permissions, if this still doesn’t work then please contact the Envato support. Envato handles all licenses & tokens, we do not have the ability to issue licenses or tokens.Best regards,
MikeApril 21, 2024 at 8:43 pm in reply to: Section Increasing and decreasing due to Testimonial element #1440457Hey MSM,
Thanks for the link to your site, it looks like you have two elements causing this, for the testimonials try this css:@media only screen and (max-width: 480px) { .avia-testimonial-row { min-height: 688px; } } @media only screen and (min-width: 481px) and (max-width: 1023px) { .avia-testimonial-row { min-height: 423px; } } @media only screen and (min-width: 1024px) { .avia-testimonial-row { min-height: 297px; } }
for the “cool timeline” element try this css:
@media only screen and (max-width: 1023px) { .ctl-wrapper { min-height: 348px; } } @media only screen and (min-width: 1024px) { .ctl-wrapper { min-height: 366px; } }
together this seems to solve the issue.
Best regards,
MikeHey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top:not(.home) .copyright { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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,
MikeApril 21, 2024 at 1:49 pm in reply to: How to recuse space to next when I have used position -450px in a column in grid #1440450Hi,
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 trickywisdom,
unfortunately there is no way to disable that while your videos are hosted on YouTube, try hosting them on your site.Best regards,
MikeHi,
It depends on your webhost as to how to clear it, so I would ask them, perhaps they can disable it until you are done building your site and then enable it again so you won’t have to fight with the cache while you are building the site.Best regards,
MikeHi,
Thanks for the link to your site, it looks like your site is showing a cached version of the css, I tried clearing it and removing the timestamp from the css but the cached version with the timestamp is still showing. Please check if you can clear your webhost cache.Best regards,
MikeHi,
The default search results parameter is /?s= and your plugin uses /?swp_form%5Bform_id%5D=1&swps=
so perhaps if you change the parameter of s in the function to swp_form%5Bform_id%5D=1&swps
it will direct to your plugin search results page
I recommend testing this modification via FTP and not in the WordPress ▸ Appearance ▸ Theme File Editor in case it crashes your site, you can remove the change easily via FTP even it your site is down.Best regards,
MikeHey achristan,
Please include an admin login in the Private Content area and explain one color that you are trying to change in the general styling so we can check.
Please note that the Enfold Theme Options ▸ Advanced Styling overrides the general styling, and if you are using a caching plugin or CDN, please disable.Best regards,
MikeHey schweg33,
Try this CSS:#top #wrap_all .all_colors .widgettitle, #top [id*="custom_html-"] > h3.widgettitle { color: #666666; text-transform: none; font-size: 23px; font-weight: 200; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeApril 20, 2024 at 4:38 pm in reply to: How to recuse space to next when I have used position -450px in a column in grid #1440426April 20, 2024 at 3:38 pm in reply to: AJAX reload on payment method change in checkout page #1440424Hey profumopuntoit,
Unfortunately I’m not able to test or support your paid plugin, but in my past experience the ajax reload on the cart page is fired by the woocommerce plugin.
I found this snippet that seems to force a ajax reload when the payment type is changed on my demo site, perhaps it will also work or your site too.
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_action( 'woocommerce_review_order_before_payment', 'ajax_refresh_payment_method' ); function ajax_refresh_payment_method(){ ?> <script> (function($){ $( 'form.checkout' ).on( 'change', 'input[name^="payment_method"]', function() { $('body').trigger('update_checkout'); }); })(jQuery); </script> <?php }
Best regards,
MikeHey Antonio,
I checked your ajax search, the search icon in your header, and it seems to work correctly, and I followed the link to the search results page and it also seems to work correctly.
Please explain further what issue you are having.Best regards,
MikeHey Empatica,
Thank you for the link to your site, please note that your html in the contact form is causing an error,
if you look at it the error message it has a link to help explain
to add html to the form you will need to use our Special Character Translation plugin
please review and try to follow the steps.Best regards,
MikeApril 20, 2024 at 2:46 pm in reply to: Is Enfold compatible with Rank Match SEO And AI plugin? #1440419Hi,
Glad Ismael could help, since we’ve reached an impasse you can go ahead and take down your staging site. 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