forum
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] shortcodesSo try avoid creating wpForo shortcoded pages hierarchically.
Forum: Plugins
In reply to: [wpForo Forum] wp foro insert photosHi,
Yes, you can add multiple attachments to post content. For this functionality, the wpForo has a “wpForo Advanced Attachments” addon.
https://gvectors.com/product/wpforo-advanced-attachments/Forum: Plugins
In reply to: [wpForo Forum] shortcodesReplace this :
[wpforo item=”forum” id=”3″]
with this :
[wpforo item=
"forum"id="3"]
The symbols”are written incorrectly; they should be the standard Latin double quotation marks"to ensure proper functionality.Forum: Plugins
In reply to: [wpForo Forum] shortcodesWhat do you mean by “it doesn’t work”? Where did you place the shortcode, and what is displayed instead of the wpForo page?
Forum: Plugins
In reply to: [wpForo Forum] Oxygen Templates and Jump to TopHi @trkoehler
wpForo is a WordPress forum plugin that uses its own tables in the database. It doesn’t utilize WordPress custom content types for its pages.
To design wpForo pages, you can edit the page containing the [wpforo] shortcode and set a custom page template with full width, excluding the long header image. It’s important to note that you can’t design wpForo sub-pages using typical page builders. wpForo has its own template, and if you need to make minor design changes, you can do so through custom CSS codes or by using the wpForo template customization method. I’ve attached the theme customization documentation link for your reference.
https://wpforo.com/docs/wpforo-v2/forum-themes/theme-customization/
Forum: Plugins
In reply to: [wpForo Forum] Main bar is not tranlsatedPlease click the first link I sent in the previous reply.
The menu is a standard WordPress menu and is not translatable. You can simply change the menu labels to suit your needs.
Forum: Plugins
In reply to: [wpForo Forum] Main bar is not tranlsatedhttps://wpforo.com/community/faq/how-to-translate-forum-menu/
https://wpforo.com/community/faq/how-to-translate/
Please take a look this FAQ topic.Forum: Plugins
In reply to: [wpForo Forum] Showing 404 ErrorAll the pages on your website are responding with a 404 error. This issue is not related to the wpForo plugin. We recommend resolving the page problems on your website first. If you encounter any issues or problems with the wpForo Forum plugin afterward, please don’t hesitate to reach out for assistance.
Forum: Plugins
In reply to: [wpForo Forum] Last image shows up as black???No you had bought the addon within gvectors.com. Please open new topic in gvectors.com, and the gVectors developers will answer and help you.
Forum: Plugins
In reply to: [wpForo Forum] Remove wpforo menu From Admin Top Bar?Hi,
You can use the plugin https://wordpress.org/plugins/code-snippets/ and add this snippet of code to your snippets.add_action( 'admin_bar_menu', function( $wpadminbar ){
$wpadminbar->remove_node('wpf-community');
$wpadminbar->remove_node('wpforo');
}, 1000 );Forum: Plugins
In reply to: [wpForo Forum] Last image shows up as black???Hi @antdx
Your question is not related to the wpForo free plugin. Please create your topic in the forum where you purchased your wpForo addon.Forum: Plugins
In reply to: [wpForo Forum] What file for topic contentHi @newtech1 ,
No problem. We can add Google Maps support to “wpForo Topic Custom Fields” for you.Forum: Plugins
In reply to: [wpForo Forum] What file for topic contentHi @newtech1 ,
The wpForo content data is stored outside of the wp_posts table. wpForo has its own tables with the wpforo_ prefix. The topics and posts in wpForo are not considered custom content types in WordPress. Therefore, you cannot use ACF to create custom fields for them. If you need custom fields, the wpForo offers the “wpForo Topic Custom Fields” addon that you can try.Forum: Plugins
In reply to: [wpForo Forum] Remove side bar in Divi ThemeHi @cam5atl
I suggest you take a look at this blog post: “How to Remove Sidebars from Divi” which can be found at https://www.elegantthemes.com/blog/divi-resources/how-to-remove-sidebars-from-divi.
Forum: Plugins
In reply to: [wpForo Forum] Rest apiSorry but the topic you mentioned is not relevant to the wpForo plugin.