TheTJ
Forum Replies Created
-
Forum: Plugins
In reply to: [Subtitles] Space BetweenPerfect! Thank you so much!
Forum: Plugins
In reply to: [Review Content Type] Button StyleThank you.
Forum: Fixing WordPress
In reply to: JetPack Social Media Icons CustomizationI did go ahead and post it to their support page too in case I misunderstood them.
Forum: Fixing WordPress
In reply to: JetPack Social Media Icons Customization@t-p I did contact them via their email, but they said to post my question here.
Forum: Fixing WordPress
In reply to: Social Warfar Popular Posts Widget Thumbnails@t-p actually I already contacted them about this matter and they said they are unable to help me, but that it is possible and to get in touch with someone who knows how. Hence my reaching out here. 🙂
Forum: Plugins
In reply to: [AddToAny Share Buttons] Remove from PageOk, that did it. I just checked for it to display on pages and the checkbox reappeared. Problem solved. Thank you kindly!
Forum: Plugins
In reply to: [Genesis Simple Hooks] Visibility HelpThat did the trick! Thanks for your help, Nick! 😀
Forum: Plugins
In reply to: [Genesis Simple Hooks] Visibility HelpHi, Nick. Thanks. 🙂 I got the HTML to work perfectly. 😀
However, I can’t get the php bit to work. I’d like this bit of PHP to show only in single posts (I have no single.php file so can’t do that, hence the reason I’m trying to use Genesis Simple Hooks):
<?php zemanta_related_posts()?>
I’ve tried to make sense of codex stuff and put it to work, but I just can’t get it. 🙁
Forum: Plugins
In reply to: [Recipe Card] Change Button LocationFollowing up. Thanks!
Btw, my website is http://www.measuringflower.com since I didn’t post that last time.
Forum: Plugins
In reply to: [Recipe Card] Add Text to YieldFollowing up. Thanks.
Btw, my website is http://www.measuringflower.com since I didn’t post that last time.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Blog PageAnybody know?
Forum: Fixing WordPress
In reply to: Permalink Settings Help NeededFollowing up. Thanks. 😀
Forum: Fixing WordPress
In reply to: Permalink Settings Help NeededSo you’re saying I came change it from Month and Name to the desired Post Name and it should automatically redirect all the posts? I just tried it and it didn’t do it. Maybe it takes a while for it to happen?
Forum: Plugins
In reply to: [Easy Footnotes] Move Footnotes Above Related ContentSo for some reason, when I change it to 18 it breaks my home page (see pic) and does nothing to move the footnotes. I changed the number to several different random numbers, cleared my cache, tried several browsers, and it doesn’t budge.
Pic: http://www.measuringflower.com/wp-content/uploads/2015/10/screensot.png
Forum: Plugins
In reply to: [Simple Drop Cap] Font, Height, etc.Hi, Mauris. Thanks for getting back so quick!
Ok, I got the font to work. I was putting it in the plugin’s Custom CSS Style and it didn’t work, so I tried in my style.css and that got it working. 🙂
However, it’s not making any changes when I play with the padding, font-size, and line-height. I put it in like this in style.css:
.wpsdc-drop-cap { padding-top: 0px; padding-bottom: 10px; font-size: 20px; line-height: 20px; font-size: 1em; line-height: 0.2em; font-family: 'Special Elite'; }Am I doing something wrong? I’m semi-knowledgeable at this stuff, but sometimes I have a hard time fully grasping it.