Phillip Dews
Forum Replies Created
-
Hi @niksebastian,
Is it possible to get the page/post URL instead of the page/post title at all?
Many thanks,Phillip
Hi @niksebastian,
Thank you I thought so as well, I hope it helps a few others out there as well.
Yes it did help and it works perfectly for my client now having tested it a couple of times. Looks like I am nearly ready to launch the site so for this I thank you.
PhillipForum: Plugins
In reply to: [WooCommerce PayPal Payments] PayPal Sandbox order keeps failingHello Joost,
Thank you for replying. The theme itself is my own custom one and not any downloadable one. I came across this LINK and followed its directions but still the orders are failing for some reason.
After adding the code as suggested this is what I got..
https://nimb.ws/AN3QKE
Many thanks,Phillip Dews
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Dispal Posts after the first 12Looks like I fixed it with this….
<?php echo do_shortcode('[ajax_load_more post_type="post" offset="12"]'); ?>
All good now. Hopefully this will help others. Thanks for your insights @dcooney
Phillip
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Dispal Posts after the first 12Hi @dcooney,
There are no Error Logs at all showing. I have now reverted to the default repeater template in your plugin and its still the same issue fella.
This is the one I’m using….
<li class="alm-item<?php if (! has_post_thumbnail() ) { echo ' no-img'; } ?>"> <?php if ( has_post_thumbnail() ) { the_post_thumbnail('alm-thumbnail'); }?> <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> <p class="entry-meta"> <?php the_time("F d, Y"); ?> </p> <?php the_excerpt(); ?> </li>
It’s not the repeater template itself. it’s your suggestion. Before I had this in my loop.php file…
<?php echo do_shortcode('[ajax_load_more offset=“12”]'); ?>
However when I take out the offset so its like this….
<?php echo do_shortcode('[ajax_load_more]'); ?>
It works perfectly
Many thanks,
Phillip- This reply was modified 3 years, 7 months ago by Phillip Dews. Reason: Update
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Dispal Posts after the first 12@dcooney Thank you for that, However its still not working.
At the bottom of my loop.php file I now have this….<?php echo do_shortcode('[ajax_load_more container_type="div" offset=“12”]'); ?>
for my repeater template I have this….
<article id="post-mainblock" <?php post_class(); ?>> <a href="<?php the_permalink(); ?>"> <div class="img-container"> <figure> <!-- The Post Thumbnail --> <?php if(has_post_thumbnail()) : ?> <?php the_post_thumbnail('bloglanding-post-thumbnail'); ?> <?php endif; ?> </figure> </div> <div class="the-title"> <h2> <?php the_title(); ?> </h2> </div> </a> <div class="socialWarf"><?php social_warfare(); ?></div> </article>
However if you look HERE you will see the load more button at the bottom after Testing Post 7 and no more posts showing or loading buddy.
Many thanks,
Phillip DewsForum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Dispal Posts after the first 12Oops it should say “Display Posts after the First 12”
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Itegration with WP All import ProHi Alex,
Thank you for that. How would you adapt it out of interest? And what file would this code be found?
Many thanks.
PhillipHi,
I have not had any recent updates to my ticket yet. I provided a login and now the sharing has stopped working clicking on the buttons on multiple devices, desktop, laptop and mobile on different browsers, Firefox, Edge, Chrome and Opera.
Here is a screencast showing the issue.
I would appreciate it if you could get back to me asap.
Kind regardsPhillip
Brilliant Thank you,
I have just posted a support request in and made a screencast for you to show you exactly the problem.
Thank you.
PhillipI also Have the Pro version.
Forum: Fixing WordPress
In reply to: TypeError issueMorning Andrew,
Thats great fella many thanks! One last thing though I have made the changes in the theme but the typed-strings are not typing and just the default ones. Here I have updated the latest fiddle..
https://jsfiddle.net/qeefuuu6/1/
Thanks again fella.
Forum: Fixing WordPress
In reply to: TypeError issueWow well nothing really sensitive but I have pasted everything here fella as it’s midnight and hitting the sac fella. Here is the fiddle with everything…
Forum: Fixing WordPress
In reply to: TypeError issueyep it’s the external resource in the latest fiddle here: https://jsfiddle.net/jyxa51vy/17/
https://www.monkeypantsproductions.co.uk/wp-content/themes/monkeypants/js/typed.js
Forum: Fixing WordPress
In reply to: TypeError issueTried in footer and still the same result Andrew!
very weird indeed! I got it working perfectly on my own site of phillipdews.com but thats not built on wordpress like this is but I cannot see that making any difference though.Appreciate all the time your putting into this! I hope some other developers can get help from this thread.