Tagged: x
-
AuthorPosts
-
October 10, 2016 at 2:07 pm #1210335
Benjamin HParticipanthttp://www.lvbbi.com
In relation to post https://community.theme.co/forums/topic/sensei-plugin-creates-course-pages-which-are-displayed-incorrectly/#post-287542I am having the same issue with the sidebar not showing up to the right of the video. I will comment below with the login information because it’s a closed course.
If you click into the courses http://www.lvbbi.com/my-courses/
This is what I want it to look like http://prntscr.com/cs7lhi
Benjamin
October 10, 2016 at 2:08 pm #1210338
Benjamin HParticipantThis reply has been marked as private.October 10, 2016 at 11:38 pm #1210895
RupokMemberHi Benjamin,
Thanks for writing in! It seems you have added the below code that’s causing this :
.x-sidebar { font-size: 11px; width: 35%; }Let’s remove the width value or add the below code as well :
.x-main.left { width: 65%; }Hope this helps.
October 12, 2016 at 6:44 am #1212816
Benjamin HParticipantThank you! Unfortunately it didn’t fix the problem… http://prntscr.com/csw0p8
And now both the sidebar and video are super small…
October 12, 2016 at 12:21 pm #1213269
ThaiModeratorHi There,
Please remove this CSS:
.x-sidebar { font-size: 11px; width: 35%; }And add the following CSS instead:
@media (min-width: 980px){ .x-main.left { font-size: 11px; width: 65%; } .x-sidebar { width: 35%; float: right; } }Hope it helps :
October 13, 2016 at 7:16 am #1214535
Benjamin HParticipantI made this change and even tried to adjust some of the width values, but it’s still having the same issue.
Benjamin
October 13, 2016 at 10:16 am #1214823
RupokMemberHi there,
I can see it’s working fine and sidebar is where it supposed to be – http://prntscr.com/ctdyh0
You are using Cloudflare, so make sure to clear your cache before checking. I got it down from my end and the Cloudflare error page was showing. Then it was loaded after several tries.
Thanks!
October 13, 2016 at 4:27 pm #1215291
Benjamin HParticipantI made sure to clear the Cache in cloud flare, opened up the page in a private window and I’m still getting this page. http://prntscr.com/ctizin
Can you login with the information I sent you earlier so you can see what I see. The page that I’m on is
http://www.lvbbi.com/lesson/baptist-history-i-lecture-1/Thank you!
October 13, 2016 at 11:17 pm #1215679
RadModeratorThis reply has been marked as private.October 14, 2016 at 2:38 pm #1216546
Benjamin HParticipantYour still on the wrong page…. Please look at the screenshot I sent you earlier. 😀
I already know what that other page looks like and it it’s not the page I’m having an issue with. Thank you 😀
October 14, 2016 at 11:49 pm #1217014
RadModeratorHi there,
There are some unclosed elements https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.lvbbi.com%2Flesson%2Fbaptist-history-i-lecture-1%2F, that breaks the sidebar position. Please provide your FTP login credentials as well 🙂
Thanks!
October 15, 2016 at 11:55 am #1217438
Benjamin HParticipantThis reply has been marked as private.October 15, 2016 at 9:31 pm #1217757
Rue NelModeratorHello There,
Thanks for providing the ftp details. I went ahead and look for the cause of the issue. I ended up modifying your custom functions. I have used this:
function x_theme_sensei_wrapper_start() { if ( is_singular( 'course' ) ){ remove_action( 'woocommerce_before_single_product', 'x_woocommerce_before_single_product', 10 ); remove_action( 'woocommerce_after_single_product', 'x_woocommerce_after_single_product', 10 ); } echo '<div class="x-container max width offset">'. '<div class="x-main left" role="main">'; //.'<div class="entry-wrap"> '; } function x_theme_sensei_wrapper_end() { echo ' </div> <!-- .entry-wrap -->' . '</div> <!-- end sensei .x-main left-->' . '</div>'; get_sidebar(); echo'</div> <!-- end sensei x-container-fluid -->'; }Please do check out the page again.
October 18, 2016 at 8:19 am #1220789
Benjamin HParticipantIt looks incredible!!!! Thank you so so so much!
Can you take at one other page for me. This should be much easier. I simply want to remove the gaps between these courses listed on the page. I tried to change it, but it kept affecting the look of the menu bar on the left. You can see the gap I want to remove in this screenshot
http://prntscr.com/cvt6ieHere is one of the course listing pages: http://www.lvbbi.com/course-category/theology-courses/
Benjamin
October 18, 2016 at 10:00 am #1220917
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.archive h3 { margin-top: 0px; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1210335 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
