Causality Ventures
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple:Press Forum] How to remove profile tabs?Hi again,
We are a bit slow during vacation time and the community forum here is where we answer questions when we have some time over. Normally we prioritise support to Simple:Press Pro customers, our own forum and email first.
But anyway, I’m a little unclear about what you need help with. We are planning the next release for the 16th August. The fix for non-expanding sub-panels in the admin is planned to be included then.
Is there anything else I can help with?
/Marcus, Simple:PressForum: Plugins
In reply to: [Simple:Press Forum] SP changes the title of my forum page, needs fixingIt’s hard to say what it could be since there are so many SEO settings and plugins that could affect each other. It’s especially hard to for us to debug issues like this in site builders like Elementor, Divi or Breakdance Builder since they can fundamentally change the ways themes work.
/Marcus, Simple:Press
Forum: Plugins
In reply to: [Simple:Press Forum] How to remove profile tabs?Hi,
You should be able to klick the plus sign to expand a menu. In this menu you can uncheck the “Display menu” checkbox.
Unfortunately we seem to have the same bug there. So until next release you might have to reload the page to get the expanded menu to work.
/Marcus, Simple:Press
Forum: Plugins
In reply to: [Simple:Press Forum] SP footer logo and link does not open in a new tabHi,
We will consider opening the link in a new tab in future versions.
In my opinion it’s pretty discreet and looking at our analytics, less than a handful of people per week click in on it across all installs of the plugin, but If you need to you could always hide it with css, something like this:
.spAck { display: none !important; }
/Marcus, Simple:Press
Forum: Plugins
In reply to: [Simple:Press Forum] SP changes the title of my forum page, needs fixingHi again,
I’m not entirely sure I understand what you would like to do, but there are a few options under “Components” -> “SEO” -> “Page/Browser Title” that adjust how the forum code interacts with titles and headers. It should be possible to control this behaviour there.
/Marcus, Simple:Press
Forum: Plugins
In reply to: [Simple:Press Forum] How to add custom smilies?Yes, we will definitely fix the bug in the next release and we are also looking into how we can keep track of where you are when the page is reloaded.
Forum: Plugins
In reply to: [Simple:Press Forum] How can I prevent the stats from showing on the forum?Hi,
I agree, it seems like an obvious option. We have planned an option for it either the next release or the new upcoming theme.
In the mean time you could always hide it using CSS. Either in your own CSS-file or in the custom CSS-field under theme settings.All themes are a bit different, but this would normally work:
.spStatsSection { display: none !important; }
/Marcus, Simple:Press
Forum: Plugins
In reply to: [Simple:Press Forum] How to add custom smilies?Hi!
If you click on the little plus-sign (+) to the right on each smiley a small panel opens up and you can activate the image and set a short code to use in the editor (like :smile).
When confirming this right now, I noticed that we seem to have a bug that sometimes makes the button inactive. If you encounter this, reloading the page should fix it.
We will add this bug to the task list for next release.
/Marcus, Simple:Press
- This reply was modified 1 year, 7 months ago by Causality Ventures.
Forum: Plugins
In reply to: [Simple:Press Forum] No Customizer for Modern 2020 ThemeHi ndmccain,
It’s a bit tricky to spot the custom overlay settings. Once you have activated the theme and selected “custom” overlay, you need to reload the page, go back down to themes and now you should see “Modern 2020 Theme Customizer” at the bottom to the Themes section of the navigation.
You can change icons for forums under “Forums” -> “Manage Groups And Forums” by clicking the edit button for the forum you want to change.
A bit further down is an area where you can select icons for different purposes.
To add to the selectable icons you can upload individual icons under “Forum” -> “Custom Icons” and manage sets of icons under “Options” -> “Icon sets”.
We are gradually simplifying the Admin panel, but we still have some work to do. Please let me know if you have any other questions.
/Marcus @ Simple:Press
Forum: Plugins
In reply to: [Simple:Press Forum] Custom fields optionsHi newtech1,
You are asking about very specific functionality that have no out of the box support in Simple:Press. I am pretty sure that it could be built as a plugin or as part of your theme by writing custom code that uses the hooks and actions in the Simple:Press plugin, but it would require some programming on your part.
Regarding the “wpForo Topic Custom Field add-on” it think it’s best if you ask the support at wpForo.
Good luck with your fishing forum!
Regards,
Marcus, Simple:Press support- This reply was modified 1 year, 7 months ago by Causality Ventures.