Emma_W
Forum Replies Created
-
When I try to install it again I get the following error:
Installation failed: Could not copy file. ml-slider/admin/assets/fonts/interface/Interface-BoldItalic.woff2
I have no idea what’s going on – no issues with any other plugins on this site, or with this plugin on any other site.
Forum: Fixing WordPress
In reply to: Weird characters after export – but everything's already UTF-8?!The host has been spectacularly unhelpful so far (I’ve never heard ‘it works on my machine’ so much from a tech support team before!) so I didn’t want to contact them if it was something I could fix myself – it’s useful to hear that it looks as if it might indeed be on their end. I have contacted them and let them know and will update as soon as they get back to me, thank you.
Brilliant, thank you. All sorted!
Hi,
Thank you so much, this works perfectly.
I have noticed that I can’t seem to get it to paginate – pagination is blank, although the previous and next links are fine – it also seems to be disregarding the posts per page. Not sure if I should start a new topic for this or if it’s related!
<span class="pagination">Pages: <?php echo paginate_links( $args ); ?></span> <div class="navigation"> <div class="alignleft"><?php previous_posts_link('« Previous') ?></div> <div class="alignright"><?php next_posts_link('More »') ?></div> </div> <?php //Protect against arbitrary paged values $paged = ( get_query_var( 'paged' ) ) ? absint( get_query_var( 'paged' ) ) : 1; $args = array( 'paged'=>$paged, 'numberposts'=>5, 'tax_query' => array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => 'post-format-video' ) ) ); query_posts($args); while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', get_post_format() ); endwhile; // End of the loop. ?> <?php wp_reset_query(); // Restore global post data ?>
Forum: Fixing WordPress
In reply to: next_post_link within current category *and* current post format?I can’t figure out how to get the above to work with multiple taxonomy types (the first conversation thread in the comments suggests that this isn’t doable with this method anyway). Each post is only in one category, but I can’t figure out how to *only* move within posts *of a particular format*. I still haven’t found an alternative solution to try. Hmm.
Removed manually; still unsure what caused it.
Forum: Fixing WordPress
In reply to: Automatically format links as URLs in posts?Thanks, exactly what I was looking for!
Forum: Plugins
In reply to: [Recent Posts FlexSlider] Posts in slider no longer in chronological orderPosting again just to bump this because my client is getting a little upset about it and I’ve combed through the files and can’t figure out how to change it. How do I make the posts display in descending chronological order?
The order of the slides is not random as I first thought – it now displays the most recent 10 as follows: 10, 1 , 2 , 3 , 4 , 5, 6, 7, 8, 9. So the oldest slide is displaying first.
Please help! ??
Thank you so much. I guess they must have updated your plugin in that case – fixed it now and it’s all working.
This is absolutely superb support on your part. I’m really impressed. Thank you!
Oh my goodness, I can’t believe how simple this was. It’s always the stuff you can actually change from the dashboard I get stuck on!
Thank you so much.
Oh god I feel fantastically stupid. Did not realise you have to edit them in both.
I’m an idiot. You are excellent. Thank you.
Any advance on this? Altering the folder permissions to 777 has made no difference, still getting ‘is the parent directory rewritable by the server?’ and things are getting a bit critical since we really do need to be able to include featured images on posts. Any further assistance would be much appreciated!
After logging out and back in again, the permissions on the wp-content directory seems to have been changed to 777 so I’m guessing it was some kind of refresh issue in Filezilla. Apologies.
With the directory set to 777 I’m still getting ‘failed to upload due to an error’.
Hmm. Just attempted to chmod the wp-content directory to 777, then 775 and it’s defaulted back to 755. I don’t seem to be able to change it.
Curiously, the error I’m now getting on upload has changed to ‘failed to upload due to an error’.
Forum: Plugins
In reply to: [Plugin: Jetpack] Admin-bar Stats image not showing upI’m having the same problem. Used bobbingwide’s patch and it’s still not working. :/ Not sure what the next step should be…