Home › Forums › WoodMart support forum › Multiple Issues To Fix
Multiple Issues To Fix
- This topic has 12 replies, 2 voices, and was last updated 4 years, 11 months ago by Elise Noromit.
-
AuthorPosts
-
January 9, 2020 at 2:21 pm #167161
TamaraParticipantIssue 1: On the home page (and all other pages I’m sure), there is a white space between the content and copyrights footer that I would like removed.
Issue 2: On my gallery pages (eg. https://bumpstobabies.com.au/newborn/) I’m using the images gallery element and have it set to display 3 images per row which it is displaying correctly on desktop but on the phone is displaying as 2 columns. I would like it to display as 1 column on the phone. In saying this though, I want my products on the shop page to remain displaying 2 products per row on mobile.
Issue 3: On the top of every page there is a white space beneath the title which I would also like removed. Also I had the sports demo layout for my homepage where the row of information boxes overlapped the slider (which I’ve changed to an image) and I really loved how that looked on desktop, however on mobile the first info box was practically covering most of my main image. Is there a way to have it overlapping on desktop (-140px margin) but not on mobile?
Issue 4: On my pricing page (https://bumpstobabies.com.au/pricing) the sections titled “DIGITAL ONLY COLLECTIONS” “COMPLIMENTARY MATERNITY SESSION” & “OUR PAYMENT OPTIONS” are not middle aligned to their sections on both mobile and desktop. All of the other sections look great, just those 3.
Thank you so much for your help in advance š
Attachments:
You must be logged in to view attached files.January 9, 2020 at 7:11 pm #167199
Elise NoromitMemberHello,
1. and 3. WoodMart theme has top and bottom paddings for Main page wrapper in order to ensure WooŠ”ommerce templates nice view.
However, this padding causes the gap between the header and the main content on the home page of some of the demo pages. In order to get rid of it enter the page: Dashboard > pages > find the page > edit and set margin-top:-40px
Main page wrapper bottom padding visible and a white space between the pre-footer and footer occurs.In order to remove the gap, enter the HTML block, which is used in the Theme Settings > Footer > Pre-footer area and set margin-bottom: – 40px; to the row. If there are a few rows in the template, the margin should be set to the last one.2. Please add this code to the Theme Settings > Custom CSS > Global:
.col-6.woodmart-gallery-item { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
4. You need to enter the element and set the text alignment as per your needs or provide site admin access to the private area.
Best Regards
Best Regards
January 9, 2020 at 8:01 pm #167204
TamaraParticipantThanks for that. With Issue 4, I mentioned the section not being middle aligned. Iām not trying to centre align the text. Iāve already set the row to have content middle aligned however the gaps on the top and bottom of those sections are not even.
January 9, 2020 at 8:28 pm #167207
TamaraParticipantNow after adding the code to the CSS for the gallery images, itās changed the layout of the home page on mobile which I donāt want. I want the original layout of the images from the sport demo where the images are side by side
January 10, 2020 at 10:18 am #167266
Elise NoromitMemberHello,
With Issue 4 – make the row the full-height and make the columns of the same height
As for code CSS, please remove from Global and add to the Mobile section.
Best Regards
January 10, 2020 at 2:27 pm #167324
TamaraParticipantI did this (currently still there) and no change is made. Home page gallery element displaying as I want with the 2 columns, but the maternity, newborn and 6 month + gallery pages showing 2 I columns instead of 1 as I requested.
January 10, 2020 at 3:39 pm #167341
Elise NoromitMemberHello,
Please contact the hosting support and ask them to clean the cache. This is the issue of the cache.
Please delete CMB2 and Redux Frameworks these plugins are no more necessary. https://xtemos.com/docs/woodmart/faq-guides/3-x-4-0-migration-guide/
Best Regards
January 10, 2020 at 3:50 pm #167346
TamaraParticipantOk Iāll do that. Also with the contact form fields, theyāre all touching each other, is there a way to add a space of about 3 or 5px between each one? If I add a line break in the form itself the space is too large.
January 10, 2020 at 3:53 pm #167347
TamaraParticipantI can now see the gallery pages displaying single image on mobile however I donāt think youāre understanding me. I only want /newborn /maternity and /sitter pages to display single on mobile. Now the home page ones arenāt displaying as 2 columns 🤦🏻♀️
January 10, 2020 at 3:57 pm #167349
TamaraParticipantI want the pages to display as pictured in the attachments, but with your code it makes them ALL 1 column display on mobile
January 10, 2020 at 10:51 pm #167392
Elise NoromitMemberHello,
Enter the page and insert the code into Page settings area https://prnt.sc/qm1m1d to make it effective only on the certain page:
@media (Š¼Š°x-width: 576px){ body .col-6.woodmart-gallery-item { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
Ask your host support to disable the cache for the while.
In order to correct the contact form, add this code:
.form-style-rounded input[type=text], .form-style-rounded input[type=email], .form-style-rounded input[type=password], .form-style-rounded input[type=search], .form-style-rounded input[type=number], .form-style-rounded input[type=url], .form-style-rounded input[type=tel], .form-style-rounded input[type=date], .form-style-rounded select { margin-bottom:20px; }
Best Regards
January 10, 2020 at 11:41 pm #167398
TamaraParticipantThanks, form code worked, however image issue still not fixed š I put the css on the page settings as you said and despite cache cleared its still showing 2 columns on mobile.
Also, how can I make the form fields square cornered instead of rounded?
January 11, 2020 at 11:16 am #167459
Elise NoromitMemberHello,
I have corrected the code. Please check.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register