Support Forum
When viewing a member post while logged in, there's buttons for editing, deleting and tools pane.
As shown in the screenshot below: the tools icon doesn't highlight from the post view but does on the group view.
Also hitting the edit button opens a new tab instead of editing the post.
Finally, I would like to add a Google custom search bar below the "advance search" in the forum header.
Thanks
Hey,
Sorry can you elaborate on what you mean by 'doesn't highlight', do you mean you can't click it? It does look like it's sitting behind text, but that could be due to the width of the forum as it looks quite narrow, and could also be due to a z-index problem inherited from the WP theme.
Have you got a link to your forum? It's possible if buttons are behaving strangely that there is a conflict going on of some type. If you know how to use the console, are you getting any errors?
As for the Google search, I'm not sure what methods there are of adding the search to your forum. Do Google provide the search in a widget? Do they have a line of code for you to add? Would need to know more on that one I'm afraid.
Probably a javascript conflict with something else you have active. If you know how to use the browser console then you can look for any errors and report them back here so we can discuss. Or - we don't mind taking a look if you can give us a link to your forum page and as long as guests can see the forums...
YELLOW
SWORDFISH
|
Then about how to add Google custom search box at the highlighted area.
I mean https://www.google.com/cse
Did you find the culprit?
As to your google search... Simple:Press is template driven, just like WordPress, so it is easy to change and move template display functions about.
In this case you would need to look at the spHead.php display template which can be found n the /templates folder of the Simple:Press theme you are using. If you find the call to the search form which probably looks something like:
sp_SearchForm($searchForm);
then you can put your own code after that to display something below it. Needs to be proper PHP code or HTML if you break out of the php block.
As always we recommend that you create your own SP child theme or custom theme so that any customisation is not lost during a future update.
YELLOW
SWORDFISH
|
there really isnt a way to disable that... you can probably use a filter to keep it from happening... are you familiar with using wp filters? can guide you through it... are you using a custom theme?
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)