Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeDecember 14, 2023 at 5:08 pm in reply to: Display of active anchor link menu items doesn’t work anymore #1428134Hi,
Typically when using custom menu links in the main menu to link to anchor links on the page, as when you are using a one page site, you would add the anchors to the menu items with only the IDs (#)
The theme then can tell when that section with the ID is in view and then adds a class to the menu item and then the css would change the style of the menu item.
So the most important thing is having the class added to the menu item, otherwise the css can’t do anything.
I tested your site by changing your links to just the IDs, but when the section with the ID was scrolled to the class for the menu item seemed to have been removed as soon as it was added. I tried disabling your custom functions but that didn’t help, and I didn’t see the precious script, so I think you removed it as I asked you to.
So I assume that a plugin is causing a conflict, but I didn’t want to test to much on your site without asking first.
If your site is very active do you want to create a staging site for us to test further on, or is it ok to disable your plugins for a hour or so at a time while we test?To create a staging site, please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and you live site will stay up and running. You can always ask your webhost to help you with setting this up if you want.
Here are some screenshots of what it would look like:
The script I posted earlier highlighted the menu item based on the menu item clicked and the hash in the URL, so we didn’t need the correct class to be added to the menu items, but if you want the menu items to change when scrolling then we will need this function to work and identify what is causing the conflict so it can be disabled.
I do expect an issue for the menu items when on your other page “About” as they will not then link correctly, so we will have to figure something out at that point, but first lets get the menu working correctly on the homepage.Best regards,
MikeDecember 14, 2023 at 11:53 am in reply to: Admin: Duplicated web page and open codes of link #1428083Hi,
No, this page is not something that hackers can take advantage of.Best regards,
MikeHi,
Typically the ALB is updated with each update, either adding new features or correcting reported issues.
But the Dev Team tries to stay backward compatible so that new updates don’t break older elements.Best regards,
MikeDecember 14, 2023 at 11:01 am in reply to: How to get rid of curved arrow on linked images, and allow image title to show #1428074Hi,
For your blog post grid try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.slide-entry a .overlay-type-extern.image-overlay { display: none !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, hopefully this is something Safari will correct in the future but it’s not something we can do from the theme. 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 10:57 pm in reply to: Unable to Change default Attachment Display Settings #1428041Hi,
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 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,
MikeDecember 13, 2023 at 10:55 pm in reply to: Unable to Change default Attachment Display Settings #1428038Hi,
Strange, I can’t imagine how it would be user-specific, are you using any “user role” plugins? Are you a “superuser”, although I don’t think that would matter because this works on my test site where I’m a superuser.
Do you have any other hack functions installed?
I don’t know, but I don’t think this is a theme issue as we don’t have any user specific settings, we let WordPress handle this.Best regards,
MikeHi,
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,
Mike -
AuthorPosts