quenster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Chosen] Removing Inline CSSSolved =)
It’s actually all on Chosen Gamer’s style.css, but somehow is not showing properly as it was before the update 🙁
Ouch. Had to clean up some of the code. Sorry!
- This reply was modified 7 years, 3 months ago by quenster. Reason: Clean Up Code! Fixed!
Hey Ben. It broke, but I managed to fix already. All done now on Chosen functions. Right now needs to fix my custom CSS that is gone with the update. Thanks!
I removed the code from Chosen Gamer. Site is back, but it don’t show the Widget Footer! Please help!
Forum: Themes and Templates
In reply to: [Chosen] Widget MenuAll sorted out on Chosen Gamer Support Forum. Thanks for the attention Ben.
Forum: Themes and Templates
In reply to: [Chosen Gamer] 3-Widget Area on FooterYeah. All sorted out. Thanks for the attention and for this great minimal theme. Keep it up the good work 😉
Forum: Themes and Templates
In reply to: [Chosen Gamer] 3-Widget Area on FooterHey Ben. Thanks for the quick reply. Here’s the site – http://www.sapoha.com.br
I double checked the register-sidebar code and adjusted the html side. It looks great on Mozilla, but somehow not on Chrome. Perhaps some issue on my Chromium browser on Ubuntu. Can you check how it looks on your side? Thanks!
- This reply was modified 7 years, 10 months ago by quenster. Reason: Browser Chromium
Forum: Themes and Templates
In reply to: [Chosen] Widget MenuHey Ben, I’m using Chosen Gamer on a project and was asked to add a 3 Widget Area on the Footer. I did created the Widgets Areas, but somehow it does not display the 3 divs side-by-side.
Here’s the CSS
.footer-item { float: left; width: 33%; padding-bottom: 10px; } .footer-item ul { padding-left: 15px; }and the html code
<div class="footer-item"> <?php if(is_active_sidebar('rodape_widgets-1')){ dynamic_sidebar('rodape_widgets-1'); } ?> </div> <div class="footer-item"> <?php if(is_active_sidebar('rodape_widgets-2')){ dynamic_sidebar('rodape_widgets-2'); } ?> </div> <div class="footer-item"> <?php if(is_active_sidebar('rodape_widgets-3')){ dynamic_sidebar('rodape_widgets-3'); } ?> </div>I ran a quick lookup on the the theme CSS, but could not locate the code that is blocking the divs to show it properly. Can you help me out on this?