JS
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Not working on Same pageI found the issue thank you.
Forum: Everything else WordPress
In reply to: In Search of Calulator PluginThanks Mateo. I will take a look.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Gutenberg Block Stopped insertingCrickets??
Forum: Reviews
In reply to: [Gutenberg] 2 Years and now this?I agree.
Forum: Plugins
In reply to: [Gutenberg] Need to insert image in a list itemIs there anyone who can respond?
Forum: Plugins
In reply to: [Gutenberg] Suggestion: internal anchor links to subheadings inside a postHi,
I posted a reply to a similar question. It is a fix until Gutenberg catches up with it… IF it ever does.
https://ww.wp.xz.cn/support/topic/how-can-i-add-anchor-links-without-headings/#post-11082291
Forum: Plugins
In reply to: [Gutenberg] Loving GutenbergI think what they should have done is a “grandfathered” system where developers could choose if they want to update existing sites to the Gutenberg editor or not.
Some people, like myself, have dozens, even hundreds of sites they have developed and maintained with not-so-tech-savvy clients trying to maintain and update content.
So, my strategy is to use Gutenberg in all new builds so that new clients are accustom to if from the get go. And for existing sites I install the Classic Editor. It really is the most practical and reasonable way to proceed.
Ideally it would be great if the only thing I had to do in life was deal with the Gutenberg editor, but I have family to care for, bills to pay and clients to please and on and on. The folks at WordPress seem to have been short sited and forgotten people have other things in life to tend to.
By the way when Gutenberg launched I tried three of the new plugins for it and ALL three failed. I since removed all of them. The issues with these plugins may have been resolved since, but who has time to deal with chasing down issues with every new plugin? Not me.
- This reply was modified 7 years, 4 months ago by JS.
Forum: Plugins
In reply to: [Gutenberg] Selecting Parent div of Column BlockThank epickau, but I think this should be done by the WordPress developers. They were the people who swayed the community that they offered a great content management system and we all bought in. Now they are changing it into a not-so-easy-to-use content management system with all sorts of bugs and foibles.
I have websites to build, clients to please and enough to deal with in regard to plugin and theme compatibility, design and front end css as well as server and PHP versions, etc.
I should not also have to rewrite the content management system that these people swayed all of in the community as the best choice.
Forum: Plugins
In reply to: [Gutenberg] Images should not be blocksHere is another example to support why images should not be blocks, or at least available as non-block elements. I have a simple bulleted list and on the forth item I want to insert a simple small logo aligned right to graphically support the list item. Sure, I am a designer with 20 years experience, so I proceeded to mark it up in “Edit as HTML” but what about the non-designer. Maybe a plugin for non-block images?
My clients want easy content management including inserting images where ever they want on the page an not just as an image block for a paragraphs.
This is intended to be constructive feedback. So I hope someone will respond. So far it looks link only 18% of support items are addressed. Please reply.
Forum: Plugins
In reply to: [Gutenberg] How can I add anchor links without Headings?Great.
Forum: Plugins
In reply to: [Gutenberg] How can I add anchor links without Headings?On the paragraph block click the three-dot dropdown and switch to the edit in HTML code. You will see your text “wrapped” in the paragraph tags. Simply add id=”youranchor” (whatever you want for the id) inside the opening p-tag. You can switch back to edit visually when you are done. Here is an example:
Change:
<p>this is my text</p>
To:
<p id=”anc1″>this is my text</p>
The link would be something like:
https://www.yoursite.com/yourpage/#acc1
Hope this helps.
Forum: Plugins
In reply to: [Gutenberg] How to reduce block spacing???Install the Classic Editor Plugin. Returns site to before Gutenberg. Good luck!
Forum: Plugins
In reply to: [Gutenberg] image alignmentI totally agree. I installed the classic editor plugin for any sites where my non technical clients edit. This is only one example of how tricky and non user friendly Gutenberg is.
Forum: Plugins
In reply to: [Gutenberg] change the gutter width when using two columnsHi,
I used the same technique as Mel mentioned for a different application technique to apply variable column widths. You can see a sample here: https://ww.wp.xz.cn/support/topic/tip-for-variable-columns/
Plus for more precise CSS class selection you can always add a CSS class in the right settings column Block tab under the Advanced dropdown… just don’t put a “dot” in front of the class name. Then update and you will see the class assigned to the block. (Hope this explanation is clear.)
Good luck and Happy New Year.
Forum: Plugins
In reply to: [Gutenberg] Full Size Image in AdminSorry for the delay, I don’t seem to be receiving notifications when someone replies… this has happened previously, not just this string.
Here is a screenshot of what I have described https://www.initalytours.com/screen.jpg