Mike V
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I copy an image's title to captionHi
I’m using a couple of different themes and plugins on two different sites. I’m looking for a php snippet like the one I referenced that hopefully will be theme-independent.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] WP Simple Paypal Shopping cart Firefox IssueHi mra13
Nope. I have different product pages and a separate “Thanks” page.
Mike
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] WP Simple Paypal Shopping cart Firefox IssueHi GH57
I just tried your solution and it works! But I, too, want to clear the cart when the customer returns.
I’m looking at WP Ultra Simple Paypal Cart. It seems to use the same shortcodes.
Mike
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] WP Simple Paypal Shopping cart Firefox IssueHi mra13
OK. I’ve tried it with FF on another server and it works great. I’ve gone back to my hosting company to get them to take another look.
Thanks for your help.
Mike.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] WP Simple Paypal Shopping cart Firefox IssueHi mra13
I have checked with my hosting provider and they tell me that the php session is working fine.
The plugin works fine in Safari and Chrome (following the instructions you gave me). This proves that the php session is running and configured properly.
The plugin does not, repeat not, work in Firefox. Is the php session unique to an individual browser?
Thanks
Mike
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] WP Simple Paypal Shopping cart Firefox IssueThanks mra13
Yes, my Firfox is up to date – ver 22.
One of the pages is:
https://www.photosbymkv.com/?attachment_id=1180
The shopping cart is displayed by selecting “Store” in the main nav bar.
The plugin works fine in Safari, but in Firefox, if I change the qty in the shopping cart, it clears the cart. Also, I can select multiple images from the galleries (with the widget add to cart) but if I then select an image from the Panoramas category, eg:
https://www.photosbymkv.com/panoramas/lake-louise/
which uses the shortcode, the panorama goes into the cart but all the others get cleared.
Thanks
Mike
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] WP Simple Paypal Shopping cart Firefox IssueI’m having the same problem. Works fine with Safari, but troublesome in Firefox.
I have some items sold though the sidebar widget and others sold from the shortcode on a page. When I add two or more widgetized items, all works fine. When I add an item using the shortcode, it clears the cart first.
Thanks for your help.
Mike
Forum: Plugins
In reply to: [Surveys] Survey Results Not Completly ClearedMany thanks. Looks great.
Forum: Plugins
In reply to: [Yoast SEO] Theme Breadcrumb ConflictI solved it!
I switched to All-In-One SEO! Works great! No breadcrumb conflict and full control of SEO Title and Page Title.
https://www.ads-software.com/extend/plugins/all-in-one-seo-pack/
Forum: Plugins
In reply to: [Yoast SEO] Theme Breadcrumb ConflictWhat I need to be able to do is set the “SEO Title” for a page without interfering with the “Page Title”
Forum: Plugins
In reply to: [Yoast SEO] Theme Breadcrumb ConflictFollow-up. Sorry.
What I would like is a hint how to edit the theme breadcrumbs to do what I want.
Forum: Themes and Templates
In reply to: Theme Doesn't Address Image PostsAdded this:
# retrieve image URL from an image attachment post if (get_post_type( $post->ID ) == 'attachment') { $thumb_array['thumb'] = wp_get_attachment_url($post->ID); $thumb_array['fullpath'] = $thumb_array['thumb']; }
and it works!
I found out what ip00 meant by a redirect problem. I was submitting the map through webmaster tools at mydomain.com when I should have submitted it through https://www.mydomain.com. I have a 301 redirect to point the non-www at the www
All fixed.
Mike Venables