eyeheartdesign
Forum Replies Created
-
I use Ultimate Blocks for tabs and WordPress twenty twenty-one theme.
example of post with tab content: https://readnevillegoddard.com/at-your-command/
Forum: Fixing WordPress
In reply to: auto-update lost weeks of changes to siteOk…that was it…a server failure. Just a weird coincidence that this occurred around the wordpress update. Our host told me they will restore the site with my recent backup, so I will let them do it.
I can’t believe they didn’t bother to notify me of this though…. /rantForum: Fixing WordPress
In reply to: auto-update lost weeks of changes to siteMy own backups*
Forum: Fixing WordPress
In reply to: auto-update lost weeks of changes to site^ Thank you for the answer. I will contact them.
Yes, I have my own updates and am currently trying to restore my content.
Forum: Fixing WordPress
In reply to: auto-update lost weeks of changes to siteLooking in my ftp, the site has regressed back to May 3rd. That is the latest file date modification.
Forum: Fixing WordPress
In reply to: auto-update lost weeks of changes to sitePlease read my actual post before making a comment and offering advice that doesn’t apply.
I didn’t lose any changes to my theme. I DO have a child theme and changes to that are NOT what I lost.
I lost POSTS, a PAGE and a MENU that are not any different from ones I created before, which are very much still there. It is as if the past month simply did not happen….a page I had made a draft is now published again and links I had reordered in a menu are now in their past order.Okay, I figured out that under “sidebar location” it has to be set under “for archives” and then “category archives” and “as a blog sidebar for selected category archives”. I didn’t realize these were considered archives.
I ended up changing the div classes in the plugin’s code. I used the same classes as used in my blog, to mimic the look. Not sure why adding CSS to the plugin’s default div classes didn’t work….
Forum: Plugins
In reply to: [Ultimate Category Excluder] Exclude link to a category in one sidebarNevermind.
This plugin works easily:
AVH Extended Categories
https://ww.wp.xz.cn/plugins/extended-categories-widget/Forum: Plugins
In reply to: [Ultimate Category Excluder] Exclude link to a category in one sidebar@marios Alexandrou
And is the HTML considered a “RegEx”? I tried it both ways….without RegEx it does nothing and with it I get a blank site.
I entered this:
/<li class="cat-item cat-item-76"><a href="https://www.twsfs.com/category/careers/">Careers</a> </li>/I basically just want that removed from one page (see sidebar under “categories”):
https://www.twsfs.com/category/tws-news/Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Video – Make Responsive Sizeany ideas?
I can’t get the su-video shortcode to be responsive….Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Disable Video Full-ScreenOkay I did it with this
.jp-controls-holder .jp-full-screen { visibility: hidden; }Forum: Plugins
In reply to: Recent Posts – Thumbnail Image DisappearedFYI, I had no plugin for this, just the included recent posts widget. If I do use a plugin, then my custom CSS doesn’t apply anymore.
Am I right to think that the programmer had edited the php so it would show the feature image as a thumbnail, but with the update, it was overwritten?
If so, where can I find the previous file so I can copy it back?
I backup everyday & have the files, but have no idea what exact file this would be in.
Help is appreciated!!!Forum: Plugins
In reply to: [Contact Form 7] Contact Form not Sending Emails@jason hendriks
No, my smtp port number, password, etc, were entered correctly, but WP Mail SMTP was not able to deliver the mail because it does not have the needed feature of authenticating with the client ID and client secret.
IMO, Contact Form 7 should mention the possible necessity of an SMTP plugin in an upfront manner in its help section and general description, so that people can quickly move to this possible solution instead of being given the impression something is broken.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form not Sending EmailsOkay, I deactivated WP Mail SMTP which would not authenticate my email login even though it was the correct info. I installed and set-up Postman SMTP with the same settings. However, it has instructions to set up a Google Client ID and Client Secret so as to make gmail allow wordpress to send/receive mail, aka it is more secure, which makes gmail not block emails coming from contact forms.
So Contact Form 7 is okay, just will not work on its own with many servers or gmail. Just an FYI for anyone with a similar problem.
It took me all afternoon to figure this crap out…UGH.