kingmaico
Forum Replies Created
-
The problem is with the popup editor.
It’s a pity I can’t send an attachment to show it.
Let’s forget it if you get no other complaints.Hi Damian,
It’s about the link in the editor.
I solved the problem by making a shortcode.So this is what happens:
In the editor I wrote something like this:
Click this link to subscribe with a link to the subscription page.
Saved and closed the popup.
Open the testpage
I see the popup. Also the line “Click this link to subscribe” is there but has no link.
I open the popup editor
Link is goneTried this about 10 times. Eventually I decided to find another solution.
Does this answer your question?
This question is resolved, thanks for your reply.
Forum: Plugins
In reply to: [Comment Guestbook] Sorting does not work@verhijden ik zie dat jouw probleem is opgelost. Hoe heb je dat voor elkaar gekregen? Ik heb hetzelfde probleem: https://www.loopendvuurtje.nl/gastenboek/
- This reply was modified 5 years, 7 months ago by kingmaico.
Hi Markus, Thanks for the update.
I just updated both plugins but still no improvement.
On this page YOAST counts 194 words. Only the part in the default text editor: https://www.loopendvuurtje.nl/zuiderwaterlinie-wandelen/I reopened the page, saved it.
De-activated the plugin and activated it again.
No luck.Do I need to do something else?
Best Regards, Grietje
- This reply was modified 5 years, 9 months ago by kingmaico.
I have just sent a message to angrycreative.se, the creators of this plugin.
Maybe it helps if other do so as well: https://angrycreative.se/kontakt/Forum: Plugins
In reply to: [VS Event List] translate – dateMy apologies, I’ve found it. It’s described in the Installation section:
Change date label: [vsel date_label=”Event date: %s”]
Change start date label: [vsel start_label=”Event start date: %s”]
Change end date label: [vsel end_label=”Event end date: %s”]
Forum: Plugins
In reply to: [Comment Guestbook] error message about required fieldsMibuthu, I must confess that the showing comments problem was my own mistake… Forgot a setting.
All is fine now. Thanks for sending the fix that worked just fine.
Best, Grietje
previous NextGEN version is: 2.0.66.33
I’m calling get_field() from Advanced Custom fields.
I’ve installed the ACF plugin plus Advanced Custom Fields: NextGEN Gallery Field add-on to enabled the admins to add a gallery to a tour easily.Best, Grietje
@cais – thanks for getting back at me.
Let me start by emphasizing that the plugin, including the lightbox has worked fine for almost 2 years now. I made this site in the summer of 2014 and haven’t changed anything, except regular updates. After the last update, the lightbox stopped working.
When I replace the current version of NextGen Gallery, it works again as usual.You say: As it is, I see that the Lightbox effect is not being used but the code appears to be written to the page that is needed.
But the lightbox effect is set in the set up of the plugin:
* other options > lightbox effectsThe code is indeed written in the sidebar. Here it is:
<?php $post_id = $GLOBALS['post']->ID; $fotogalerie = get_field('fotogalerie',$post_id); $kenmerkend = get_field('kenmerkend',$post_id); ?> <aside class="sidebar sidebar-reisdetails widget-area" itemtype="http://schema.org/WPSideBar" itemscope="itemscope" role="complimentary"> <ul> <?php if (!$fotogalerie && !$kenmerkend) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-wandelreis') ) : endif; } else { if ($kenmerkend) { echo '<li class="widget widget_text"><h4 class="widget-title widgettitle">Kenmerkend voor deze reis</h4><div class="kenmerkend">'. $kenmerkend.'</div></li>'; } // end if kenmerkend if ($fotogalerie){ echo '<li class="widget widget_text"><h4 class="widget-title widgettitle">Foto impressie</h4>'; foreach ( $fotogalerie as $var ) { $ngg_id = $var['ngg_id']; $ngg_form = $var['ngg_form']; } echo do_shortcode('[ngg_images gallery_ids="'.$ngg_id.'" display_type="photocrati-nextgen_basic_thumbnails"]'); echo '</li>'; } // end if fotogalerie } // end if ?> </ul> </aside>I hope this helps solving the problem. If you need more info. let me know.
@cais Sorry, I have no idea what Slimstat is and it doesn’t solve my problem.
Please have a look at an example page: http://loopendvuurtje.nl/lechtaler-alpen/
and click a photo in the right sidebar – below where it says: Foto impressie.Pre WordPress 4.4 it used to open in a lightbox but now it doesn’t. I use the plugin NextGEN Gallery by Photocrati version 2.1.23
Forum: Plugins
In reply to: [Comment Guestbook] error message about required fieldsMibuthu, are you planning to fix the whole problem soon? Perhaps you’re working on it and I don’t mean to be rude but my customer is getting impatient and wants me to look for an alternative solution.
Like I mentioned in my previous post, the error message is gone but none of the messages are displaying so the fix you described above is not working.
http://eigenwebsitemakenin1dag.nl/guestbook-test/I hope you get it sorted soon.
Forum: Plugins
In reply to: [Comment Guestbook] error message about required fieldsHi mibuthu,
Your fix fixed the error message however non of the comments are displayedHello Cais,
Sorry, I presumed writing “doesn’t work after wp 4.4 update” would be enough to make you understand that it did work before. But now you understand, I presume.
So the lightbox was working fine – indeed via settings – until I upgraded to WordPress 4.4.Mentioning the display type merely for you to let you know which display type I’m using in this particular case.
I hope you understand now what the problem is.
Best Regards, Grietje
Great you solved it.
Many roads lead to Rome, especially in php.
Good luck finalizing your project.