Tagged: content section, grid row, sidebar
-
AuthorPosts
-
February 22, 2017 at 2:05 pm #750488
Hi guys,
(1) I set up a page with a sidebar right (Hoe werkt het). I see there is (space for) a sidebar, but I don’t see the content of the sidebar.
(2) When I use content section for the content of the page, the sidebar is seen, however is forced down under the content. This is not what is supposed to happen!? I always thought that only happened with grid rows!
(3) I know I can use grid row and that I can put a widget area with a sidebar within a cel, but don’t like (‘hate’) the look of the sidebar style (which is different from the standard sidebar on a page). You can tweak a bit with css but it is never going to be the same…
Can you please check? I have created test pages for you to be found on top of the WP pages menu. You can play with them like you wish.
Thanks & regards,
MoniqueFebruary 22, 2017 at 7:52 pm #750623Hey Monique,
Please view the below link. I would believe the sidebar is showing now.
http://new.de-starterwebsite.nl/test-page-kriesi-1/Best regards,
Jordan ShannonFebruary 22, 2017 at 9:54 pm #750700Hi Jordan.
Ok, I will check on that.
What is it that you’ve changed? Any files?
What does the notice mean: “Notice: Undefined index: index in /var/www/vhosts/de-starterwebsite.nl/subdomains/new/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 346” and how can I get rid of that?
Regards,
MoniqueFebruary 23, 2017 at 7:56 am #750849Hey!
Most probably files need to get uploaded again through FTP.
But – you can always edit WP_DEBUG to false, to have it work.
https://codex.wordpress.org/WP_DEBUG
Let us know if we can do anything else.Best regards,
BasilisFebruary 23, 2017 at 9:26 am #750864Hey Basilis,
Which files do you mean? The (original) wp-config.php file?
Thanks,
MoniqueFebruary 28, 2017 at 9:43 am #752804Hi,
Line 346 of button_fullwidth.php file is actually empty. Please try to update the theme to the latest version, 4.0.2. Or edit the wp-config.php file, look for the WP_DEBUG and WP_DEBUG_DISPLAY constant, set it to false.
// https://codex.wordpress.org/WP_DEBUG
Best regards,
IsmaelMarch 1, 2017 at 5:17 pm #753812I am having the same issue with the sidebar not showing correctly
I am using a right hand sidebar.
This is set up as the default for pages.The side bar is appearing just above the footer, below the content that I have entered (See Images)
I’ve update all versions of theme and platform and am using:
Enfold Version: 4.0.2.
Wordpress Version: 4.7.2I’ve deactivated all plugins to see if there is a conflict with one of these, but the issue is still present.
March 2, 2017 at 7:22 am #754096Hey!
You’re using a Color Section which is a full width element and it’s going to push the sidebar underneath it. The workaround is to disable the sidebar, replace it with a column plus the Widget Area element.
Cheers!
IsmaelMarch 6, 2017 at 1:39 pm #756382Hi Ismael,
I see your message to @khariinteractive here above.
In the past I believe it was the case that you could combine a color section with the standard page sidebar but for grid row, you had to create a sidebar by using a widget area for a sidebar within a column.
Has that been changed? Do we now have to create a sidebar in a coloumn for both color section and grid row?
Thanks,
MoniqueMarch 6, 2017 at 6:04 pm #756532See also my remark above of earlier today.
I have updated the theme to version 4.0.2, but nothing has changed. It still looks like before.
Is this a bug? Or is it just not possible to use a (standard page) sidebar in combination with the (color section or grid row in( Avia Builder?
My objection is to have a sidebar right which covers the whole height of (the content of) the page. When I should use a widget area in a column (either with color section or grid row) it would only cover the height of that specific section or row. Is that correct?
Please advise.
March 7, 2017 at 6:46 am #756775Hey!
In the past I believe it was the case that you could combine a color section with the standard page sidebar but for grid row, you had to create a sidebar by using a widget area for a sidebar within a column.
I’m sorry but it’s been like that since the beginning. Full width elements (color section, full width slider, grid row) will push the sidebar underneath because in the html, the sidebar is place below the full width elements. Basically, it looks like this:
<div class="avia-section"></div> <div class="avia-grid-row-container"></div> <div class="avia-fullwidth-slider"></div> <div class="sidebar"</a>
The sidebar will always go underneath. If you search in the forum, you’ll see that we suggested this workaround 2 or 3 years ago.
// https://kriesi.at/support/topic/link-within-a-page-issue-color-section-problem/#post-347641
Best regards,
IsmaelMarch 7, 2017 at 11:01 am #756884Hi Ismael,
Now I know what I was doing: making live far too complicated ;-) After having created a couple of Enfold websites now, I started to try a few things out and got mixed up in combinations that apparently don’t work.
For the pages I wanted a sidebar for, the colour sections and grid rows were not really necessary. So I deleted all of them. However, I still didn’t see the sidebar. Then I realized that on the bottom of the page I used a full width button. Is that the reason why the sidebar is not shown? You would expect though, reading your message above, that the sidebar would be pushed underneath the full width button, but that is not the case. Which is still very strange…
So, I have to take out the full width button, which is (from a styling point of view) really a pitty :-(
That brings me to the point that it is obviously possible in Enfold to use certain elements next to each other that don’t fit together – if you know what I mean.
However, I still like Enfold very much :-)
Regards,
MoniqueMarch 8, 2017 at 10:26 am #757654Hi!
You would expect though, reading your message above, that the sidebar would be pushed underneath the full width button, but that is not the case. Which is still very strange…
The element should push the sidebar underneath but there’s something wrong in your page. The actual sidebar markup is missing. I tested this on my installation and it renders the expected layout, the sidebar is beneath the fullwidth button.
That brings me to the point that it is obviously possible in Enfold to use certain elements next to each other that don’t fit together – if you know what I mean.
It’s just a matter of experience in using the builder and its elements. Maybe, we can add a note somewhere so that users will know that full width elements push the sidebar underneath. Anyway, you can still add a full width element in a page and have a sidebar as long as you put the full width element at very top of the page.
Regards,
IsmaelMarch 13, 2017 at 1:29 pm #759986Hi Ismael,
Meanwhile I have set up the pages in the required layout.
It is clear to me now that ALL full width elements push the sidebar underneath. Perhaps it would be a good idea to make a remark for users so that they know.
Can you flag this topic as closed please?
Thansk & have a nice day!
MoniqueMarch 13, 2017 at 5:44 pm #760131Hi,
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Issue with sidebar not showing correctly’ is closed to new replies.