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
linking to the forum page and tooltip css
Avatar
Shane Stegeman
Member
Free Members
sp_UserOfflineSmall Offline
Mar 18, 2016 - 10:07 am

Hi simple press team

I have run into some problems again.

1. As I navigate within the forum i.e. clicking on a topic or clicking on the breadcrumbs equivalent, I navigate correctly.  However the problem is that when the user arrives to the topic page or any page within the forum, the user view the top of the webpage and is NOT dropped right before the forum topics table. I have some content/images above the forum and it looks awkward that when the user is navigating within the forum to view the topics listing, they see the top of the page with other content.

 

Is there a way I can drop the user just at the start of the forum/topics table as they navigate the forum please?

 

2. I am using tooltips on the banner submenu on the forum page. Simple press forum tooltips formatting has taken over the styling of the wordpress menu tooltips. I don't want banner tooltips to be taken over. Is there a way I could avoid this please?

 

Thanks

Sonia 

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Mar 18, 2016 - 10:55 am

Hey Sonia,

I'm not sure there is a way to compensate for anything you choose to place above the forum. We do offer the option to compensate for WP fixed header sizes, but this is really more for where the editor opens and other elements that might otherwise be hidden behind a header that doesn't scroll with the page.

Do permalinks take you directly to the right post? see 'last post' link in forum view.

As for the tool tips I don't think I've ever seen them impose style on any WP theme tooltips.. Could you provide a link so we can take a look? If you don't want to do that publicly feel free to PM the link to me, Mr Papa and Yellow Swordfish with a link to this topic and a brief description of the problem.

If there's something I've forgotten or missed when it comes to compensating for content above the forum I'm sure Andy or Steve will fill in the blanks.

Avatar
Shane Stegeman
Member
Free Members
sp_UserOfflineSmall Offline
Mar 19, 2016 - 9:25 am

Hummm!!! This seems to be a problem. I am sure there would be a lot of people who like to dress up their websites by placing images etc above the forum.

I tried to fix this issue by placing an invisible div above the forum table and bookmarking the div but the forum slug option under 'manage groups and forum' would not allow me to place a '#'. Every time I hit update, it removes the hash. Please see the screenshot.

As far as the tooltip is concerned, the website is still under construction and the owner is not too keen on opening it up. Attached are the screenshots for you to see the problem. Could you place a tool tip on one of your menu items on your forum page to see the problem?

Its just that the owner of the website would not budge on these issues and any help will really be appreciated.

 

bookmark-not-working.pngImage Enlargertooltip-not-working.pngImage Enlargertooltip-working.pngImage Enlarger

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Mar 19, 2016 - 10:33 am

I guess when it comes to the forum page and the content above, my question would be if you want the forum page to be central won't this content be off screen making it redundant?

All Simple Press does is load a page with a forum in it, as I said I think the only time it centers anything is when loading specific posts via permalinks. There may be a way to make this work but I'm not sure of it so will have to wait for Andy or Steve's input here.

Sorry if I am missing an obvious point!

As for the tooltips, really not sure what you mean when you say 'Could you place a tool tip on one of your menu items on your forum page to see the problem?'.. I'm not sure why your WordPress theme is inheriting forum tooltips and probably wouldn't be able to guess without actually looking at it - I do understand making a site live to troubleshoot comes with it's own drawbacks!

What does your WordPress theme currently do for tooltip CSS? I.e what are they supposed to look like? And do they work fine on non forum pages?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 19, 2016 - 10:50 am

well, you are linking to the wp page, you get what you get... if  you want to skip all that, you could instead like to our container...

so for here https://simple-press.com/suppo.....nContainer

similar for your site, but you will have to handle all the links...

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 19, 2016 - 10:55 am

But isn't using a fragment like that only going to work for the base forum url? As soon as you have a topic to go to or other views then that gets lost. Plus we use fragments from time to time in our inbuilt linking which might conflict or get overridden.

I kind of agree with Ike. If you want people to go straight to the top of the forum why not remove all the content above it if it is in the way? Make a custom WP page for the forum.

Do you just need to turn our graphic tooltips off? Is that what you need to do?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Shane Stegeman
Member
Free Members
sp_UserOfflineSmall Offline
Mar 20, 2016 - 11:24 am

Thanks all for your suggestions

Regarding tooltip: All the non forum pages are displaying the title attribute in one consistent manner but the wp page where I have placed the forum, is displaying the tooltips on menu items like the forum tooltips.

I have not gotten my around using firebug to inspect why the styling is different, but I noticed that the menu items on the forum page has an additional  attribute i.e. 'aria-describedby:ui-id-4' added to the anchor element on my menu items. I believe this attribute is added by simple press forum?

whereas other tooltips or the title attribute on non forum pages are displaying neatly (without aria-describedby) attribute

as

<a title="About my website" href="http://www.*****.com/about">About</a>

To answer Yellow Swordfish: I just want consistency in tooltips appearance throughout the website. I can't remove tooltips entirely from the forum because simple press uses icons/graphics and tool tips are needed to explain those icons.

I am happy to apply the same tooltip styling as the forum page to my non-forum pages or vice versa. Tooltips just need to look consistent.

To answer Ike: You can add a title attribute to one of your menu items on your forum page here and a non forum page to see how the title is displayed displayed. You can do this in wordpress-->appearance--> menu

Regarding the content above the forum

Haven't had much time looking into this

Mr Papa: I don't think linking to https://simple-press.com/suppor…..nContainer will work due to the reasons mentioned above by Swordfish.The website owner does really need the navigation sorted but without removing the images from above the forum.

 

I will continue to look and investigate however as I am short on time, your input/assistance is greatly appreciated.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 20, 2016 - 11:31 am

The 'aria' accessibility attribute is, I believe, put there by WordPress.

Simple:Press uses a tooltip library (the one supplied by WordPress as a standard tooltip library for plugin authors) which allows us to style tooltips rather than just use the boring old browser versions.

You can edit the spFunctions.php file of your SP theme to turn these off (at the very top of the file) so you can see how it looks without them. if you decide to keep them turned off we do, of course, recommend using a child theme of the chosen SP theme so that the change is not wiped out in any further SP theme update.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Shane Stegeman
Member
Free Members
sp_UserOfflineSmall Offline
Mar 21, 2016 - 12:01 am

Swordfish, thanks for your input. That did resolve the menu item tooltips looking consistent as other non forum pages. But, now the forum tooltips are messed up for e.g. displaying 'amp&;' instead of a spacing and big line spacing within tooltips text. The forum tooltips have lost all formatting and look ugly.

 

How about applying the same java script code simple press uses to all the other tool tips (menu items with a title attrbute in an anchor tag)? As I said I just need them to look the same.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 21, 2016 - 2:24 am

When you turn off the styled tooltips within the forum all you are doing is reverting to the normal and standard browser tooltips. Unless - as I said earlier - your site is running a different tooltips script. You can't style browser tooltips so if they are not bring displayed in standard form that suggests a third party at play.

Yes - you can load the WordPress standard tooltip script, You will also need the main jQuery and the jQuery UI libraries. And then you would need to copy the appropriate CSS from the SP theme into the WP theme styles CSS and initialise the routine at load time.

andy-signature.png
YELLOW
SWORDFISH
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