dpeschio
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments] Comments show in WordPress but do not post to FB feedI had to take the test link down… but you can still see the issue here: https://www.humanrightsissues.com/diplomat-jim-patterson-and-the-korea-world-cup-team/
Found this: Check your permissions in AdRotate settings, resaving it will probably fix it.
and it worked –Forum: Plugins
In reply to: [Related Posts by Taxonomy] Filter by a single tag?I will need to filter by many different tags. I am investigating building a custom post type that will display related posts by tag. That may be the answer. I’ll let you know at the end of the day.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Filter by a single tag?Thanks for the quick response. Unless I am misreading the codex, the gallery shortcode will not work.
The page I have linked as an example is for a specific brewery. It’s tagged with the brewery name, its location, and a general category. What I want to show in related posts are all other posts tagged with the brewery name – in this case Catawaba.
Its sounds like filtering to this level is not possible with your plugin?
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Filter by a single tag?Here is where I’m testing it: https://ashevillealetrail.com/catawba-valley-brewing/
Forum: Plugins
In reply to: [Etsy Shop] Was working fine – now I'm getting API request failedInstead of going through all it would take to figure this out, I just used a etsy mini shop and imported the content that way. its was workable solution for us.
Forum: Plugins
In reply to: [Etsy Shop] Was working fine – now I'm getting API request failedI love network solutions – avoid hosting with them whenever possible.
Forum: Plugins
In reply to: [Etsy Shop] Number of items per rowYou can hack the etsy-shop/etsy-shop.php file. Look for the line of code at about line 114 that reads:
if ( $n == 4 ) {
For me, this was displaying 3 items across. I changed 4 to 3 and now it displays 2 across.
So we still have no resolution on this?…
So whats another plug in I can use to pull vimeo groups?Additional js error info:
Error: Permission denied to access property ‘toString’
…m.type(a)!==”string”&&(a=b(a,false));s(a)}t.debug(“<- Sent”,a)}function c(a){var…
https://a.vimeocdn.com/p/1.4.31/js/player.core.opt.js Line 70Also – this issue is NOT resolved – so I changed the tag
jazzguy – Same thing still happening – intermittent issue so its hard to track. Its seems that every 3rd or 4th page load it will not connect.
Please add any info gathered to this thread. I’ll do the same.
Thanks!
oh – I am using [raw] [/raw] around the short codes
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Hide a row if not logged inThank you so much Tobias – that was a rookie mistake. I was very tired yesterday and not thinking clearly. Even worse, I wanted to hide a column – not a row, so regardless of the extraneous html, I was telling it to do the wrong thing! Once I realized this, I changed the code to:
[table id=4 hide_columns_logged_out=”3″ /] and it was perfect.TablePress is the perfect solution for this website.
Thank you.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Hide a row if not logged inHi – Thanks for quick response!
I have installed and activated the hide-users plugin and added the following: [table id=4 hide_rows_logged_out=”3″ /]But that row is still showing when I’m not logged in – any suggestions/