Forum Replies Created
-
AuthorPosts
-
January 16, 2021 at 10:32 am in reply to: issue with responsive layout not showing all sections of page. #1272910
Hi Kim,
I’m very sorry for the late reply. I had a look at your layout on mobile, but I can’t see anything missing. Could you post a screenshot indicating the missing elements please?
Video; I’m using Chrome, but I can’t see any problems on desktop or mobile, the video is playing fine on both screen sizes. Could you try loading the site in an incognito browser window please?
Best regards,
RikardJanuary 16, 2021 at 10:11 am in reply to: Google reCAPTCHA doesn't work – contact form deactivated #1272908Hi ND0711,
I’m very sorry for the late reply. The reCAPTCHA should work on first load, if the first option is selected in the dropdown under Enfold->Privacy and Cookies->Cookie Handling->Default Cookie Behaviour. Could you try that out please?
Best regards,
RikardHi,
I’m very sorry for the late reply. I’m glad that you found a solution though, and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey driga,
I’m very sorry for the late reply. Could you try to explain your intentions a bit further please?
Best regards,
RikardHi,
Thanks for the login details, and sorry for the late reply. I’m not sure why the WooCommerce review are still appearing after disabling it, but it looks like it’s a theme issue. I will report this to our developers. Until they come up with a fix, I have added this to your functions.php file, which removes the reviews tab:
add_filter( 'woocommerce_product_tabs', 'wcs_woo_remove_reviews_tab', 98 ); function wcs_woo_remove_reviews_tab($tabs) { unset($tabs['reviews']); return $tabs; }I’m not sure I understand the problem with the disappearing images, could you post a link to where we can reproduce this problem please?
Best regards,
RikardHi anristudio,
I’m very sorry for the late reply. We haven’t been able to locate why the theme settings are not working unfortunately. I have added this custom CSS to your Quick CSS box though, and it’s applying on your site now:
@media only screen and (min-width: 768px) { .home #full_slider_1 { display: none; } } @media only screen and (max-width: 767px) { .home #fullscreen_slider_1 { display: none; } }Please let us know if you should have any further problems with the theme settings, and we’ll try to look into it again.
Best regards,
RikardHi alexanderfiegl,
I’m very sorry for the late reply. I tried checking your site, but the example you posted leads me to a 404 page, could you check the URL and post it again please? Your screenshots are not working either, please upload them to somewhere where we can access them.
Best regards,
RikardHi Sven,
I’m very sorry for the late reply. I haven’t been able to find a solution for your problem unfortunately, but I’ll ask the rest of the team to have a look as well. Please reply to this thread once you have read it, so that it gets added back to our support queue.
Best regards,
Rikard-
This reply was modified 5 years, 1 month ago by
Rikard.
Hi Stefan,
I’m very sorry for the late reply. I’m glad that you found a solution to your problem, and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey bucksharp,
I’m very sorry for the late reply. There’s nothing like that in the theme by default unfortunately. You would have to search for, or create a custom solution in order to achieve that.
Best regards,
RikardJanuary 16, 2021 at 8:43 am in reply to: What is the stream_set_option parameter, and how do I resolve its reporting erro #1272893Hey ibolee,
Could you post a link to where we can see the actual problem please? Also try reaching out to the plugin developers to see if they can help you out.
Best regards,
RikardHey cmacleay,
Thanks for the login details. Please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, then set the jQuery version to 1.12.4 in the plugin options, to see if that helps.
Best regards,
RikardHey Kristin,
Please try this in Quick CSS to remove the uppercase text styling:
th { text-transform: none; }The waxing header is outside the table, please try to copy it into the table, inside a th tag:
<th>Waxing</th>If you need help with that then please post admin WordPress login details in private.
Best regards,
RikardHi Dave,
Your site is loading fine on my end, I can’t see any flickering. Could you record a screencast of the problem please? Also please try loading the site in an incognito or private window, to see if that changes anything.
Best regards,
RikardHey cwittfengshui,
I checked the post in private, but I can’t see any problems there. Could you post a link to where we can see an example of the problem you are having please?
Best regards,
RikardJanuary 16, 2021 at 8:16 am in reply to: Many Bugs in /wp-includes/tinymce… // Layout Architekt #1272886Hi,
Thanks for the update. I checked the backend of your front page, but I can’t see any problems there. Is this problem only happening on some pages? If so then please link to them directly in private.
Best regards,
RikardHey cavanaughb,
Thanks for the screenshot. Could you post a link to where we can see the actual problem as well please?
Best regards,
RikardJanuary 16, 2021 at 8:10 am in reply to: How can I move this block to the left side / remove that space #1272884Hey buciks1,
I’m not sure I understand what you are looking to achieve, could you try to explain a bit further or post a screenshot highlighting your intentions please?
Best regards,
RikardJanuary 16, 2021 at 8:08 am in reply to: Style 'Dark Transparent' Contact Form submit button #1272883Hi Carole Anne,
Could you post a link to where we can see the element in question please?
Best regards,
RikardHi Manuel,
Thanks for the login details. Could you try updating the theme to the latest version (4.7.6.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, and set the jQuery version to 1.12.4 in the plugin options.
Best regards,
RikardHi Jean-Michel,
Sorry for the problem. If you don’t have access to the theme files in Themeforest account, then you will have to purchase another license unfortunately. You can do so here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Once you have access to the theme files, then the update to 4.7.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardHey stoneroad,
Where can we reproduce the problem? I don’t see any login details in you post. Also, is this theme related? You can test that by activating another theme.
Best regards,
RikardHey SandraSquires,
I’m not sure which links you are referring to, but please keep in mind that anchor links are case sensitive. That means that linking to http://your.site/#AboutUs, is not the same thing as linking to http://your.site/#aboutus
Best regards,
RikardHi Vincent,
Please try this in your functions.php file:
function add_ga4_tracking(){ ?> YOUR TRACKING CODE GOES HERE <?php } add_action('wp_body_open', 'add_ga4_tracking');Best regards,
RikardJanuary 16, 2021 at 7:19 am in reply to: Links in Text Box With No Underline, but Underlined on Hover #1272870Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHey john,
I can’t see any problems on my end, the autoplay video loads fine on the front page, and the other two videos on the sub page are playing fine too. How can we reproduce the problem you are seeing on your end?
Best regards,
RikardJanuary 16, 2021 at 6:26 am in reply to: My Enfold LayerSlider WP slider stopped playing automatically #1272868Hi Linda,
Thanks for that. First off, could you try disabling all plugins to see if that changes anything please? If not then please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, and change the jQuery version to 1.12.4 in the plugin options.
Best regards,
RikardJanuary 16, 2021 at 6:09 am in reply to: Contact form styling and salesforce integration issue #1272867Hi Gary,
Thanks for the update. The CSS is not being served via the CDN anymore, but not it looks like its cached by Hummingbird, please see private. The CSS I added is still not applying, so I’m guessing that is because of the caching plugin. Could you try clearing the cache from the plugin, or disabling it to see if that makes any difference please?
Best regards,
RikardJanuary 16, 2021 at 6:04 am in reply to: Site can't be displayed if there are too many hidden objects above #1272866Hey Monika,
I can’t see any problems loading your site on mobile using iphone emulation in Chrome, or on an actual android device. How can we reproduce the problem you are having on your end?
Best regards,
Rikard -
This reply was modified 5 years, 1 month ago by
-
AuthorPosts
