Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 1 month ago rebeccaolson
    Participant

    Expired

    in reply to: Cart Layout, Buttons, & Product Typography

    Mihaila –

    1) I forgot that last year, a developer gave me some code to customize this section of the cart. I have a backup of my site from before the update – can you tell me what file the cart totals table code would be in? If I know which file to edit, I can either copy the code over to the new file, or just replace the new file with the old file that has the code I like. I’m just not sure where to find it (I forgot to make note of it when he did it last year, which is entirely my fault.)

    2) That worked – thank you!

    3) I deactivated all of my plugins and only reactivated WooCommerce, and it’s still happening. I tried this with three different browsers, with the same results.

    4) That worked – thank you!

    9 years, 1 month ago rebeccaolson
    Participant

    Expired

    in reply to: Cart Layout, Buttons, & Product Typography

    Also, please note that I’m also receiving the notice “Your theme contains outdated copies of some WooCommerce template files”. There are quite a few files out of date. I realize I can manually update these files – should I do that? I’m just not sure if it’s recommended to manually update, or if I should assume the next theme update will fix the error.

    Here are the outdated files, in case you believe it is related:

    tower/woocommerce/content-product.php version 2.6.1 is out of date. The core version is 3.0.0,
    tower/woocommerce/loop/add-to-cart.php version 2.5.0 is out of date. The core version is 3.0.0,
    tower/woocommerce/single-product/add-to-cart/grouped.php version 2.1.7 is out of date. The core version is 3.0.3,
    tower/woocommerce/single-product/add-to-cart/simple.php version 2.1.0 is out of date. The core version is 3.0.0,
    tower/woocommerce/single-product/add-to-cart/variable.php version 2.5.0 is out of date. The core version is 3.0.0,
    tower/woocommerce/single-product/meta.php version 1.6.4 is out of date. The core version is 3.0.0,
    tower/woocommerce/single-product/price.php version 2.4.9 is out of date. The core version is 3.0.0,
    tower/woocommerce/single-product/product-attributes.php version 2.1.3 is out of date. The core version is 3.0.0,
    tower/woocommerce/single-product/tabs/additional-information.php version 2.0.0 is out of date. The core version is 3.0.0,
    tower/woocommerce/single-product/up-sells.php version 1.6.4 is out of date. The core version is 3.0.0,

    9 years, 1 month ago rebeccaolson
    Participant

    Expired

    in reply to: Product Imgaes & Layout, and Cart Button Formatting

    Mihaila – thanks for your help. I followed your instructions and cleared the cache for every browser, and it does look as it should.

    I had set all my browsers to clear the cache when they close (to avoid this issue), but hadn’t reviewed the settings in a while – after updates they must have all defaulted to old settings. I’ll be sure to clear the cache before working on the site in the future.

    Thanks again.

    9 years, 1 month ago rebeccaolson
    Participant

    Expired

    in reply to: Woocommerce 3.0.3 – Cart adding 2 products not 1

    Okay – I apologize for asking for something outside my paid support. I will contact the person who assisted me on the wordpress.org forum and hopefully he will be able to assist me.

    9 years, 1 month ago rebeccaolson
    Participant

    Expired

    in reply to: Woocommerce 3.0.3 – Cart adding 2 products not 1

    I think I may have an idea why this is happening. When I first set up the site, you helped me change the way the “add to cart” button works from subcategories – when you’re in a subcategory of products and you click on the product it should now take you to the product page (rather than adding it to the cart.)

    I can’t figure out how to direct link to past Forum conversations, but it is the topic I started in March 2016 that is titled “Woocommerce Template Files out of date”. I worked with someone on wordpress.org forum who gave me code for the functions.php file, and you helped me ensure it was in the right place in my functions.php – I have included the code, below.

    I noticed today that now what is happening, is that when I click on a product from a subcategory, it takes me to the individual product page (as I want it to) but also adds the product. I hadn’t noticed that yesterday. So when I click “add to cart” it only adds 1 product, it’s just that another one has already been added (so it seemed like it was adding 2.)

    So the real issue is not that the “add to cart” is adding 2 products, but that when you click on a product in a subcategory, it is adding the product to the cart at that point. Can you help me fix that?

    Thanks!

    Here’s the code we added to functions.php in my child theme:

    //change button in category view to go to product description rather than add to cart

    add_filter( ‘woocommerce_product_add_to_cart_url’, ‘custom_woocommerce_product_add_to_cart_url’, 10, 2 );

    function custom_woocommerce_product_add_to_cart_url( $url, $product ) {

    if ( $product->is_type( ‘simple’ ) ) {
    $url = get_permalink( $product->id );
    }
    return $url;
    }

    9 years, 1 month ago rebeccaolson
    Participant

    Expired

    in reply to: Blog Page: Header/Page Title not showing

    Okay – after I actually published the post, the header image I chose moved down to underneath the header, at the top of the page. The header image defaulted to the one in settings, like you said it would.

    So my confusion was that when I was creating draft posts I could get it to look like what I wanted- but once published, the post would revert. I will stop trying to make it work, and wait for the new Tower update and hopefully that will resolve the issue!

    I do still need to you to respond to whether or not I have to have the CSS code you provided, for some reason, since it doesn’t seem to have had any affect after removing it (I’m just not sure what it was for, since I can change the heading size and font size in the theme settings.)

    Thanks!

    Rebecca

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Product Imgaes & Layout, and Cart Button Formatting

    Mihaila – it definitely does not look that way on my screen:

    Rebecca

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Blog Page: Header/Page Title not showing

    Mihaila –

    1. I didn’t make any changes to the blog page settings, so I’m not sure why it’s fixed. But on my phone it also looks like it’s working now.

    I’m still confused why the header was disappearing for me when I tried to make it centered (I spent hours trying to figure it out) but since it’s working now, I guess it doesn’t matter. I’ll let you know if it happens on future posts. Thanks!

    2&3. The blog posts had the same image because I had uploaded the same one – sorry for that. I’ve changed it now, so you can see what I’m talking about. The newer blog post “Spring Pruning” has overrided the default, and has a different header image than the “New Blog” post, which is using the default I set up per your instructions in “general options”. Are you saying that the template shouldn’t be able to do that? I’m confused why the post offers the option for making those overrides (it looks the same as the options on a regular page) if they aren’t possible.

    Also, I’m unclear what the CSS code you added was for. I’ve removed it, and nothing seems to have changed.

    .header_page h1 {
    line-height: 277px;
    }

    Do I need to keep that code in there for some reason? I like the height/width of the headers now, and have slightly reduced the font size so it isn’t too big for mobile – so you don’t need to worry about trying to adjust anything else for me.

    Thanks again!

     

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Fullscreen Innovative Single Post – Image size/pixilation?

    Thanks!

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Blog Page: Header/Page Title not showing

    Mihaila  – thank you so much for your help.

    1. Just to clarify: were my settings accurate, and for some reason it just wasn’t showing up on my end? Or did you have to change something on the page to get the header to show up as centered (other than selecting “centered” as an option)? Unfortunately, the “option panel” screenshot link you included is the same one as the picture of the page (not the option panel.)

    Also: with the new changes, the header now does not work in mobile:  https://www.lavenderconnection.com/wp-content/uploads/2017/04/Screenshot_20170413-141802.png

    2&3. So are you saying that all of my posts have to have the same header? Individual posts don’t have the option to overwrite the general settings? And by changing the “general” options do you mean the Tower>Header Options>Default Page Header (or somewhere else)?

    Where do I add the image? I’m so confused. Like I said before, I was able to create a brand new post, overwrite the theme settings, and create the header I want exactly as I want it. I simply used the post settings at the bottom (please see the post draft “Spring Pruning”). Why can I not get the first “new blog” post, that I’ve already published, to do the same thing?

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: WooCommerce 3.0 compliance

    Mihalia – I am getting the same notice after the most recent Woocommerce update (outdated php file).

    I am experiencing a new issue with Woocommerce since the update: when you add a product (any product) to the cart, it is automatically added as 2 items rather than 1.

    Let me know if you want me to start this topic on another thread, rather than piggybacking on this one.

    Rebecca

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Product Imgaes & Layout, and Cart Button Formatting

    Mihalia – I can’t post a link because it is related to the cart. These are the products that are “cross sell” products at the bottom of the cart page. In order to see what I’m talking about, you’ll have to first add an item to the cart and then go to the cart page.

    Cart

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Product Imgaes & Layout, and Cart Button Formatting

    Thanks Mihalia! However, that wasn’t the issue I was asking about. I want the cross-sell items in the cart page to show as 4 columns, and they don’t. The initial code you gave me last year has changed (as we both noticed) and is no longer:

    function woocommerce_cross_sell_display( $posts_per_page = 2, $columns = 2, $orderby = ‘rand’

    Instead, as I noticed (and you confirmed) it is now:

    function woocommerce_cross_sell_display( $limit = 2, $columns = 2, $orderby = ‘rand’, $order = ‘desc’ ) { global $woocommerce_loop;

    As you can see in the screenshot you showed me, I changed the columns in the above code before I contacted you a few days ago, and it didn’t work. The cart is showing 3 products rather than 4 (with a large blank area on the right where the 4th should fit) – perhaps the margins are off? Again, I also have this code in my CSS:

    .woocommerce-cart ul.products li.product.columns-2 {
    margin-right: 1%;
    width: 24.25%;
    }

    Do I need to remove or update that CSS code?

    Thanks!

    Rebecca

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Blog Page: Header/Page Title not showing

    Thank you!

    1) Blog page: I think I figured out what the glitch is: I would like the heading to be centered. When I select “centered” the heading disappears.

    2) Post: I have also discovered the same issue on the post itself. When I couldn’t get the “active innovative fullscreen” image to look nice yesterday, I decided to just use the regular setting and put on a header. However, when I select “centered” as an option, the header disappears. The only option that works is “Basic: Title and Subtitle in Left.”

    3) Post: When I try to change the header to be an image on this post, it does not work. I have tried changing all the settings in the Page Header Background, uploading different images, etc.  Is there another setting I need to select elsewhere on the post to make it work? I created a brand new test post and was able to get the header to show up as an image, exactly how I want it – so I’ve got some weird setting setting selected that is conflicting with the script on the post. Or, is there a way I can “reset” the settings on the post to default and start over (not likely, I know, but thought I’d ask.)

    Any help with this would be great – thanks!

    Rebecca

    9 years, 2 months ago rebeccaolson
    Participant

    Expired

    in reply to: Fullscreen Innovative Single Post – Image size/pixilation?

    Mihaila – that was the problem. I had recently cropped all my images and made them low resolution in order to speed up my site. How high does the resolution need to be, to work with this feature? Would a resolution of 100 kb work?

Viewing 15 posts - 106 through 120 (of 207 total)
← 1 2 3 … 7 8 9 … 12 13 14 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password