Hi,
Unfortunately I feared that it is the template, that's why I asked for testing with standard.
So I don't know. Any update possible on this template?
Kind regards
Christine
Opt in for Guestbook
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Opt in for Guestbook
Does your template override the Phoca Guestbook layout? (In Joomla! templates can override the component layout and in case the template is not up to date, it can skip displaying it as it does not have it included - could be the reason)
Jan
Jan
If you find Phoca extensions useful, please support the project
Re: Opt in for Guestbook
The template is uptodate. But the original developer (Shape5) is "dead". The name and support is overtaken from Joomlart. I dont know if they make updates for a free template.
The template is overriding the components layout. You can see it at the blockquote-styling. I will have a look at the template options if i can do something.
The template is overriding the components layout. You can see it at the blockquote-styling. I will have a look at the template options if i can do something.
Re: Opt in for Guestbook
I just wanted to let you know that a mod of Joomlart forum helped me.
Maybe that will help you too?!
You may check now. Have added the code snippet in specific override file i.e./templates/shape5_vertex/html/com_phocaguestbook/guestbook/default_form.php around line 79 in order for GDPR to render and reported the same to JA Dev. Team ensuring that we can have it updated in future template version release :
Code: Select all
<?php if ($this->params->get('display_privacy_checkbox_form')): ?>
<div class="control-group">
<div class="controls input-group">
<?php echo $this->form->getInput('privacy_checkbox'); ?>
</div>
<div class="ph-privacy-row"><?php echo $this->params->get('privacy_checkbox_text'); ?></div>
</div>
<?php endif;?>
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Opt in for Guestbook
Hi Thomasinho,
Here I see some news from template shape 5: https://www.shape5.com/blog/ but downloads (also vertex framework) etc. provided from Joomlart.
Thanks for your information and Code! I'm sure it will help us and other users too
Kind regards
Christine
Here I see some news from template shape 5: https://www.shape5.com/blog/ but downloads (also vertex framework) etc. provided from Joomlart.
Thanks for your information and Code! I'm sure it will help us and other users too
Kind regards
Christine