leec87
Forum Replies Created
-
Hi, I’m not linked with Ninja Forms, I’m just a user. But I just wanted to point out to you that the link you supplied is not showing any errors, just a 404 message (the page does not exist).
Hi, the update has not fixed this, and the issue still remains.
This works in another site, but this one is still returning http when going through the three steps.
Because of this, it returns to the dashbaord asking me to Sign in (which I already have).
Other people are having the same issue, what’s the reason??
Hi, the update has made no difference. Exactly the same behaviour occurs. This is a dump from the Site Health info:
Version 1.5.0 PHP Version 7.3.15 WordPress Version 5.3.2 Reference Site URL https://bushyhill.info AMP Mode No Site Status Connected through site credentials User Status Authenticated Active Modules Site Verification, Search Console Required scopes openid: ? https://www.googleapis.com/auth/userinfo.profile: ? https://www.googleapis.com/auth/userinfo.email: ? https://www.googleapis.com/auth/siteverification: ? https://www.googleapis.com/auth/webmasters: ? Search Console property None
Forum: Plugins
In reply to: [GigPress] Gigpress doesn’t scale correctly on default Woocommerce themeIt’s loading now but I can’t see an issue with your link. The table is displaying fully without any overspill.
Forum: Plugins
In reply to: [GigPress] Gigpress doesn’t scale correctly on default Woocommerce themeYour link doesn’t even load
Forum: Plugins
In reply to: [GigPress] How can I create a custom feed template?Bump. Can anyone help?
I just wnat to change the RSS item title output to just display the Venue name (or whatever if possible).
Can I create a function, hook or template file to modify this easily without it being overridden?
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Can’t deregister CSS or JSHmm that’s annoying but okay, thanks for the location tip, I’ll look further into where I’m trying to deregister/dequeue things.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Can’t deregister CSS or JSI’m using both, as I read in another article (As I believe I read you need to dequeue, and then deregister), but it still remains.
And the reason I want to do it manually, is to avoid the suggestion you made, which is to install plugins. Plugins add to resources, and add to the code used on a website that I, for example, have no idea what it does.
I want to be able to be in control of this site as much as possible.
But that’s besides the point, what I want to work out, is why when I use the dequeue or deregister, that your plugin ignores this, and continues to enqueue the files? Is there some override written within your plugin to force it to do this?
Forum: Plugins
In reply to: [GigPress] ERROR: This is not a valid feedHi Clifford,
Are you able to help with this issue please? Is there anything I can do to try and debug what the output of the RSS feed is doing?
I need to get this issue sorted ASAP so I can get the email campaign running again, as it’s currently off!
Forum: Plugins
In reply to: [GigPress] ERROR: This is not a valid feedHi Clifford,
Thanks for your reply. I have done all of your suggestions, but still getting the error.
Is there anything that can be done using the Debug screen in Gigpress Admin?
Would it help if you could see whatever file or code within the plugin is generating the feed?
Forum: Plugins
In reply to: [Simple Photo Gallery] Deleted plugin remains in directoryI’m going to just jump in here, because I think this needs more awareness.
I have just stumbled across this ‘feature’, although I consider it a bug, and one that has forced me to delete the plugin and look elsewhere, which is a shame as up till now, this seemed the perfect plugin to use for ease of use.
I have loads of images already uploaded, to the correct sizes, with ALT tags specified etc. I want to be able to create albums and include these photos in there.
I did not want to create any duplicates that aren’t needed, as this makes the media folder look incredibly messy now, not to mention taking up twice as much file storage space as needed, this is not good.
There’s no mention of this happening in your plugin description, and it should be added. Also, deleting the plugin left this folder inside uploads there, and has not been deleted.
Can you change the format of this, to not create duplicates? You don’t need to. Just leave the photos where they are, and reference them.
Forum: Plugins
In reply to: [Easy Testimonials] No stars appearingJust to add to this, I don’t believe any theme is loading at all, as I’ve now chosen a dark theme, and there’s absolutely no stylesheet loading for this plugin.
Please assist how I can get the stylesheet loading back, I have since removed the wp_dequeue_style function
Forum: Plugins
In reply to: [Easy Testimonials] How can I disable all plugin CSS and JS?Thanks Richard, that’s worked perfectly
Forum: Plugins
In reply to: [Redirection] How do I use this simple wildcard?I have created a StackOverflow question for this topic at https://stackoverflow.com/questions/38142205/why-is-this-regular-expression-not-working-for-redirection
Anyone who could contribute to it there, I’d greatly appreciate it!
I solved this by placing this in the theme functions file
remove_action( 'wp_enqueue_scripts', 'yasr_add_scripts' );
This counteracts the plugins hook into wp_enqueue_Scripts. After this, I copied and minifed the relevant plugin CSS and JS files, and included them in my own files.