Forum Button on Sigma main page
« on: April 27, 2023, 08:55:06 PM »
Hi,
I'm on the pretty latest version of osclass (just updates) and forums plug-in (just bought and installed).
While adding the forums plug-in I was trying to add the Link/Button to the main page.
Edited header.php and added the line as said on the plug-in: <?php if(function_exists('frm_home')) { echo frm_home(); } ?>
All I get is a link to forums, but not the button.
The only additional information that might be important is that the header.php file is on sigma_child folder and I'm making changes on a child theme.
Any help appreciated.


*

MB Themes

Re: Forum Button on Sigma main page
« Reply #1 on: May 03, 2023, 06:08:43 PM »
Code: [Select]
<a href="<?php if(function_exists('frm_home')) { echo frm_home(); } ?>">forum link</a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots