Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: menu
26 Sep 2017 20:20

Pierrot1

Hi, the preview stop to show the menu on the form. Don't know if it's coming from a wrong configuration or not .
All ok with the Site view.
Any idea ?
Category: RSForm! Pro
19 Sep 2017 07:43

catalin.teodorescu

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.
Category: Templates
18 Sep 2017 14:13

adale

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:...
Category: Templates
18 Sep 2017 13:06

catalin.teodorescu

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!
Category: Templates
13 Sep 2017 05:29

info13483

The menu Login and Register are the same? How does a new User register to the directory? Thank you!
Category: RSDirectory!
12 Sep 2017 12:16

madalina

Hello,

There are two approaches that will make the "Read more" link properly display:

1. "Truncate Blog Posts" option: in the RSBlog! Configuration section (accessed through the "Option" button, upper-right corner), in the "Basic" tab scroll down to "Blog Options" and fill in the "Truncate Blog Posts" with the number of characters that will be automatically displayed before the "Read More" link.
2. - Leave the "Truncate Blog Posts" field empty;
- RSBlog! Configuration > Frontend > Post Options...
Category: RSBlog!
31 Aug 2017 13:00

tapiochre

You could try this component:

www.pages-and-items.com/extensions/redirect-on-login

I use it all the time. User, when logging into the front end, is sent to a hidden menu that takes them to RSFiles. In RSFiles I set up profiles that only show the logged in user their own folder.

Managers see all folders.

Good luck!

Chris
Category: RSFiles!
29 Aug 2017 15:34

kimborg

Still dead. I'm on the latest Firefox, and I have AdBlocker, but I've disabled it for your pages. I'm talking about the top menu on pages like templates.rsjoomla.com/?_ga=2.221166427....03.1480970878#rskala shere you can switch template and screen size etc.
Category: Templates
29 Aug 2017 13:04

nickdijkstra2

Hello Dragos (again :P ),

Thanks again for your wonderful help. This solved the issue. How do I make the menu close after a menu-item is clicked? I'm guessing this has to be done via jquery?

Kind regards,

Nick.
Category: Templates
29 Aug 2017 13:01

dragos

Hello,

Our demo templates page is working properly, are you still encountering this issue?
Category: Templates
29 Aug 2017 12:48

dragos

Hello,

Although the navigation menu stays on top by default on mobile devices, you could easily try to achieve this through a simple css definition (see below) added in a custom.css file which you can create as instructed here:

www.rsjoomla.com/support/documentation/r...the-source-code.html
@media (max-width: 979px) {
  .rstpl-navigation {
      position:fixed;
      z-index:99999;...

Regarding the...
Category: Templates
29 Aug 2017 10:49

nickdijkstra2

Hello,

I would like the mobile menu on the RSVario template to stay sticky on top. How would I achieve this?
My mobile menu also doesn't have the same style as you see on the live demo (I've already updated to the last version). The menu items appear horizontally instead of vertically. Help is much appreciated.

Kind regards,

Nick.

PS: The website I'm talking about is www.new.handieman.nl
Category: Templates
17 Aug 2017 18:09

Mkrupp

Hi there,

I've created a Pro module list for the front end but it doesn't recognize the field {global:fullname} when I display the module.
I've used this in a ProForm menu item and it works great, just not in a module. If I use {global:username} it works though.

Any ideas?
Thanks
Category: RSForm! Pro
08 Aug 2017 13:39

brandon.scivolette

I am displaying submission results on the front end using the directory view menu item. The first column belongs to an image file upload, and by default the directory view just shows the filename. I'm guessing I can modify the code so it displays the image, but I'm not sure how to do this using the PHP scripts for "Scripts called on Listing Layout". Can anyone shed some light on how to accomplish this?

NOTE: I have already updated the code under "Details Layout" so that view does display...
Category: RSForm! Pro
31 Jul 2017 14:23

craziedde

Good morning,

Correct me if I'm wrong.

Goal: I want to be able to attache 3rd party extensions & components to rsdirectory items ( categories & items )

rsdirectory does not use native Joomla articles & categories?

I'm guessing you probably could add menu item → attach component to that menu item. But what if I wanted to do it automatically/programmaticly without menu item?

Let me know if I need to re-phrase my question. Thank you for help
Category: RSDirectory!
Displaying 211 - 225 out of 1611 results.