mbeasi
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Can't preview unsaved changes on another author's postOh, thanks! I will!
Hi WildWest! You should be able to do this by going to your Jetpack admin panel, and clicking on “Learn More” in the section for the comment module. When you do that, the “Deactivate” button will appear in place of the “Configure” button. Then just click to deactivate that module.
Forum: Fixing WordPress
In reply to: sub-menu in text areaIt’s not appropriate for me to talk about paid themes here, but you can go to the directory of free themes and search:
https://www.ads-software.com/extend/themes/
I did a search for “secondary menu” and many themes came up. Perhaps you’ll find something there to your liking!
If the theme supports a secondary menu, you’ll see that option in the “Menus” admin area when you activate the theme.
Forum: Fixing WordPress
In reply to: Dynamic widget links listThe only way I can think of to do this (others might have fancier ideas) is to create a custom sidebar for each of these pages, so that you can place a different menu of links in each one.
Here is a plugin that does that: https://www.ads-software.com/extend/plugins/custom-sidebars/
(I’ve never used it myself, just FYI.)
Forum: Fixing WordPress
In reply to: URL only in facebook sharesI have this problem periodically, and though this is a clumsy solution, I find what works is to put the url into the Facebook debugger:
https://developers.facebook.com/tools/debug
Once I’ve done that, it posts properly.
Forum: Fixing WordPress
In reply to: Problems with new post showing up on post pageDoes it help if you go to the settings for WP Super Cache and check the box next to “Clear all cache files when a post or page is published or updated.”? I found doing that tended to bring my entire site to a halt, so I unclicked it (and instead just set the home page to never cache), but it might work for others?
Forum: Fixing WordPress
In reply to: sub-menu in text areaProbably the easiest thing for you to do is to use a pre-made theme that includes an option for a secondary navigation menu, which many of them do. Then you’ll be able to set a custom menu for that menu the say way you would the primary menu.
Forum: Fixing WordPress
In reply to: How do I add an html banner to my website footer?You’re welcome! So glad I could help!
Forum: Fixing WordPress
In reply to: Edit feature on the bottom of a pageDo you maybe just mean the “Edit” link that appears by default on pages (in most themes) for users who have the correct privileges? We wouldn’t see that if we are not logged in to your site, but *you* would, if you’re using a static page or post for your landing page.
Forum: Fixing WordPress
In reply to: Changing a tabI think they might mean the menu item “Expecting Moms,” which otherwise matches the issue reported. I couldn’t see anything obvious that would be making that happen (took a quick look at source & stylesheet) but I could easily be missing something.
Forum: Fixing WordPress
In reply to: widget link errors effecting other widgets below<a href="https://www.youtube.com/channel/UCQn5fCFgF1-aizg99EerKAQ/videos?flow=grid&view=0/"> <img class="size-full wp-image-301 aligncenter" title="You Tube" src="https://gloryhomethailand.com/wp-content/uploads/2013/03/youtube-logo.jpg"</a>
You’re missing a closing > for the image. Try this:
<a href="https://www.youtube.com/channel/UCQn5fCFgF1-aizg99EerKAQ/videos?flow=grid&view=0/"> <img class="size-full wp-image-301 aligncenter" title="You Tube" src="https://gloryhomethailand.com/wp-content/uploads/2013/03/youtube-logo.jpg"></a>
Forum: Fixing WordPress
In reply to: Can't find DashboardGo to https://yourdomain.com/wp-admin/ and that should take you to your dashboard.
If you’re running a recent version of WordPress, though, I *think* by default you should also see an admin bar at the top if you’re logged in. Do you not have a dark gray bar at the top that includes the name of your blog? If you do, there is also a dropdown menu right there that has “Dashboard” as an option.
–Oops, someone official answered already before I hit post! ??
Forum: Fixing WordPress
In reply to: How do I add an html banner to my website footer?Depending on whether you want it above or below the site credits, I’d put it either right after this:
<footer id=”colophon” role=”contentinfo”>
Or right after this:
</div><!– .site-info –>
Forum: Fixing WordPress
In reply to: How do I add an html banner to my website footer?Hi missteacup,
I guess this depends on where you want it to appear. I’d put it in footer.php either before or after the site info section. If you want it below, just stick your html under the closing tag (</div>) for that section, but before the closing tag for the footer (</footer>).
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Simple:Press Forum IssueI tried the plugin fix for this and received this memory error as soon as I tried to load my Simple Press forums:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/xxxxxx/public_html/wp-includes/wp-db.php on line 1545
Without the Disable Jetpack Open Graph tags plugin, the forum page opens without error.
Is this something I can fix on my end?
Edited to add: Never mind, I’ve increased memory allocation for WP and now this works fine. Adding this note in case someone else is as stupid as I am. ??