Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

resizing (transform scale) the logo

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Can't figure out why this isn;t working? It worked on another site also, built in buildr.) Here I've just copied the code.

.zen-nav-fixed .ppl-logo img {
margin: 0px;
transform: scale(.7, .7);
transition: transform .75s ease-out 0s;
}

I have also tried adding the div id's, too: ie, #sticky-fill and #logowrap

dev link
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 7 years 4 months ago by blueshift.
The administrator has disabled public write access.
#logo .ppl-logo img {
margin: 0px 0px;
transform: scale(1, 1) !important;
transition: transform .75s ease-out 0s;
}

I see this as the code
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'm trying to resize it down when the fixed nav comes in... like I did on the other site. (Also created in the same version of buildR.)
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 7 years 4 months ago by blueshift.
The administrator has disabled public write access.
Hi

Your site showing at the top of the page is showing

0 - Error decoding JSON data: Syntax error

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
?

I reinstalled the component that produces that error. Is it gone now?
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
I'm still seeing it on izzys.biz/

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
did that site revert to a backup?! anyway, fixed.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Yep fixed
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It was working a couple days ago... gotta have a talk with whoever is hosting that site. (Might be me.) :whistle:
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
yeah I truly hate it when that happens - I host a few sites these days but can be a real pain
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If I remove your style for the image and add

.zen-nav-fixed .ppl-logo img {
margin: 0px;
transform: scale(.7, .7);
transition: transform .75s ease-out 0s;
}

it does move but a bit like a table tennis ball :(
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: blueshift
Thanks. Working now.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Happy days :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The json error is usually after updating to 3.6.3 or higher.

This script can fix some common issues and point out any other problems: github.com/robwent/joomla-json-db-check
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.
The following user(s) said Thank You: blueshift
in my case, I know the cause - a contact component (from a very reliable developer) that patched the update a day late. So a couple sites of mine were caught out....and for some reason this site reverted to a back up.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Best of luck with the new site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
quick note to rob... your script on github is how i identified this solution a few weeks ago. thanks for posting that.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
quick note to rob. your script on github is how identified the problem a few weeks ago. thanks for creating that!
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 7 years 4 months ago by blueshift. Reason: if only i had put the 'if' in identified
The administrator has disabled public write access.
no worries :)

I saw the issue and tried to create something to help people pin it down.
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers