Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #114126
    RodeBoy
    Participant

    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

    #114163
    Mahesh
    Keymaster

    @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,
    Mahesh

    #114241
    RodeBoy
    Participant

    Thanks 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?

    #114248
    Mahesh
    Keymaster

    @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,
    Mahesh

    #114261
    RodeBoy
    Participant

    Very 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.

    #114328
    Mahesh
    Keymaster

    @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,
    Mahesh

    #116743
    RodeBoy
    Participant

    Hi 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

    #116803
    Mahesh
    Keymaster

    @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,
    Mahesh

    #116817
    RodeBoy
    Participant

    Thanks 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

    #116883
    Mahesh
    Keymaster

    @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,
    Mahesh

    #116951
    RodeBoy
    Participant

    Thanks 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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Footer widget issue since update’ is closed to new replies.