Learn Reputation Box askbug theme

4.43K viewsThemes
0

Hi,

First of all, this plugin and theme looks great!

How can i remove the “What is reputation? Learn more about the reputation system” box?

Attachments

exampleee.png
0

That’s the really weird thing here, its the other way round.

I see the following code in home.php…

<div class="widget">
						<div class="border-box">
							<h3><?php _e('What is reputation?', 'ab'); ?></h3>
							<p><?php _e('Learn more about our reputation system and how to earn them.', 'ab'); ?></p>
							<a href="<?php echo home_url( '/reputation-faq' ); ?>" class="btn btn-xs"><?php _e('Learn more', 'ab'); ?></a>
						</div>
					</div>

…which I take to be the placeholder. But it doesn’t show up.  I want the reputation box to show up so I have had to place the code into a text widget to get it to show on the home page.

Odd behaviour, no?

1

Thanks.

This are default placeholder widgets. When you add widgets to home and sidebar positions then it will vanish.

Great! Thank you for the fast support as well!