Dave
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Finder doesnt always load and required refreshIt happens at home as well. Doesnt always do it if you go off the page say 10 times and back on 5 times it wont load and require a refresh. So I remove that line from a file in the plugin?
Forum: Plugins
In reply to: [WP Store Locator] Finder doesnt always load and required refreshIt happens in all browsers wether logged in I not. All it loads is the top grey bar text and search box. Doesn’t load the drop downs for sorting results or the map etc. doesn’t happen every time and a page refresh fixes it. Not a cache issue as happend before we added caching.
Forum: Plugins
In reply to: [WP Store Locator] Finder doesnt always load and required refreshYeah seems to always happen tested on another site as well https://nhsforthvalley.com/health-services/local-service-finder/
Forum: Plugins
In reply to: [Math Captcha] Validation errors on contact form 7nowYeah I have removed it totally now and am using Wordfence as Ithemes sec has no end of issues
I don’t understand why you can’t restore the original hide backend feature the way it was codes in the original better wp security plugin. Don’t change what’s bit broken, it worked perfect. All that happend is a multitude of errors from the attempt to change the way it works.
This is resolved but it has now caused another error https://www.ads-software.com/support/topic/problem-with-hide-backend-needing-fixed-asap?replies=1
Sub domains are not the issue, its mapped domains (primary domains for sub sites)
ie
mysite.com
myothersite.com not other.mysite.com
Yeah those instructions are no use for this problem.
Domain mapping is very widely used and the change in the hide back end method has completely broke it.
Yep i am on 3.6.6 happily until this is fixed I cannot update. Anyone know if the latest 4.0.23 sorts it?
Also no longer works with multisite and domain mapping. The previous way of hiding the backend using the unique ID in the URL should be restored, even if its not the default way.
Yup for me just now anyway I have had to go back to 3.6, obviously in the long term this osnt going to work though! All in one wordpress security and firewall is a great plugin but doesnt work too well with multisite
Thanks, made a few ammendments to display as a heading. Had to close and re open the PHP tags but its working a treat ??
<?php //for use in the loop, list 5 post titles related to first tag on current post $tags = wp_get_post_tags($post->ID); if ($tags) { ?> <ul> <?php $first_tag = $tags[0]->term_id; $args=array( 'tag__in' => array($first_tag), 'post__not_in' => array($post->ID), 'showposts'=>3 ); $my_query = new WP_Query($args); if( $my_query->have_posts() ) { ?> <h3 class="title"><span>Related News</span></h3> <?php while ($my_query->have_posts()) : $my_query->the_post(); ?> <li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?> <span>(<?php the_time(get_option('date_format')); ?>)</span></a></li> <?php endwhile; wp_reset_query(); } } ?> </ul> </div> <?php } ?>
Forum: Plugins
In reply to: [WP Store Locator] Dropdown menu's not working on touch devicesJust noticed this myself, on ipad. Assuming iphone is the same. The css drop downs for distance and results down open.
The site is not a live on to the public yet, the beta site is which I have just updated so I will see if there are any errors and contact you
Problem still exists this morning
I have a test site that was still on v 3.5 of plugin, i have just updated that and Ill see if the same happens