eyeghoti
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugins and SQL tables2nd dumba*** question:
Does it make sense to restore the plugin’s table AND the relevant row from the wp_options table?Forum: Fixing WordPress
In reply to: Plugins and SQL tablesThanks. A huge help.
Probably a dumba*** question, but what’s typically in the plugins tables then?Awesome. Thanks. (It was the li I was missing.)
Forum: Fixing WordPress
In reply to: Updating image tagsI saw that, but as far as I can tell it doesn’t update the
attributes in pages and posts when those in the media library are updated.
It will update theattributes in pages and posts witha copy of page titles etc, but it doesn@t give you direct control over the <alt> attribute of each image.
Or am I misunderstanding something?Forum: Themes and Templates
In reply to: [Sydney] Services redirect after home page changeThanks for the suggestion.
I’m familiar with that plugin, but I’m not sure how you’re suggesting it should be used in this circumstance.
I don’t want http://www.sa-fc.org.uk/revamp/learn to link to any page and assume http://www.sa-fc.org.uk/services/learn is a function of the Services widget. I can see no useful reason for the latter to be directly accessible by site visitors.- This reply was modified 7 years, 4 months ago by eyeghoti.
Forum: Fixing WordPress
In reply to: Internal Server Error after migrationThe only difference I can see in that page that isn’t covered by what I’ve done is that there shouldn’t have been a slash at the end of the respective URLs for siteurl and home in wp_options.
(Unfortunately another typo in my post above, a subtlety I had not spotted, so appologies again, but one that won’t work.)Forum: Fixing WordPress
In reply to: Internal Server Error after migrationThe ‘wwwww’ is a typo in this thread only. (Appologies for that. Not helpful, I realise.)
The code you list is exactly the same in the ‘wp-config.php’ file (although it is commented as
/** Absolute path to the WordPress directory. */
Forum: Fixing WordPress
In reply to: Transfering custom CSS to child theme(Sorry for the slow follow up on this.)
If you have edited the .css files of the theme, then these edits will be lost. If these edits were in a child theme they would be safe. If you used the customizer > additional css then these will be safe.
The changes I’ve made have been (via the site’s WP dashboard) to …
Appearance > Customize > Additional CSS
Any other changes have been through plugins and Page Builder (which was installed with the theme (Sydney)).I have not made any changes via ftp, nor via …
Appearance > Customize > Editor
… nor …
Appearance > Customize > Edit CSS
(Selecting the latter only returns a Not found message.)On this basis, if I understand correctly, I should be able to update the theme from Ver X to Ver X+1 without problems?
Forum: Fixing WordPress
In reply to: Trouble identifying CSSAwsome. Thanks for your help.
- This reply was modified 8 years, 1 month ago by eyeghoti.
Forum: Fixing WordPress
In reply to: Trouble identifying CSSThat’s the plan at the moment.
(Global header changes may be a long term solution but I’ll need to go through eerything else first.)Forum: Fixing WordPress
In reply to: Trouble identifying CSSPresumably that will change the colour of ALL heading tags? I’m not sure whether there may be aresas of the site where that is not paropriate.
Considering the text in question is linked to WooCommerce generated pages, is there a way to apply changes less globally?
Forum: Fixing WordPress
In reply to: Transfering custom CSS to child themeThanks.
My concern comes from reading suggestions that updating the theme may trash the custom CSS. I’m unclear whether that risk is just when changing from Theme A to Theme B or whether there it is likely to affext Theme A v2 to Theme A v3.Forum: Plugins
In reply to: [WP Activity Log] Can’t deactivate or deleteFYI I tried one more time and the Deactivate function still didn’t work. I tried going to the plugin settings and got “Sorry, you are not allowed to access this page.”
The manual method above worked fine.
Forum: Plugins
In reply to: [WP Activity Log] Can’t deactivate or deleteThanks very much.
Forum: Plugins
In reply to: [WP Activity Log] Can’t deactivate or deleteI’m not comfortable deleting tables from the database.
Can you point me towards a tutorial on how to do this safely? (I suspect I can do it within MyPHP? The localhost is using Wamp.)