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?
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!
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!
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;
}*/
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
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
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
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.
Hi,
I just want to remove option: “by review score” because i don’t use review on my site.
Thanks
Hi,
Try this solution, it’s the easiest – https://forum.tagdiv.com/topic/how-to-remove-something-from-category-dropdown-menu/
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.
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/
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.
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
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.)