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: show hide
01 Nov 2016 04:33

mojtabapordel

In Helix Template, I inserted this code into Custom JavaScript text box in template administration and the problem solved:
//remove conflict of mootools more show/hide function of element
(function(){
    if(window.MooTools && window.MooTools.More && Element && Element.implement){
 
        var mthide = Element.prototype.hide,
            mtshow = Element.prototype.show,
            mtslide = Element.prototype.slide;
 
        Element.implement({
            show: function(args){...
Category: RSForm! Pro
12 Oct 2016 17:32

Roberts

Thanks Dragos

That did the trick B)
Category: Templates
12 Oct 2016 12:57

dragos

Hello,

You can try editing your "Articles » Category Blog" menu item and set the "Show Print Icon" and "Show Email Icon" to "Hide"
Category: Templates
12 Oct 2016 06:18

Roberts

I am trying to disable/hide the email and print icons in my articles but unable to do so.

I have disabled 'Show Icons' in Categories/Options/Articles but this has no effect.

There is no separate option to show/hide Email Icons or Print Icons

Is anyone else having this problem?


Joomla 3.6.0 / RSJuno! v2.0.17
Category: Templates
04 Oct 2016 18:39

JxnGraphix

Hello,


I am using RSForm! Pro with the PayPal Plugin to calculate the total price for projects submitted by users. Currently, the price is displayed next to every item in each input field that is associated with a price. How would I go about hiding the price of each item so that only the total shows at the bottom of the form?

******** UPDATE **********

I found the solution:
Components > RSForm! Pro > Configuration > Payment > Product Price Mask

Change from:
{product} - {price} {currency}

To:
{product}
Category: RSForm! Pro
07 Aug 2016 15:15

mcdonald

Hi,
if i set a form with Checkboxes with conditional Fields, for a Text Area shows up, can i make this behaviour (SHOW/HIDE) with a Slide effect?
i.e: daka-media.de/kontakt
If you hit the Checkbox at the bottom of the Form, it just PLOPS up.
Is there some workaround?

Thank you
Category: RSForm! Pro
05 Aug 2016 16:03

andreasvu6

Bump, Same issue, I cannot Hide the mb size Button.
Please advise !!!
Category: RSFiles!
15 Jul 2016 12:47

DTMOC

Hey "com9",

I'll let the experts handle this but if this helps in the meantime...

1) there is a setting in Joomla to turn off the article titles. I'm not logged in to check for details right now but I think that was in Joomla global admin articles setup (at least if you want it to be a "default"). Otherwise set it within the article under the options tab when your are editing it.

2) BUT - with another RSJoomla template (RSJuno2) I had a horrible time trying to get a large generic title of...
Category: Templates
01 Jul 2016 06:58

pradip5

Hi,
I want show all Tuesdays, Thursdays and Saturdays (1st, 3rd & 5th) in the calendar. All other days should be hidden. I could manage to hide days. But not able to hide alternate Saturdays. Please help.
<script type="text/javascript">
  function rsfp_onSelectDate(date, type, args, calendar)
{
var dates = args[0];
var date = dates[0];
var year = date[0], month = date[1], day = date[2];
 
var d = new Date(year, month-1, day);
if (d.getDay() == 0 || d.getDay() == 1 || d.getDay() == 3...
Category: RSForm! Pro
30 Jun 2016 12:11

dragos

Hello

Your described scenario can be achieve with RSForm!Pro, but you will need to generate this functionality using a custom script. You can refer to the following article for a simple example on how to hide and show fields through custom scripting:

www.rsjoomla.com/support/documentation/r...-or-hide-fields.html
Category: RSForm! Pro
28 Jun 2016 07:21

ivan.sorkin

Hi,
Ultimately I would like to condition specific checkboxes by date but I would like to hide/display fields and labels depending on the date as well.

My scenario is following:

Checkboxes group with 3 choices A,B,C,

I would like:
  • choice A to be shown if date is less than 01.07.2016
  • choice B to be shown if date is less than 07.07.2016
  • choice C to be shown if date is less than 14.07.2016

I imagine that if we can't control checkboxes within the group we could at least do this with fields and...
Category: RSForm! Pro
06 Jun 2016 13:14

donaldbmoore

If you take a look at the front end of the multi page form that comes with RSForms Pro you will find the onclick events for the next and previous buttons. You can just replace the page breaks with basic buttons and in the additional attributes write in the onclick function like this:
onclick="rsfp_changePage(2, 1, 2, 0)"

You will need to make one of these buttons for each selection, in your case you have 6 values so you will need to create 6 buttons. Then you'll need to remove those page...
Category: RSForm! Pro
16 Apr 2016 08:13

L.coulon

Hello

I use Rssearch to let users to find articles in my website with keywords.

Rssearch works fine but i would like to hide somes articles from Rssearch results.
Is this possible ?

Is it also possible to hide the Article Title in the search results, RSsearch shows the backend article title that is not always relevant for frontend users.

Many thanks for your help,
12 Apr 2016 20:29

john.hubickey

This just started happening and have found a reference to the error. Recommendation is to contact the developers so here I am.

Here's a link discussing changes to Joomla that effects sending mail:

http://joomla.stackexchange.com/questions/16051/fix-the-invalid-address-error-after-upgrading-to-joomla-3-5-1

I have latest greatest version of RSForm Pro. Joomla is up to date, and we are using PHP 7.
The site is working fine. The registration form is also working and sends out both user and admin...
Category: RSForm! Pro
04 Apr 2016 13:01

bianca.bouwman

Hello Wilco,

Thanks for your reply.

The first link isn't working (404 error).

The second example isn't exactly what I meant.

Depending of the outcome of a calculation (price * quantity), I want to hide / display a field. I think it's done by JAVA-script, but I don't know how to do that.

I'll hope you have a solution for this.

With kind regards,
Arno de Groot
Category: RSForm! Pro
Displaying 91 - 105 out of 404 results.