webbrewers
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Updraft Plus has disappearedI thought so, and I tried that but it still doesn’t show up in plug ins so can’t be activated.
First, thanks for the quick response. Second, thanks for setting me in the right direction. I haven’t touched WordPress for a few years, let alone nextgen so had forgotten you could check the path to a specific gallery under manage gallery. The fact that there were no galleries present didn’t help {:_:}
So I created a new gallery and noticed the path had “_1” appended to the gallery directory. I think that resulted from the host trying to upgrade the site and messing with the database. I removed the “_1”, saved the changes and then scanned for new images and it worked. I recreated all the missing galleries, updated the shortcodes on the pages with the new id’s and everything was back to normal.
Really appreciate your help!
- This reply was modified 5 years, 3 months ago by webbrewers.
Anybody have any ideas about this?
Forum: Fixing WordPress
In reply to: Can’t update plug ins – internal server errorThanks for the response.
It turned out to be 2 missing files from a fresh reinstall of WP 4.7 core:
Plug in/theme updater:
/wp-admin/includes/class-file-upload-upgrader.php
Image uploader:
wp-includes/class-wp-image-editor-gd.phpWhen I recreated those, the problem went away.
I’ve no idea why these files were missing from a fresh download?Forum: Fixing WordPress
In reply to: Popup jQuery not workingFinally figured it out.
jQuery(document).ready(function() { jQuery('.wolfnet_listingLink').click(function() { var NWin = window.open(jQuery(this).prop('href'), '', 'scrollbars=1,height=600,width=800'); if (window.focus) { NWin.focus(); } return false; }); });
I think the issue was I was not replacing the ‘$’ in “var NWin = window.open($(this).prop(‘href’), ”,” with ‘jQuery’. stephencottontail was on the right track with his answer.
Thanks for sticking with me!Forum: Fixing WordPress
In reply to: Popup jQuery not workingNope. In Chrome though I get:
popup.js:1 Uncaught ReferenceError: $ is not defined
If I replace $ with jQuery I get:
jQuery is not defined.Forum: Fixing WordPress
In reply to: Popup jQuery not workingThanks – I would expect the function to override default behavior which it does in the fiddle I posted, but I tried it anyway and no change.
Forum: Fixing WordPress
In reply to: Popup jQuery not workingThere’s a sample page here:
https://dnorwood.info/grover-beach-lower-priced-homes/
I did try it with $ and jQuery. You’re suggesting putting my function between the wrapper function? I’ll try that.Forum: Fixing WordPress
In reply to: Can't change menu itemsI created a new menu and that seems to have resolved the issue. I may have been hitting a limit on the number of menu items which I was unaware of. I think there were 120 or so items in the menu.
Forum: Fixing WordPress
In reply to: Can't change menu itemsA while back I did have a problem but it was with saving posts after an auto update. I reverted back to 4.1 and it fixed it. I tried that here but still having the same problem with the menu. It’s an embarrassment since I convinced this site owner to switch to WordPress based on its “stability”.
Forum: Fixing WordPress
In reply to: Can't change menu itemsI recall something similar happened to me on anther site and I think it was after an auto update and reinstalling core files was the fix. I may have kept a note on it – I’ll take a look.
Forum: Fixing WordPress
In reply to: Can't change menu itemsSame issue with new post/page. Can’t save a custom link to test that. Changing post title does update the menu text – but can’t save anything from the menu interface. No errors reported in error console..
Forum: Fixing WordPress
In reply to: Can't change menu itemsAzera shop from repo, but same issue with twentysixteen.
Editing current pages/posts.Forum: Fixing WordPress
In reply to: 4.5.2 style.css is empty.I reverted back to 4.1, and it resolved the issue. Then updated to 4.5.2 and it was fine. The original 4.5.2 update apparently was bad.
Forum: Fixing WordPress
In reply to: 4.5.2 style.css is empty.I also replaced the wp-admin and wp-includes directories and all root files – no improvement.