Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
"New/Recently Updated Topics" and "Select Forum" links don't work
Avatar
Rapid Web
Member
Free Members
sp_UserOfflineSmall Offline
Sep 29, 2014 - 8:53 am

Hi,

The link for the two drop down lists on top of my forum "New/Recently Updated Topics" and "Select Forum" are not working. Please see attached screenshot. Is this a setting?kti.pngImage Enlarger

Jewish and Kosher Global Travel Guide and Directory:
Kosher Travel Info

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Sep 29, 2014 - 9:04 am

Hey,

It seems that you have the rule:

form, legend {
    position: relative;
}

which is throwing out the use of these drop downs.

Unfortunately this seems to be coming from your WP theme. Were they working before at all? has anything changed?

Avatar
Rapid Web
Member
Free Members
sp_UserOfflineSmall Offline
Sep 29, 2014 - 2:18 pm

I think they never worked... I am not complaining on the position. It is not even a link.

Jewish and Kosher Global Travel Guide and Directory:
Kosher Travel Info

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Sep 29, 2014 - 2:33 pm

Right OK,

Position doesn't probably do what you are expecting! It doesn't just control where elements are displayed. It's actually the position of the entire block which houses the search form and the quicklinks that is being affected by the style imposed by your WordPress theme.

Our search forms don't use a position rule, which means it defaults to static position, because your theme generically uses a position relative rule on its forms, our search form is inheriting this and applying it. Might sound a little complicated, but it's not important to know, just thought I'd try and explain in case you were interested..

First thing to try, using 'Default' theme as an example:

Go to your theme folder and open:

sp-resources > forum-themes > default > styles > default.php

Add this line:

#spMainContainer .spHeadContainer form {
     position: static;
 }

It can go anywhere after the closing php tag (?>) at the start, and before the opening one (<?php) at the end..

Give that a try, and as always we suggest making this a custom or child theme to preserve changes.

Avatar
Rapid Web
Member
Free Members
sp_UserOfflineSmall Offline
Sep 29, 2014 - 2:48 pm

I understand. Simple Press is inheriting the default rule for form from our theme. But I would never have figured this out myself! As always, thank you for the quick support going "beyond" normal support since this has to do with our site theme. Did the change and works! Added the following code:

 

/* Change form default inheriting position from relative to static
----------------------------------*/
#spMainContainer .spHeadContainer form {
     position: static;
 }

Jewish and Kosher Global Travel Guide and Directory:
Kosher Travel Info

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Sep 29, 2014 - 3:00 pm

Excellent, the quicklinks shouldn't be passed up on, they are useful! And no problem it's what we're here for!

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620