lazyym
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile "MENU" button all the time in twenty sixteen?I would love a tutorial about how to make the menu button the default all the time! Please?
Very cool! Will try it out eventually and update my results. Still somewhat a novice that I am, I noticed in a previous css attempt that it displayed the menu on top of other items. I’ll give this a shot!
Forum: Fixing WordPress
In reply to: Won't stay logged in!Thanks! After playing with plugins, It seems to be related to wordpress fastest cache. I disabled wpfc on a couple of sites that were having the trouble and that seems to have cured it. I can’t find anything at their support area with this issue is but I haven’t done a ton of research.
Forum: Fixing WordPress
In reply to: Won't stay logged in!It started doing it again, even with cloudflare off. Very strange. I’ll simply go from the dashboard to the front end and its like I signed out. If I go back into the dashboard and clear the cache, then return to the front page it acts like its logged in again from the front. I am having to do this every time I go back and forth to the dashboard now to see edit links, etc.
Forum: Fixing WordPress
In reply to: Won't stay logged in!I don’t have the plugin installed but manage it through their site to help avoid one more plugin. Even on development mode and cache purged, it still caused the trouble. Does it help?
Forum: Fixing WordPress
In reply to: Won't stay logged in!I think I figured it out. It was disappearing and logged in abilities weren’t working. I’ve been using cloudflare. When I remove it from this site, it works now! I’d still love to use it but not if disables my site. I’ll have to work with the settings and see if I can make it work unless someone might know offhand.
When you say “title and description display on top of the header”, do you mean that the title and description display with the header image behind them?
Yep!
Forum: Themes and Templates
In reply to: Twenty Sixteen – – Header logo positionHello, this solved the header problem, thanks for the links. What I’d like to do is lay the title, description and menus on top of the header image without interfering with the mobile menu.
Forum: Fixing WordPress
In reply to: How to modify text "Category :" in twenty sixteen template pages?Thank you Michael!
Forum: Fixing WordPress
In reply to: How to modify text "Category :" in twenty sixteen template pages?Thanks Michael! I’d rather do it in templates so I can migrate to specific pages by category eventually.
Invalid argument supplied for foreach()
I was able to get the addtoany to work: https://www.addtoany.com/
I installed it in a float right span in the businessdirectory-listing.tpl.php behind the listing-details cf div.
<div class="listing-details cf <?php if ($main_image): ?>with-image<?php endif; ?>"> <?php echo $listing_fields; ?> </div> <span style="padding-top:20px;float:right;"><!-- AddToAny BEGIN --> <a class="a2a_dd" href="https://www.addtoany.com/share_save"><img src="https://static.addtoany.com/buttons/share_save_256_24.png" width="256" height="24" border="0" alt="Share"/></a> <script type="text/javascript" src="//static.addtoany.com/menu/page.js"></script> <!-- AddToAny END --></span>
It seems to work anywhere in the template files.
Thank you!
I am unable to find a plugin that does the custom post types if anyone stumbles across one. I can share the heck out of the main page but not cats, etc. I’ve had good luck with add to any for other sites but no luck with this.
Forum: Plugins
In reply to: [FeedWordPress] Cron not working?Hostgator support solved this for me and mine appears to be working now.
Add a forward slash behind the .com. Also make sure your time is formatted with the */ symbols before the number in cpanel.
This command solved mine.
/usr/bin/curl –silent https://yoursite.com/?update_feedwordpress=1