xprt007
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Forcing table borders to mergeThank you for the quick response and pointing that out.
I have place the screenshot at https://i0.wp.com/www.habariportal.com/wp-content/uploads/2025/08/openingtimes.jpg?w=738&ssl=1If I may ask, is it no longer possible to add screenshots to posts in the support forum since they changed to the Gutenberg system? It was straightforward before, just like other WordPress website functions!
Regards
Forum: Themes and Templates
In reply to: [Kadence] Applying Justify alignment across block contentHi there
Thank you for getting back.
The issue was basically solved using the detailed explanation by Eze (@chieze) for the person who originally needed help (klebeband356) and in my case the Justify for Paragraph Block plugin.
Thank you & best regards- This reply was modified 1 year, 3 months ago by xprt007.
I will confirm this, but later on when I switched from “Post” to “Wp-mail” this particular problem seems to have gone away, but I might confirm this, though I request you to look at the other post mentioned.
Thank you & kind regardsHi
Thank you for the response.
I decided after backing up the site to go straight for the deactivation of all plugins, except the contact + switching to 2025 theme and quite disappointing, both the targeted (a Gmail) email and sender email copy look like this, with the target email having additional, usual info like IP-address of sender, etc:<html> <head> <title>Kontakt von Djeli Kouy ...</title> </head> <body> <table> <tr> <td>Grundstück</td> <td>Site URL here</td> </tr><tr><td width="160">Name</td><td>Abdoul Camara</td></tr><tr><td>Email</td><td>senders email here</td></tr><tr><td>Thema</td><td>Deactived plugins except BWS Contact form</td></tr><tr><td>Nachricht</td><td>14:22 Deactivated plugins except BWS Contact form</td></tr><tr><td><br /></td><td><br /></td></tr></table></body></html>What to do in this case?
In another post I made I think same day as original “[Contact Form by BestWebSoft – Advanced WP Contact Form Builder for WordPress] Form ceased sending mail on several sites“, different host + unconnected site, for some reason yet to be established, even after working for years+ no changes to site, plugin or settings, the form apparently ceased sending emails, but I have got no response to that yet.I would appreciate your help.
RegardsForum: Themes and Templates
In reply to: [Kadence] Applying Justify alignment across block content@eze
Thank you for your detailed explanation. I will be personally checking out your solution, being new to the Gutenberg editor, which I think the person who originally needed assistance should be able to read and try out, too.
I had applied the Justify for Paragraph Block plugin suggested by someone in another forum and it had sufficed on a test site using the Kadence theme.
Best regards!Hi threadi
I discovered the changes to the sidebar/footer content had been because the temporary switch to the Gutenberg block system had led to their automatic deactivation. I was able to restore them manually again.
Regarding the Kadence-based site issue, unfortunately their theme support has not yet responded up to now.
Someone also suggested the following:
Please test the following CSS rule instead of the previous one, it should work for the paragraph blocks as well:#content .entry-content, #content .entry-content p {text-align:justify;}
Another workaround might be using a plugin like Justify for Paragraph Block for adding the “Justify” button.
I am still waiting on the friend to test those solutions and give some feedback.Regards
Forum: Themes and Templates
In reply to: [Kadence] Applying Justify alignment across block contentUpdate to above posts to Kadence support with what another person suggested:
I would recommend contacting their support forum for clarification: https://ww.wp.xz.cn/support/theme/kadence/ – some themes offer global settings for individual blocks (which is already available in the site editor anyway through Gutenberg under Apperance > Editor > Styles > Blocks), which would make this possible without any individual CSS code. Enabling solutions without code is a goal of the Gutenberg project, which I think could easily be done here.
I would appreciate your help to ultimately get the simplest method for all text content on pages to be if possible automatically aligned to “justify” and explained in simple terms to a block newbie – just easily as it is with the Classic Editor + Advanced Tools Editor.
Best regards
Hi there
Thank you very much for your response.
Briefly, I contacted Kadence support yesterday, but I have not yet heard from them. I will mention your suggestion to them.
Regarding my site, I have a backup but from last August, which would make me lose some content though. I will look into your suggestion and report back.
Thank you & kind regards.Hi there
No my site uses the Spacious theme and the classic editor + advanced editor tools plugins and system. That of the friend I wanted to help with an unrelated issue, Kadence theme and the Gutenberg system. The problem of justify alignment for all content on a page is easily solved for someone NOT using the Gutenberg system, which I gather was making/makes each paragraph a block(!) requiring formatting each of them separately and that being something he wanted to avoid, but it seems it was also causing some layout issues.
I thought I would test for a possible solution first by just installing and activating Kadence on MY site, testing some additional, custom style BUT that did not work UNLIKE with my Spacious theme, making me speculate Kadence uses different selectors.
So later, I decided to just try deactivating the 2 editing plugins to see what MY site looks like under the Gutenberg system if you try to edit or create a page, but I did not just like the whole thing I was seeing how it rendered the site, etc. Without saving anything, I decided to just reactivate the 2 plugins, returned to Spacious I suppose then leaving the Gutenberg system and left it at that.
It was hours later that I noticed the whole sidebar and footer content of my site with its Spacious theme, which have for years been the same all gone and as mentioned only showing “Archives” & “Meta”, which was quite shocking.
As I had made no other changes to the site, not touched those particular sidebars/Footer literally for years, I thought that action above must have something to do with it.So I was wondering if there is any simple action to get that content back, and i hope none of the actions mentioned above, involving Gutenberg editor appearing after I deactivated the the 2 plugins led to the deletion of any data, which would be terrible! I need to add I had not made a DB backup before that as I did not expect anything unusual with those specific actions.
Thank you!
Forum: Fixing WordPress
In reply to: Help with formatting page content under the Gutenberg Blocks systemHi Kris
Thank you very much for the quick response and suggestion.
I did try out that code on a separate site NOT using the Gutenberg block editor and with the theme Spacious and it worked perfectly. I noted, though, when I changed the theme to Kadence, which is used by the target site, this did not work.
The code(content .entry-content {text-align:justify;}was tried on the target site itself which needs this solution but it made no difference to the page text in the different blocks building the page. Could the problem be they use different selectors(?), i.e. not “content .entry-content”?
I have requested for help from the Kadence theme author, but no response yet.
I must admit I have been put off each time by the Gutenberg editor the few times I have tried it, because it seems to make stuff unnecessarily complicated, compared to the old classic editor system.Kind regards
- This reply was modified 1 year, 4 months ago by xprt007.
Forum: Themes and Templates
In reply to: [Kadence] Applying Justify alignment across block contentClarification: Exactly which selectors would one need to add to “Additional CSS” of the Kadence Theme using the Block system?
#content .entry-content {text-align:justify;}The above style instantly works for the Spacious Theme on my site NOT using the Block system, but the old system with classic editor & co. If I change the theme to Kadence & NOT the Block system, they do not work. I did not try Gutenberg, because I’m not conversant with it.
I suspect that is because the selectors are called something else in the Kadence Theme & if so, exactly what, … or not?
In any case, I would appreciate what works for formatting the text-align content of ALL page content for a site based on the Gutenberg-based Block system.
Kind regards- This reply was modified 1 year, 4 months ago by xprt007.
Forum: Fixing WordPress
In reply to: Help with adding a javascript to the page template?Unfortunately, I can’t find a demo page on the link mentioned. It’s hard to help you with that much description.
I’m quite weary of adding any links here because there was what I think an overreaction from the forum moderation when about 3 years ago, I included some links in a support request showing where some problems where being caused. I think this post is the first in all these years which is not put on hold for moderation, sometimes for way too long, even if 99% of my forum posts before and after that included no links.
As I explain, at “The page I need help with”, at the bottom of the page is a link “Complete Code+ All content as it should appear in WP-page”. This link shows an external page outside WordPress, which has the complete code with only that code of a sample page generated.
I have now added below that => the link to the site providing the javascript code and their short explanation of how to use the code. You will note their “See it in action” sample page looks exactly like the “Complete Code+ All content as it should appear in WP-page”, though this is OUTSIDE WordPress as well. May be if you “Download template`s sample” on that site you could check it out and see what is preventing it from working within WordPress.
As said, I’m not a coder and so would not know how to correct the javascript and so would appreciate any help. Just a reminder: deactivating ALL plugins except the one allowing placing the header javascript made no difference.
Regards
Forum: Fixing WordPress
In reply to: Help with adding a javascript to the page template?Thank you for the response. I have done this differently. If you go to the link “The page I need help with”, I have added at the very bottom, below the table a link “Complete Code + All content as it should appear in WP-page” (opens new page) to a page I made using the complete code provided of a sample page and as you see outside WordPress provides the content I would like to appear on that WordPress page. If you look at its page source code, the javascript in the header is the one meant here in the script use instructions => “Include following line into your page`s template”:
“If you cannot use server-side scripts for the data import operations, you can use our JavaScript object elements to get the information on the current giveaway.
Other than that JS in the header, I added the rest of that code between the body tags in the WordPress page, where as you see, it only prints content up to the table and nothing below, i.e. the download links + terms.
The question remains the same above. I just want all the content to appear or it makes no sense.
Thank you in advance
Done, via Email & Debug form.
Best regardsUpdate 2:
Quite confusing …
With second site (subdomain “sabai” instead of asp…) above, I tried to log in again and this worked but completely broken layout. AFTER re-directing to “https … /wp-admin/” not being found and just tried replacing it with “http … /wp-admin/“. Got surprisingly to the dashboard, which had some errors related to the DB Backup plugin.
In the meantime, trying to see what can be done with second site whose layout of the frontend is still broken as clicking any links leads to “https …”, although DP Options has “http” (any help?) & will post any updates BUT with the first site mentioned above, I cannot go any further as I am stuck at log in, as what worked with second site wont work with it. I cannot log in at all.