Osclass Support Forums

Osclass theme support => Alpha Osclass Theme => Topic started by: David Beaudoin on January 09, 2021, 04:12:33 PM

Title: Link integration problem
Post by: David Beaudoin on January 09, 2021, 04:12:33 PM
Since I updated the theme, I lost the blog link in the menu of the mobile version.

On the other hand, I would also like to integrate a link to the forum and a widget at the bottom of main.php as is the case for the blog.

Thank you in advance.

https://superpet.tv
Title: Re: Link integration problem
Post by: MB Themes on January 09, 2021, 04:17:40 PM
You can create child theme.
Title: Re: Link integration problem
Post by: David Beaudoin on January 10, 2021, 08:47:56 AM
I looked at what a child theme was but it doesn't tell me how to integrate my links...
Title: Re: Link integration problem
Post by: MB Themes on January 10, 2021, 10:59:04 AM
Well, not sure what to say.
Title: Re: Link integration problem
Post by: David Beaudoin on January 10, 2021, 12:50:34 PM
which file is the mobile menu in please?
Title: Re: Link integration problem
Post by: MB Themes on January 10, 2021, 01:00:48 PM
@David
Footer.php and header.php
Title: Re: Link integration problem
Post by: David Beaudoin on January 10, 2021, 01:09:27 PM
Thanks
Title: Re: Link integration problem
Post by: David Beaudoin on January 10, 2021, 01:59:52 PM
Now i've managed to integrate the link to the blog into the mobile menu but still can't do it for the forum.

For the blog, I integrated the following code in footer.php

Do you have an idea for the forum? Because copying and pasting the code identically by modifying "blg" by "frm" does not work ...
Title: Re: Link integration problem
Post by: MB Themes on January 10, 2021, 03:04:02 PM
Simply check route for forums plugin in it's index.php or place link simply as it is on your site without using functions.
Like: https://plugins2.abprofitrade.eu/forums/home
Title: Re: Link integration problem
Post by: David Beaudoin on January 10, 2021, 03:48:06 PM
solved with: <a href="https://www.superpet.tv/forums/home"> Forums </a>

Thank you very much !
Title: Re: Link integration problem
Post by: David Beaudoin on January 10, 2021, 03:50:01 PM
now I have the question of importing it as the blog widget in MAIN.PHP