mrboats
Forum Replies Created
-
I have added some custom elements to the user profile on my site and when I tested the exporter, none of these custom settings were included by the exporter, the exported just showed the UM default elements.
Forum: Plugins
In reply to: [Shariff Wrapper] A short text describing how Shariff protects privacy?Btw, thinking out loud, would it be possible to build timeline widgets for eg Facebook and Twitter using the same principle to eliminate tracking also for those?
Forum: Plugins
In reply to: [Shariff Wrapper] A short text describing how Shariff protects privacy?Cool, German is perfect. But I think that with the new WordPress V4.9.6 privacy policy generator etc it would really be in your own interest to supply a privacy policy sample text to highlight the benefits of your solution.
Thanks!
Ah, brilliant, it was so simple I did not come to think of this alternative!
ps: for others who would like to use this, the hook that i ended up using was “woocommerce_share” which puts the buttons in the “right hand” column, just after the add to cart button.
- This reply was modified 8 years ago by mrboats.
Forum: Plugins
In reply to: [Shariff Wrapper] Language selection “auto” does not workThanks, now it works nicely!
- This reply was modified 8 years ago by mrboats.
Supercool! As I’m not too familiar with php and programming, could you perhaps provide an example of the code I would need to add to the functions.php to add Shariff to some specicif location in WC?
Forum: Plugins
In reply to: [Shariff Wrapper] Language selection “auto” does not workAs a general observation that clearly is not correct as many plugins manage to handle this situation correctly (by calling get_locale() “inline”) and not being able to support auto effectively means that the plugin is not usable on any multilingual site.
Forum: Plugins
In reply to: [Mobile Contact Bar] Can add support fontawesome v5.0.8Great. I was just about to report a conflict with a plugin that uses 5 and then sometimes the Contact bar Icons are lost? The plugin that is causing issues for me is Ubermenu (in case you have access to that)
Forum: Plugins
In reply to: [Mobile Contact Bar] Bar positioning issues in 1.4Hi, thanks for the fix, now it works nicely! I tested quickly with a Messenger chat app and actually there was no “interference” with that one so it looked good. In the other case I tested, there might have been some other problem (same Z-index or something, I’m not skilled enough in these things to know?).
So now my remaining wish would be for the “tab” to have a translatable text added :-). To make it translatable, just output the text via either __() or _e() functions.
Forum: Plugins
In reply to: [Mobile Contact Bar] Bar positioning issues in 1.4Btw, the idea of the Bar Width was to make “room” for other icons (mostly at the bottom right) but now it seems that other icons still “stack” above the bar at least when bar it set to “Fixed”. Don’t know enough CSS/HTML to have any suggestions, but the idea of leaving room kind of seems not to work in 1.4?
Forum: Plugins
In reply to: [Mobile Contact Bar] Bar positioning issues in 1.4Hi, no I think that the Icon Panel width makes sense from a styling perspective. The problem now is that
Bar Width: 70%
Icon Panel Width : 100%actually looks like
Bar Width: 70%
Icon Panel Width : 70%So the Bar width gets to be used as Icon Panel Width.
Forum: Plugins
In reply to: [Mobile Contact Bar] A couple of feature ideasYes, thank you, that works nicely. However, for a good customer experience, a little more would be needed (such as at least number of items in cart etc). So still wondering if ig would it be possible to connect the cart icon in your contact bar so that it would open/activate this one: https://wordpress.org/plugins/side-cart-woocommerce/??
Forum: Plugins
In reply to: [CoursePress Learning Management System] Loading modules …Yes, what I did was:
– disable all plugins except Coursepress and Maintenance plugin
– change theme (Divi) to Coursepress theme (free)
– delete everything in functions.phpMy problem persist after all these actions.
Removing this one line seems to have fixed the issue.
if ( is_front_page() ) { /* Fix homepage type when it's a static page */ /* $fb_url = get_option('home').(intval($this->options['fb_url_add_trailing'])==1 ? '/' : '' );*/Forum: Plugins
In reply to: [CoursePress Learning Management System] Loading modules …I dont have optimizepress but can confirm the same error, see full Chrome log here: https://pastebin.com/bkEVmt56. Is there a link to 2.1.13 for a quick fix, I don’t know SVN well enough to be able to extract the the previous version from there?