Forum Replies Created
-
AuthorPosts
-
Hey rixi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#main .av-magazine .av-magazine-cats a { pointer-events: none; text-decoration: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 26, 2024 at 4:52 pm in reply to: Events Calendar Plugin – German Version H1 Typo is back #1440992Hi,
I tried to review your previous thread, and the page posted doesn’t seem to show the error: Kalender mit Ereignissem
Kalender mit Ereignissen is the page H1 title.
It seems that the script solution is working correctly, is there a different page at you see the error on?Best regards,
MikeHey fkm,
Thanks for the screenshots and link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-image-diff-container { margin: 0; width: 100vw !important; position: relative !important; left: calc(-50vw + 50%) !important; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeApril 26, 2024 at 12:05 pm in reply to: Parallax Theme – top image not showing on mobile browsers in Safari and Firefox #1440944Hi,
Thank you for your patience, please try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and disable any other caching plugins and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
Then clear your device cache, please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
If this doesn’t help please try adding this code to the end of your theme functions.php file in Appearance ▸ Editor:function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
and clear your cache again.
If this doesn’t correct please include admin login in the Private Content area so we can investigate.
Also when you say that “Desktop environments” work fine, is that Mac or Windows, or both?Best regards,
MikeHi,
Yes, you don’t need to change the name og the child theme, but it should only have style.css & functions.php, no folders.Best regards,
MikeHi,
Thanks for the FTP access, but it opens a empty directory. Please ensure that the login has access to the root directory so we can access your functions.php file.Best regards,
MikeHi,
Without FTP access, and you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
then add the code from the solution and it should work.
If you can not add the plugin, and you don’t have FTP access or a child theme, then unfortunately you will not be able to make this customization.Best regards,
MikeHi,
Thanks for the screenshots, I see that you have a child theme that has many customized them files in it like header.php, footer.php, etc, these will very likely cause errors when you update. Please remove these and save them on your computer. Your child theme should only have style.css & functions.php
Once you have done this check that your site works correctly, without the customization, your functions.php may have functions that call your custom files and will need to be disabled for now.
Then you can update as I posted above, the you will need to figure out what your header.php & footer.php customizations were, these should be done in your child theme functions.php instead. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating.
Then you will need to compare your other custom files like archive.php to the current theme file to ensure it still matches, basically all of your custom files need to match the current version and include your customization. This looks like it will ne a big job on your site as it looks like you have many customized files.
Perhaps you will want to create a staging site and update the staging site first so you will have time to work out all of the changes and your lave site will not be down for this time.
If you didn’t make these customizations you may want to contact your developer for assistance, as they will know what code snipptes to look for.Best regards,
MikeApril 24, 2024 at 12:41 pm in reply to: Two image blocks stack directly on top of each other on mobile #1440685Hey divinecurio,
Try following this solution.Best regards,
MikeApril 24, 2024 at 12:28 pm in reply to: Questions about Enfold – Responsive Multi-Purpose Theme #1440683Hey Robert Sink,
Thanks for your question, for products we recommend the WooCommerce plugin and it allows product variations.
To add custom fields to the checkout there are a few different plugins that you can use, while I don’t recommend any specific one and have not tested all of them, I tried the free Checkout Field Editor for WooCommerce and it allowed me to add a test field to my demo site. So I imagine the others will also work for you, you can try them and see which one works best for you.
Please note that we can’t ensure that all plugins will work with the theme, as there are tens of thousands of them, but typically I would expect that you will find a few that will work fine.Best regards,
MikeHi,
Please include FTP access so we can try some different parameters.Best regards,
MikeHi,
Downloading your site files will not be enough because you need to also backup your site database, this is where your site data, posts & pages, and your theme settings are stored.
Most webhosts have a backup feature, check with your webhost how you can backup your site & database, and how to restore it if you need to.
Once your are confident that you can restore a backup then go ahead and update your site.
Here is an easy way to update your site manually:
First download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHi,
It looks like your plugin is not working correctly, I tried adding the shortcode to a code block element and a text block element on the page and it still gave the “Array” error:
so it seems the error is not related to the contact form, I have not used the plugin so perhaps there is a setting that you need to set, try checking with the plugin author.
I also tried adding shortcode to the Custom HTML element in the contact form using the shortcode wand:
and it worked correctly:
so it doesn’t seem that the error is related to the contact form not allowing shortcodes:
If this used to work then perhaps there is another plugin causing a confict, try disabling your other plugins and checking.
I notice in the plugin settings that there are many uses that require the Pro version, perhaps the error is related to that or that the API keys are not accepted? Try asking the plugin support if they have seen this before.Best regards,
MikeHi,
Try this example CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to make the background color red, font white, and remove the border radius:#top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button { background-color: red; color: white; border-radius: 0; }
adjust to suit.
To make the button background color blue on hover add this css:#top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover { background-color: blue; color: white; border-radius: 0; }
you can also change the font color and border radius on hover.
Best regards,
MikeHi,
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,
Mike -
AuthorPosts