ive a problem that the widget area is not showing correct
in the Single Product page of wocommerce, wordpress.
Here the live link
http://www.bonindesign.de/kunden/tomute/produkt/testo-4ro/
If you scroll below, you see that the widget area is hanging in the footer.
Can you help me with that ?
Thanks alot
Alpha
It's something to do with the closing div on line 273.
Related
I have a problem with Sticky Add To Cart, i have Astra theme and Woocomm rce installed. Namely, after scrolling down the page, the bar appears, but when I scroll to the very top of the page, the bar does not hide. What could it be caused by? I have to refresh the page and only then Add to cart disappears. I noticed that if I make a popup in Elementor that pops up the same way as the Add to cart sticky (when scrolling), a similar problem occurs. The bar appears, but when moving to the top of the page, the bar does not disappear. Thanks in advance for your help! Because I’m starting to give up. The page address is: HTTPS://warmener.pl
Sticky Add to cart will dissapear when i scroll to the top.
sticky-add-to-cart.js(unminified) and sticky-add-to-cart.js(minified) both files have a code line to get the button offset.
This is that line document.querySelector( '.product .single_add_to_cart_button' ).offsetTop
Right now, it's returning the value for some reason, maybe conflicting with elementor HTML tags or maybe because of some other reasons.
To fix the issue you'll have to use getBoundingClientRect().top instead of using offsetTop
so you'll have to modify both files and replace
document.querySelector( '.product .single_add_to_cart_button' ).offsetTop
with this next line:
document.querySelector( '.product .single_add_to_cart_button' ).getBoundingClientRect().top
It will solve your issue.
Note: Purge/Clear the cache after file changes and force reload the page then test.
i have a wordpress website with landing page and content following after. My problem is that I have no clue how to make the landing page not scrollable. My goal is for the additional content only to show after clicking on the arrow at the bottom of the landing page. any tips or suggestions plz? my website is saltwonder.m-arina.com
You can set your first section which you want to show full screen or other too. Then you should use height:100vh;.
I am creating a website for our company.
I wanted the homepage to be like a simple landing page. Something similar to this site (https://www.agbaonline.com)
The challenge I am having is, the page has a white spacing at the bottom that just doesn't look nice at all. How do I get rid of this. I don't intend to put a footer in the page as I want it to be as straightforward as possible.
This is the link to the website, currently being worked on (https://www.mimshakspares.com/test) - we are using wordpress and the Gutenberg Block Builder.
Thank you for your assistance guys.
Please remove margin-bottom of this class .uagb-block-1d95c7fa.uagb-column__wrap
I have another question for you guys. So i'm using the Prospect theme
http://themes.wpbusinessbundle.com/prospect/
And I don't know how to have those elements shown in the demo:
1) have the white ''writing'' space under the slider exactly the same width as the slider (I could also modify this with columns in a desperate case I guess) - now it's full page
2) keep it white! when i put writing in it, the background keeps turning pale blue, and it splits into 2: pale blue and white
Wish I could show you an example but I'm making it local, so... hope you got something out of that and can help me?
Ok, this is what i get when I try to edit the page: http://www.codrutamarin.com/?page_id=745 --- I want it to be dark blue and white, like in the original template shown above - AND for it to be centered under the slideshow.
Pretty hard to understand what you mean tbh. Maybe take a print screen?
Woah what did you do ;P.
You should make a page with the theme template of 'Home page' on the right menu of WP. The large block of text with the large button is just called a 'call-to-action' and this can be accessed by pressing the visual editor button in the 'Visual' view of the page.
After you've published the page, Go to 'Appearance -> Themes' and then on Prospect, select Customize, then 'Static Page' and set the new home page as the static page for the front end of your site.
I am working on a client's WP and I'm having a weird problem with category headers. Basically we have six categories (you can see them on the right side of the page).
When you go the main page (http://www.glossandglam.com/blog) you will see the posts without the categories next to the title EXCEPT when it's in the category BRIDAL. If you scroll down to the second post you'll see the "Bridal" image displayed next to the title. Also, when you click on the any of the categories, the category image shows next to all the posts.
I need to get the category images to show next to the titles on the main page (http://www.glossandglam.com/blog). Does anyone have any ideas?
I have tried by installed the plug-in "Category Images II" but that hasn't done the trick. Thanks for the help.
i had same problem,
i hope this below plugin will be help full to archive functionality
http://wordpress.org/extend/plugins/category-page-icons/
even you can add icons e.g green, red etc..as images in categorys, pages..