yondermann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t access wp-admin.phpYes indeed. I meant wp-admin/ .
I get redirected to the https://www.suncakemom.com/wp-admin/ page after logging in. I get this message:
Sorry, you are not allowed to access this page.But if I go to https://www.suncakemom.com/wp-admin/edit.php I can see all the posts and do whatever admins can do except the above already mentioned limitations.
Thanks!
Forum: Plugins
In reply to: [LiteSpeed Cache] Core web vitals errorThat blog post says nothing about why google mobile bot is incompatible with guest mode.
The speed scores are mostly fine. This is only a best practices error which doesn’t really impact anything probably. Still it would be nice to eliminate it.Forum: Plugins
In reply to: [LiteSpeed Cache] Core web vitals errorSo you say if this isn’t solved then enabling guest mode and guest optimization has no effect whatsoever?
Forum: Plugins
In reply to: [LiteSpeed Cache] Core web vitals errorThere is antispam bee and loginizer installed. If antispam bee is deactivated nothing happens. If Loginizer is deactivated the same error is still logged with the only difference that there are a bunch of .js errors also being logged. The cache is purged after each activation and deactivation.
Forum: Fixing WordPress
In reply to: wp-admin access not allowedUpon further investigation, it was pointed out that the site has no HOME menu. On the left hand side menu area between the dashboard and the updates menu there supposed to be a HOME menu. It is not there.
Hi,
The link should be working now. There was a problem with hosting in the past couple of days but you can check any post. The same thing happens.
I can not exclude these images as these images are the very reason I use lazy load. This is a recipe site and all steps have an image added to them.
I don’t know if excluding only one image could be an option but that would be really inconvenient to apply to all present and future posts.
Yes, we are talking about the social share module of Hustle.
Hi again,
I’ve just updated the plugin and tested the plugin and found out why some images are not showing when I click on the pinterest share button.
I lazy load the images with w3 cache plugin and it seems that until the images aren’t loaded on the page the pinterest sharing pop up not showing them.
Is there a way to make them show up in the plugin without loading them all to the page?
Forum: Themes and Templates
In reply to: [Kale] BreadcrumbsI’ve solved it adding this:
<!– Breadcrumbs –>
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>
<!– /Breadcrumbs –>to the pages, posts and categories in the theme editor.
Thanks!- This reply was modified 4 years, 5 months ago by yondermann.
That would be great as currently only the featured image and the site logo shows up when the pinterest button is clicked on.
As I was testing this feature I manged to pull up a couple of other images too upon clicking the pinterest button but I have no idea why that happened. I have quite image heavy posts but actually don’t want them to show up there at all as those are not pinterest formatted.
It seems like hustle still having problems with wp recipe maker plugin. I disabled the plugin and I can save hustle social share settings then enable the plugin and all works.
I’m not sure exactly what to look for but I’ve found nothing.
When I hit the save button in hustle nothing happens in the browser console. No changed in requests or in the error tab. I see no changes when I delete or add conditions in the visibility tab either.I can’t even unpublish the social sharing when I’m inside its settings screen. The only way to publish and unpublish it is from the social sharing dashboard
Hi,
I’ve been trying to make changes to the social sharing module but any changes I make the plugin can’t save it. The save button just greys out and the save icon just spins there indefinitely until I leave the page.
I’ve tried unpublishing pop-ups as that worked before to no avail this time. I can’t save any changes I make to social sharing. I tried creating a duplicate and modifying that but that didn’t work either.Sounds like I have the same problem here. Or at least no pop up is showing on the site. I’ve tried changing settings, disable w3 cache plugin, upgrading, rolling back, and disabling the social share feature but no pop up is showing on the site.
Forum: Plugins
In reply to: [WP Recipe Maker] Recipe image formattingThanks!
I didn’t realize there was an HTML editor there.Meanwhile I played around with the image I realized that I didn’t put the icon “inline” in the first place. This was the reason it floated over the text on small screens.
Everything is sorted!
Thanks!- This reply was modified 4 years, 8 months ago by yondermann.
Forum: Plugins
In reply to: [WP Recipe Maker] Guided Recipe – Import images with text – Feature requestYes, that is what I’m going to do and maybe I use that time to reflect on my limits and learn some basic JS. ??
Thanks for being so patient and helpful!