neofilm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] How do I add padding to anchorsI can’t even log into your site. It sounds like you’re suggesting I buy this before fixing it? I’m not even absolutely certain I can ultimately use this theme yet. I’ll wait.
Forum: Plugins
In reply to: [bbp style pack] Page title issuesthanks, I tried enabling compatibility more than once. I think I went through all the optoins provided by BBStyle.
I didn’t look at it on mobile but on a computer the forum title is flush at the top. The forum titles appear under my logo and navigation bar. The theme developers insist it’s a BBStyle problem.
As for the theme I’m using, I was far from styling it. So, I don’t even care what it looks like really. I was testing it. It’s a Blockstrap child theme for Geodirectory from Geodirectory and I’m trying to find a theme that will work best with their plugins assuming their theme would. From what I can it’s a disastrous waste of time. So, for various reasons, at this point I’ve basically given up on that theme.
Have a great day. And if someone can figure out a fix I would still like to know since in the event anything changes with that theme. And if it is a BBStyle issue you would probably want to fix it. So, hope to hear back!
Forum: Plugins
In reply to: [bbp style pack] Page title issuesthanks for sharing, I’m just having troubles with the “Page” title showing at the very top of the page behind and through my themes navigation.
Here’s what the theme developer said:
“I can immediately see the issue on your site and I do sympathize.
Here’s some CSS to drag the title out of the headerbody.topic h1.alignwide.wp-block-query-title {??? margin-top: 60px;??? margin-bottom: 2rem !important;}
The margin bottom is inline so it requires !important to override it, and it may still not work when you add it to the site. Again, I recommend you get in touch with the plugin authors for bbpress and that styling addon because they maybe able to prove more help.”
I haven’t tried the CSS because of other issues going on with the theme. But maybe this will help somehow…
But it’s the same problem! this just makes it more difficult. But, ok…
I’m having the same problem ??
VeganLinked.com is my website.
At the bottom in the footer where they normally display it just shows the shortcode.- This reply was modified 3 years, 4 months ago by neofilm.
Forum: Themes and Templates
In reply to: [Attitude] Remove or edit info in footer?Nevermind, I hadn’t “activated” the child theme;) Thanks!!!
Forum: Themes and Templates
In reply to: [Attitude] Remove or edit info in footer?Hey, I tried this and it didn’t work.I need to remove the “powered by…” information in the footer.
-
I created a child theme.
I created a functions.php and put it in the child theme directory
I added to the functions.php:<?php
// Remove old copyright text
add_action( ‘init’ , ‘mh_remove_copy’ , 15 );
function mh_remove_copy() {
remove_action( ‘attitude_footer’, ‘attitude_footer_info’, 30 );
}
// Add my own copyright text
add_action( ‘attitude_footer’ , ‘mh_footer_info’ , 30 );
function mh_footer_info() {
$output = ‘<div class=”copyright”>’.’Copyright ? [the-year] [site-link] Powered by: SUPER MARTIANS FROM MARS! ‘.'</div><!– .copyright –>’;
echo do_shortcode( $output );
}
?>And nothing happens. Please help. It’s for https://www.AlmightyMeals.com