baldguybaldguy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Go to Top HTML goes away.Thanks, Matthew, but a look at the page I linked (https://draftsmashers.com/mlbstrategy) will illustrate the problems:
1. Several different articles of varying length. I need the ability to put a “Go to To” button (or text) after each.
2. Several different pages with a similar mix of varied-length articles.
3. Not for nothin’, there’s a purist’s question: Why does the code I used work well until it self-destructs when I edit some other material (usually just plain text) on the page?
4. And it happens on other sites I created. Is it something i ate? ??Forum: Fixing WordPress
In reply to: Go to Top HTML goes away.Thank you, Matthew! The available “Back to Top” plugins are good, but somewhat subtle. I want to put a big, fat “Go to Top” at the end of each article on a multi-article page.
The code you suggested didn’t work.
Clearly, my ignorance is running rampant. I DO have the ability to add a post (such as this), but I do NOT see a way to edit a previous post or change a rating (or simply delete the topic and start afresh).
“modlook”
Moderator: Please remove my original review and rating.
Bottom line: This PlugIn author has been jumping through hoops to try to fix a problem for me, and response has been excellent. Based on that, I fully accept that my first request may have simply slipped through the cracks.
I intend to write a completely different full review when the dust settles.
modlook
<modlook>Forum: Reviews
In reply to: [Ultimate Noindex Nofollow Tool II] Helpful InstructionsI agree, particularly with regard to your second paragraph. I appreciate a plugin’s being free. But being too lazy to give basic instruction is nonsense.
Thank you. I’ve re-activated your product, placed the following code in my child CSS, just before /body. Same problem.
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>Sorry. I hate working with amateurs in my day-job too. ??
STOP THE MUSIC!! I found the fault and it was mine! (I ad put “padding 60px” and neglected to take it out or allow for it.
Thanks.