technobuddha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Forever] forever tags at top and bottom of contentWOOHOO!
Thank you!!!!
now to go look up .hentry!
thank you very much, and have a lovely weekend!!!!
Forum: Fixing WordPress
In reply to: 3 single – subfolder to multigreat! thanks for the resources!
I’ll read them up, and hopefully they will provide the answers!Forum: Themes and Templates
In reply to: [Forever] forever tags at top and bottom of contentsorry for taking so long to respond.
I’ve been trying to find the best way to describe what’s going on, since I don’t consider myself a PHP person, just a systems admin.here is an image to help explain
Ok, so I disabled the “slider”, aka the slideshow_container, to see if that was the problem. Nope. When I have an empty page, there is no <p></p> at all. In the image on top, you will see that I then decided to put in the letter X, and low and behold, the X went inside the <p></p>
so that’s ok. Fine, I can live with having the main page having an “extra” <p> when there is no letters. Its a shortcode.
What’s really bugging me, is the footer issue.you can see on the image at the bottom, there is a LOT of extra space betwen the bottom of the div id=”content role=”main”, and the top of the footer, and I just can’t figure out what’s causing it.
any help would be appreciated.
Forum: Fixing WordPress
In reply to: 3 single – subfolder to multislap on head. you’re right!
so the 3 sub-domains I have are in 3 separate sub-directories!
how does that work with multi?
it seems that there are no actually sub-directories created, and that all separate sites are just different tables in a database?is that correct?
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] text at top not being added to newsletteryep, thanks!
Forum: Themes and Templates
In reply to: [Forever] forever tags at top and bottom of contentok, so its not resolved actually.
When I put in the child function:remove_filter( ‘the_content’, ‘wpautop’ );
and hard coded the #main height, things looked great.
BUT, all of the content won’t keep
or <p> tags at all in the editor, so all I get is a continuous line! not good.So I’m still stuck in trying to figure out how to get rid of the top and bottom empty <p></p> tags from the content area…
Forum: Themes and Templates
In reply to: [Forever] forever tags at top and bottom of contenti realised, that i had to hard code in the #main to be height 500px. so its working now with the function…
Forum: Themes and Templates
In reply to: [Forever] forever tags at top and bottom of contentI’ve tried this:
wpautop control, which doesn’t work,
and this:
remove_filter( ‘the_content’, ‘wpautop’ );
which does remove the top, BUT, it creates a huge gap at the bottom content and the footer!
the website is: https://waxedwaxbar.pplsnet.com/
I’ve taken out the filter for now
Forum: Themes and Templates
In reply to: [Forever] 1 inch gap above headerthank you thank you thank you once again!!!
I’ll start working in the chrome inspector more often…
I couldn’t figure it out in the firefox one.thank you so much!
Forum: Themes and Templates
In reply to: [Forever] 1 inch gap above headerI was using the firefox inspector, but still couldn’t figure it out.
I’ll go and try chrome. i like the color aspect!I’ll give it a try and let ya know! thanks!
Forum: Themes and Templates
In reply to: [Forever] 1 inch gap above headerslap on head!!!! LOL!
Forum: Themes and Templates
In reply to: [Forever] menu colors, font, sizeThank you. but in the end, I got rid of the jetpack css edit, and put everything I learned into a child style.css and went that route.
Forum: Themes and Templates
In reply to: [Forever] forever-child .custom-header {Thank you!
it worked!Forum: Themes and Templates
In reply to: [Forever] forever-child .custom-header {a little update. It seems, that the inc/custom-header.php file gets called AFTER the forever-child style.css.
I read somewhere, where you go and remove_action in the child functions.php file and then add_action to the same function, but named differently it would work. here’s the link
well, it doesn’t and I get an error.
so I suspect i’m doing something wrong.I have provided a pastebin so hopefully someone can easily spot what i’m doing wrong!
Thank you!
Forum: Themes and Templates
In reply to: [Forever] forever-child Fatal errorWOOOHOO! that was it. thank you! thank you! thank you!!!
its all working properly now!