Tagged: footer widgets
- This topic has 10 replies, 2 voices, and was last updated 7 years, 5 months ago by RodeBoy.
-
AuthorPosts
-
April 18, 2017 at 11:16 am #114126RodeBoyParticipant
Hi I have just updated to v1.2.3 which has been released for “Bug Fixed: Set footer widgets to center align, when there is widget only in Footer Area 1” yet the three widgets on my site at mattfurness(dot)co(dot)uk along the foot of the home page are now all centred on separate lines instead of along the footer top. Please advise. Thanks, Chris
April 19, 2017 at 12:36 am #114163MaheshParticipant@rodeboy: Rock Star theme has full width footer widget area. The widgets on it stacks on top of each other rather than to left and right. So as the designed seemed a bit fuzzy with text always aligning to left leaving the blank space to the right if the text is less.
You can display the widgets in a single line with the following CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:@media screen and (min-width: 500px) { .three .widget-column { float: left; width:33.33%; } }
c
Regards,
MaheshApril 19, 2017 at 6:42 am #114241RodeBoyParticipantThanks Mahesh, the CSS works great. However, prior to this recent update these three widgets were displaying in a single line on my site (without additional CSS), so it appears that it is only this recent version that changed things. Is that correct?
April 19, 2017 at 7:23 am #114248MaheshParticipant@rodeboy: Have you changed anything after the update? The design was like this since the release. The widgets stacked on each other (aligned vertically) not horizontally like that of now, after adding CSS.
Regards,
MaheshApril 19, 2017 at 7:39 am #114261RodeBoyParticipantVery strange Mahesh. No nothing changed since this recent theme update. The only thing was that I was trying to attempt to correct the layout once I noticed they were stacked following the update, by amending the settings in the image widget. They are now back to as they were.
You have helped me on this site before so you may remember how the widgets looked then. They were definitely in line, other than on the iphone.
April 20, 2017 at 3:33 am #114328MaheshParticipant@rodeboy: I checked with the previous version just to make sure if the update has caused the issue but no, the design is the same in the older version as well.
Regards,
MaheshJune 5, 2017 at 6:21 am #116743RodeBoyParticipantHi Mahesh could I ask you to look at a further issue with this same site please? If you go to the GIGS page and click on a + for any of the events you will see that it opens up into a box where the image is left aligned. By clicking on READ MORE the full event listing page will appear, where the image is centred. On all events I have the image coded as centred, and where I use this plugin with a different theme the image is indeed centred throughout. I have compared all settings and they are the same – with the Rock Star theme and the other.
There would appear to be a minor conflict between the plugin and Rock Star theme. Are you able to provided me with any ideas why please? If there is some CSS code to sort it that would be great.
I look forward to hearing from you.
Regards, Chris
June 6, 2017 at 12:30 am #116803MaheshParticipant@rodeboy: Its from one of your plugin’s CSS (All In One Event Calendar) i.e.
.timely img, #ai1ec-container img { margin: 0; }
Add the following CSS:
.timely img, #ai1ec-container img { margin: 0 auto; }
Regards,
MaheshJune 6, 2017 at 7:19 am #116817RodeBoyParticipantThanks Mahesh, as always your solution works perfectly. It does seem strange that this issue does not happen on the other theme I use it with, but no worries! It’s a great plugin, but can be somewhat temperamental at times.
Regards, Chris
June 7, 2017 at 1:18 am #116883MaheshParticipant@rodeboy: Yes, it does seem strange, but the CSS is from the plugin itself. Thank you for your appreciation.
I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
https://wordpress.org/support/theme/rock-star/reviews/#postform
Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Regards,
MaheshJune 7, 2017 at 12:13 pm #116951RodeBoyParticipantThanks Mahesh, I have added the CSS code to the other sites as a back up!!
Feedback left. I would appreciate you contacting me using the contact page on the site we have been discussing if you are able.
Thanks, Chris
-
AuthorPosts
- The topic ‘Footer widget issue since update’ is closed to new replies.