srcasey
Forum Replies Created
-
That fixed it!
Thank you so much!
Thank you.
This is for reference:
function __construct ($input = null, $offset = null, $limit = null, $conditions = null) { if ( $offset !== null ) $this->offset = $offset; if ( $limit !== null ) $this->limit = $limit; [line 114 ->] if ( count($conditions) > 0 ) $this->conditions = $conditions; if ( !empty($input) ) $this->parse($input); }
Sure. It’s what was given to to me above:
Thank you. As a quasi-newbie at this I made an attempt to update it. Here is the result:
https://socialreads.net/points-scoreboard/
Not sure where I went wrong.
Yes I’m still having this issue. When I adjust the field widths of the items in question it affects all fields on the page. I’d like to adjust the width of only 3 fields on the page.
You guys are life savers! Thanks so much again!
Sure. Here you are:
Facebook: Share for points! <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <p>mycred_link amount=1 href="https://socialreads.net/fb_redirect_f13" target="_blank"]<img loading="lazy" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Facebook_icon.svg/256px-Facebook_icon.svg.png" alt="" width="58" height="53">[/mycred_link] </html> =========== Pinterest: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <p>[mycred_link amount=1 href="https://socialreads.net/pin_redirect_f13"]target="_blank"]<img loading="lazy" src="https://upload.wikimedia.org/wikipedia/commons/0/08/Pinterest-logo.png" alt="" width="58" height="53">[/mycred_link] </body> </html>
- This reply was modified 4 years, 6 months ago by srcasey.
Hi again. I tried to use the same code for Facebook and Pinterest but the shortcode placement didn’t work correctly for them as it did for Twitter.
I tried to paste the code here for both but it doesn’t display correctly. Instead, here’s the page:
https://www.socialreads.net/view/action-and-adventure/entry/13
Thanks in advance.
So sorry for the late reply.
That worked perfectly! Thanks so much!
Forum: Plugins
In reply to: [Max Mega Menu] Scrolling menu not showing arrowsThat worked!
Thank you so much!
Ok, thank you. I wish I had known this 1 month ago. :-/
Forum: Plugins
In reply to: [Max Mega Menu] Scrolling menu not showing arrowsThanks Tom, but to clarify I *want* a long vertical list where an arrow appears to scroll down.
Forum: Plugins
In reply to: [Max Mega Menu] Scrolling menu not showing arrowsThank you. The sub-menu is already a Megamenu. I need the items to scroll vertically as opposed to horizontally.
Perhaps I misunderstood your reply.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] How to share a Gravity View pageThank you for getting back to me.
Here’s my setup:
– [Sassy_Social_Share] shortcode on the page (view) I want to enable sharing on
– “Enable Standard sharing” – checked
– Target URL set to “URL of the webpage where icons are located”Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Restrict certain shortcodesThank you! Turns out that I was testing it incorrectly but I went ahead and removed the “…” also.
Thanks again.