Agha Mehdi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only Half of Post Content is Showing on LaptopIt was a plugin issue. I disabled EZ Adsense and found another ad-inserter plugin.
Forum: Themes and Templates
In reply to: [Custom Community] HTML/VISUAL Tab DisappearedDone
Forum: Themes and Templates
In reply to: [Custom Community] HTML/VISUAL Tab DisappearedIts always good to find a system that works.
Forum: Themes and Templates
In reply to: [Custom Community] HTML/VISUAL Tab DisappearedWow bottleneck I feel like an idiot right now. Thank you for stating the obvious and fixing the problem for me. And konradS, thanks for your input.
Forum: Themes and Templates
In reply to: [Custom Community] HTML/VISUAL Tab DisappearedHi Konrad,
I’d read on some forums about disabling all plugins and I already tried that but it didnt work. I even changed the theme to 2011 and 2012 theme and it still didnt solve the issue. Any other ideas?Thanks
Mehdi
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center align textAbsolutely perfect. Thank you for the support and the great plugin.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center align textHey Tobias, Sorry about that. Its been disabled so you should be able to go in and check that.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center align textHi Tobias,
Sorry for the mistake there.
I am wanting to center all the text in column 2.3.4 on all rows up to row 20.
Here is the link.
https://goirani.com/listing-package-tick-table/It seems like I have ti scroll to the next page to see all the rows. Can I make them all appear on the same page?
Thank you
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center align textThank you.
Here is the link:https://goirani.com/each-package-payment-options/
I am trying to create a table which I have created in MS Word. I can send you a version if you like.
Thank you. Much respect for your work here.
Mehdi
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center align textHi Tobias,
Thank you for the reply. I tried what you said and unfortunately, I think mostly due to my lack of experience, I cant get it to work. I need numerous cells to be centrally aligned and neither have done so.
I’ll copy the code into here and let me know what I’m doing wrong. Thank you very much in advance>
.tablepress-id-4 .row-1 .column-a {
text-align: center;
}.tablepress-id-4 .row-1 .column-b {
text-align: center;
}.tablepress-id-4 .row-1 .column-c {
text-align: center;
}.tablepress-id-4 .row-1 .column-d {
text-align: center;
}.tablepress-id-4 .row-2 .column-a {
text-align: center;
}.tablepress-id-4 .row-2 .column-b {
text-align: center;
}.tablepress-id-4 .row-2 .column-c {
text-align: center;
}.tablepress-id-4 .row-2 .column-d {
text-align: center;
}.tablepress-id-4 .row-4 .column-a {
text-align: center;
}.tablepress-id-4 .row-4 .column-b {
text-align: center;
}.tablepress-id-4 .row-4 .column-c {
text-align: center;
}.tablepress-id-4 .row-4 .column-d {
text-align: center;
}