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
29 Nov 2022 13:17

porcorreo

Hello,
I migrate my web to joomla 4, as we did not buy the last version of RSForm Pro, just disable de plugins/component.

Now I buy the new version and install it, joomla told me all was ok installe but, if I open the components option on the admin menu, the RS Form Pro is missing.

I already went to plugins and publish the plugin but still no listed so I cant work with it!

Any ideas of what to do in this case?

Greetings
Category: RSForm! Pro
08 Nov 2022 00:33

cappleby

I investigated further and found that the problem was in Cloudflare which required the cache to be cleared. the site now works correctly.
Category: Templates
07 Nov 2022 01:50

cappleby

It seems the following lines are causing my problem but I can't see how t o fix it other than commenting out the second line.

<!-- Everything you want hidden at 940px or less, place within here -->
<div class="nav-collapse collapse navbar-responsive-collapse">

I can't find any setting in the Template styles tha's caused this.
Category: Templates
05 Nov 2022 06:09

cappleby

I've just upgraded to Joomla 4 and for some reason the main menu is not showing in the main menu position. I can show it in the above content position though it doesn't appear as a drop down menu there. It was working in a test setup but not now it's in the real URL setting.Any Suggestions please.
Category: Templates
28 Oct 2022 10:27

dragos

Hello,

You can try enabling the 'Show archived events' option from your events listing menu item.
Category: RSEvents!Pro
27 Oct 2022 21:05

l.guitink

I could not find out how to do this;
We often have events that continue over more than one day. For instance drawing competition. That event lasts from 25th of october to the 10th of november. When we enter these dates in RSEvntspro, everything starts alright. However when we go past the 25th of october the event is no longer visible, but clients can still participate. What can we do about this?

Edit: I have to add that we have chosen show future events in the options page of the menu listing....
Category: RSEvents!Pro
14 Oct 2022 00:19

cappleby

I'm upgrading to Joomla 4 and have installed RSJuno 2.1.3 but when I go to the front end I get an error 500 with the message
count(): Argument #1 ($var) must be of type Countable|array, null given.

The site works fine with Casseiopia set as the template. I've tried uninstalling then reinstalling the template with no success.
The error only occurs on some menu items.
Category: Templates
06 Oct 2022 12:16

mabdelhady

Is there a way to run a query on the submissions list menu item? What I'm trying to accomplish is to list submissions belonging to users based on a query, the one who is logged in, the submissions are not necessarily submitted by the logged in user but the records belongs to the user based on an ID number in the database so I want to run a query to fetch records using a join statement. Thanks.
Category: RSForm! Pro
01 Sep 2022 11:33

DiGwork

I would like to be able to filter a form by the logged in user's id so that the user can only see his or her form submissions.
To put it another way I would like to apply a filter to the menu item form directory so that when the list of submissions show the only submissions viewable are those of the logged in submitter.
this is my attempt but it does not work:
[img size=1280px]risingstar.plumsystems.co.za/images/User...ing_of_Directory.png[/img]

As you can see there is a row in the list that I would...
Category: RSForm! Pro
23 Aug 2022 15:56

deemat90

Thanks for your input. I'm still on 7.4.12. I've tried everything to resolve this issue (introducing delays, etc) without success and it appears to have only raised its head with Joomla 4.2. So, for the time being I've had to revert to dropdown top menu selection of a number of different forms rather than selection withing a single form. Not the greatest solution but such is life.
Category: RSForm! Pro
10 Aug 2022 08:18

dragos

Hello,

I'm glad I could help!
Category: RSForm! Pro
09 Aug 2022 09:00

robin7

In case anyone's run into this problem using YooTheme Pro, the Dragos solution above worked perfectly.
Thanks, Dragos! B)
Category: RSForm! Pro
03 Aug 2022 08:16

kovacshazi

We have updated RSForm to the latest version.
After the update the Sumbission View menu items do not work.
The error message: 0 - Call to undefined method RsformViewSubmissions::setDocumentTitle()
Joomla 3.10.10
RSForm 3.1.0
Category: RSForm! Pro
08 Jul 2022 15:08

huwhuw

Here is a solution to list all RS Forms in a joomla article using the excellent Regular Labs sorcerer

<?php

$servername = "changeme";
$username = "changeme";
$password = "changeme";
$dbname = "changeme";



try {
// Start connection
$conn = new PDO("mysql:host=$servername;dbname=$dbname", $username, $password);
// Set the PDO error mode to exception
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

// Query
$sql = "SELECT * FROM jos_rsform_forms WHERE Published = 1 ORDER BY...
Category: RSForm! Pro
04 Jul 2022 07:58

dragos

Hello,

You can try adding something similar in RSTrone!'s custom.css file:
.rstpl-main-menu-position.logo-left::before {
  background-color: #000;
}
 
.rstpl-navigation .rstpl-brand.pull-left::after {
  background-color: #000;
}
 
.rstpl-navigation .rstpl-brand.pull-left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='<a class="bbcode_url" href="http://www.w3.org/2000/svg" target="_blank" rel="nofollow">www.w3.org/2000/svg</a>' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0...

If...
Category: Templates
Displaying 46 - 60 out of 1615 results.