Home › Forums › WoodMart support forum › Widgets Sidebar Missing
Widgets Sidebar Missing
- This topic has 11 replies, 2 voices, and was last updated 7 years, 1 month ago by Artem Temos.
-
AuthorPosts
-
November 22, 2017 at 2:05 am #24927
htwsupportParticipantAll of a sudden the widgets sidebar has gone missing on my shop pages. The sidebar should contain a price filter and product category widget, which you can see by going to the mobile version and using the slideout sidebar.
In desktop its gone. It is in the HTML of the page but moved off the page by .css. I you inspect you can see that.
<aside class=”sidebar-container col-sm-3 col-sm-pull-9 sidebar-left area-sidebar-shop” role=”complementary”>
is being pushed off screen by:
@media (min-width: 768px)
bootstrap.min.css?ver=1.5.0:14
.col-sm-pull-9 {
right: 75%;
}Disabling this only brings it back on screen but doesn’t put it in the right spot because the <aside> is not in the correct row anyway now.
Any ideas whats going on here? I was just edit products when I noticed this. It was working fine before.
November 22, 2017 at 7:10 am #24935
Artem TemosKeymasterHello,
We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.
We checked your website and noticed that your shop page HTML code is modified and the section with products doesn’t have required CSS classes. Try to disable additional plugins to see maybe they cause that problem. Or remove your code customization if you did them in the theme files. If it will not help, please provide us your admin and FTP access.
Kind Regards
XtemosNovember 23, 2017 at 12:34 am #25048
htwsupportParticipantThanks for your reply.
Disabling the Redux framework fixes the problem. Obviously all the custom colours and logos are replaced with the theme defaults but it fixes the sidebar issue.
I haven’t modified any theme files, added any custom js or css.
November 23, 2017 at 7:35 am #25063
Artem TemosKeymasterHi,
OK, please provide us your admin and FTP access so we can check it.
Regards
December 4, 2017 at 10:20 pm #27150
htwsupportParticipantHi,
Please find below the FTP details. Note this is Read Only as it is a client/project site. Any file changes required I can do If you are able to provide details of what requires changing.
December 5, 2017 at 7:35 am #27167
Artem TemosKeymasterHello,
Sorry, but with this access we can’t see/edit our theme folder and files https://prnt.sc/hj94et
Regards
December 6, 2017 at 5:28 am #27354
htwsupportParticipantHI Again,
I have changed the ports etc for the ftp server. If you could try again. It works for me from 2 different locations (at work and at home) using the below credentials.
I have changed some settings on the ftp server anyhow, so hopefully it does work. Please note it is only read only access.
December 6, 2017 at 8:03 am #27372
Artem TemosKeymasterBut we need write access too. We can’t run any debug process without this.
December 6, 2017 at 8:24 am #27389
htwsupportParticipantWrite access has been enabled.
December 6, 2017 at 9:41 am #27417
Artem TemosKeymasterSo the problem was caused by one extra closing tag added to the short description of that product https://projects.htw.net.au/clients/highvalley/product/the-crowd-pleaser/
We have fixed this for you.December 6, 2017 at 10:53 pm #27595
htwsupportParticipantThanks for that.
December 7, 2017 at 7:43 am #27615
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘Widgets Sidebar Missing’ is closed to new replies.
- You must be logged in to create new topics. Login / Register