atomikpop
Forum Replies Created
-
Forum: Plugins
In reply to: [Secondary Title] Span Class and CSSFinally got it to work using:
echo “<div class=’secondary-title’>”. get_secondary_title() .”</div>”;
Also found an error in my style.css file that may have been causing issues.
Thanks for your assistance , Kolja – I appreciate your time.
- This reply was modified 6 years, 7 months ago by atomikpop. Reason: Corrected a typo
Forum: Plugins
In reply to: [Secondary Title] Span Class and CSSI have created a class php file that extends the Genesis Featured Post widget (see https://sridharkatakam.com/relocate-titles-genesis-featured-posts-widgets-output/).
When I use echo the_secondary_title() it works but has no style.
I have tried the following:
echo ‘<span style=”color: blue;”>’the_secondary_title()'</span>’;
However, the echo command immediately above crashes my site.
Forum: Plugins
In reply to: [Secondary Title] Span Class and CSSYes, I have an echo statement in the php file of the widget.
I have tried inline style, span class, and div class.
I have saved the div code here – https://atomikpop.com/farel
Nothing seems to work.
Forum: Plugins
In reply to: [Secondary Title] Span Class and CSSI used echo get_secondary_title.
I’d prefer to use a div class but when I try to create a div it breaks my site.
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] Social Warfare and YoastThanks, Christine.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Exclude social share data? — Social WarfareThanks!
Forum: Plugins
In reply to: [Display Featured Image for Genesis] Move Title UpThanks!
Forum: Plugins
In reply to: [Related Posts for WordPress] CSS and Image SizeSolution:
1) install and activate Regenerate Thumbnails plugin by Alex Mills
2) Go to Settings > Media and increase thumbnail size
3) Go to Tools > Regenerate Thumbnails
4) Regenerate thumbnails for featured images
Forum: Plugins
In reply to: [Related Posts for WordPress] CSS and Image SizeOkay, I think I am figuring this out. I have the thumbnail set to 33%, but the image is smaller than that, leaving a gap between the image and the text.
I have gone into my settings and increased the thumbnail size and regenerated them. However, this seems to have no effect on how the thumbnails are displayed. There is still a gap, and it appears to be the same size as before.
Maybe I am changing the wrong image size. What image size is this plugin using to generate the displayed image?
Forum: Plugins
In reply to: [Related Posts for WordPress] Styling post title linksFor others looking to style the related post titles, here is the css I added:
.rp4wp-related-posts a {color: #0000ff !important;font-size:20px !important;font-weight:bold !important}
Forum: Plugins
In reply to: [Related Posts for WordPress] Styling post title linksJennifer, could you please post your css code for modifying the style of the title?
Forum: Plugins
In reply to: [PayPal IPN for WordPress] IPN data updating some — but not all — pluginsThank you for the info. I deactivated all of my plugins and then re-activated them one by one. The plugin that was not working is now receiving data. I will test the others over the next few days and look into your Forwarder. I greatly appreciate your assistance.
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link button to shortcodeThanks, Bas. I’ve opened a ticket with the author. Appreciate your time and will consider MaxButtons regardless.
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link button to shortcodeThe free version is PayPal Buy Now Button by Scott Paterson. It’s on the WP repository at https://www.ads-software.com/plugins/wp-ecommerce-paypal/
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link button to shortcodeBas, I’d like to use MaxButtons with Easy PayPal Button Pro by Scott Paterson (WPPlugin).