hydardewachi
Forum Replies Created
-
Thank you Deip for your time to investigate.
I will investigate further and see if it’s something I can hack as the theme is pretty out of date and I’ve modified few bits of it.
Much appreciate your support.
Cheers, hydarAlso, the flip book does work, it’s just the loading of the cover image doesn’t work initially until I flip to first page then back to cover then it appears.
Thanks for your reply.
I already do have the enable jquery plugin installed and active.Hydar
Forum: Plugins
In reply to: [Annual Archive] Latest update broke our sitesThanks @twinpictures, this has definitely resolved it. Thank you for your hard work.
Forum: Plugins
In reply to: [Annual Archive] Latest update broke our sitesThanks @twinpictures for the heads up re PHP version. I have just upgraded it to 7.2 and then tried version 1.5.1 to see if it was the PHP version that was the problem but got the below error, then uploaded and activated the new 1.5.2a version and got the same error message which has more details so I hope this helps you diagnose the problem.
Fatal error: Uncaught Error: Call to a member function get() on null in /homepages/4/d448724373/htdocs/hydardewachi/wp-includes/query.php:28 Stack trace: #0 /homepages/4/d448724373/htdocs/hydardewachi/wp-content/plugins/annual-archive/annual_archive.php(86): get_query_var(‘decade’) #1 /homepages/4/d448724373/htdocs/hydardewachi/wp-includes/class-wp-hook.php(286): WP_Plugin_Annual_Archive->annual_archive_decade_filter(Object(WP_Query)) #2 /homepages/4/d448724373/htdocs/hydardewachi/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #3 /homepages/4/d448724373/htdocs/hydardewachi/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #4 /homepages/4/d448724373/htdocs/hydardewachi/wp-includes/class-wp-query.php(1634): do_action_ref_array(‘pre_get_posts’, Array) #5 /homepages/4/d448724373/htdocs/hydardewachi/wp-includes/class-wp-query.php(3230): WP_Query->get_posts() #6 /homepages/4/d448724373/htdocs/hydardewachi/wp-includes/post.php(1704): WP_Query->query(Array) #7 /homepages/4/d448724373/htdocs/hydardewach in?/homepages/4/d448724373/htdocs/hydardewachi/wp-includes/query.php?on line?28
Forum: Plugins
In reply to: [Annual Archive] Latest update broke our sitesHi @twinpictures,
Unfortunately, as my website is live, I cannot deactivate other plugins, but hope these steps of how I got the error might help:
1. I first upgraded my WordPress installation to the latest version 4.9.4
2. I clicked on the upgrade button in the plugins page for Annual Archive.
3. After the upgrade was done, the dashboard became inaccessible and I got this error message: “Call to a member function get() on a non-object in wp-includes/query.php on line 28”
4. The front-end of the website continued to work but it was only when I try to access the backend Dashboard I got the above error message.
5. So I deleted the Annual Archive plugin from the plugins folder through FTP and the Dashboard was working again.
6. I then found this thread so I tried version 1.5.1 recommended by downloading it and copying it to the plugins folders through FTP and the Dashboard was inaccessible again once I activated the plugin.Wordpress version: 4.9.4
PHP version 5.6
Host: 1&1
Wordpress Theme: WEXP Pronto themeForum: Plugins
In reply to: [Annual Archive] Latest update broke our sitesI had the same problem as first reported on this thread with the latest version and tried the updated 1.5.1.
Sadly I deleted the plugin for now but do hope to get it back once this issue is resolved.Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Code PlacementThanks for your help so far..
Do you think you can help with this issue or is there a paid Pro version with more support or shall I give up on the plug-in?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Code PlacementI changed the repeater to the below and now I get the items listed underneath the original one from the theme.
see here: https://www.hydardewachi.com/tag/photography/Repeater:
<div class="loop-entry-details"> <header><h2><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2></header> <div class="loop-entry-excerpt"> <?php the_excerpt(); ?> </div><!-- .loop-entry-excerpt --> </div><!-- .loop-entry-details -->
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Code PlacementI copied the repeated code from my theme content.php code.
If I use the default repeater, what should be the pagination settings to use on WordPress? Do I set items per page to max number or the same items as per the ALM? And do I comment out the pagination code in the Category/ Tag page?
Thanks ever so much for your help..
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Code Placementthanks.. yes, sorry, missed that one, here it is:
<div><?php if ( has_post_thumbnail() && get_theme_mod( 'wpex_blog_entry_thumb', '1' ) == '1' ) { ?> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark" class="loop-entry-img-link"> <img src="<?php echo aq_resize( wp_get_attachment_url( get_post_thumbnail_id() ), wpex_img('blog_entry_width'), wpex_img('blog_entry_height'), wpex_img('blog_entry_crop') ) ?>" alt="<?php echo the_title(); ?>" /> </a> <?php } ?> <div class="loop-entry-details"> <header><h2><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2></header> <div class="loop-entry-excerpt"> <?php the_excerpt(); ?> </div><!-- .loop-entry-excerpt --> </div><!-- .loop-entry-details --> </div>
Just tried it, works perfectly, thank you again. Marking as resolved.
Thank you. will try it later.. you just got yet another well deserved 5 stars..