- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Bună,
- Dacă schimb de acolo, tot nu apar. Am găsit unde e problema: Site wide> typography style (http://www.screencast.com/t/td8T5dC1TycY ). Din nu știu ce motiv, doar acolo nu afișează textul, în Safari pe iPad și Mac (în rest, peste tot afișează, inclusiv în articole, inclusiv în browserul cu pricina). Dacă elimin -apple-system, sunt afișate fonturile (http://www.screencast.com/t/E4VwdYaGVe ) și în grid-urile respective, dar nu mai apare San Francisco nici în textul articolelor, nici în titluri… În schimb, în tema mobilă folosiți css-ul
font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;și apare textul și în grid-uri, pe iPhone. L-am adăugat în style.css dincolo și tot așa apare… N-ai idee oare de ce? - Îmi răspunzi te rog și la întrebarea despre Google Page-level ads?
- Am încercat să adaug un app banner pentru aplicația de pe App Store și Play Store, folosind codul: <!DOCTYPE html> <meta name=”apple-itunes-app” content=”app-id=968269156″> . El nu apare nici dacă îl introduc în header.php, nici dacă îl introduc în Custom Code din Theme Panel și Mobile Theme… În trecut foloseam pluginul https://wordpress.org/plugins/appbanners/screenshots/ și mergeau, până la ultima actualizare (acum nu mai apare nici pe iPhone, nici pe iPad). Unde pot introduce codul pentru a vedea un banner de genul ăstuia: http://www.screencast.com/t/XzqAsjgdIsJ ?
Mulțumesc!
Hi,
the background color for the entire body can be changed but it requires a bit of customization. The easiest way to do it is to simply install the black version demo (without content) so the style of the demo will be installed on your site. If yu do not want to install the demo, you can maybe replicate the css found here: http://screencast.com/t/Y6iShobX
As for the images, please try to increase your system status parameters by following this guide: https://forum.tagdiv.com/system-status-parameters-guide/
Thanks.
Hi,
You can try to install the blog demo again in newspaper 7 to see if the css was changed. I see a width of 500 px added to the logo that does not come from the theme’s style.css that affects it’s position. http://screencast.com/t/Zfk0Xzx4z
Based on the code I assume it’s an optionr from jetpack. Please remove this option.
Thank you!
Hello Augustine,
1)If you want to have the Back to top button for your Mobile layout, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}
The result you should see here -> http://screencast.com/t/pyG0JGuC3zqV
2)Unfortunately, at the moment, this is the behaviour of our mobile theme. We work hard to add more improvements our theme and in next our updates we will try to develop this plugin to render and the Visual Composer shortcode.
3)Unfortunately, this type of plugin is not tested with our theme and we have no idea about the theme behaviour with this type of plugin on our new latest version.
Thank you for your understanding!
Buna,
Fonturile pentru big grid-uri se pot regasi aici: http://screencast.com/t/3vZqK1vgMD
Nu o sa regasesti fontul pentru ele in style css pentru ca titlurile in stadiul default sunt luate de pe h3-ul general: http://screencast.com/t/vpnee3ijTd iar font-ul se adauga dinamic pe ele dupa ce este selectat in theme panel.
Multumesc.
Hi,
If you want to make the titles stand-out please remove the previous code and use this css in the custom css box:
.td-big-grid-post .entry-title a{
background-color: rgba(0, 0, 0, 0.51)!important;
}
Alternatively you could use the grid style 4 from block settings:
http://screencast.com/t/xtTj3BBij – http://screencast.com/t/jnYD1nrUe79Y
Thank you!
Hello mattemkadia,
Please notice that the main menu is set it separately from the category. As you can see in our documentation, the main menu is part of our header styles and it could be different for the whole website, according to header style used by you. For more information about our header styles, please check our documentation here -> https://forum.tagdiv.com/header-styles/ So, if you want to have other colors for your main menu in the category page, you have to add them manually, using the custom CSS code.
Thank you for your understanding!
Hi
I assume that you want to change the background color for drop-down menu. If so try this css in theme panel > custom code > custom css: http://screencast.com/t/SF6PXqpa
.sf-menu .sub-menu{
background-color: red;
}
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/0CRPdbNCpE
@media (max-width: 767px){
.td-top-menu-full {
display: block!important;
}
}
Thanks!
Hello,
Is there a way…when having a sticky menu with header logo to have the logo and menu separated by one line?
At present when sticky menu is selected…and the header logo is selected for the sticky menu…the logo and menu are on one line.
The problem we have is that our menu is too long and it ends up on a separate line when the logo is included.
Perhaps there is a CSS to easily resolve this?
Thanks for your help.
do you know opened menu border-box css code guys ? i edit my main menu position, mid to left.
.sf-menu > .td-menu-item > a {
right:105px;
}
this code works fine opened main menu text. but i can’t edit opened menu background-box. still same position look at this pic.

