fwrdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Sticky Notes] Unable to fix query error message.I am still trying to get this plugin to work and receive the jquery error message also! “Something wrong with query”. As above the fix works when typing in the admin email with the @symbol. So @admin or whatever your username is. Is there a fix for this without having to do this as I think this plugin is absolutely brilliant it is so handy for me to outline content throughout the design. I know the older versions worked spot on! Would love to know how to resolve this.
Forum: Plugins
In reply to: plugins/woocommerce/includes/wc-page-functions.php on line 161Hi there I had this exact problem when I removed and left blank all the account endpoints from my account settings in woocommerce and saved it.
I tried to revert my account endpoints back to default but the exact error you have on line 161 still persisted it was not until I found an article here from somebody who had the same problem.
I used the endpoint /?customer-logout=true in the logout endpoint and it fixed the error. I filled the other endpoints with the default end points bundled with woo commerce.
I still can’t seem to get the password login url back in wp-login.php but it works if I use the direct lost password url for /wp-login.php?action=lostpassword
This did work for me and may help you out just sharing some ideas which helped me.
Forum: Plugins
In reply to: [Back End Instructions] Cannot get Author / Editor to see InstructionsResolved ??
Forum: Plugins
In reply to: [Back End Instructions] Cannot get Author / Editor to see InstructionsHi there Update I have just figured this out and it works perfectly to set the admin level in order for an author or editor to see the instruction tab. I had to manually go into the instruction post and select the user level in the dropdown on each instruction post under video url form entry.
[This worked for me!]
This is now working and it looks great thank you for a great plugin!
Forum: Plugins
In reply to: [Absolute Privacy] Under Construction pageHow did you get this to work? I seem to have the same prob would love this feature…
Forum: Plugins
In reply to: [Staffer] department/department/staff-member 404?Many thanks for your help. I had a look further and just exactly as you said after updating and saving my permalink structure. I had some perms issues it worked!
Great Plugin and amazing response thank you for your help!
All fixed and working!
Forum: Plugins
In reply to: [Staffer] department/department/staff-member 404?Hello thank you for your help and the update! – I’m afraid I am still having difficulty.
From the link below a staff member say for example
Department: Entertainment
Link Entertainment > /department/entertainment/
I still cannot get the plugin to go to staff/department/entertainment/
It still returns 404 – My permalinks are working fine.Forum: Plugins
In reply to: [Recent Tweets Widget] HTML cuts off when the plugin is calledHi there did you ever find a solution to this? as I have the same problem..
My Fault entirely! My database was too big! Many thanks great Plugin!!
Forum: Plugins
In reply to: [Stream] Not recording – logged in usersThank you for your help
After viewing in Incognito mode I could see the options all of them were available to me.
But in the field for “No activity will be logged for these authors and roles” field there were no users in this field.
Which I guess would mean that it would record me logging in – but still no records at all.
This has happened on two sites and both had conflicts with w3tcache and both I cannot see records for logged in users.
I did have a prob with w3tc & stream just like the link you provided and I could not access any stream activity – I’m not sure what NewRelic is but I had to deactivate w3tc to get stream to work again.
I think it might be something to with w3tc perhaps but thank you for all your help I think I may try an alternative cache plugin.
Forum: Plugins
In reply to: [IDB Support Tickets] 301 Moved Permanently The document has moved here.Also is there anyway of turning off the email response to keep landing in my inbox as I prefer to keep it on the website..
Forum: Plugins
In reply to: [Stream] Not recording – logged in usershttps://imagizer.imageshack.us/a/img20/1209/h37t.png
This is what I seem to get all the options by default excluded and no way of turning them back on or editing them?
This was after the upgrade..
I also had some really bad conflicts with w3 cache plugin.
Thanks for your help
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu won't openHi there the problem seems to be the connection to the javascript file if you look in the error console you can see the file is missing.
Console reads 404
wp-content/plugins/mobmenu/js/mobmenu.js?ver=3.8.1
Whereas
/wp-content/plugins/mobile-menu/js/mobmenu.js?ver=3.8.1
Will connect the file and the menu works..
The plugin is in the folder mobile-menu and not mobmenu?
Worked for me..
Inside the plugin is this function which I changed to mobile-menu instead of mob-menu this fixed 404
function mobmenu_enqueue_scripts(){
// wp_enqueue_style(‘cssmobmenu’,plugins_url() . ‘/mobmenu/css/mobmenu.css’);
wp_register_script(‘mobmenujs’,plugins_url() . ‘/mobile-menu/js/mobmenu.js’, array( ‘jquery’ ) );
}