Mattbob
Forum Replies Created
-
It’s not working for me either. For me I get a MIME type mismatch error.
When I log in on Site A I get this error message in the console:
The resource from "https://<SITE_B>/?rest_route=..." was blocked due to MIME type ("application/json") mismatch (X-Content-Type-Options: nosniff).
Forum: Plugins
In reply to: [Relevanssi - A Better Search] search term with apostrophe not working@harco Did you find a solution? I’m having a similar problem
Forum: Plugins
In reply to: [Advanced Custom Fields: Leaflet Field] Shapes not savingThat seems to have fixed it the shapes saving without a marker. Thank you so much!
You’re right I can save the values in the post/page and when I view the post/page it looks just right. It’s only in the default custom field settings on the Edit Field Group screen that I can’t change the default zoom, lat/lng, or map type.
Forum: Plugins
In reply to: [Advanced Custom Fields: Leaflet Field] Shapes not savingAlso, and this is a separate issue, when I try to change the default settings like zoom, map type, or default lat lng it won’t save my choices.
Forum: Fixing WordPress
In reply to: next_post_link and prev_post_link not working since recent updateIs there another way of getting the previous and next post within the same taxonomy?
Forum: Fixing WordPress
In reply to: next_post_link and prev_post_link not working since recent updateHere’s the full code of the loop. I added the wp_reset_query function but that didn’t seem to fix it.
<?php wp_reset_query(); if (have_posts()) : while (have_posts()) : the_post(); ?> <!--BEGIN .hentry --> <div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <div class="row"> <div class="<?php echo cherry_get_layout_class( 'left_block' ); ?>"> <figure class="thumbnail"> <?php $image_id = get_post_thumbnail_id(get_the_id()); $image = wp_get_attachment_url($image_id); ?> <a href="<?php echo $image; ?>" rel="prettyPhoto" class="image-wrap"> <?php the_post_thumbnail('full'); ?> <span class="zoom-icon"></span> </a> </figure> <div class="next"><?php next_post_link('← %link', '%title', true, '', 'artists'); ?></div> <div class="prev"><?php previous_post_link('%link →', '%title', true, '', 'artists'); ?></div> </div> </div><!-- .row --> </div> <?php endwhile; endif; ?>
Forum: Plugins
In reply to: [World Cup Predictor] Match results showing in group order not by dateDid that. Nothing changed. Still didn’t fix it:
https://futbolpredictions.com/match-results/Forum: Plugins
In reply to: [Theme My Login] Implemet Login and register form on same PageI’m having the exact same problem when placing both a login and registration form on the same page.
Is there a fix for this?
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] Feature RequestJust wanted to bump this because I agree that this would make a great addition! I’m struggling to find a solution like this at the moment. It seems Social Connect bypasses other plugins that allow for user approval.
Forum: Plugins
In reply to: SimplePress VS. OnePress Vs. bbPress?I don’t have any experience with simple press but bbpress is easy to use and integrate with a wordpress site for obvious reasons. Some versions of wp and bbpress don’t seem to be compatible but bbpress 1.0.1 and wp 2.8.6 work great together.
Forum: Fixing WordPress
In reply to: wordpress-2.8.6 & bbpress-1.0.2I couldn’t get bbpress and wordpress to integrate with bbpress 1.0.2. I had to use WP 2.8.6 and bbPress 1.0.1.
Forum: Fixing WordPress
In reply to: how to change bbpress loginJust go to your profile page and click to edit your profile. The new password field is at the bottom.