ecclescake
Forum Replies Created
-
Forum: Plugins
In reply to: [VR Calendar] user roleI have the same need. I don’t see a good way to do this without editing the plugin code directly, thereby making it difficult to update (you’d have to remember to reapply the edits to all updated versions).
I created another support thread with some suggested code for the plugin author to use so that site builders/themers could allow different user roles to access the calendar settings pages: https://wordpress.org/support/topic/request-add-filter-to-allow-different-user-roles-to-access-settings-pages/
Hopefully the author will incorporate this code in a future release.
Another good tip; thanks!
So instead of doing this via jQuery, I opted to create a custom gallery template that numbered the images in the
foreachloop in the template file. This works fine for my purposes so far.Have you tried applying the transition rules to the img element, rather than img:hover? That should help with a smooth transition both ways.
You could try something like this:
.foogallery-default .foogallery-caption { background: rgba(0,0,0,0.6); } .foogallery-default .foogallery-caption:hover { background: rgba(0,0,0,0.8); }On my Responsive Image gallery (on a Beaver Builder site, no less), it makes the caption background a lighter translucent color, then darkens it on hover. You can change the RGB and alpha values to suit your needs.
The gallery settings are “Hover effect type: caption” and “Caption Effect: always visible”.
If your captions don’t cover the entire image, you’ll need to find a different element to apply a hover style to.
Don’t forget, you can right-click on an element in your browser and look at its CSS rules and edit them to try to figure out how things work. That’s how I got this working. I looked for the CSS rule that applied the background, then I made it lighter and added a rule for the hover state.
Hope that helps!
Forum: Plugins
In reply to: [Easy Testimonials] v.2.1 Breaks Posts & PagesRichard —
I just installed 2.0.7 and everything’s working great; thank you!
Forum: Plugins
In reply to: [Easy Testimonials] v.2.1 Breaks Posts & PagesI can confirm the same issue. I’m using the Beaver Builder theme + plugin.
Reverting to v1.1 stopped things from breaking, though now I’m missing some of the more recent features/functionality.
Thanks for looking into this when you have the time. I’ll let you know if I find a fix, too. (I’m not optimistic about that since I don’t have much experience with jQuery plugins.)
Hi Tobias,
Thanks for the quick response!
Here’s some further info about testing a table with the column visibility buttons:
– When I visit datatables.net/extensions/buttons/examples/column_visibility/simple.html on my iPhone, the column visibility popup works as expected: tapping on the dark overlay dismisses the popup.
– When I visit a test table made using TablePress on a site using the 2015 theme and only the relevant TablePress plugins active, the column visibility popup doesn’t work — it can not be dismissed.
– When I create a new, smaller, test table and view it using the 2015 theme and only TablePress + TablePress Buttons active, the column visibility popup doesn’t work, as above.
So I do think this is a problem with the TablePress version of the Buttons extension. It is as though the dark overlay responds only to clicks, not taps. I wish I could do more troubleshooting, but I’m not very familiar with jQuery plugins or Datatables, sorry.
Hope this helps.
-Erin
Oh, that’s clever! It worked perfectly.
This is my first time using Relevanssi and I’m really enjoying the control it gives me over indexing and search results. Thanks for a great plugin and great support!
Forum: Plugins
In reply to: [JS Categories List Widget] Sub-category "expand" icon incorrectHi Miguel,
Thanks for your responsiveness. I updated to 2.2.3 and the expand/contract works fine with the shortcode. Also, the sub-category expand icon displays correctly. I tested using different browsers on Mac and Windows. Thanks again for this useful little plugin. Muchísimas gracias!
Forum: Plugins
In reply to: [JS Categories List Widget] Sub-category "expand" icon incorrectI updated the plugin to 2.2.2 and found that clicking on the triangle icon simply took me to the category page, it didn’t expand to show the sub-categories. This happened on a Mac with both Chrome and Safari. I used Chrome Dev Tools to inspect the page and didn’t see any warnings or errors. When I reverted the plugin to 2.2.1 it worked fine.
Sorry, I didn’t have time to try disabling other plugins or anything like that. If I have time this week I will, but I wanted to let you know that 2.2.2 didn’t work for me. Thanks!
I’m only using one instance of the widget, displayed using a shortcode.
Forum: Plugins
In reply to: [JS Categories List Widget] Sub-category "expand" icon incorrectI’m adding it through a shortcode. The specific code is:
echo do_shortcode('[jQuery Categories List layout=right fx_in=slideDown exclude=109]');Because Safari on Mac has a bug with the + and – symbols I’ve used the default triangles. One category is hidden.
Thanks!
Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Todays updateI just installed 3.2.4 and everything works great again. Thanks for the quick response!
I suggest making the default category display be ‘all categories,’ then allow users to disable specific categories. Might be more intuitive.
I’m really liking this plugin overall; great options and functionality!
Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Todays updateI have the exact same problem. The plugin’s settings are set to display the button on posts, but the button doesn’t show up. Looks like the hosted JS isn’t getting injected into the footer? My theme does call wp_footer(). The button also doesn’t show when I manually add the call to pf_show_link() to single.php.
You can access blog posts that are missing the button at silkbush.com/blog/ (click through to view the single post).
I tried installing the plugin on a local dev version of WP and the settings page is hanging when I try to access it, so I can’t troubleshoot very much.