Forum Replies Created
- AuthorPosts
- Themonic-SupportKeymaster
Hi,
To add Sidebar:
Step 1: Add the following to Additional CSS in customizer
.woocommerce .site-content { width: 63.2%; }
———————-
Step 2: and in woocommerce.php inside theme folder
copy the get_footer line and replace get_footer with get_sidebar and place it above get_footer line.
The bottom two lines will look same just like in file page.php which is also inside theme folder, so you can copy from there too.
Themonic-SupportKeymasterWe have already tested theme with latest WP version, so it could not be related to theme, check and update plugins and WP. Ask in https://wordpress.org/support/
Themonic-SupportKeymasterHi,
Please email to [email protected] with the following:
– site link
– screenshot, marking where you want them to be
– current custom/additional CSS contentsIf they are not visible then that is not the default behavior, make sure that you have not clicked on the following option in Customizer -> Logo
I have uploaded 1040px full width header image(removes white space around uploaded image)
If you check the above option without providing full width header image it can cause issues with social media icons.
Themonic-SupportKeymasterAll CSS in the forum is for Customizer – > Additional CSS section
You will also need to clear the browser cache to see changes, if still not working, then send email to [email protected] with page URL where category has description and login details.
March 23, 2022 at 10:44 am in reply to: Where to find ‘Menu’ JS File for Excluding in WP Rocket? #6712Themonic-SupportKeymasterHi,
Theme folder(iconic-one-pro) -> js -> selectnav.js
yoursite.com/wp-content/themes/iconic-one-pro/js/selectnav.js
Themonic-SupportKeymasterAlso add
.archive-meta p { padding: 10px 0; }
Themonic-SupportKeymasterTry this CSS
.archive-meta ul { list-style: disc; margin-left: 10px; padding: 10px; }
Themonic-SupportKeymasterYou can use this guide
Do install classic widgets plugin to use theme bundled widgets.
Themonic-SupportKeymasterHi,
If your WordPress and default themes are functioning correctly then email to [email protected] with login details. A blank customizer may be due variety of reasons, you can first temporarily disable all plugins to rule out plugin related issues.
Themonic-SupportKeymasterHello,
Try this in Customizer -> Additional CSS
#wpforo #wpforo-wrap img { max-width: 100%; }
- AuthorPosts