• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RS Vario template - full page width not working

RS Vario template - full page width not working 6 years 6 months ago #37362

  • adale
  • adale's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
I have used RS Joomla extensions (RSFormPro, RSTicketsPro, and RSMail) with great results, but RS Vario is the first template and very disappointed that we can not get some better support.
Issue is: Client is wanting a very specific logo image (with integrated background) to be used in the header, and have this image be full page width.
We are open to have this done in a custom module placed in the TOP position.
We have tried to build a carousel element with Page builder.
Neither of these options will fill the full page width with the image.
Hoping someone on this forum will be able to assist.
Willing to pay to have a solution worked out.
The administrator has disabled public write access.

RS Vario template - full page width not working 6 years 6 months ago #37369

Hello,

First you'll need to create a custom.css file as instructed here:

www.rsjoomla.com/support/documentation/r...the-source-code.html

Now you will need to add the bellow code to your custom.css file:

.full-width-menu {
background-image: url('URL TO YOUR IMAGE');
}

.rstpl-navigation .navbar.navbar-fixed-top{
background-image: url('URL TO YOUR IMAGE');
}


Regards!
The administrator has disabled public write access.

RS Vario template - full page width not working 6 years 6 months ago #37370

  • adale
  • adale's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
This custom.css had no effect to the RSVario template.
I can see that the custom.css is being read when I inspect the output, but visually on the web site there is no difference. The background image is still not filling the full page width, and is being repeated.
The administrator has disabled public write access.

RS Vario template - full page width not working 6 years 6 months ago #37371

Try to add this : background-repeat: no-repeat; width:100%!important;

Please be sure you have cleared your cookies! ( Push CTRL + F5 more times ).
The administrator has disabled public write access.

RS Vario template - full page width not working 6 years 6 months ago #37373

  • adale
  • adale's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Still no luck.
I cleared the cookies, and browsing history. Pressed crtl-F5 many times.
Same result, checked in both Chrome and Firefox.
Here is the custom.css as I currently have it:
/* This is from RSJoomla forum assistance to make full width image*/
.full-width-menu {
background-image: url('cdn.rsjoomla.com/images/graphics/ZCS_website_banner_final.jpg');
background-repeat: no-repeat; width:100%!important;
}

.rstpl-navigation .navbar.navbar-fixed-top{
background-image: url('cdn.rsjoomla.com/images/graphics/ZCS_website_banner_final.jpg');
background-repeat: no-repeat; width:100%!important;
}

* URL in my custom.css does not include the single quotes or the cdn.rsjoomla in the url address, this is being inserted by the forum post???
Last Edit: 6 years 6 months ago by adale.
The administrator has disabled public write access.

RS Vario template - full page width not working 6 years 6 months ago #37375

Add here the website name to see what's happening.

The above css code is to put a background image in the menu... if you want to add a simple a full-width image above main menu, you can leave only TOP-E position and check "Full Width Section" option from Row Settings, then you can add your custom module to this positiion.
Last Edit: 6 years 6 months ago by catalin.teodorescu.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!