Pat
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Paypal refunds fail – No Transaction IDHi Rob,
Did you ever resolve this issue? I am having the same problem.
Thanks,
PatHappening with me too.
Forum: Fixing WordPress
In reply to: Randomize a list of most recent postsWhich plugin in particular?
I would like to avoid using one if I could. I am trying to make the function in order to include it in a shortcode that can be called from the post content.
Forum: Plugins
In reply to: [MailChimp Forms by MailMunch] Scroll boxThank you. The support ticket concluded that I only had to clear the cache (or use incognito mode) for it to start showing up on my end.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Extensions Recommendations for Woocommerce (Vendors)Hi Terry,
I have WC Vendors installed. It was actually the first I tried. While it is good for setting up the vendors, I’m not sure I can charge the vendors subscription fees for access. I think I am missing a component to allow this.
It’s a good start, however…
Thanks!
Forum: Themes and Templates
In reply to: "Read more" not behaving on my Page templateNevermind. I figured out the user-error.
The $more=0 function does in fact work, but it needs to be attached to the correct loop. I was putting it before the call for the page’s content instead of the call for the post list’s content.
DERP.
Forum: Fixing WordPress
In reply to: Best way to make a "hub" pageI’m starting to think it’s not a tag template. So please ignore that portion. Page or post?
Forum: Plugins
In reply to: [YOP Poll] Surrounding poll with textThanks for the response. I am still having trouble with it.
Is it literally #yop-poll-container-%POLL-ID% or would it be (in the case of my example) #yop-poll-container-2 ?
Forum: Plugins
In reply to: [My Visitor Counter] danger / hazard / risk*when I saw the same thing on my site. The owner of clubumoja.com would need to do the same uninstall.
Forum: Plugins
In reply to: [My Visitor Counter] danger / hazard / riskI saw the same thing. When I deactivated “Google Analytics Dashboard for WP”, it went away.
Forum: Plugins
In reply to: [Google Analytics Top Content Widget] Anyway to Include Thumbnail ImagesIn the google-analytics-top-posts-widget.php file there is the following code:
$list .= apply_filters( 'gtc_list_item', '<li><a href="'. $url .'">' . $title . '</a></li>', $page, $wppost, $counter );
Wouldn’t changing this to something like the following produce the thumbnail:
$list .= apply_filters( 'gtc_list_item', '<li><code to generate thumbnail><a href="'. $url .'">' . $title . '</a></li>', $page, $wppost, $counter );
Perhaps someone with better coding abilities could shed some light on this?
Forum: Plugins
In reply to: YouTube SimpleGallery – Video not aligning correctly on pageThis occured with me, except only in IE7 or less. To fix it, I created a css file just for earlier IE browser with the following code:
#youtube_gallery_item_1 { margin-left: -135px; }
Shameless related plug: https://testofmanhood.com/35
I had the same problem with my site, then I realized that youtube is now producing their links in a format different than YouTube Simple Gallery is designed for.
Reference: https://testofmanhood.com/video-gallery
I grabbed the link: https://www.youtube.com/watch?v=o0mZJcVfmaM but I just got a grayed out link.
I then removed the “watch?” and changed the “=” after the v into a “/” to create: https://www.youtube.com/v/o0mZJcVfmaM
The plugin then worked properly.
Are you getting broken video links? I had the this problem with my site, then I realized that youtube is now producing their links in a format different than YouTube Simple Gallery is designed for.
Reference: https://testofmanhood.com/video-gallery
I grabbed the link: https://www.youtube.com/watch?v=o0mZJcVfmaM but I just got a grayed out link.
I then removed the “watch?” and changed the “=” after the v into a “/” to create: https://www.youtube.com/v/o0mZJcVfmaM
The plugin then worked properly.
I had the same problem with my site, then I realized that youtube is now producing their links in a format different than YouTube Simple Gallery is designed for.
Reference: https://testofmanhood.com/video-gallery
I grabbed the link: https://www.youtube.com/watch?v=o0mZJcVfmaM but I just got a grayed out link.
I then removed the “watch?” and changed the “=” after the v into a “/” to create: https://www.youtube.com/v/o0mZJcVfmaM
The plugin then worked properly.