Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello Devs, any news about my question?
I’ll appreciate your help
Thanks 😉
Carlos
Thanks Harry
I didn’t figure out I had that file on child-theme. I delete it and pagination numbers are working again
Thank you very much
Hello @Harry, thanks for your fast answer
With “file” do you mean the “functions.php” file?
When you say “the override doesn’t work with new version of woocommerce”, do you mean all the thing I put on functions.php won’t work with new Woocommerce or “some” code in functions.php is conflicting with new version of Woocommerce.
If “functions.php” no longer works with Woocommerce where should I put my customization code?
Could you explain it a little bit,
Thanks
Hello Harry again 😉
I have a new issue. I have created a clone site to test important changes, the claue-child you sent me works like a charm, but…
On my original claue-child I have added several customization code on functions.php. So, I join both source codes, everything work great except one piece of code you sent me on a prior ticket. About moving the size guide link (this was the ticket:Â http://support.janstudio.net/forums/topic/modify-the-location-of-size-guide-link/)
And this was the code you gave me on that ticket:
/*Move the “Size Guide” link to below the short description*/
add_action( ‘wp_head’, ‘remove_my_action’ );
function remove_my_action(){
remove_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_add_extra_link_after_cart’, 35 );
}
add_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_add_extra_link_after_cart’, 25 );When I put this code on the functions.php of the claue-child you gave me, I get an Error 500 and all my site crash.
Is it possible to have both codes running without conflict?
Thanks one more time 😉
Greetings,
Carlos Castañeda
I’m sorry Harry:
DISMISS THIS TICKET !!!
My mistake, your solution works!, it was my fault I didn’t install it correctly, now description is at bottom like I wanted
BTW, I could find where to put the background image on static pages, don’t worry.
Would be nice to have category’s description position option on future releases
Sorry my friend
Thanks again for your time
Greetings,
Carlos Castañeda
Hello Harry:
Thanks for your fast answer, but sadly I couldn’t solve the issue.
- When I tried to installed, wordpress said: “The installation of theme have failed”
- I copy the Claue-child files manually using filezilla but I haven’t seen any change on the position of the category’s description, it still on top.
Would be nice in future releases to allow to choose the position of category description, which is very useful for SEO. I will appreciate if you could re-check this.
I would like to take this opportunity to ask you something else: In your demo you static pages like Contact us, the tittle has a background image, but in my case it doesn’t have background image, is white and because the font is also white, it seems like a big empty space on top of all static pages (this screenshot explain it better: https://prnt.sc/hir1hi). Where can I add a background image for those pages, I haven’t seen an option for this.
Thanks once more time for your time
Greetings
Carlos Castañeda
Thanks for the fast answer:
But the original link is there and now I have two of them, how can I delete the one which is below the “add to cart” button? (See Screenshot)
Another question 1: There is a gray text “stock available” (Hay existencias) that I want to delete. It appears on single products and also on variable products after you choose a variation and push down the add to cart button. Is it possible to delete it?
Another Question 2: Is it possible to make the “Add to cart” button bigger. But at the same time vertically alligned with the counter bottons next to it and without destroying the template on mobile? I want my “Add to cart” button to standout!
Final question 3: Is it possible to grab the same css style of “Add to cart” button and apply it to “Go to checkout” (on cart page) and “Pay now” (on checkout page), how can I do this?
Thanks very much, I really appreaciate your help
Carlos Castañeda
Thanks @Harry for the quick answer, it works like a charm but another minor issue appear on front page (see attachment)
Because all product images were scaled, the image of the “Featured Product with Timer” appear small too. I know that Visual Composer have a “Extra Class Name” field, but Im not proficient with CSS. Could you tell me which custom code can I add in order to rescale only that part to fit well in the front page?
Thanks very much Harry
Carlos
Attachments:
You must be logged in to view attached files. -
AuthorPosts