Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the link to your site, I re-saved your permalinks and now the links are working, I don’t know what caused this but I see a wanning on your dashboard that your PHP is very old an you should update it.

WordPress require at least PHP v7.4, but most servers use v8 now.Best regards,
MikeDecember 13, 2023 at 10:26 pm in reply to: Unable to Change default Attachment Display Settings #1428033Hi,
Thanks for the video, I don’t know why you are experiencing this, but it’s working for me, please see the video linked below. There is no sound so please watch the mouse, I used the same images as you did in your video.
Try testing with the login you gave us.Best regards,
MikeHey condonp,
Thank you for the link to your site, I assume that by “blank” you mean that you see an empty page?
When I check the page it works correctly for me, I see a background image and text that says “coming soon” and some shop hours, the backend of the page shows these elements
Please see the screenshots in the Private Content area. Perhaps a screenshot of what you see would help.Best regards,
MikeHey boehmmedia,
I believe that you do have the right hook, but that you have not added any html tags to add text into the table, since I assume that your function looks something like this with just plan text:add_action('woocommerce_cart_totals_after_shipping', 'why_pay_shipping'); function why_pay_shipping() { if (WC()->cart->cart_contents_total) { echo '▸ Warum bezahle ich Versandkosten'; } }and you are getting this result:

to add the text into the table you need to add a table tag like this:add_action('woocommerce_cart_totals_after_shipping', 'why_pay_shipping'); function why_pay_shipping() { if (WC()->cart->cart_contents_total) { echo '<td colspan="2" style="text-align:center;">▸ Warum bezahle ich Versandkosten</td>'; } }this is the new result:

please give this a try.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,
MikeDecember 13, 2023 at 5:17 pm in reply to: Admin: Duplicated web page and open codes of link #1428025Hi,
When I check the link it is not showing xlm-codes, it is show html of an error page
iden blev ikke fundet – Tandlæge Bente Canter in English ▸ the id was not found – Dentist Bente Canter
Since this is not a proper URL for your site no one should be going to it, so you can ignore it.
You wrote that you do not need a feed as it isn’t relevant for the client, so I don’t understand why you are checking this URL?Best regards,
MikeDecember 13, 2023 at 12:43 pm in reply to: Delete padding of 50px on div with class container #1427987Hi,
Glad to hear that you have this sorted out with Nikko’s 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 Nikko was 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 that it may be related to the HTML comments in your Quick CSS, now that you have fixed them please make use you didn’t make this error elsewhere like in a css plugin or in the WordPress ▸ Customize ▸ Additional CSS, then you will need to ensure that your caching plugin is cleared very good, so try clearing it a few times.
Then I recommend disabling your caching plugin for a few days and see if you see the issue again.
You are not using a CDN or server caching are you? If so disability these also.
When the error occurs is it after you do something or is it just random?
Is it in a specific browser and to you test in incognito mode when you see the error, can to test in multiple browsers when you see the error?Best regards,
MikeHi,
Please add a color section to the page and set it’s min height to 100%:

then add the other page elements such as your contact form inside of it and try again.
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. For further questions please open a new thread
Thank you for your patience and understanding and for using Enfold.Best regards,
MikeDecember 13, 2023 at 12:19 pm in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1427983Hi,
We will not receive any emails at that address, Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.Thank you for your patience and understanding and for using Enfold.
Best regards,
MikeDecember 13, 2023 at 11:59 am in reply to: Unable to Change default Attachment Display Settings #1427981Hi,
Thanks for the login, when I add a new post and add a image:

and select an image the default size is large:

I tested this a few times, I also tested the image element in the ALB:

and it also worked, I know that you said that you are not using the ALB and only the Classic Editor, so I was just testing.

so try using the Add Media button on a new post:

