traypup
Forum Replies Created
-
Thank you so much! ??
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] cookie check failedHi there! I’m sending an email with the info now.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Adjust header height, header menu@zoonini Thank you so much for the tips. They helped big time and I can almost put this thing to bed. Thank you!
Forum: Themes and Templates
In reply to: [Bento] Sidebars don’t appear where I’ve set them to beClosing this ticket.
Forum: Themes and Templates
In reply to: [Bento] Sidebars don’t appear where I’ve set them to beNevermind. I worked around the problem.
Forum: Plugins
In reply to: [Download Manager] 404 Error on downloads + Cannot install new versionRight. It doesn’t exist because that’s not the file I put in the package to be linked to. I used the correct id for my file, but the download button isn’t linking to it.
Try this page: https://facchoice.com/senator-moran-letter-dol/
It links to the package just fine, but when I try to download from that page, I get the 404. This is not the only post on the site where I’m having this trouble. A post I set up today, though, seems to be working fine. Please take another look. Thanks!BTW, I’m using PRO, so downloading from .org sent me on a wild goose chase. At least I finally have that updated.
Forum: Plugins
In reply to: [Term Taxonomy Converter] Maintain Parent/Child RelationshipGood point!
Forum: Plugins
In reply to: [Term Taxonomy Converter] Maintain Parent/Child RelationshipOh yes, I did see that. I just thought it would be good to ask another user, since I’m not confident I’ll get a reply from the developer. ?? I will give it a shot. Thanks!
Forum: Plugins
In reply to: [Term Taxonomy Converter] Maintain Parent/Child RelationshipHi Landon – I see you haven’t had a reply. Are you still using the plugin? I’m trying to figure out if I uninstall it, will my tags and categories go haywire?
Forum: Plugins
In reply to: [WP Last Modified Info] sort by last modified dateI hate to be one of those people, but is the developer available to offer support or not?
Forum: Plugins
In reply to: [WP Last Modified Info] Show ‘Last updated date’ below H1Ugh, I’m sorry. I’m not sure what to do otherwise. ??
Forum: Plugins
In reply to: [WP Last Modified Info] Please help with settingsLooks like you fixed it, yes?
Forum: Plugins
In reply to: [WP Last Modified Info] Show ‘Last updated date’ below H1I used this code to set up the meta information in my posts to be right under the featured image. I suspect that, if you edit it and place it with the meta data on your page, it would work for you.
I did this in the loop-index.php. Make a copy of that file and put it into your child theme, then edit. Here’s the code:
/* * CHANGING THE META INFO FOR EACH POST TO INCLUDE PUBLISHED DATE AND LAST MODIFIED DATE */ echo "<span class='post-meta-infos'>"; echo "<time class='date-container minor-meta updated' >Published on ".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>"; echo do_shortcode( '[lmt-post-modified-info]' ); /* echo "<time class='date-container minor-meta updated'>Last modified on ".get_the_modified_time(get_option('date_format'), $the_id)."</time>"; */
I had the same issue and will email you as well.
That is a great idea. I’ve never done the CDN thing, but I am desperate at this point. Facebook won’t run my ads because they say my site is broken/slow. They’re not entirely clear, of course. so I’m just trying to make the site faster.