This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

David Beaudoin

  • ****
  • 242 posts
  • https://abrutis.net
Link integration problem
« 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
Regards,
David
0640404083

*

MB Themes

Re: Link integration problem
« Reply #1 on: January 09, 2021, 04:17:40 PM »
You can create child theme.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

David Beaudoin

  • ****
  • 242 posts
  • https://abrutis.net
Re: Link integration problem
« Reply #2 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...
Regards,
David
0640404083

*

MB Themes

Re: Link integration problem
« Reply #3 on: January 10, 2021, 10:59:04 AM »
Well, not sure what to say.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

David Beaudoin

  • ****
  • 242 posts
  • https://abrutis.net
Re: Link integration problem
« Reply #4 on: January 10, 2021, 12:50:34 PM »
which file is the mobile menu in please?
Regards,
David
0640404083

*

MB Themes

Re: Link integration problem
« Reply #5 on: January 10, 2021, 01:00:48 PM »
@David
Footer.php and header.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

David Beaudoin

  • ****
  • 242 posts
  • https://abrutis.net
Re: Link integration problem
« Reply #6 on: January 10, 2021, 01:09:27 PM »
Thanks
Regards,
David
0640404083

*

David Beaudoin

  • ****
  • 242 posts
  • https://abrutis.net
Re: Link integration problem
« Reply #7 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 ...
Regards,
David
0640404083

*

MB Themes

Re: Link integration problem
« Reply #8 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
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on January 10, 2021, 03:48:22 PM
*

David Beaudoin

  • ****
  • 242 posts
  • https://abrutis.net
Re: Link integration problem
« Reply #9 on: January 10, 2021, 03:48:06 PM »
solved with: <a href="https://www.superpet.tv/forums/home"> Forums </a>

Thank you very much !
Regards,
David
0640404083

*

David Beaudoin

  • ****
  • 242 posts
  • https://abrutis.net
Re: Link integration problem
« Reply #10 on: January 10, 2021, 03:50:01 PM »
now I have the question of importing it as the blog widget in MAIN.PHP
Regards,
David
0640404083