Best regards,
MikeHi,
Can you tell us the directions that you followed?
Please include an admin login in the Private Content area so we can examine.Best regards,
MikeHi,
Ok, so the first site that is working correctly you don’t care about, but the second site which is a copy of the first site has broken links, only the homepage works.
Please explain how you made a copy of the fist site to the second site.
If you don’t want the first site why not point your second domain to the first site? Are they both on the same server? You webhost could do that in just a couple of minutes.
It seems that your second site has a serious error, probably due to a error the “copy”Best regards,
MikeHey sharynt3,
Please see this tutorial for making the team member element a popup.
In this thread Guenni007 offers another solution using a image, text & button to simulate a team member popup and has a working example that you can try.Best regards,
MikeDecember 12, 2023 at 11:32 pm in reply to: Unable to Change default Attachment Display Settings #1427916Hi,
Thanks but I get the error: Connection denied by IP2Location Country BlockerBest regards,
MikeDecember 12, 2023 at 11:30 pm in reply to: Burger Menu JS click action is deferred by WP-Rocket #1427915Hi,
Thanks for the feedback, sorry we were not more help, I read the github bug report again and while some were calling for a fake click event on the page load, other were pointing out that that doesn’t really help because to causes the page to load everything and not have the advantage of the JS delay, so over all turning the JS delay has been the only solution.
https://github.com/wp-media/wp-rocket/issues/3142#issuecomment-1345568914
https://github.com/wp-media/wp-rocket/issues/3142#issuecomment-1515540293
https://github.com/wp-media/wp-rocket/issues/3142#issuecomment-1833527583
So instead of having your users double click you could disable the JS delay, or disable the mobile caching, nether is ideal, but I can’t think of any other ideas.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHi,
Unfortunately not, the solution above was the closest. I might be able to move the element after the page loads with javascript, are all of your posts using the same layout?
Please include a link to couple of your posts, one that looks good and one that doesn’t and one that is typically of all of your posts.
Then I will see where I can move the element to with javascript and let you know. Do you prefer it after the comments and before the related posts?
Please leave the function above in place so the “Other Articles by [author]” will show.Best regards,
MikeHi,
Thanks, the LayerSlider and full width slider are full width elements, so they can not go into color sections or columns, try adding it above these elements.
If this doesn’t help, is it ok if I try to add the LayerSlider to your homepage? Or try creating a duplicate test page and tell me the name of it and I will try there.Best regards,
MikeDecember 12, 2023 at 6:01 pm in reply to: Unable to Change default Attachment Display Settings #1427900Hi,
Did you try disabling all of your plugins?
If you include a admin login I will take a look, but I will also probably want to temporarily disable things while I test.Best regards,
MikeHi,
Unfortunately, I was only able to add this reliably after the content and above the footer, if your sidebar widget area is very long it will push it down.
Instead of adding this automatically we could change it into a shortcode and you could manually add it into your posts under your content and then it would be before the “related posts” and comment form, and the sidebar would not push it down.
Do you mind manually adding a shortcode into each of your posts?Best regards,
MikeHi,
Glad to hear, I see that you have a Classic Editor plugin and you have the Classic Editor set in the theme at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor, I recommend removing the plugin as it is not needed.
Perhaps you could try disabling your caching plugin and enable the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression options for a few a week and see if your error occurs again, if not then try switching them back for a week and see if the error occurs then. It may be a good way to see if there is a setting in your caching plugin is the cause of if it is something else. Do you have any server side caching enabled also?*update* I just noticed your Quick CSS custom css, you have added HTML comments to the css, it is probably the issue:

these are wrong and could cause errors, please change all of these to css comments like this:

Best regards,
MikeHey Chrisxx1982,
Here is a list of Shortcodes included with WooCommerce, but unfortunately the style for these may not match the style for the other elements without some extra css. When I view your example screenshot, it seems ok, so perhaps we could help with some styling of it. Perhaps you could explain further with some mockup images so we can get an idea of what you are looking for.
It looks like you are using the correct approach for mixed content, using shortcodes.Best regards,
MikeHi,
Thank you for the link to your site, please note the PHP error message in your dashboard, your PHP version is out of date, this should be updated on your server, if you don’t know how to do this plase ask your webhost to help. The WordPress PHP minimum is v7.4 but v8 is also a good choice.

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 ausgesonnen,
Please make the font size adjustment in the theme setting at Enfold Theme Options ▸ Advanced Styling and if you don’t see the Main Menu Links already with a font size, then use the drop down to choose it and add the size you wish.
There is also a Main Menu sublevel Links option if you also want to change those sizes too.Best regards,
MikeHi,
Glad Ismael 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 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,
MikeDecember 12, 2023 at 3:28 am in reply to: Unable to Change default Attachment Display Settings #1427826Hey kevinraposo7,
I tested this on my demo site and the options.php showed the change and the default Attachment Display Settings for images was also set to large, for simple posts in the classic & block editors and in Advanced Layout Builder pages using the image element.
I noticed that for some of my images that were smaller than 1030px the default setting was then “Full”.
I tested the code snippet in my child theme functions.php and in the WP Code plugin in a PHP snippet type.
So I’m not sure why this might not be working for you, perhaps you have a plugin or other code snippet conflict?
Perhaps you are testing on a post and image that was already saved? Try creating a new post and select a new image from the media library or upload a new image, both of these worked for me.Best regards,
Mike -
AuthorPosts

