ipunkbali
Forum Replies Created
-
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] new checkbox ?@bestwebsoft: “yet we are considering implementing this option in future.”
What do you mean by considering.. you have to! otherwise change the plugin’s name to something other than Google re-Captcha.
Forum: Themes and Templates
In reply to: [Surfarama] Reducing image size on homepage of most recent postMe too, I notice this slows down the site.. Also, the css size is huge.. maybe put javascript in the footer will improve speed too
Forum: Themes and Templates
In reply to: [Surfarama] Can't add Google AdSense, any solutions ?Are you sure you’re putting the right adsense code? adding adsense is EASY!
WHat’s ur site?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove left sidebar@izziebot, I dont think using css is the cleanest way to remove sidebar, i still can see your blank #secondary div. Its just hide it, not remove it. This should be done with php functions.
Hopefully the theme author will help this issue.
Why on earth magazine theme has 3 columns??
Even mashable.com, cnet.com, forbes.com and cnn.com dont have 3-columns except their homepage.I notice after using 2014 theme my revenue drops 50%.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Show entire posts in mobile viewAdd in your child theme
@media screen and (max-width: 400px) {
.list-view .site-content .cat-links,
.list-view .site-content .entry-content,
.list-view .site-content .entry-summary,
.list-view .site-content footer.entry-meta {
display: inline;
}
}Remove .list-view .site-content .cat-links if you dont want category link to show up
Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to center the whole siteOK, FIXED IT. FORGOT to activate the TwentyFourteen-Child theme.
#page {
margin-left: auto;
margin-right: auto;
}Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to center the whole siteI CANT BELIEVE no one can fix this problem.
Forum: Themes and Templates
In reply to: [Point] How to Change logo?thank you so much. It works now 🙂
it was blank cos i set the link URL to none.
Forum: Themes and Templates
In reply to: [Point] How to Change logo?it shows my Title tag – text
Resolved! it was cache thing!
Forum: Fixing WordPress
In reply to: How to remove Admin/User Bar on WordPress 3.1?thanks, but its not working.
I logged on as a member, not ADMIN, and still see the bar. 🙁
Theres also option “Save popular search terms as post tags” Do i have to select this? yes or no?
Because one of my post now has 300 tags! that is insane.
HI, im using this plugin too.
Instead of the new link page opens in the same window, can I modify so it opens in the new window? thanks.
Forum: Plugins
In reply to: what plugin to show page1,2,3.. instead of “older post”?Thank youuu….
Forum: Fixing WordPress
In reply to: How to fix my page nav-bar?<div class=”span-24″>
<div style=”margin-top:2px;”>
<ul id=”nav”>
<li <?php if(is_home()) { echo ‘ class=”current-cat” ‘; } ?>>“>Home<?php wp_list_pages (‘exclude=991,29&depth=1&orderby=name&order=ASC&title_li=’); ?>
<li class=”forum”> a href= “http://www.justinbieberzone.com/forums/” title=”Forums”>Forums
</div>
</div>