Shape 5

Joomla Templates => Fitness Center - Club => : leandrosno October 23, 2015, 12:04:43 AM



: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno October 23, 2015, 12:04:43 AM
Paciencia... eso es lo que me falta... acabo de escribir todo un ticket y como el screen shot era mas de 350KB no se publico y perd? todo lo que escrib?... malisimo.

So before anything i have to say that, yes my menu is longer than the one you guys use in demo, so I had to make some editing on the responsive file so menu acts correctly.

My problem, actually isn't with the menu, but i had to say that so you know. I do not think my issue is related with this but anyways just for you to know.
SO I found out that when i create a category blog and use 3 columns layout at certain point of re-sizing the articles all show in top of eacheader. really bad.
Not only on fitness if not also is happening to me using risen hope.

I need this to be fixed. URGENT. It's a big tun off since i totally like shape5 but this error is way beyond, and I really do not have time to deal with this "Plus".
Please help. Also i have the "return to top" bar in middle of the screen... so funny. :/
Please look at the attached screen shots. thank you.


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikenicoll October 24, 2015, 04:08:08 PM
Hello,

Please post a URL where this occurs.

Thanks,


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno October 26, 2015, 02:26:57 PM
i got your email, it's ok if we keep this in private? by email?
thankyou


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikenicoll October 27, 2015, 12:33:06 AM
Hello,

If your inquiry is related to S5 Services that are being requested then email is fine. For general site or Template questions you can ask them here.

Regards,


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno October 27, 2015, 09:34:30 AM
you already sent me an email and i replied to you, do you recognize me? about the 3 column re-scaling layout...


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikenicoll October 27, 2015, 06:02:06 PM
Hello,

You can add this to the custom.css file to help with the columns.

:
.pull-left {
width:100%;}

This is a default Joomla class but for some reason they aren't calling it properly in their bootstrap files. That should contain each column when re-scaling the page. In terms of the mobile bar in the middle of the screen I am not seeing that on your site. Note that you would need to purchase a Customization Package on our services page here if you wanted to receive email support:

http://www.shape5.com/custom_services.html

Best Regards,


 


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikenicoll October 27, 2015, 06:23:42 PM
Hello,

You can adjust when it goes to a single column in the Template Manager to make it trigger sooner or try adjusting the width value in the code I gave you.

Regards,


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno October 27, 2015, 06:34:24 PM
in what tab from template style? layout? what line?
thank you


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikenicoll October 27, 2015, 06:37:18 PM
Template Manager > Main > Responsive Layout


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikenicoll October 28, 2015, 04:12:46 PM
Hello,

What browser does that occur in? Please post the URL link.


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno October 29, 2015, 12:54:32 AM
I managed the bottom mobile bar by editing the file s5_responsive_bars-min.css Line1

from

#s5_responsive_mobile_bottom_bar_outer{position:absolute;z-index:2;bottom:0;width:100%;left:0;height:48px;overflow:hidden}

to

#s5_responsive_mobile_bottom_bar_outer{position:relative;z-index:2;bottom:0;width:100%;left:0;height:48px;overflow:hidden}


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikenicoll October 30, 2015, 01:42:07 PM
Alright glad you got it sorted. Must be browser specific as it never appeared on FF or Chrome for me.


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno October 31, 2015, 03:09:29 PM
i tested in demo but is not happening there, it must be something i did i changed on the css code.
thank you


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikek November 06, 2015, 12:44:02 PM
Hello,

Please post a url to where this occurs.


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno November 06, 2015, 02:27:59 PM
I will share this url with you but please edit my post and delete url once you get it
thank you

{removed as per user request}

Im sorry but this is a template error I hope you can help me.
Thank you


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: mikek November 07, 2015, 08:56:03 AM
Hello,

Try changing the css to this instead:

.blog .pull-left {
    width: 100% !important;
}

That will only apply to the blog layout and not the individual content item.


: Re: Layout error, responsive error, category blog, 3 columns layou fitness
: leandrosno November 10, 2015, 07:54:52 PM
Genio! Thank you!
it worked!