JG
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Attributes of text in Navigation blockTo achieve the desired result, follow these steps:
- Go to the Styles Editor.
- Select Blocks.
- Choose the Custom Link Block.
- Open the Advanced caret at the bottom.
- Add the desired CSS into the Additional CSS field.
Any valid CSS, including transitions, will work. Here is the pseudo-class :hover for instance:
:hover {
/*Your CSS attributes here*/
}I ended up searching font the font strings in the database and then deleting them. This seems to have cleared up the 404’s
Thanks @t-p There were additional references to localhost in the posts table – that is corrected now. I am still getting a 404 on the resources. They are being called, from the correct domain, by <style id-“wp-fonts-local”> in the <head>
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Links in images not updatingI did about a week ago. No response. I will try again.
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Links in images not updatingNo response from devs at this point.
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Links in images not updatingHey devs, any idea when this will be fixed?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] No admin access after restoreNo worries. Thank you for your time!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] No admin access after restoreManual import of same backup into MySQL solved the issues. Something apparently went wonky the first time through ??
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] HUGE BUGYou may be able to use Google Drive’s revisions to get said files back.
Thanks a lot devs! Keep up the good work!!
So, I reinstalled the plugin from the plugin interface in the backend and the site is working as expected now. More specifically, I installed and then network activated it. The default maintenance screen showed up on the www. Once I network deactivated it, the www re-directed to the non www url. Yay!
- This reply was modified 8 years ago by JG. Reason: Clarification
I’ve deleted the plugin and get unstyled maintenance page with the text I entered into the plugin config page. If I add /index.php, I am properly redirected to the non www URL home page.
Forum: Fixing WordPress
In reply to: www and not www – one shows maintenance page, the other does notThanks Mr. Stern. I thought of that after I posted. ??
Forum: Fixing WordPress
In reply to: Play/Pause Button is Missing on Natively Embedded audioThanks @patrick Nommensen – the htaccess addition fixed it for me too on a linux server.
Forum: Themes and Templates
In reply to: Image link behaviorThis “issue” turned out to be user error – imagine that! I was posting with the post format as “image” instead of “standard”. The behavior that I encountered was inherent in the “image” format for posts. Posts were changed to “standard” format, and all is now well in the land of photoblog.