asterbird
Forum Replies Created
-
That seems really strange… you say it did work at one time, or are you putting new data?
Here are some things to double check:
Product Data > Inventory > Is the item in stock?
Product Data > Attributes > Is Visible on the product page checked for each and every attribute?
Product Data > Attributes > Is Used for variations checked for each and every attribute?
Product Data > Variations > Is Enabled checked for each and every variation?How many attributes do you have?
How many variations do you have?Sorry if this is basic stuff… just thought I’d try to help!
actually, it is the css that is loading second. How do I take out the extra css file this plugin is adding? I can add the styles myself.
I still want to load the jquery in the footer though and only on the pages that use it.
Thanks,
Thanks, remitcz! Your solution was perfect for I needed. Too bad the plugin author doesn’t add this in.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] How to add custom field?Hi, did you figure this out? The custom field’s name needs to go into Custom Field Name. Choose Existing or New. If your custom field name isn’t in Existing, trying entering your existing custom field’s name under New. Then save and it should work fine.
Did you get this working for you? They save in both for me. Try choosing Create new field, but then enter an existing custom field name anyway. That worked for me as well.
Forum: Reviews
In reply to: [Pods - Custom Content Types and Fields] Gotta know PHP for WPYour welcome! Didn’t expect you to reply 🙂 I just saw today that you’ve got the new docs/site up! I’m excited to check it out!! I should’ve rated a few months ago when I was really digging into it. I’m sure the new stuff is better now…
Forum: Plugins
In reply to: [Redirection] User permissionsI am wondering the same thing. Did you get any help on this?
I’m thinking we can make the redirection menu a top-level menu using functions.php file to recode it, but I don’t know how to do that.
Forum: Plugins
In reply to: [Simple Colorbox] Compatible with the new W3 Total Cache 0.9.2.8?The Minit combined the files, and didn’t break the site. Good.
But the JS is not compressed and does not load asynchronosly. Bad.I also have a lower pagespeed score with minit than without minit.
Forum: Plugins
In reply to: [Simple Colorbox] Compatible with the new W3 Total Cache 0.9.2.8?Okay, does Simple Colorbox work with the mini plugin?
Forum: Plugins
In reply to: [Simple Colorbox] Compatible with the new W3 Total Cache 0.9.2.8?Yes, I was using the minify and combine because that’s the only way W3TC will defer parsing.
Google Pagespeed is saying I should “defer parsing of Javascript to reduce blocking of page rendering”. The only files i have are jQuery, the JS from Simple Colorbox, and the inline JS from Simple Colorbox.
Can Batcache load the JS async? I tried installing “Batcache”, but when activating, the plugin changes to “Batcache Manager” with no settings. Where to get the Batcache plugin?
Forum: Plugins
In reply to: [Simple Colorbox] Remove plugin's CSS fileWith 1.3.1 update, I was able to implement the code from your blog post – works great now!
Thanks so much for spending all this work and time helping me.
Forum: Plugins
In reply to: [Simple Colorbox] Remove plugin's CSS fileThanks! I upgraded Simple Colorbox to 1.3. Now how to unhook the CSS? I added this to my theme’s functions.php file, but I don’t think it’s right:
function remove_simple_colorbox_css() { remove_action('wp_enqueue_scripts', 'external_css'); } add_action('wp_enqueue_scripts', 'remove_simple_colorbox_css', 1);Forum: Plugins
In reply to: [Simple Colorbox] Remove plugin's CSS fileWhere is version 1.3? I couldn’t find it on your website.
I’m not sure how to unhook the files. If you could give me a hand, that would be great. Do I use enqueue or something?
I’m using the plugin on a client’s site – test site is here. I’m using it for all linked images and galleries. It’s the only javascript functionality I need for the site.
Okay, in FTP, I downloaded the offending theme, and then deleted it. That forced WordPress to revert to another theme, which got rid of the error. Then I could get into the backend and fix things.
I noticed that when I switched back to the theme I was using before this happened, my widgets remained inactive.
I FTPed the offending theme back in my themes folder, and switched it via the backend. Lo and behold, it worked great! and when i switched back, my widgets activated.
Guess I won’t be playing around with this plugin anymore. And to think I was ready to buy the premium version!
Wish it would work though…
Forum: Plugins
In reply to: [Gecka Submenu] SubmenuBy dormant, do you mean that the parent does not actually link to anything?
You could possibly create a custom link and add that to the menu, then delete the link part. You might have to have the pro version to then select what child pages you want to display, since it is a custom link. just a guess…