Lee_L
Forum Replies Created
-
So is this the correct syntax to insert the ability for a visitor to vote using multiset on a separate page ? [yasr_visitor_multiset setid=0 postid=”xxxx”]
xxxx = id of the page with the review
Thanks ecdoesit because those pages are not obvious and didn’t make any sense.
So you should combine these to determine the SET as well as the Multiset id or does the postid determine the SET as well ?
And yes I will not be showing the post page, I need to integrate this into another plugin that shows products.
Forum: Plugins
In reply to: [Review Content Type] Is there a demo available somewhere?A demo would help encourage others to download and try the plugin.
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??Great job and fantastic support on resolving this issue. Anyone using this plugin should update to the latest version.
Love the new Tab feature !!!
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??Here is more information….
As a test I added a second to tab to see if this made any difference it does.
The first user Content Tab still does not display the info BUT the second Content Tab I added is WORKING.I hope this additional information helps.
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??Sure. I am taking a look at the Theme right now to see if that is causing the problem.
That part of the site is not yet public so if I send the line to Contact@ will you get that email ?
Lee
update: i switched to the basic theme included with WP and still same problem. So I assume its not a theme issue.
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??I have definitely refreshed, cleared browser cache, tried incognito mode and two different browsers, iphone. I tried Firefox as well and the same results.
I thought it might a short code issue or because I was copying and pasting the short code so I typed it manually and I pasted the code into a text editor first and no difference.
The TABS are working perfectly just that the Content is not being displayed.
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??Rustaurius I would hope others jump in to this discussion to make sure its not just my system, but I am having a heck of a time getting anything to show up in the Tab Content feature.
What is happening is the shortcodes or text is working BUT not being displayed in Google Chrome, Safari or on the iPhone.
When I look at the “source” of the web page I see the content but is there but not be displayed via the browser. I have disabled every extension and every plugin except UPCP and still no display.
Anyone else having this problem ?
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??Thanks I will. And I am thrilled with the work you doing. This is starting to become my second favorite plugin. ??
By the way I did discover a tiny tiny bug that you might want to look at next release.
– If you are in the Products Admin section and you are looking at the Add Products, if you click on the arrow in the upper right to step through the pages of products with the single arrows. It allows you to go past the number of pages that exist.
For example I am testing with 35 products which takes up two pages. If I click on the arrow when on the 2nd page, it goes to the 3rd page which of course doesn’t exist. You can click away to as high as you want. BUT if you click the double arrow to go the the end it works correctly.
No even worth mentioning but thought you might want to know.
Thanks for the great work.
Lee
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??I agree including other content could cause havoc but if it were easy everyone would be doing it. LOL We spend half of our time making a site work and look like we want.
Thanks for the tip on the Tabs, I didn’t realize there was an update.
I just checked it out and so far it looks like a great feature.Do you have any examples of using the “content” field for short codes and does that mean there are new short codes that have been added ?
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??Thanks. And I think this would make your plugin even MORE flexible and extensive.
Something that I have not seen others do and that would be to have a shortcode help atrribute.
Example: [product-catalogue id=’help’] would display all of the possible shortcode options and attributes. I know this is a pain and requires more coding and probably something WordPress should implement as framework to short codes, but sure would save you a lot of support headaches.
Final question (I hope) ??
Is there any reason I can not substitute another plugins shortcode for the code included in shortscodes.php for Reviews ? I tried this and was not able to get this to work and wanted to know if there is something required to call another plugin from within shortcodes.php ?
Any gotchas or things to look for when replacing shortcodes in the php file ?
Forum: Plugins
In reply to: [Ultimate Product Catalog] ALL Shortcodes listed in One Place ??Thanks for the reply.
I thought there were also additional attributes to shortcodes that allow you turn on and off certain display features. Are these also documented some where ?Is there not a shortcode to call a specific Product in the Catalogue ?
Also, how difficult would it be to allow admins to enter shortcodes into the Review tab ? Or if we could define our own Tab and have a text field to enter our own shortcodes.
There are a number of other product review plugins that would really round out the excellent job you have done on the Product Catalogue.
function UPCP_Add_Product_Reviews($Product) { $ReturnString = do_shortcode("[ultimate-reviews product_name='" . $Product->Item_Name . "']"); return $ReturnString;
Forum: Plugins
In reply to: [Ultimate Product Catalog] Suggestion: Product Review CodeI did find the shortcode information of course in of all places the SHORTCODES.PHP file ??
I notice that the short code passes the “item name”. This does not seem to be very unique because couldn’t there be more than one product with the same item name ?
Forum: Plugins
In reply to: [Ultimate Product Catalog] UPC Breaks my ThemeI believe I found the problem and it was as issue with Cloudflare.
I will continue to work on this and I continue to have any other issues I will post more questions.