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

kriskoyk

  • *****
  • 285 posts
Static page shown in footer
« on: November 02, 2020, 06:40:39 PM »
The page title is not hidden in the footer. (Beta)
« Last Edit: November 05, 2020, 03:29:12 PM by MB Themes »

*

mocody

  • ****
  • 139 posts
  • Only Marketing matters
Re: Hide page title in footer
« Reply #1 on: November 02, 2020, 06:51:11 PM »
Can you take screenshot, and share ?.

*

kriskoyk

  • *****
  • 285 posts
Re: Hide page title in footer
« Reply #2 on: November 02, 2020, 07:14:07 PM »
Concealment is controlled but visible

*

MB Themes

Re: Hide page title in footer
« Reply #3 on: November 02, 2020, 07:22:49 PM »
I do not see page title there
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 285 posts
Re: Hide page title in footer
« Reply #4 on: November 03, 2020, 01:33:17 PM »
I am sending the photo again with the titles of 3 pages. There is an option during processing not to be visible but it does not work.

*

mocody

  • ****
  • 139 posts
  • Only Marketing matters
Re: Hide page title in footer
« Reply #5 on: November 03, 2020, 02:03:14 PM »
the easiest way is to delete the files if you no longer need it,
just go Oc-admin , then click pages and there you will see all these files titles, and it has only delete option if you want to remove from the footer.
check the screen shot.

*

kriskoyk

  • *****
  • 285 posts
Re: Hide page title in footer
« Reply #6 on: November 03, 2020, 03:16:54 PM »
I do not want to remove pages but the "Show a link in footer" to work. The point I show you in the photo.

*

MB Themes

Re: Hide page title in footer
« Reply #7 on: November 03, 2020, 08:40:35 PM »
Will check it, there might be bug based on fix for osclass 3.9
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on November 05, 2020, 03:28:50 PM
*

MB Themes

Re: Hide page title in footer
« Reply #8 on: November 04, 2020, 12:41:53 PM »
In footer.php you must update following code:
Code: [Select]
<?php $pages Page::newInstance()->listAll($indelible 0$b_link null$locale null$start null$limit 8); ?>
with this one:
Code: [Select]
<?php $pages Page::newInstance()->listAll($indelible 0$b_link 1$locale null$start null$limit 8); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 285 posts
Re: Hide page title in footer
« Reply #9 on: November 05, 2020, 02:45:13 PM »
Ok the problem is solved!