This topic has 16 replies, 3 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
I have being having issues customizing the themes:
for example the footer background color is not applying
https://prnt.sc/iw9uy2
.copyright-1, .copyright-2, .copyright-3, .copyright {
background: #f00d0d;
font-size: 12px;
padding-top: 20px;
}
this is not changing anything. What do I Do.
Hi, I’m having the same issue. Whenever I set the Footer 1 or Footer 2 color my site does not respond. I’ve cleared my cache but it has not helped. How do I fix this?
I also have a 2nd issue where two widgets in the same row are not lining up. I’d like for them to line up at the top but they appear to line up at the bottom.
Please advise. I’ve included my staging web address below.
Thanks!
Hello @Kj,
Please watch our video tutorials – https://www.8theme.com/videos/ (Royal – WordPress ThemeEngine – Footer Set Up). Do not forget to disable demo footer blocks in Theme Options > Footer.
Could you please provide wp-admin access in Private Content?
Regards
Hi Rose,
I’ve done both of those (watched the video and disabled footer blocks) and it’s still not working. See below for access.
I was able to fix it. It required turning off the Transparent Container settings under the Styling Tab in Theme Options. I could still use help with #2:
“I also have a 2nd issue where two widgets in the same row are not lining up. I’d like for them to line up at the top but they appear to line up at the bottom.” These are on my homepage. The widgets are called “Postcards From Makeba” and “Words of Love”. They don’t line up at the top.
Thanks!
Hi;
I noticontact page words are not showing.
i have tried to change the color attributes but it seems not to be working.
Please Kindly help. Only the telephone number that is showing.
https://prnt.sc/ixc5vy
I have also noticed that any Custom CSS i place here doesnt seem to work
even after clearing the Cache.
https://prnt.sc/ixc6sh
Lastly i have noticed that the p tags are seem to be all color white when i have set it to black
hence the text is not showing. Please kindly help adjust it..
https://prnt.sc/ixc8bm
Lastly how do i increase the image size of the products on display?
Hello @Kj,
Please create a new topic to prevent misunderstanding – https://www.8theme.com/forums/royal-wordpress-support-forum/ http://prntscr.com/ixer90
Row settings > Content position > Top and set 0px for the first column – http://prntscr.com/ixewnm
Regards
Hello @captainsesman,
1,3. This because of your settings in Theme Options – http://prntscr.com/ixez72
2. The code applied – https://prnt.sc/ixf29f but if you do not get required result, seems the css is not fully correct. Please describe the desired result and I will help you with the custom code.
4. Customize > Wocommerce > Product Images
Before 3.3 version WooCommerce had options for every type of image – single product, catalog and gallery image. In version 3.3 WC developers changed options and moved them to the Customizer. In version 3.3.3 they removed image settings at all even from customizer. We keep the previous version of their settings http://prntscr.com/ik093w But 8theme product widgets and gallery images use WP thumbnails size (Settings > Media) because WC customizer does not have the individual settings for this because of 3.3 update. So, if you don’t want to crop thumbnails images disable crop in WP settings and regenerate thumbnails. You may also try to change image settings using WC hooks that WC developers offer https://github.com/woocommerce/woocommerce/wiki/Customizing-image-sizes-in-3.3-
Regards
Hello Thanks for the help.
Here is my complain, i have inspected my page and i came up with the custom code
.product-content {
margin-top: 20px;
}
I have cleared my cache and the code is not working.
https://prnt.sc/ixtzzv
This is were i applied the custom code.
https://prnt.sc/ixu1lb
Kindly assist
Dear @captainsesman,
Your code is added inside media query – http://prntscr.com/ixvsz6 this means that it works only on mobile devices. I’ve changed the position of the code http://prntscr.com/ixvtu8 Please check.
Regards
Please i need support on the checkout and account page. I have noticed that the theme did not come with those pages. How do i set them up?????
Hello,
Please read this article about import woocommerce pages https://docs.woocommerce.com/document/woocommerce-pages/
Regards
I want to achieve this with the cart. I want to move it down but when i do the logo also moves how do i do. https://prnt.sc/j0o2b6
How do i add a margin-top without affecting the logo?
Please try to use this custom css code:
.header .shopping-container {
position: absolute;
top: 300px;
width: max-content;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up