John Curtis

  •  ·  Premium
  • 36 friends
  • Ô

    41 followers
  • 3558 views
Add new...
 
 
·
Added a discussion

Hello. rather than just having a list or categories in my Radio app I'm trying to add a dropdown with a list of Genres (categories).

It works fine but it opens in a new tab. How can I make this open in the same tab or window. Also I would like to have the selection box be to the right of "Choose Station by Genre" instead of below.

image_transcoder.php?o=sys_images_editor&h=55&dpx=1&t=1641069150

Below is my code...

<p>Choose Station by Genre:</p>

<form name="form1">

<select name="genre" id="genre">

 <option value="default">Select</option>

 <option value="/page/station-category?category=1">60s</option>

<option value="/page/station-category?category=2">70s</option>

<option value="/page/station-category?category=3">80s</option>

<option value="/page/station-category?category=4">90s</option>

<option value="/page/station-category?category=7">Alternative</option>

<option value="/page/station-category?category=11">Blues</option> 

<option value="/page/station-category?category=16">Christmas</option>

<option value="/page/station-category?category=18">Classic Rock</option>

<option value="/page/station-category?category=21">Comedy</option>

<option value="/page/station-category?category=24">Country</option> 

</select>

<script type="text/javascript">

 var urlmenu = document.getElementById( 'genre' );

 urlmenu.onchange = function() {

     window.open( this.options[ this.selectedIndex ].value );

 };

 </script>

  • 1619
·
Added a discussion
  • 1580
·
Added a discussion

@LeonidS . Below is my navigation menu with the (more) links open.The font color for the main menu (more) link is included with the Main Menu settings but the background color is included with the Popup settings. Please move the Main Menu's (more) link background color setting to be included with the Main Menu settings (not the popup settings).

For the navigation menu I use a dark background color and white font. I would like to use the same for the (more) link in the navigation menu but the settings for the more link background color is in the popup settings. Seems like the more link for the navigation menu should be included with the navigation menu settings not the popup settings because the popup back ground color settings effect the more menus throughout the site..

  • 1593
·
Added a discussion

@LeonidS . Would it be possible to move the settings for the navigation menus (more) drop down menu to or somehow be included with the Main Menu settings and not be included in the popup settings? With the (more) menu being part of the main menu it does make a lot of sense to keep the settings for both together.

I have a dark background and white font on my navigation menu and white background with dark font on the popup menus throughout the site because it's much easier to see them. Of coarse that won't work with the navigation drop down (more) settings to be included with popups settings.

I know this is a tall order but I really hope you can make this change.

  • 1576
·
Added a discussion

@LeonidS

When adding a poll and anonymous is selected shouldn't the comments also be anonymous for that same poll? Can this option be added in poll settings?

  • 1568
·
Added a discussion

Can someone tell me where I can go to remove the video link from the post to homepage timeline block?

  • 856
·
Added a discussion

Can someone help me with this? What I'm trying to do is to offer users the option to print the contents of a block. In this case the description of an Event on the view events page.

What I have works but it prints most of the page. I want to only print the contents on the block.

Snippet #1

I can enter the following into the title field of the event description block.

Event Description    <button onclick="window.print(parent)">Print Event Description</button>

Snippet #2

And I will see a Print Event Description button.

This does work but it prints most of the page and I only want to print (only) the contents of the block.

  • 740
·
Added a discussion

@LeonidS , After that messenger update members are still having problems with the site. I suspect many are locked out. I know that user sessions have cut in half after that happened. It seems that because of that I lost half of my user base over night. Some had limited use and could contact me thru the site and I had them clear their cache or restart their device and got in. I know one of my moderators could get in the site but couldn't do anything at all but had my cell number and contacted me by text. She uses the mobile app that has been updated to 1.5 but could get in the site but nothing on the site would work for her. I suggested to her to delete the mobile app then reinstall. That worked and she got in then everything worked fine.

My question is it seems that some people are locked out since that messenger update.

I already cleared all caches in the site many times. Just a min ago I got a call from my other moderator, she has been on the site with everything working fine then for no apparent reason she was in and couldn;t do a thing. nothing would work then she could.

What else can I do to fix whatever the problem is?

  • 834
·
Added a discussion

@LeonidS Since the messenger update - when I click on a profile icon in Messenger or Shout Box it opens the profile page in a new window.

  • 809
John Curtis Discussions
Open in same tab or page
Happy New Years to all
Main Menu's (more) link background color setting
Settings for drop down (more) menu for main menu
Polls, Make comments anonymous
remove video button