Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

[SOLVED] RT RokBox CB Login Module Human Images?

  • PhoenixUK
  • PhoenixUK
  • OFFLINE
  • Posts: 62
  • Thanks: 5
  • Karma: 0
11 years 8 months ago - 11 years 8 months ago #226744 by PhoenixUK
Hi All,

I've managed to get my sites CB Login Module to open from my RocketTheme template menu link, via their RokBox.

However, if you click "Register / Login" Homepage the two human / people images are huge and I can't seem to fathom where / how I can reduce those two images sizing. This would then make me very happy with the register / login opening in a popup window and streamlining this process.

Any help or guidance with the above issue would be very much appreciated.

Regards,
Rob
Last edit: 11 years 8 months ago by PhoenixUK. Reason: Now a solved topic.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48700
  • Thanks: 8317
  • Karma: 1447
11 years 8 months ago #226760 by krileon
Replied by krileon on topic RT RokBox CB Login Module Human Images?
The below CSS is causing this.

IN: plugins/system/rokbox/assets/styles/rokbox.css
ON: Line 15
Code:
.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container img { width: 100%; height: auto; max-width: 100%; }


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • PhoenixUK
  • PhoenixUK
  • OFFLINE
  • Posts: 62
  • Thanks: 5
  • Karma: 0
11 years 8 months ago #226768 by PhoenixUK
Replied by PhoenixUK on topic RT RokBox CB Login Module Human Images?
Hi Kyle,

Thanks for the reply, it's much appreciated.

I've had a look at the code snippet you mention and tried changing the values but correct me if I'm wrong, that's just the width and height of the RokBox pop up window and not the actual 2 human images within it?

I need to make the actual "Lost Password" and "Registers" human images much smaller than they are currently showing, how do I go about this as I know from previous installs on other sites they were much smaller, more the size of approx 16x16 or 32x32.

Regards,
Rob


krileon wrote: The below CSS is causing this.

IN: plugins/system/rokbox/assets/styles/rokbox.css
ON: Line 15

Code:
.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container img { width: 100%; height: auto; max-width: 100%; }

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48700
  • Thanks: 8317
  • Karma: 1447
11 years 8 months ago #226771 by krileon
Replied by krileon on topic RT RokBox CB Login Module Human Images?

I've had a look at the code snippet you mention and tried changing the values but correct me if I'm wrong, that's just the width and height of the RokBox pop up window and not the actual 2 human images within it?

It's the height and width of image tags in a rokbox popup window. See the final selector is the "img" tag. Remove the CSS and the images will display normal size again.

I need to make the actual "Lost Password" and "Registers" human images much smaller than they are currently showing, how do I go about this as I know from previous installs on other sites they were much smaller, more the size of approx 16x16 or 32x32.

It has nothing to do with the images. They already are very small. The issue is that CSS is upscaling them.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • PhoenixUK
  • PhoenixUK
  • OFFLINE
  • Posts: 62
  • Thanks: 5
  • Karma: 0
11 years 8 months ago #226975 by PhoenixUK
Replied by PhoenixUK on topic RT RokBox CB Login Module Human Images?
Hi Again Krileon,

Thanks once again for pointing me in the right direction to my issue that I had above and it's pretty much fixed once I took out that "img" tag selector.

However, can you please hit the Register / Login nav menu link Here... and let me know if the CB Login module that opens in the popup, contains small blue question marks '?' in front of all the social login images?

I gather it's something to do with the tooltip that tells people what those button icons are for, just like ALT tags do for images but I don't know if it's only me seeing it at my end.

If you do, do you know how I can rectify that from happening?

I look forward to hearing from you in due course.

Regards,
Rob

krileon wrote:

I've had a look at the code snippet you mention and tried changing the values but correct me if I'm wrong, that's just the width and height of the RokBox pop up window and not the actual 2 human images within it?

It's the height and width of image tags in a rokbox popup window. See the final selector is the "img" tag. Remove the CSS and the images will display normal size again.

I need to make the actual "Lost Password" and "Registers" human images much smaller than they are currently showing, how do I go about this as I know from previous installs on other sites they were much smaller, more the size of approx 16x16 or 32x32.

It has nothing to do with the images. They already are very small. The issue is that CSS is upscaling them.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48700
  • Thanks: 8317
  • Karma: 1447
11 years 8 months ago #227008 by krileon
Replied by krileon on topic RT RokBox CB Login Module Human Images?
No idea, the popup doesn't appear to work at all and displays the following.
Code:
The element #rt-popuplogin was not found in the DOM.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum