Jeden raz.

robertolszak1
8 Posts
robertolszak1 posted this 16 September 2023
Ask a Question

Ponownie.
Którą część kodu usunąć, aby ze stopki usunąć to: WordPress Theme created with WordPress Website Builder.
W szablonach dla WordPress można usunąć linki ze stopki w prosty sposób, poprzez funkcje korzystając z wbudowanego edytora CSS. W szablonie Nicepage nie ma takiej możliwość. Trzeba edytować kod HTML. Którą część kodu modyfikować/usunąć żeby równocześnie nie usunąć funkcji kodu: back_to_top ?
kod:

</div><!-- .site-inner -->

<?php wp_footer();?>
<?php back_to_top();?>

<?php $footer if (function_exists('rendertemplate')) { $footer if (function_exists('rendertemplate')) {?> renderTemplate($footer, '', 'echo', 'footer');
} else {

echo $footer;

} ?>

Ponownie. Którą część kodu usunąć, aby ze stopki usunąć to: WordPress Theme created with WordPress Website Builder. W szablonach dla WordPress można usunąć linki ze stopki w prosty sposób, poprzez funkcje korzystając z wbudowanego edytora CSS. W szablonie Nicepage nie ma takiej możliwość. Trzeba edytować kod HTML. Którą część kodu modyfikować/usunąć żeby równocześnie nie usunąć funkcji kodu: back_to_top ? kod: </div><!-- .site-inner --> &lt;?php wp_footer();?&gt; &lt;?php back_to_top();?&gt; &lt;?php $footer if (function_exists(&#39;rendertemplate&#39;)) { $footer if (function_exists(&#39;rendertemplate&#39;)) {?&gt; renderTemplate($footer, '', 'echo', 'footer'); } else { echo $footer; } ?>
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
MerlinAZ
2769 Posts
MerlinAZ posted this 16 September 2023

Maybe you don’t realize that removing the footer ad is against the license agreement if using the free version.
If you have any license:
Site settings > general tab. Uncheck the box.

Maybe you don’t realize that removing the footer ad is against the license agreement if using the free version. If you have any license: Site settings > general tab. Uncheck the box.

Last edited 16 September 2023 by MerlinAZ

robertolszak1
8 Posts
robertolszak1 posted this 16 September 2023

"Ustawienia witryny > karta Ogólne. Odznacz to pole" - wykonałem odznaczenie. Nie chodzi o to. Mam licencję. Mimo odznaczyłem pole: "Ustawienia witryny > karta Ogólne. Odznacz to pole", linki do Nicepage dalej są widoczne. Widoczne jak tu: https://frontsystem.cfolks.pl/
WordPress posiada możliwość edycji, modyfikacji, usunięcia linków do Nicepage przez CSS, ale nie w przypadku szablonów Nicepage. W przypadku Nicepage trzeba edytować kod HTML. Nie znam się :) Kiedy usuwam: <?php wp_footer();?> znika też funkcja BACK TO TOP. Jak zmienić kod, aby nie zniknęła funkcja BACK TO TOP ?

"Ustawienia witryny > karta Ogólne. Odznacz to pole" - wykonałem odznaczenie. Nie chodzi o to. Mam licencję. Mimo odznaczyłem pole: "Ustawienia witryny > karta Ogólne. Odznacz to pole", linki do Nicepage dalej są widoczne. Widoczne jak tu: https://frontsystem.cfolks.pl/ WordPress posiada możliwość edycji, modyfikacji, usunięcia linków do Nicepage przez CSS, ale nie w przypadku szablonów Nicepage. W przypadku Nicepage trzeba edytować kod HTML. Nie znam się :) Kiedy usuwam: &lt;?php wp_footer();?&gt; znika też funkcja BACK TO TOP. Jak zmienić kod, aby nie zniknęła funkcja BACK TO TOP ?
Support Team
Support Team posted this 16 September 2023

Hello Robert,
Thanks for choosing Nicepage!

Please uncheck the Nicepage Signature box in the Nicepage Plugin in WordPress as well, if it doesn't help - please uncheck it in the Nicepage Desktop and upload the saved Theme (only Theme!) into WordPress.
Let us know about the results and please feel free to ask if any additional information or steps explanation is needed.

...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Robert, Thanks for choosing Nicepage! Please uncheck the Nicepage Signature box in the Nicepage Plugin in WordPress as well, if it doesn't help - please uncheck it in the Nicepage Desktop and upload the saved Theme (only Theme!) into WordPress. Let us know about the results and please feel free to ask if any additional information or steps explanation is needed. ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments