zezz
Forum Replies Created
-
Hi there
I was wondering if there has been any progress resolving this issue. Having the same exact problem with dupe e-mails. The solution of disabling the cronjob and setting it up manually doesn’t work for me exactly as we have a welcome e-mail sent with the same plugin and we want the user to receive the welcome e-mail immediately after registration. Obviously we could custom code something additionally or use an alternative plugin to send the welcome e-mail but that seems too dirty.
Just checking in, if there has been any updates on this issue as I also like the plugin and would really like to continue using it for this project.
Cheers,
Birk
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Duplicate email sending from BFT LiteI was wondering if there has been any progress resolving this issue. Having the same exact problem with dupe e-mails. The solution of disabling the cronjob and setting it up manually doesn’t work for me exactly as we have a welcome e-mail sent with the same plugin and we want the user to receive the welcome e-mail immediately after registration. Obviously we could custom code something additionally or use an alternative plugin to send the welcome e-mail but that seems too dirty.
Just checking in, if there has been any updates on this issue as I also like the plugin and would really like to continue using it for this project.
Cheers,
Birk
Forum: Fixing WordPress
In reply to: How to display some child pages with title some with thumbails?I totally agree, however I don’t see it becoming dynamic in that way.
Does anyone have something like that already developed?
Forum: Fixing WordPress
In reply to: How to display some child pages with title some with thumbails?<ul class="portfolio-list"> <li class="col-md-4"> <div class="portfolio-item img-thumbnail"> <a href="<?php echo get_permalink($pageChild->ID); ?>" class="thumb-info"> <?php echo get_the_post_thumbnail($pageChild->ID, 'large', array('class' => 'img-responsive')); ?> <span class="thumb-info-title"> <span class="thumb-info-inner"><?php echo $pageChild->post_title; ?></span> </span> </a> </div> </li> </ul>Forum: Fixing WordPress
In reply to: How to display some child pages with title some with thumbails?Thank you for this. I’ll keep this is mind as alternative.
Can it be done with something similar like –
<ul class="portfolio-list"> <li class="col-md-4"> <div class="portfolio-item img-thumbnail"> <a>ID); ?>" class="thumb-info"> <?php echo get_the_post_thumbnail($pageChild->ID, 'large', array('class' => 'img-responsive')); ?> <span class="thumb-info-title"> <span class="thumb-info-inner"><?php echo $pageChild->post_title; ?></span> </span> </a> </div>[Please always use the code buttons when posting code on these forums]
But make it display all the child pages and display the Depth 1 as a section headingForum: Fixing WordPress
In reply to: When Post, It Makes itown words(Rewrites)Humble guess would be – Select WP-post-view
No way to know for sure.Rough method – If you are able to make changes to the site live (if it is okay to disable the websites functionality for a short period of time), I would suggest disabling all the plugins and activate them one by one to see what causes the problem.
Forum: Fixing WordPress
In reply to: Gallery Links to Attachement Page instead of Media fileActually this seems to work perfectly
http://finkaboutit.com/how-to-get-rid-of-the-attachment-thing-on-your-images/
Forum: Fixing WordPress
In reply to: Gallery Links to Attachement Page instead of Media fileHey twistedsymphony,
Had the same problem, but discovered that if you go to gallery settings and switch the settings to link to attachment page and then change it back to media file linking it will start working again.
I wonder if anyone knows how to disable attachment page linking in WP?