On my under construction site the sidebar links work on some pages but not on others.
I have set them for right side display in the basic WP settings as Main Sidebar and have also tried setting it in the Redwaves dashboard but they just don't seem to be working. If I try to click on a non working sidebar link then a word in the main content highlights instead.
I have looked on Google and the search results give me the information that it could be a permalink problem.
Help needed please
Sidebar links not working
Need help with one of our themes? Ask here.
- Asmi Khalil
-
- Posts: 779
- Joined: Fri Jun 26, 2015 7:13 am
- Display Name: Asmi Khalil
- Location: Tunisia
Hi Philip,
Thank you for buying RedWaves!
Maybe this is a styling issue causes the content to cover sidebar links. Would you please give me a link to your website? (if you want to keep your site private, send me the link via a private message). I need to inspect the code. Sometimes, theme could be conflicting with other plugins code.
Thank you for buying RedWaves!
Maybe this is a styling issue causes the content to cover sidebar links. Would you please give me a link to your website? (if you want to keep your site private, send me the link via a private message). I need to inspect the code. Sometimes, theme could be conflicting with other plugins code.
I think there is a world market for maybe five computers. - IBM chairman Thomas Watson, 1943
Hi Asmi.
The site is on my own computer using InstantWP and not made public yet. Not sure how you could get to view it.
The site is on my own computer using InstantWP and not made public yet. Not sure how you could get to view it.
I think I've found the problem.
I use quite a lot of tables for the layout and if the table width exceeds 900px then it breaks the sidebar.
GOOD (the sidebar links work):
BAD (sidebar links do not work):
So I'm going to change all the affected pages to 850px just to be on the safe side. I doesn't seem to harm the design of the page too much
I use quite a lot of tables for the layout and if the table width exceeds 900px then it breaks the sidebar.
GOOD (the sidebar links work):
<table class="aligncenter" style="width: 900px;" cellspacing="5" cellpadding="10">
<table class="aligncenter" style="width: 910px;" cellspacing="5" cellpadding="10">
- Asmi Khalil
-
- Posts: 779
- Joined: Fri Jun 26, 2015 7:13 am
- Display Name: Asmi Khalil
- Location: Tunisia
The sidebar is made of a <div> tag and widgets are wrapped with an <aside> tag. Are using a custom widget to display links on the sidebar?
Please try to test this on a mobile phone to see if issue haven't been solved.
Please try to test this on a mobile phone to see if issue haven't been solved.
I think there is a world market for maybe five computers. - IBM chairman Thomas Watson, 1943
-
-
- Posts: 3
- Joined: Fri Nov 23, 2018 6:28 am
- Display Name: elmaasheley147
Agree with youPhilip Lench wrote: ↑Mon May 15, 2017 8:35 amI think I've found the problem.
I use quite a lot of tables for the layout and if the table width exceeds 900px then it breaks the sidebar.
GOOD (the sidebar links work):BAD (sidebar links do not work):<table class="aligncenter" style="width: 900px;" cellspacing="5" cellpadding="10">
So I'm going to change all the affected pages to 850px just to be on the safe side. I doesn't seem to harm the design of the page too much<table class="aligncenter" style="width: 910px;" cellspacing="5" cellpadding="10">
Who is online
Users browsing this forum: No registered users and 1 guest
It is currently Sun Feb 17, 2019 5:49 am