Chris G
Forum Replies Created
-
Forum: Plugins
In reply to: [Quads Ads Manager for Google AdSense] Ads not showing up at allI’m having a problem with the plugin not showing an adsense ad after the 2nd paragraph on posts. What’s strange is it shows the ad block on my most recent blog post, but all other posts it’s not displayed. The source code shows it on the most recent post, but there’s no WPQUADS code on any of my old posts. I’ve verified that it’s not turned off on a single post basis. Thanks. My site is http://www.stopidentityfraud.org. You can see on this post http://www.stopidentityfraud.org/2016/04/14/credit-report-errors-might-identity-theft/, the 300×200 block is displayed in content. But if you look at any other post, it isn’t showing. Any idea what I can look for to correct this?
Forum: Fixing WordPress
In reply to: Paste text from Word feature dissapearedYeah I noticed this as well.
Forum: Fixing WordPress
In reply to: Insert/Add Link IssueCleared the cache and it didn’t fix it. Cleared it one more time and that seems to have done the trick. Strange.
Forum: Themes and Templates
In reply to: [Shell Lite] Changing page/post font style, size & line heightI never made a child theme for this on and I’ve heavily modified the theme, so there’s probably no going back at this point. I haven’t been adding !important to the styles, that may have been the problem.
I’m actually trying to get a font style and spacing like this. I think the font is Droid Sans (google font). http://bleacherreport.com/articles/1659070-2013-mlb-mock-draft-complete-first-round-projections
Thanks.
Forum: Plugins
In reply to: [GD Star Rating] Reduce number of stars from 10 to 5Go to Setting. Choose the Articles tab. On the top right, select Number of Stars to 5. Save Settings. Done.
Forum: Plugins
In reply to: GD Star Rating – Only Show Stars & Using Multiple Star SizesWell I managed to figure it out so here’s what you need to do if you want to have one size star rating on the blog page and another sized star block on a category or archives page.
First go to T2 templates on your WP dashboard and find #10 Default Standard Rating Block.
Click Duplicate on the right side.
If you want to only show the star rating, with no additional text go into your newly duplicated template and remove everything except
<div class="ratingblock %CSS_BLOCK%"><div class="ratingstars %CSS_STARS%">%RATING_STARS%</div></div>This will only show star ratings when you use this template.
Now go to your cat or archives.php page in WP and insert the following php call where you want the rating block to show.
<?wp_gdsr_render_article ($template_id=46, $read_only=true, $stars_set="plain", $stars_size=12, $stars_set_ie6="plain", $echo=true) ?>Replace the template number with the number of the template you created in the first steps. You can also specify which star style and size you want by changing those parameters in the call above. If you want people to have voting ability, change read only to false.
Hopefully this will help others who’ve been trying to figure out how to use multiple star sizes in different areas of your blog or site.
Forum: Themes and Templates
In reply to: Need to Split Homepage Blog Excerpts into 2 columnsOk. I tried them first but they won’t help with this, since it’s outside the realm of what they offer in the theme.
Forum: Everything else WordPress
In reply to: Can we change avatar?It’s gravatar based. So you either need to change email addresses that you use on this forum, or go to Gravatar.com and change your photo associated with that email address.
Forum: Hacks
In reply to: Trying to pull Custom Field value into this code.Thanks Rev. VooDoo. That did the trick. Much appreciated.
Forum: Hacks
In reply to: Trying to pull Custom Field value into this code.Tried that one..it breaks the post with php errors.