electrifried
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Extend core gutenberg block or make a new one?Thank you very much for pointing me in the right direction – I will look into these and try to figure it out XD
Forum: Plugins
In reply to: [Gutenberg] Extend core gutenberg block or make a new one?I would like to add a custom button to the paragraph block toolbar to add predefined images into the text.
Would I be able to do this using block filters alone?Forum: Fixing WordPress
In reply to: Extend core gutenberg block or make a new one?Will do. Thank you
I was looking at https://www.ads-software.com/gutenberg/handbook/designers-developers/developers/block-api/block-templates/ I must have copied the wrong link – Sorry!!
Anyway thank you for your replies; I managed to get it working with some help from Marius here: https://www.ads-software.com/support/topic/how-can-i-use-block-templates-set-predefined-blocks-for-a-single-page/
Thank you Marius you are a legend!!!
I was using https://www.ads-software.com/gutenberg/handbook/designers-developers/developers/block-api/block-templates/ as well sorry I don’t know why that didn’t paste properly in my post..
I just had to change the page id in the conditional and post type to ‘page’ to get it working with the default WP pages but this is clearly extensible to any other post types. Simple, elegant, Marius you are a LEGEND.
THANK YOU SO MUCH for your help, I understand how to do this now <3
- This reply was modified 6 years, 2 months ago by electrifried.
Forum: Fixing WordPress
In reply to: How do you resize the Post/Visual Editor in WP 4.0?Ok so I installed WP Edit and the expanding box feature now seems to be working on the Text tab…but when I switch back to the visual tab I get the same grey box :/
I was also getting truncated text in the editor when I refreshed so I ended up just turning it off in Screen Options and it is now back to the old style (honestly never even noticed the screen options link til now!).
Thanks very much for your help jkovis and Josh. ??
Forum: Fixing WordPress
In reply to: How do you resize the Post/Visual Editor in WP 4.0?Just tried turning off Ultimate TinyMCE plugin and also checked for js errors – nothing :'(
Is there a CSS fix I can use to make the box bigger, or some way to turn off the javascript for the box at all? It’s pretty annoying because I post some pretty large images which usually take up the whole box.
Thanks so much for your help!Forum: Fixing WordPress
In reply to: How do you resize the Post/Visual Editor in WP 4.0?I just tried clearing browser cache and different browsers but it’s still happening…very weird.
Forum: Fixing WordPress
In reply to: How do you resize the Post/Visual Editor in WP 4.0?Right thanks….I guess that functionality is not working for me then. I get a greyish bg instead and the text box just starts scrolling without expanding. I’m using Chrome and Windows 7. Is there a known bug related to this expanding box thing? It’s happened to all my WP sites x.x
Thanks Ranno that worked ?? Love the forums!!!!
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 33554432 bytes exhaustedomg thanks harry!!! Your fix worked a charm.
Much appreciated ??
Forum: Fixing WordPress
In reply to: Tags Drop Down Listokay does anyone know a code to make it into a dropdown list??
<?php wp_tag_cloud(‘smallest=10&largest=10&format=list’); ?> displays it as a list but I need it in a dropdown x_xForum: Fixing WordPress
In reply to: Show most recently updated pagesI found a solution from here:
https://www.ads-software.com/support/topic/177575?replies=5Forum: Plugins
In reply to: limit number of pages shown from of wp_list_pages, and a read more linkWP-GUY you are srsly a legend. I’ve been wondering how to do this for AGES now and you just saved me from stuffing up my code so THANKYOU!:D:D:D
Forum: Fixing WordPress
In reply to: Search & index.htmlwow its so simple:o
https://codex.www.ads-software.com/Creating_a_Static_Front_Page has step by step instructions too. xD Gosh i am an idiot.
Thank you all for your help:D