jf80
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List of emojis and emoticons that can be inserted into WordPress?Thanks for that list!
What’s the best way to add these to a WordPress post? Do I have to download them, add them to the WP Media Library? Or is there a better way?
Thanks
Forum: Fixing WordPress
In reply to: Copy mulitple blocks without code?Thanks for your reply Dan. I’ve just tried it again and it seems to be doing it fine now.
Not sure if I was doing it incorrectly in some way.
Forum: Plugins
In reply to: [DreamObjects Backups] How to restore backups?Thanks, that’s great.
Forum: Fixing WordPress
In reply to: Post Preview keeps refreshingThanks, it’s not my site and I think disabling all of the plugins and switching the theme would do more harm than good.
Thanks for looking into it though.
Forum: Fixing WordPress
In reply to: Post Preview keeps refreshingThanks. I wasn’t making changes as I was reading the post preview.
Maybe something in my dashboard is changing the post and triggering the refresh?
Thanks for your reply and sorry for my late reply!
The computer monitor is 3200 x 1800 scaled to 200% in Windows 10 so is about 1600 x 900.
Browser is maximized.
Thanks
It is this page:
https://speedtester01b.host/hello-world/Thanks.
Thanks! I’m viewing it on a desktop with an HD resolution. Should it still be showing the smaller version of the image?
Forum: Plugins
In reply to: [Class Booking Plugin] warning errorI’m getting this error too:
Warning: Cannot modify header information – headers already sent by (output started at /public_html/dev/wp-content/plugins/lordlinus-class-booking/lordlinus-class-booking.php:30) in /public_html/dev/wp-admin/post.php on line 233
Warning: Cannot modify header information – headers already sent by (output started at /public_html/dev/wp-content/plugins/lordlinus-class-booking/lordlinus-class-booking.php:30) in /public_html/dev/wp-includes/pluggable.php on line 1179
Thanks for the reply.
So what is the purpose of this feature in the plugin if its not to display the images in the Tweet as a Twitter card?
Forum: Plugins
In reply to: [Advanced Excerpt] Allow "Insert Read More Tag" button to override everythingDid this make it to the live version?
Thanks.
Forum: Plugins
In reply to: [Advanced Excerpt] Doesn't seem to be having any effect?Sorry, seems to be working fine now.
Sorry, it was another plugin that was affecting the URLs on my site not this one.
Please delete.
Thanks.
Forum: Fixing WordPress
In reply to: Maximum execution time of 300 seconds exceededI’m actually trying to clone a site using WP Clone.
Its a 37 MB zip file.
Forum: Themes and Templates
In reply to: Create a Blank Page Template (for 2012)?Thanks a lot for that, I have managed to remove the top part of the page, but cannot seem to remove the comment form.
This is my template file from the content-page.php to the end:
<!-- from content-page.php --> <?php /** * The template used for displaying page content in page.php * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php the_content(); ?> </div><!-- .entry-content --> </article><!-- #post --> <!-- end of content-page.php --> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php //end of essential code of page.php ?> <?php //essential code of footer.php ?> </div><!-- #main --> <div style="clear:both;float:none;"></div> <?php //to clear the floats and stretch the #page background to the bottom/// ?> </div><!-- #page --> <?php wp_footer(); ?> </body> </html> <?php //end of essential code of footer.php ?>
Can you see where that comment form might be coming from?
Thanks.