warhedf1
Forum Replies Created
-
Sure! My email is ray[at]armitchell.com
Hi there! Thank you for replying so quickly!
Here’s the link to the site: https://lovethreadsclothing.com/
If you want to email me directy, I will share an admin login for the site as well.
Thanks!
RayWell, then I guess at this point I should share with you what I’m trying to accomplish and what I’ve done thus far.
First of all, what I want to accomplish specifically. I DESPERATELY want to install a jquery plugin called Megafolio ( here’s a link – https://codecanyon.net/item/megafolio-gallery-jquery-plugin/980161 ). In order to add images, change settings, etc for the plugin, I need to load the plugin controls into the wp dashboard. So far, I’ve managed to create a init.php file for my (hopeful) adaptation of the plugin, I’ve ‘activated’ the plugin just to see if it will activate, but now I need to figure out the admin side so I can control the plugin settings.
This is my first attempt at doing something like this, and I’ll be the VERY FIRST to raise my hand and say that I AM NOT a developer, I’m a designer/themer, so I’m lost. Don’t get me wrong, I have a VERY beginner (can anyone say Crayola?!) understanding of php, and I follow instructions very well, I just need instructions/a walk-through on how to do this. I’ve read some articles about the admin enque scripts and including them in my header.php file, but the articles have been a bit vague, well, to me at least. So, on a bent knee I ask you, PLEASE help me make this happen! ??
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Need Scrolling feature for Cart TabHey James! Sent you an email over the weekend about this very subject. This is one of two reasons I can’t use this plugin on two sites I’m building at the moment.
The other reason I can’t use this plug at the moment is because the small tab doesn’t update the cart total when adding a product to your cart from a product category view. It updates fine if you add a product to your cart from a single product page though.
James, I REALLY love this plug, and I badly wanna use it. Please add a scroll bar to the product list should the cart have more than three items, and see if you can get the small tab to update the cart total when a customer adds an item from product category view. Pretty, pretty please? ??
And YES, people routinely put lots of items in their cart when shopping online. Think of this scenario, a woocommerce driven site that sells lower priced items such as art supplies. It would take no time at all for a cart to fill up with 12 different types of paint, 6 different brushes, 12 different charcoal pencils a drawing pad and three sizes of canvas. The order would only total $200.00, but it’d be full of items. So again, please add a scroll bar! Your plug is so close to being perfect!
Thanks for tolerating my whining, and by all means, please keep coming up with plugs for Woo! ??
Ray
Forum: Plugins
In reply to: WoocommerceHey there! Thank you for trying to help me with this issue. I’m not so sure I understand what you mean by adding an extra class to the div to set the width. I have specified the width of this div (930px) in the style properties in my css. If this is not what you mean, please give me an example.
Here’s the css for the inside_content_container:
#inside_content_container {
margin: 0 auto;
width: 930px;
padding: 0px 0px 0px 0px;
}Thanks again for your help!
Forum: Plugins
In reply to: WoocommerceOk, here goes my first post!
I too have been having problems with getting the hooks mentioned above to work. So far, I’ve managed to get the hooks working (ALMOST!) on the site I’m building. The problem is that the pages that use the regular page.php file work fine, but the pages that are known to be the potential trouble makers “shop, single product page & taxonomy page” aren’t rendering correctly.Here’s an example of a page that “seems” to be working correctly:
https://logoworks1.com/heybo_dev/?page_id=5
And here’s a link to a page where my footer floats up into the page and a div (along with it’s background image) disappears.
https://logoworks1.com/heybo_dev/?post_type=product
It’s as though there’s a closing div missing which is preventing the div named “home-container_bottom” from even appearing. Wish I could figure this out!
Somebody please help me! It’s probably something simple, and I’ve firebugged this page to death, but still not seeing the solution.
Thank you in advance for helping me! Very much appreciated!