Editor and Sidebar Line

Posted in: Newspaper
Post count: 12

I read this article on documentation: https://forum.tagdiv.com/post-formats-for-tinymce/
but I don’t find how to “delete” that sidebar on the right. I don’t want it… is there a way to do so?

Post count: 22421

Hello,
If you are referring to the sidebar marking in the back-end, it can be deleted but only by altering the theme files. Please follow this topic: https://forum.tagdiv.com/topic/editor-style-less-file-remove-sidebar/
Thank you!

Post count: 12

I did as in the link but atm the sidebar is still there. Do I need to wait some time?

Post count: 6535

Hi

Sorry for this inconvenience. The indicated solution does not work with V7+ of Newspaper. Comment this code from editor-style.css to remove the sidebar: http://screencast.com/t/76LiLEWa

Let us know how it goes.
Thanks!

Post count: 12

I’ve commented but it doesn’t work. I did ctrl + f5 but the sidebar line remains:
Here what I did:

/*html .mceContentBody {
max-width: 696px;
margin-left: 24px;
margin-right: 24px;
background: #ffffff url('images/editor-style/grid-sidebar-desktop.gif') repeat-y left top;
font-family: Verdana, Geneva, sans-serif;
position: relative;

}
html .mceContentBody:after {
content: 'SIDEBAR';
color: #ccc;
position: absolute;
right: -50px;
top: 0;
display: block;
width: 5px;
word-break: break-all;
}*/

Post count: 12

It seems work now.
Thank you.

Post count: 45

I tried commenting the line but for some reason I cannot get it to remove the sidebar in the back end, has the code changed?

Post count: 22421

Hello,
The code is still the same. It has not changed. The same method wordks. Please clear all caching afterwards though.
Thank you!

Post count: 17

Hi, I tried to remove the code on the latest theme version but the sidebar still appear on admin post panel. Please help.

Post count: 20688

Hi,


@seikology
Tried this as well. First remove the code as shown
https://www.screencast.com/t/GjhbV0NGD5FO
Then it is important to force refresh the page of a post edit screen to see the changes. For me it took a few of those (Ctrl+Shift+R)
https://www.screencast.com/t/j7IhOHBy

Post count: 17

Its working now. Thank you.

Post count: 205

I removed codes from “editor-style.css” and “editor-style.less”.
After that i cleared all cache and Ctrl+Shift+R
But it doesn’t work, so i restored that 2 files as default again.
Thanks

Post count: 20688

Hi,

That is a feature to easily see how the final post will look, by limiting it to the actual post content width (with or without sidebar).
Why exactly do you want to remove it? I could add this on our list since it is becoming popular to remove it.

I also tried the modification again, remove this code and the sidebar will be gone
https://www.screencast.com/t/l7s9yS02GQQc
https://www.screencast.com/t/2vQf7y2lv
If you don’t see it it is most likely browser cache. Force refresh the page a couple of times, also try with a new post.

Thanks

Post count: 205

Yes, in the new incognito window works well and Ctrl+Shift+R will won’t work even in a new post. So temporary files, history, cookies, super cookies, download history, form history… etc.. must be removed from the computer and browser both. The easy way to remove all temporary files from the computer and all browsers, I recommended CCleaner.
Thank you.

Post count: 205

Question from Simion C. Why exactly do you want to remove it? I could add this on our list since it is becoming popular to remove it.
Answer: More fun working in the max width area and my most contents are long.

Post count: 205

Also add this on your list

I just want to stop ajax live search for pages only.
So let’s be enabled for Posts…and disable for pages.
Thanks

Post count: 20688

Glad it finally worked for you. I will note these requests and they will be considered for future theme updates.

Post count: 205

Hi,
I just want to remove option: “by review score” because i don’t use review on my site.
Thanks

Post count: 20688
Post count: 205

Thank you. i’m impressed…

Post count: 205

I forget to say one important thing that you should add on your to do list.
This topic is related to H1 tag for Homepage. For example: mysite.com, mysite.com/page/2/ bla bla bla…
In wordpress general settings, there is a site title and tagline.
I found heading tags on my page shows only site title: <H1> site title </H1>
But i want to show heading tags on my page site title and tagline both: <H1> site title | tagline </H1>
For example: <H1>This is my main seo title | mysite.com</H1>
On above example first one is Tagline and second one is Site Title. (This is perfect for SEO)
How can i do this? Please help me if you have any idea via CSS or Functions.php
Thank you.

Post count: 20688

The website titles can be customized with the Yoast SEO plugin if that is what you are referring to
https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/

Post count: 205

That i already done. But you have some misunderstanding.
Go to: https://www.seoreviewtools.com/html-headings-checker/
Then Enter website URL: https://www.softfully.com/
Then view all results.

Post count: 20688

Maybe I misunderstood what you were asking. The logo will be the h1 when there is no other h1 in the page
https://www.screencast.com/t/9NSXdvX2T

In a category page for example, where the category title is displayed, that will be the h1
https://www.screencast.com/t/qafZL0KJtU0

I have done what you asked – https://www.screencast.com/t/bbirsBot
The SEO plugin will control this title – https://www.screencast.com/t/FYa5GxxYs

Post count: 205

https://www.screencast.com/t/bbirsBot
In above link you will see “FULL HEADINGS” and there first one you will see is H1: Softfully.com (This is Site title) not Tagline.
Real seo must be Site title and Tagline like this: H1: Softfully.com | Download Free Software (This is Site title & Tagline)
In yoast seo i set to: %%sitename%% %%page%% %%sep%% %%sitedesc%% (But this topic is not related to H1 so, forget about this because making changes here will not make change on above topic.)

Viewing 25 posts - 1 through 25 (of 39 total)
The forum ‘Newspaper’ is closed to new topics and replies.