Home › Forums › Legacy Support › Support queries › Styling issues › Footer Adjustments – Copyright div width
- This topic has 10 replies, 3 voices, and was last updated 7 years, 6 months ago by Skywalker [ ex VibeThemes].
Viewing 11 posts - 1 through 11 (of 11 total)
-
AuthorPosts
-
April 30, 2017 at 1:48 pm #109697caseyhParticipantI'm trying to set up the footer on a new WPLMS installation at instinctivecognition.com. I've previously provided an admin account if you need to use it, and let me know if I need to reset the password or anything. Initially, I was just using the copyright text and either a menu or social icons in the standard footer. However, the copyright text column was only 3 units wide (col-md-3) and that wasn't big enough for my text. I edited footer.php to make both the copyright text div and right div 6 units wide each (both class col-md-6), but my changes to footer.php didn't have any effect. Perhaps its because I'm using the One Course child theme and I edited the footer.php file in the main theme? I thought the child theme would inherit the change, though. Then I tried setting up some widgets in the Footer Top Sidebar and Footer Bottom Sidebar, but none of my widgets ever displayed on the site. I tried different browsers and clearing cache and everything. Does the One Course child theme hide the footer top and bottom sidebar widgets? Whatever the case, how can I adjust the copyright text div so that it will be wider?May 1, 2017 at 7:21 am #109763Skywalker [ ex VibeThemes]ParticipantYes, you are correct the footer widgets does not seem to be working as you are using the one course child theme. But i have changed the footer style which has increased the dimension of the copyright text. https://vibethemes.github.io/WPLMS-Documentation/theme-guide.html#customiser-footerMay 1, 2017 at 10:45 am #109784caseyhParticipantCool! Thanks so much. It looks like you edited footer.php. Is that indeed how you made the change? If not, how did you do it? Are the footer widgets supposed to work? If they are, might this be fixed/enable in a future update? Thanks again and have a great day.May 1, 2017 at 11:12 am #109791caseyhParticipantI also just noticed that something now seems to be wrong with the login box, maybe just with css. See that attached screenshot. This weekend, the ajax pop-up login box worked correctly, but something is wrong now. Also note at the bottom of the screenshot that "Return to login" with a text field for entering an email address for password recovery. I think that shows up because of the wp login shortcake that's above it? How can that password recovery field and stuff be hidden for not-logged-in-users visiting the site? https://www.dropbox.com/s/ihs3hyym5r6i206/Screen%20Shot%202017-05-01%20at%207.05.22%20AM.png?dl=0May 2, 2017 at 7:14 am #109921Skywalker [ ex VibeThemes]ParticipantThe default header and the footer widgets does not work fine for the one course child theme. We have marked them as a bug. For now i have made the necessary settings on your site to make it look ok.May 2, 2017 at 10:52 am #109945caseyhParticipantGreat. Thank you for taking care of that and for marking those issues as bugs. One more thing for now, though: Can you hide the password recovery stuff that not-logged-in users see on the homepage as highlighted in this screenshot? https://www.dropbox.com/s/dprgq3ts6asamce/Screen%20Shot%202017-05-02%20at%206.49.30%20AM.png?dl=0May 2, 2017 at 1:38 pm #109990Skywalker [ ex VibeThemes]Participant.home .container div#wplms_forgot_password_form {display:none !Important;}June 6, 2017 at 9:11 am #115699baranelloSpectatorI'd like to join this topic, I want to make copyright text span over full width instead of (apparently) col.md.3 on wiedza.joannabaranowska.pl https://i.imgur.com/foasm8G.png checked in Chrome and IEJune 6, 2017 at 11:41 am #115726Skywalker [ ex VibeThemes]ParticipantPlease refer to this screenshot : https://prnt.sc/fgimxm Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save. div#footerbottom .col-md-3{width:100% !Important; text-align:center !Important;} div#footerbottom .col-md-9{margin-top:-20px !Important;width:100% !Important; text-align:center !Important;}June 6, 2017 at 11:48 am #115727baranelloSpectatorThanks, does the customized css stay there during theme/plugin upgrade ?June 6, 2017 at 11:49 am #115729Skywalker [ ex VibeThemes]ParticipantHi, @Baranello Yes, it stays intact on the upgrade.
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)
- The topic ‘Footer Adjustments – Copyright div width’ is closed to new replies.