Forum Replies Created
-
in reply to: Shopping Cart Dropdown
I updated the wp credentials. Thank you!
in reply to: Top Widgetized Area on top of Header on MobileI do not want the top widgetized area to show but to dissapear cause it takes too much space on the top as you scroll down.
I was able to accomplish it with the following code:
@media(max-width: 320px){
.header_wrapper.transparent.header_1.background–light {
top: 20px!important;}.sticky_header .header_wrapper.transparent.header_1.background–light {
padding-top: 0px!important;
opacity: .8;
top:0!important;
}
}@media (max-width: 979px){
.header_wrapper.transparent.header_1.background–light {
padding-top: 80px!important;}
.sticky_header .header_wrapper.transparent.header_1.background–light { padding-top: 0px!important;
opacity: .8;<span style=”white-space: pre;”>
</span>}
}in reply to: Amount of Columns Shop Page ResponsiveAny news on this?
in reply to: Top Widgetized Area on top of Header on MobileI made the change and it did not work. Still looking the same. Any help will be appreciate it.
in reply to: Page Header on Blog Postsok thank you
in reply to: Top Widgetized Area on top of Header on MobileIt works to push it down on first load but when you scroll down the page. The sticky nav doesn’t move to the top but leaves an empty space where the top widgetized area is.
https://www.dropbox.com/s/dzi3dhsaetb8vh4/Screen%20Shot%202019-06-19%20at%2011.00.31%20AM.png?dl=0
in reply to: Amount of Columns Shop Page ResponsiveActually I notice that just a few minutes ago. I am looking at it under the responsive options in the customize tab in wordpress and it shows as one column. But when looking at it with he responsive tool of chrome or safari it displays 4.
However, 4 is too small, I would like to change it to 3, could you indicate me how to do it?
Thank you!
Diana
in reply to: Page Header on Blog PostsHi there, I am wondering if this is something that you might have already add
Hello ? can you please let us know something regarding this issue.
Hello,
Thank you for your response. I see what you have done, but unfortunately I keep getting the same result, even with your test page. I have made a small video where you can see how 3 times de result was satisfactory and the rest failed.
https://www.dropbox.com/s/wq0yz4txg1bommz/errorlightbox.mov?dl=0
I really need a solution for this issue, it is the only thing holding this project back.
thank you for your attention.
Hi, we followed your instructions and the problem still persists, No Lightbox.
in reply to: Remove date from Blog Page and Blog Postsit worked. Thank you!
in reply to: Thumbnails on Product Detail Page not aligningAll the images are at 1200px by 1000px. Including the featured image.
https://www.dropbox.com/s/ohr7yu8tdp6ctm6/thumbnail-proof.png?dl=0
If you read my messages before this last one we had already discussed this and I had already sent proof. For some reason when the image is inserted as the featured image it does not size the same was as when it is inserted in the product gallery. I was hoping this error was fixed with the theme update
in reply to: Page Header on Blog PostsNone of these two options have breadcrumbs, is there an option to have breadcrumbs?
in reply to: Testimonials Carousel Breaking in Tablet and MobileThe overflow :visible cause a horizontal scrolling breaking the page. I manages to fix it with the code below
@media (max-width: 480px) {
.testimonial_carousel_element .caroufredsel_wrapper {
height:330px!important;
}
.testimonial_carousel .item p{
font-size:18px!important;
}
.testimonial_carousel .item .param h6 {
font-size:18px!important;
}
}
@media (min-width: 620px)and (max-width: 767px){
.testimonial_carousel .item{width: 550px!important; }
.testimonial_carousel .item p{
font-size:18px!important;
}
.testimonial_carousel .item .param h6 {
font-size:18px!important;
}
}