Studio Hyperset
Forum Replies Created
-
Hi, Susan:
I’ve tested these variables on a “clean” install of WordPress 3.5, which is running the Twenty Eleven theme and no plugins save Page-Links Plus. I’m afraid I can’t recreate the problems you describe so I assume the issue lies elsewhere, most likely with an outdated version of WP or a conflicting plugin.
Also, make sure you’re wrapping your content in best-practices HTML tags (e.g.,
<p>,
<ul>, &c.).Page-Links Plus looks for those tags in a number of ways.
Keep us posted on this issue.
Hi, Susan:
That’s correct. For now, leave your other plugin files as they are. There may be some sort of plugin conflict, but, for now, let’s just uninstall and delete all the PLP plugin files and reinstall the files I sent you via email.
Hi, Susan:
Let’s try this first.
Uninstall and delete all the plugin files on your server. Then, reinstall the files I sent you via email.
If that doesn’t fix the issue, we’ll start digging into the details.
Thanks for your patience.
Hi, Susan:
First, thanks so much for your purchase, and I’m sorry for the trouble you’re having.
Second, I’ve just sent an updated batch of files to the email address you used to purchase the PLP module set. Let us know if this doesn’t fix the various issues.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] the free option doesnt workWhat kind of trouble are you having, avi.avital? Please be as specific as possible.
Note that, in your new “gallery” shortcode — “slideShowProSCgallery” in the above example — you still use the “album” naming convention.
Only the number refers to a gallery.
You can edit this plugin so that it accepts galleries as well as albums.
Here’s how I accomplished the task.
1) In the slideshowpro_sc.php file, copy everything between /* SHORTCODE */ (line 250) and the terminal curly brace “}” on line 324.
2) Paste this code just below line 324 and above “/* ADD SHORTCODE BUTTONS TO MCE */.”
3) Rename this new, second shortcode/function by changing “slideShowProSC” to, for example, “slideShowProSCgallery.” You’ll need to do this in three places: beside “add_shortcode” (two values) and, in the line below that, beside “function.”
4) Scroll through the function and chance instances of “album” to “gallery” in three places:
<div id="gallery-'.$album.'" class="ssp">id: "gallery-'.$album.'",xmlFilePath: "'.$ssp_install.'/images.php?gallery='.$album.'",
Make sure you leave the
$album.variable as is.5) Reference your new shortcode when you want to embed a gallery instead of an album. For example, using the name above:
[slideShowProSCgallery album=”8″]
Hope this helps.
Forum: Plugins
In reply to: [BuddyStream] BuddyStream – can't get it working – help?Don’t expect any response here, parakeet, here or on the “BS” site.
That’s not really the point, chlitto.
Blame-shift to the consumer if you like, but paid WordPress plugins carry special customer service burdens, and the end-user has a right to expect better-than-average performance. This goes doubly for a plugin like BuddyStream that costs more than $50.
When a developer like Blackphantom sells a defective plugin, and makes no reasonable attempts to fix it, offer support, or provide refunds, it’s engaging in deception and petty theft.
The consumer bears some responsibility for his/her purchase. Hence my “Caveat emptor” comment. However, they have a right to expect retailers who sell defective products — either knowingly or unknowingly — to make amends.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Broken linkVery kind, Gulliver.
WordPress represents a significant contribution to humanity — to human literacy more specifically — and developing useful add-ons is a privilege.
Take care.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Broken linkI’ll look in to this and see if I can’t recreate it and, if necessary, adjust the plugin to accommodate this specific usage.
Thanks so much for articulating the issue.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Broken linkAh, ok.
This is good to know, I suppose: one can’t use multiple instances of wp_link_pages without really confusing the framework. It never occurred to me to try this, but I can see why, in certain instances, one might want more than one page list on pages/posts.
It might be worth opening a development ticket in the WP trac:
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Broken linkThat’s good news re: the plugin.
I don’t see anything abnormal in this wp_link_pages code, or anything that would conflict with Page-Links Plus. I wonder if the dual instance isn’t “confusing” WordPress, that is, interrupting the function’s pagination calculation.
Perhaps try removing the second instance? See if that fixes the issue.
If not, it might be worth an email to the theme developer.
I’m marking this “resolved” since we’ve established the problem isn’t Page-Links Plus related.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Broken linkHi, Gulliver:
I’ve just now retested the stand-alone “single page” plugin on three of my sites — including a clean, default WP install with the 2012 theme — and I can’t recreate the problem you describe.
Would it be possible for you to share some screenshots with me? I suspect we’re dealing with a theme issue and/or a plugin conflict.
If you can, it’d also be quite helpful if I could see your theme’s wp_link_pages function. This usually appears at the bottom of your page.php/single.php template or in your footer.php file. We might be able to fix this issue by removing or adjusting some of the native parameters.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Broken linkHi, Gulliver:
Are you using any of the Page-Links Plus modules or are you only using the free, “single page” plugin? If you haven’t purchased anything, and are only using what’s available from the WP plugin directory, it’s the former.
Let me know, and we’ll start drilling down on this.