magneticmoon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Matching Amazon errorThanks. Will do that. Thank you for the quick responses.
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Matching Amazon errorOk, that’s good to know. Now how do I solve the real issue?
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Matching Amazon errorSorry, mistake above. Variations have four digits after the hyphen.
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Matching Amazon errorThe main product has an SKU similar to 123. (Amazon shows it as 123-101.) Variations are 123-100, 123-101, etc. Do I have to enter the ASIN for the master product as well? Other items matched without having to do this.
Forum: Plugins
In reply to: [Advent Calendar] Custom post type advent-calendar not showing in RSS feedSolved it with this.
// Add a Custom Post Type to a feed function add_cpt_to_feed( $qv ) { if ( isset($qv['feed']) && !isset($qv['post_type']) ) $qv['post_type'] = array('post', 'acal_entry'); return $qv; } add_filter( 'request', 'add_cpt_to_feed' );Got the info from https://yoast.com/dev-blog/custom-post-type-snippets/
Forum: Plugins
In reply to: [ImageMapper] Image Map Not DisplayingAlas it’s off to CodeCanyon to find something. Sigh.
Forum: Plugins
In reply to: [ImageMapper] Can you select link and tooltipIt’s not the same thing at all.
Forum: Plugins
In reply to: [Multisite Toolbar Additions] Menu link wrong for sub-domainsThank you!
Forum: Plugins
In reply to: [Multisite Toolbar Additions] Menu link wrong for sub-domainsIt is version 1.5.0 of the plugin. I’m experiencing this on three separate sites with many differences. It’s both “View Website” and “Edit Website” that have the issue. “Pingdom Speed Test” and “Google Page Speed” are correct as are other items in this menu. Very odd. I don’t see any plugins in common that should do this but will experiment with a few as time permits. It’s not a huge issue…just odd.
Forum: Plugins
In reply to: [WooCommerce] Downloads are pending after paymentI too am having this issue. I can’t see any addtional settings to make this work properly either in Woo or in PayPal.
Forum: Plugins
In reply to: [WooCommerce] Download/virtual orders must be approved despite settingsSite is http://www.littlebigbooks.net
CSS sent by email.
Well I think you’ve done a great job overall. I like the approach you’ve taken.
Here’s a few suggestions…
Clean up the style sheets and move all styles into the style sheets. Let the template do the bulk of the styling.
Multiple /’s fix
Fees schedule doesn’t need that fancy box around it. A long name and you can’t delete or edit any longer.
Have locations populate from a central locations table. It’s not fun to have to type in a location twice. Add a site page for each location showing a map, description and populate it with the events taking place in that location.
Enough for now. I’m happy to share my revised css if you’d like it.
I’d like to revive this question. I’d like to have a slimmed down version of the site to redisplay in a Facebook tab. Their width restriction is quite limiting. I’d like to display the mobile version thinking it will fit in better in Facebook’s narrow width. I can also see a use for being able to view the mobile version to confirm it’s working correctly. I don’t have a web enabled mobile device myself. I personally detest them, yet realize my site visitors may love their gadget.
Agreed. I’m digging deeper in the theme. Thank you for your assistance!