davidsaber
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Issues with Block-based WidgetsoK I finally found the “Latest Posts block” but it is really not as good as “recent-posts-widget-extended”, has very few useful functions and it’s almost impossible to make it look good.
Thanks again for all this useful information.
Forum: Developing with WordPress
In reply to: Issues with Block-based WidgetsThanks again.
About the Latest Posts block widget, should I install it as a plugin? When I go to my wordpress site > Dashboard > plugins > add new plugin > search plugins , I can’t find “Latest Posts block”.
About Block Themes, in the WordPress theme directory, I can’t find Astra in the “block themes” tab, but I can find it in the “popular” tab. This means Astra is not a Block Theme I guess?
Thanks and greetings,
David
Forum: Developing with WordPress
In reply to: Issues with Block-based WidgetsHello Mahangu,
Thanks for this very informative answer!!
The widget plugin I use is this one : https://www.ads-software.com/plugins/recent-posts-widget-extended/
About “Block themes”, how do I know if a theme I choose is a “Block theme”? As you said, I doubt my current theme is a “Block theme”, but if I want to change it for another theme, how can I know if the new theme is a “Block theme”? For example, is Astra a “Block theme”?
Thanks
David
Forum: Fixing WordPress
In reply to: switch back to Gutenberg block-based widget editorOk I found the problem, I had to go to dashboard > Customizing > Utilities > Enable block widget support
Forum: Fixing WordPress
In reply to: switch back to Gutenberg block-based widget editorHello, I just disabled the “Classic Widgets” plugin. But now when I go to appearance > widgets, the block based Widget editor does not show up. Instead, I have the good old classic widget page. What should I do?
Forum: Fixing WordPress
In reply to: In WP 3.9.1, the editor doesn't have custom text color anymore.Mee too! I would be interested in a way to save custom colors and keep them forever in my text editor.
Forum: Reviews
In reply to: [Taxonomy Images] Great plugin!Hi Ilona,
I am trying to do exactly the same thing as you : a page that lists all categories
I want to create a child theme for the theme I am using.
Can i use the taxonomy Images plugin in a child theme? If yes, what code should I add to “functions.php” in the child theme?
Thanks a lot in advance,
DavidForum: Themes and Templates
In reply to: Display current category on top of pageAny idea on how to do that? Or is it specific to each theme?
Forum: Fixing WordPress
In reply to: Image tag causes an unwanted carriage returnFor example, return carriages should be typed by “
” not by a space between 2 linesForum: Fixing WordPress
In reply to: Image tag causes an unwanted carriage returnWorking great man!!!! You’re the man.
Here’s my updated code:
<a title="PDF" href="https://www.dreamcraftdigital.com/wp-content/uploads/2015/02/DavidSaber_3dFreelancer_ResumeByProductionsTypes.pdf"><img src="https://www.dreamcraftdigital.com/wp-content/uploads/2015/02/logo_pdf.png" style="display: inline; width:15px; border:0px" /> Adobe Acrobat PDF</a> <a title="Docx" href="https://www.dreamcraftdigital.com/wp-content/uploads/2015/02/DavidSaber_3dFreelancer_ResumeByProductionsTypes.docx"><img src="https://www.dreamcraftdigital.com/wp-content/uploads/2015/02/Logo_Microsoft_Word_2013_EXP.png" style="display: inline; width:15px; border:0px" /> Microsoft Word Docx</a>
One more thing: the “text” tab is not really HTML, is it? Why can’t we code pure HTML in WordPress?
Forum: Fixing WordPress
In reply to: Image tag causes an unwanted carriage returnThanks for your answer. Are you sure “float” is what I need? I think the “float” attribute will align both images to the left of the whole paragraph. What I need are inline pictures.