Forum Replies Created
-
AuthorPosts
-
hm it maybe woocommerce issue now that I think about it.. not a porto related issue
Hi Aizaz, somehow it works! Not sure why, that wasn’t working before I spent around 3-4 hours trying to fix it.
I can’t explain it, but hey, if it works it works.
Appreciate your help!
Chris
Hi Aizaz,
Would you mind checking out the link in the private area?
I see it works perfectly for you, but in my product page I wasn’t able to get it to work, not sure what I’m doing wrong.
Attached some screenshots.
Chris
This field is Private Content.
Attachments:
You must be logged in to view attached files.Hi Aizaz, lets forget about this support request. I’m happy to use the price widget up by the title. When I look at of portos pre-built single product templates they all work like that so I’ll just do the same.
Attachments:
You must be logged in to view attached files.Maybe I can copy freshly downloaded theme files over my existing ones?
Thanks Aizaz, it looks great!
Hmmm. So strange. I disabled all plugins except: woocommerce, porto theme functionality, and elementor and the issue persists. I tried activating the main theme instead of child and no difference. I checked the page source and it’s not loading or processing the price into that area. Also tried making a new template and product and the same issue is occurring.
It seems my options are either:
1) try to inject the price between the cart and variation buttons with JS
2) use the price widget and drop it under the main product titleDo you think I should try using JS to add it in?
Pretty sure this is the only CSS I have modifying the area and I tried disabling it (no effect):
/* Modify Add To Cart Button On Product Pages */
.single_add_to_cart_button {
background-color: #6aa800;
color: #ffffff;
transition: all 0.3s ease;
padding: 28px 0;
border: 5px solid #ebebeb;
display: flex; /* Add these lines */
align-items: center; /* to vertically center */
justify-content: center; /* to horizontally center */
line-height: normal; /* Reset line height if needed */
margin-top: 20px !important;
}
.single_add_to_cart_button:hover {
background-color: #598c03;
border-color: #a2d8fc;
transform: scale(1.06);
}/* Remove the line divider above add to cart */
.single_variation_wrap {
border-top:0px !important;
}/* Remove clear variation button above cart */
.reset_variations {
display: none !important;
}February 8, 2025 at 8:57 pm in reply to: Product Description Disappears If I Click “Edit With Elementor” #26641That’s ok, I just wasn’t sure if it was working as intended and wanted to confirm.
Thanks again Aizaz, hope you enjoy your weekend!
February 7, 2025 at 10:04 pm in reply to: Product Description Disappears If I Click “Edit With Elementor” #26632Hi Aizaz, appreciate your help. I see what the problem is now with the description and was able to get it working. I thought that description widget was locked with elementor PRO so I didn’t use it and was looking everywhere else lol.
Maybe one other issue you can help me with that I’m struggling to understand. When I edit a single product template, for some reason it always loads in data from the most recent product I’ve created. Currently that is Luxury Woodcraft:
https://prnt.sc/YDGH4tJuaJCC (this shows luxury woodcraft product data is loading into the installation product template)
I thought it would load data from the product I connected to the template:
Everything works when I preview the product page, or visit it on the website. The data associates correctly, but just in the template area things seem weird. Not sure if its working as intended.
I think it could be solved by having extra add to cart buttons for various products and services on the same page.
I’m attempting to set this up, it seems possible.
Appreciate you, thanks Aizaz
Ah, I see! Thanks for the help getting that working.
Is there any way in the future I can remove dependency on that section? I’ll probably make it all custom from scratch.
Thanks Aizaz!
perfect thanks!
Sure thing. Added the credentials to private area.
I looked into how to remove those dots but couldn’t figure it out for about an hour. I have a plugin installed to add custom JS / CSS rules if needed.
I did figure out how how to copy the footer section and paste it into new pages. It seems elementor want money to use the theme builder and template widget, which I’m not too motivated to pay..
Unless you know a different way forward I’m ok just manually pasting the footer into each page.
Appreciate your help as always.
This field is Private Content.
-
AuthorPosts