jeezyo
Forum Replies Created
-
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Multiple Product Images in MarketPressOK, thanks. Now that i know that, ill go check in with their support and see what they can do…thanks ??
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Multiple Product Images in MarketPressHmmm…yes. There is usually an image upload button in a “canvas custom settings” panel, in the post edit screen. However, in the product post edit screen, while the panel is still there, no custom image upload or SEO settings (not that the SEO settings matter).
Ive used this theme many times to build child themes, and the custom image upload is interchangeable with the featured image, and uses timthumb to resize, if that matters at all.
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Multiple Product Images in MarketPressOK, guess i should have realized that ??
Here’s what ive got:
too much recursion send_to_editor()https://mdmjewelry.com/wp-content/themes/canvas/functions/js/woo-medialibrary-uploader.js?ver=3.1.2 (line 138) html = "<a href="https://mdmjewe...ll wp-image-328" /></a>" send_to_editor()https://mdmjewelry.com/wp-content/plugins/wordpress-ecommerce/marketpress-includes/js/post-screen.js?ver=2.0.3 (line 21) html = "<a href="https://mdmjewe...ll wp-image-328" /></a>" media-upload.php?type=image&tab=library&post_id=359()https://mdmjewelry.com/wp-admin/media-upload.php?type=image&tab=library&post_id=359 (line 4) [Break On This Error] window.original_send_to_editor(html); https://mdmjewelry.com/wp-content/themes/canvas/functions/js/woo-medialibrary-uploader.js?ver=3.1.2 (line 138)
Since i see some woo stuff in there, i should mention the theme im using is a custom child theme of woothemes canvas. Design modified only.
Hopefully you can help me decipher this, thanks.
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Multiple Product Images in MarketPressIm not seeing any errors on the site in firebug or chrome. You can see it for yourself, https://mdmjewelry.com. Im only using two other plugins — one to change the default name “wordpress” that emails are being sent from, and WP-Cufón. Thanks.
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Multiple Product Images in MarketPressFunny, not sure why that didnt occur to me, so im going to give that a shot for now. However, the site belongs to my client, who definitely wont be capable of inserting even that one line of html, so beyond the short term that wont be a solution. What can i do to help speed along the process of determining the issue? Thanks David.
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Multiple Product Images in MarketPressHi David, Sorry for the late reply, somehow despite that ive been anxious about this, i must have missed the email update ?? Im not detecting any errors. You can see the site at https://mdmjewelry.com/ I also dont have any other custom post types. The only thing i can think of, is that enroute to using this plugin, i tried WP E-Commerce and eshop, and uninstalled both. Ive been a WPMU DEV subscriber in the past, just havent been working on too many multisite projects lately, but i really appreciate any help you can give here!
Still struggling with this…any thoughts?
Forum: Fixing WordPress
In reply to: opening an existing postGive this a shot https://dre.im/if-pages-return-a-404-after-wordpress-3-1-upgrade/
Forum: Fixing WordPress
In reply to: Wits' End on Visual Editor IssueCheck if its a problem with your theme: activate th default 2010 theme and see if the problem is fixed.
Disable plugins to see if its a conflict. If that works, enable them one by one to see which it was.
Otherwise, i would do a manual reinstall…basically, FTP and replace your wordpress core files, not whats in your wp-content directory.
Forum: Fixing WordPress
In reply to: Add sidebar items to blog onlyYou can try a plugin like https://www.ads-software.com/extend/plugins/custom-sidebars/ or you can create a new sidebar for that page https://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress
Forum: Everything else WordPress
In reply to: email listThe question isnt clear. What do you mean by, take a person to an email listing?
Forum: Fixing WordPress
In reply to: Wits' End on Visual Editor IssueGo to USERS->My Profile, and at the top, make sure “disable the visual editor when writing” is NOT checked.
Forum: Fixing WordPress
In reply to: not able to save changes to existing page?zoonini, that master list is awesome and incredibly helpful…glad im getting updates on this thread, thanks ??
Forum: Fixing WordPress
In reply to: How to Customize Sidebar Widgets?Is this widget part of a theme or plugin you are using? The default recent posts widget only shows the title of the post.
In any case, probably the easiest thing to do is just target the css for the div displaying it with
display:none;
if its in a separate div from the rest.Forum: Fixing WordPress
In reply to: Photo Upload problemTake a look at this and see if it helps. i **STRONGLY** recommend you back up your database before making any changes.
https://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/