linux garage
Forum Replies Created
-
Did you enqueue the childtheme in functions.php
Forum: Plugins
In reply to: [Max Mega Menu] Change Desktop Menu to Click rather than Hover?How did you do this?
Activate menu on click rather than hover.Thanks
Forum: Fixing WordPress
In reply to: Portfolio and permalink not working as in the stage copyGlad to hear you sorted this out.
Forum: Fixing WordPress
In reply to: Does logging into the WP admin trigger WP updates?You can disable auto updates.
Check out this link:
https://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/
Forum: Fixing WordPress
In reply to: How to disable a sidebar widget on a specific postYou can hide a widget using CSS, for example:
In pseudo code: hide the textwidget #text-3 on .post-123
In CSS the code would look something like this:
.post-123 #text-3 .widget .widget-area .textwidget {display: none;}
- This reply was modified 4 years, 3 months ago by linux garage.
- This reply was modified 4 years, 3 months ago by linux garage.
Forum: Fixing WordPress
In reply to: Page Links Not WorkingIt’s possible your URLs need to be rewritten.
If so, you could use the better-search-replace plugin
Forum: Plugins
In reply to: [PHP Compatibility Checker] multisiteI’ll give it a try.
Tx
Forum: Fixing WordPress
In reply to: Portfolio and permalink not working as in the stage copyGlad to hear you solved the issue !
Easier said than done:
Always make sure you have a backup of your website and database !
Forum: Networking WordPress
In reply to: multiple branches on one website (choise)I’ve noticed you took your website down.
I was impressed. I thought it looked good.
Why do you need another theme ?
It should not be that difficult to make one website appear to have two (or more) branches.
Forum: Fixing WordPress
In reply to: Issue displaying accented charactersGlad I was able to help
Forum: Fixing WordPress
In reply to: Can’t recover lost password – warning notice on pageYou could call up your web hosting service and ask them to (1) deactivate all your plugins, and (2) reset your password.
- This reply was modified 4 years, 3 months ago by linux garage.
Forum: Fixing WordPress
In reply to: Blog layoutYou could use a “sticky post” as your blog’s front page.
See: https://www.ads-software.com/support/article/sticky-posts/
As well, as stated above:
Your blog needs a right sidebar.
Then add two widgets to the right sidebar: Recent Posts and Archives.
Forum: Fixing WordPress
In reply to: Portfolio and permalink not working as in the stage copyIt does sound like your URLs are now mixed up.
Hopefully, you have a backup of your website and database before you started the change.
You could then reinstall your original website and database.
Forum: Fixing WordPress
In reply to: Blog layoutYou’ve asked an interesting question that — leads into the vast subject of WordPress taxonomy. — In plain English, taxonomy means how your posts are organized.
A digression: As you know, WordPress is scalable. From small DIY websites and blogs, to major media outlets. For example, the Washington Post is built on WordPress. How does WaPo organize, display, and archive the vast number of news articles (WordPress posts) it generates on a daily basis? The answer: taxonomy.
But back to basics:
If your website has a right sidebar — put the “Recent Posts” widget in the right sidebar. — Yep, as stated it will list your recent posts.
You can also put the “archive” widget in the right sidebar. — The archive widget will list your posts according to month and year.
You can also organize your posts according to “category” and “sub-categories.” — Which are the doors into WordPress taxonomy.
- This reply was modified 4 years, 3 months ago by linux garage.
Forum: Fixing WordPress
In reply to: Remove Taxonomy from URLHave you tried searching for a plugin that will do what you want.
It sounds like you want better control of your permalinks.
For example, you could try the keyword — “permalinks” — and then check out the plugins listed.