inherit
253866
0
Jun 23, 2018 20:45:15 GMT -8
lovebunny
22
March 2018
lovebunny
|
Post by lovebunny on May 29, 2018 9:30:23 GMT -8
Forum URL: thehollowx.freeforums.netI recently installed a new theme....i have the side bar redux installed and have images that were made for the boxes but they're not showing up? Where do i go to make the sidebars collapsable i think that might be the problem? LMK thanks a bunch!! Mucho appreciated.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 29, 2018 11:13:35 GMT -8
Hi, lovebunny. The plugin doesn't appear to be enabled on that theme. In Plugins > Manage you can click on the Edit button next to the Sidebar Redux plugin to choose which themes it's enabled on. Note that if you made changes to your style sheet to customize your sidebar containers those customizations will be exclusive to the theme you made the changes on. Each theme has its own style sheet.
|
|
inherit
253866
0
Jun 23, 2018 20:45:15 GMT -8
lovebunny
22
March 2018
lovebunny
|
Post by lovebunny on May 29, 2018 11:20:38 GMT -8
It does seem to be enabled on that theme...but the images are still not showing up Brian
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 29, 2018 11:23:14 GMT -8
The admin area says that the plugin isn't enabled on all of your themes.
|
|
inherit
253866
0
Jun 23, 2018 20:45:15 GMT -8
lovebunny
22
March 2018
lovebunny
|
Post by lovebunny on May 29, 2018 11:38:54 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 29, 2018 11:42:06 GMT -8
That particular issue appears to be due to you supplying the ID as the title bar text instead of specifying it in the ID field. The CSS uses the name you supply in the ID field to identify what it needs to add its styles to. So when your CSS is telling the page to add a background image to #bark1 > .title-bar it's not finding anything because no element with that ID exists.
|
|
inherit
253866
0
Jun 23, 2018 20:45:15 GMT -8
lovebunny
22
March 2018
lovebunny
|
Post by lovebunny on May 29, 2018 11:49:55 GMT -8
ok.so do i need to remove the ID in the plug in area? this is what is in the CSS--there are BG images though #bark1 > .title-bar { /* Title Bar - Insert your CSS below */ background-image: url(https://cdn.nickpic.host/images/7gfzG.png);height: 300px; }
#bark2 > .title-bar { /* Title Bar - Insert your CSS below */ background-image: url(https://cdn.nickpic.host/images/7ug4x.png); height: 300px; }
#bark3 > .title-bar { /* Title Bar - Insert your CSS below */ background-image: url(https://cdn.nickpic.host/images/7u42b.png); height: 300px; }
#bark4 > .title-bar { /* Title Bar - Insert your CSS below */ background-image: url(https://cdn.nickpic.host/images/7uwxf.png); height: 300px; }
#bark5> .title-bar { /* Title Bar - Insert your CSS below */ background-image: url(https://cdn.nickpic.host/images/7uzh6.png); height: 300px; }
#bark6 > .title-bar { /* Title Bar - Insert your CSS below */ background-image: url(https://cdn.nickpic.host/images/7uKGY.png); height: 300px; } Brian so sorry to keep bothering you lol
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 29, 2018 11:59:12 GMT -8
You need to add the appropriate IDs to each of your containers in Plugins > Manage > Sidebar Redux. Right now none of your containers have IDs. They have titles, but the title does nothing in regards to how the sidebar interacts with your style sheet rules.
If you were to open both forums in separate tabs and open the plugin settings in each of them you'll notice the difference pretty quickly when tabbing between them. One has the ID fields filled out and the other doesn't.
|
|
inherit
253866
0
Jun 23, 2018 20:45:15 GMT -8
lovebunny
22
March 2018
lovebunny
|
Post by lovebunny on May 29, 2018 12:07:50 GMT -8
OOH I see!! okay! Oh bingo! Thanks a bunch!! <3 mucho appreciate the help Brian
|
|