g2arret
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Breeze sets a default 30 day browser cacheWould someone be kind enough to advise on best practice here… what should the .htaccess file look like? do we have to edit the breeze-configuration.php or has this been fixed in an update?
Forum: Plugins
In reply to: [WP Super Cache] How to exclude some woocommerce pages from being cached ?I suspect the same thing… it would be so nice if wpsupercache folks simple added the cart,checkout and myaccount no cache pages as check points. I am uncertain how to do this in wpsupercache as it structured.
Forum: Plugins
In reply to: [WP YouTube Lyte] closing marquee shows unrelated videosfixed this using the shortcode… sorry … was using an iframe
I figured it out… sorry… plugin conflict thank you for your kindness.
my plugin update version is 2.0.13, the one one that crashed my site
Forum: Plugins
In reply to: [WooCommerce] How to add 'Missing microdata for condition' to Products.robingb has a clear description of this problem. truly amazing that woocommerce lets this one slide without a response. So anyone out there with a solution would be really appreciated. I am surprized there is no clear fix or plugin for this. I would pay for one.
my customers are all USA… they do not even know what an country number is…can you use numbers without country designation and automatically put US, or accept the usa designation if there?
folks I have tried three free stripe plugins for woocommerce, all failed out of the box. Woothemes/woocommerce for stripe paid plugin worked great first time, the way it is supposed to. There is some problem with saving and a recalling a credit card, which is probably something to do with the non-woothemes POS. I suspect the recall of prior credit card component of the stripe plugin works on the main cart page, but did not test this functionality. Trying to get people to fix this is almost never successful… each plugin blames the other, probably a difficulty arising from woothemes not wanting to play nice with their competitors…why fix a non-wootheme problem?
And by the way this is a very simple website. I have thirty products and basically woocommerce. I have turned off all non-essential plugins trying to make this work. The shark in the water is that web browsers now have all sorts of third party extensions that could interfere with dialogue with stripe. This raises the question as to whether wordpress has the capacity to solve the issues necessary to create a user friendly POS with credit card swipe, post-swipe tipping, etc.
https://ceelanaturals.com/pos/#checkout/1442944227971
the new non js plugin generates the above…. but hangs up no action.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Woocommerce and ShortlinksAdam, please use some plain english for us non-programmers.
Where do you put the code they suggest in your suggestion?
I too cannot get shortlinks on products to show up on woocommerce on one site; magically is shows on another site I am building.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Woocommerce and ShortlinksAdam, please be kind to us non-programmers. all right?
when I down load jet pack and click some buttons, it does not reference where you “register your custom post” See below. I need my products to be shortlinked on woocommerce.By default, WP.me shortlinks are generated for each one of your posts, pages, and attachment pages. If you’re using a Custom Post Type to manage specific content on your site, you’ll need to add shortlinks to the list of supported elements, in the function you used to register your Custom Post Type, like so:
1
2
3
4
5
6
7
8
9
10
11
$args = array(
‘labels’ => array(
‘name’ => esc_html__( ‘Things’, ‘jetpack’ ),
‘singular_name’ => esc_html__( ‘Thing’, ‘jetpack’ ),
),
‘supports’ => array(
‘shortlinks’,
),
‘public’ => true,
);
register_post_type( ‘thing’, $args );
RelatedForum: Reviews
In reply to: [Binary MLM] Lied about return of payment.As I said, I am very particular about who I give web admin info. Since it is standard fare to as for refund if the plugin crashes site, I simply wanted my money back. I did not want to “open my kimona” to these souls from their heavy handed handling of this. So stay far away is my recommendation… there are newer processes out there.
Forum: Reviews
In reply to: [Social Media Share Buttons & Social Sharing Icons] Email supportIt is what it is, I am done with this issue and now know to define what happens to the emails processed thru the plugins. Privacy is dead you know, so get over it… it still bothers me that I could have unknowingly been giving emails entrusted to me to even a great plugin…
Forum: Reviews
In reply to: [Social Media Share Buttons & Social Sharing Icons] Email supportNot much to talk it out about…
my read is that once you get the emails you can do just about anything you want to with them without having to ask permission,
If this is true you have an issue of a discovered bad faith… what other hidden things are there? I know anyone who trusted me with their email would feel violated. wordpress needs to notify your subscribers that this can happen.
Integrity once compromised….
I have deactivated the pluggin, will now remove it… and look for a pluggin with more open policies…
Forum: Reviews
In reply to: [Social Media Share Buttons & Social Sharing Icons] Email supportare you or are you not automatically storing the email address on another server automatically without having to go through hoops?