How to make this type http://prnt.sc/b2vd37 top menu bar
Please give me color code and Custom Css
I’ve searched the forum and found some posts about having both the main menu and top menu display in mobile.
Those posts were for the Newspaper theme. Just for the heck of it, I tried the Custom CSS as suggested. Not a surprise, it didn’t work.
How can both menus be displayed in mobile for the Newsmag theme?
My site is helpuconquer.com I’m using header style 8.
Thanks,
Yes, I know its because of the filter, but before it didnt show up anyway, also, when I hide it through CSS, there is nothing broken, so why does it show up, when I dont need a Block title?
Revenind cu o actualizare privind fonturile, am observat că au apărut probleme numai cu unele grid-uri (o parte dintre cele care au text pe imagine). Ținând cont că am modificat tot ce era „font-family” (mai puțin unde era „Newspaper”), nu știu unde ar trebui să revin la valorile implicite. Îmi poți spune te rog unde, în style.css, apar fonturile pentru gridurile: http://www.screencast.com/t/xQ7UrCXY ? Mulțumesc!
Hello Arafat,
If you want to have the same shadow for the entire layout, please try the code below and place it in Theme panel ->Cusotm CSS area.
The code is ->
.td-boxed-layout #td-outer-wrap {
box-shadow: 0 0 15px #ddd;
}
The result -> http://screencast.com/t/2jWghrc8pX3
Thanks.
I have solved the problem I was having with the news ticker. The ticker was under the menu and was being cut off, I have moved it down and it displays correctly so we do not need that to be looked at anymore. Thank you.
As for the problem with the titles. I have attempted the fix you provided above but I was not able to change anything. I have looked through block settings and did not find anything other than being able to turn the category tag on or off, could you please provide an image of what I need to change in block settings?
I have added the code to custom css: http://screencast.com/t/gI6PW2vf
I need to make the titles stand out because without the black background over the grid, it is difficult to read:
http://screencast.com/t/U36DzzgUk
Thank you!
Hi,
there seems to be an issue with the implementation of the font awesome icons in the new version. The css method does not work properly anymore so you have to use the alternative implementation. Please follow this topic:
https://forum.tagdiv.com/topic/newspaper-7-mega-menu-icons-not-showing-in-mobile-theme/
Thanks.
Hello wawat,
Please keep in mind that all your panel settings (including Custom CSS code from your Custom Box) are loaded in your database. Also, if you have some additionals customizations through code in theme files, child theme, please notice that these will be overwritten by the new update of the theme and you will loose all your additional customizations. Usually, before doing an update, we recommend doing a backup to avoid losing the data. If you have directly done an update for the latest version of the theme, please notice that most likely you have lost all your customizations.
If is not what you mean, please provide more details.
Thank you for your understanding!
Hi
Sorry for late replay, we somehow missed thus post.
We manged to find a temporary solution to hide the activation message for Visual Composer using this css in wp-admin.css file: http://screencast.com/t/212AkOEIL
.vc_license-activation-notice{
display: none;
}
Thanks!
Hi Catallin, thanks for the feedback, I was more concerned with the Category menu link underline hover colour on the main menu, as well as block titles? do we have to set the colour of these manually because in Smartmag we set the custom category colour and this then applies to all category menu links etc. For newspaper theme do we have to set this colour manually using custom css?
Thanks
Matt
Thanks, Bogdan. The theme wouldn’t accept that CSS. It told me to delete the “cite” and the “p”. But when I did that it didn’t change the font size within the video playlist; all it did was reduce the font size in the copy above the playlist (the actual intro post copy). To correct it I had to delete the code and then go into Fonts -> Page content and change it back.
Any other suggestion for reducing the size of the titles within the video playlist?
Salut,
Referitor la Google Page-level ads, cum le pot include în tema mobilă? Am introdus codul primit de la Google în setările temei mobile, secțiunea Custom Javascript, am eliminat etichetele <script> </script>, dar primesc eroarea „Missing ; before statement” http://www.screencast.com/t/DSOmtEkUGap ? Este corect așa: "async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"> ? De asemenea, mă interesează dacă este corect unde încerc să introduc această reclamă (am plasat-o și în header.php al temei pentru desktop)?
;
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-xxxxxxxxxx",
enable_page_level_ads: true
});
Referitor la fonturi, am înlocuit fonturile implicite din style.css (cu excepția unora precum „Newspaper”) cu următoarele: font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;. Se poate să apară probleme din această cauză? Sau există elemente la care nu este recomandată modificarea setului de fonturi implicite?
Mulțumesc!
Hi,
My mobile menu with icons is displaying strangely (using the mobile theme and default responsive display). I’ve tried removing all custom CSS code and cleared caching, etc. but the problem persists.
Basically, any main menu item that has sub-menu children, displays the icon above the text (screen shot below).
Also, all the sub-men items are misaligned as shown here:
Can you think of anything that would be causing this?
Thanks,
John
Hi
Try to deactivate all plugin except Visual Composer, clear all caches and also check the if the css from custom css affect search bar style. Inspecting your site I’ve noticed that you have lot os css in theme panel ant this may affect some of theme’s elements.
Thanks!