Forum Replies Created
-
AuthorPosts
-
Hi Rikard, I just updated the theme and the menu is now working on my iPhone 10 using Safari…except the burger menu icon is not visible. Could be a colour issue, is there a setting to change the colour of the burger menu icon?
This is a mobile issue (use your smart phone), so no screenshot. Cleared the cache and the issue persists.
Hahah, wow I need more coffee…thanks for the support Rikard ;)
Close it.
Ok, thats what I thought, thanks for the support.
Got it sorted, WP Rocket was the culprit.
Honestly, I just tried this plugin for the first time on 2 sites and both have had endless issues since. I would say to anybody who is wanting to use this plugin, do so with extreme caution. The presentation is slick, the actual plugin interface looks amazing, but it’s a glitch-fest…do yourself a favor and run away!!!!
I have relevanssi installed, except all that shows is just a thumbnail. I need it to open the actual ajax portfolio that includes the products content and info.
Well, I got it figured out, I changed from “Decending” order to “Acending” and turned off the main category and only selected the sub-categories.
That only took 3 hours to figure out…sheesh!
I also turned off all the plugins to see if any of them were causing the issue, but none were the problem. Seems an Enfold issue
Actually, I just figured it out, there was some old CSS that had some custom padding to the header, just removed it and voila! notices are gone.
- This reply was modified 5 years, 3 months ago by Snerp.
Ya, I finally figured it out and you’re correct it was the lazyload feature. Here is the fix:
Place the code in your child themes functions.php
function rocket_lazyload_exclude_src( $src ) {
$src[] = ‘Logo_4.png’;
return $src;
}
add_filter( ‘rocket_lazyload_excluded_src’, ‘rocket_lazyload_exclude_src’ );Nope it didn’t work.
I went through the plugins and it looks like WP Rocket is the culprit. Have you seen this issue before?
Hey, I fixed the issue. I just deleted the Enfold folder and uploaded again….it worked LOL!
Thanks, the plug-in seems to have worked. I’ve been using Enfold and the same host company for years for all my client’s sites and have never experienced this issue before. Would you have any idea why this issue has manifested?
Thank you, Thank you, Thank you! You the man.
As I mentioned I have added numerous code snippets from other support team members from a previous post I created concerning this issue. I’m frustrated as I now have too much code…I have no clue now what to add, what to remove. I just simply want to achieve a clean appearance when this site a viewed on a cell phone
…here is what it should look like. https://postimg.cc/V0WhFr1S
If you or someone can look at the site’s CSS code in the “Quick CSS” area and delete/add what’s needed that would be amazing!
You have my login credentials
May 17, 2019 at 4:28 pm in reply to: Sorry, this file type is not permitted for security reasons. #1101859Thanks, I’ll check that out, although I have all my clients sites on one host using the same package. Also, I have used SVG Support for many sites using enfold and the same host, etc without issues. Weird.
Hmmmm, that is so odd. Why would you have the breadcrumbs setup to appear in alphabetical order rather than the standard which is the parent category first then the subcategories…all the other themes I’ve ever worked with use that standard. Oh well guess I’ll look for another plugin.
I found a band-aid solution. I set the portfolio’s to show up 100 items at a time. I didn’t really want a long scrolling page but this will do.
I still need a solution for the breadcrumbs that are showing up in alphabetical order and not in order from the parent category to subcategories.
Any suggestions on how to fix this?Ok thank you for this. Now that I see this it still looks awkward to me, also when viewed in portrait on a smartphone the menu is covering up most of the screen so you can’t see the content. Is there a way to just have the logo and burger menu show with no widgets when viewed on a smartphone?
Sorry, should have been a hyphen between wp-admin, not an underscore.
Please try again :)
Just added the code, then checked the site on an iphone….no change (see screen cap below). I’ve added my login info in the “Private Content” if this will help.
Can you tell me how and where this is done.
- This reply was modified 5 years, 8 months ago by Snerp.
Just checked the site and it looks like someone is working on this, since the menu now is a complete mess. Whoever is looking at the site please reply to me so I know this issue is being worked on today, and if it will be resolved today so I can let my client know. Thanks
When I use the Google Map Content Element I get “This page can’t load Google Maps correctly. Do you own this website?”
Hi, I just got back to this site and noticed that the slider (full-width easy slider or the advanced layer slider) is not below the navigation bar. The nav bar is also appearing transparent as well, although the transparency option is not selected. Is there some CSS that need to be adjusted to correct this?
Thank you for doing this, very helpful.
Can you tell what code was added and where? I would like to know the process for future site development.My bad, here you go.
FYI, I removed the code from the functions.php, including the CSS as well. Use the page called 123_Homepage to view site.
Still waiting for help on this, anybody who can jump in show me what I’m missing would be great. If Mike (administrator) is out there, please feel free to give me a reply.
-
AuthorPosts