- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello,
Sorry for the inconvenience. There seems to be a css issue in the new update on the mobile theme. Please use this css code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Thank you for your understanding!
Hi again Bogdan,
You can use css to add it in but it will not position the same on each post template as the containers are different. Also it will not work on pages that do not have a standard sidebar but rather a split row created in visual composer.
Unfortunately this is not a viable solution as there are many implications. On our newsmag theme we have a border system implemented but unfortunately it is pretty complex and hard to replicate on the newspaper theme. You will need a developer to do it properly and address all of the potential problems. It will be no easy task I’m afraid
Thanks.
Bogdan B.
Hello nmf,
If you want to do this, you will have to edit the style.css file and change this parameter -> http://screencast.com/t/4jUudiSod but please notice that you can break the layout of the theme.
Thanks for your understanding!
Hi,
The theme width can be changed with a css code but as Catalin stated above, it will be no easy task as our theme is based on a fixed width and all theme elements are based on that width. You can use css to change the main content width but we highly discourage this as it will break the layout and create more problems. The theme width is added on this container: http://screencast.com/t/WMaleOnkcV
You can use media queries to target just the desktop version of the site: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
But if you do decide to change the width, please keep track of it so if any layout problems occur, you know about the modification.
Thanks
Hello,
How do you put a thin line (2 or 3px width) between the sidebar and content area?
Is there a css code for it?
Here is an example of what I mean:
http://www.artofmanliness.com/2015/08/21/2-ways-to-be-more-confident/
Thanks
Bogdan
Hi,
Sorry, I thought the breadcrumb ‘home’ is the one you want to remove. You can simply chose another page template like the default one which will not show the title if visual composer is used http://screencast.com/t/Bo4JCPyN or as an alternative, you can use this css:
.home .td-page-title{
display:none!important;
}
Thanks.
Hi
Try this css:
@media(max-width: 768px){
.td-header-main-menu{
background-color: green;
}
}
Thanks!
Hello joekeai,
If you want to change the color for your prev-next button, you will have to use a bit of CSS code. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-smart-list-button {
background-color:red;
}
If you want to change the structure of smart list 6 you will have to do some changes through code, like this -> http://screencast.com/t/E5KWNKEy -> http://screencast.com/t/fWYegldwI19
Thanks for your understanding!
Hello Gadgetsay,
You will have to add and this code to your CSS above in order to achieve as you wish.
The code is ->
.td-load-more-wrap a {
width: 696px;
}
In the future, if you want to customize your website you will have to create yourself the custom CSS code for achieving as you like because all of these processes are custom made and involve additional customizations. A very useful tutorial you should find here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi
Yes you will need some css to hide these buttons so please try this code in theme panel > custom code> custom css: http://screencast.com/t/zCsqCGHGC
@media (max-width: 767px){
.td-social-whatsapp {
display: none!important;
}
}
.td-social-pinterest{
display: none!important;
}
Let me know how it goes.
Thanks!
Hello:
I have replaced the camel picture with a different picture, however, my new picture doesn’t go all the way across the screen like the camel picture did, even though it’s centered in the middle and looks perfectly fine. I know the camel picture is 1920 x 815, so I tried using a picture that was the exact same size, but that didn’t seem to help. I have checked everywhere to find this setting — even using the Chrome “Inspect” feature to help me track it down. No luck, So, after 12 hours, I’m politely asking. Where is the setting or CSS code that makes the main homepage picture go across the entire screen? Thank you. — Larry
Looking in my HTTP server logs, I’m getting a lot of HTTP 404 errors for each visit to my website.
Logs are reporting:
GET /wordpress/wp-content/uploads/1.jpg HTTP 1.1 404 65479
I did a search through the entire Newspaper theme and found two references
The first is in a patch:
Newspaper-tf\patch_7.2_7.3\includes\wp_booster\wp-admin\css\wp-admin.css:
.td-theme-panel-body #wpcontent {
background-color: #3b7fa8 !important;
background: url('../images/panel/bg/1.jpg');
background-repeat: no-repeat;
background-position: left top;
}
The second in a patch:
Newspaper-tf\patch_7.2_7.3\includes\wp_booster\wp-admin\panel\panel_core\td_core.php:
default:
?>
<li class="<?php echo $td_first_menu_welcome_menu?>">
" data-bg="<?php echo esc_attr(get_template_directory_uri() . '/includes/wp_booster/wp-admin/images/panel/bg/1.jpg')?>" class="<?php echo $td_first_menu_item_class; ?>" href="#">
I’ve looked through the entire theme distribution of files and there is I don’t see a 1.jpg file that exists.
Hi
I have Newspaper on two sites (Yes, I’ve paid for both of them:)). On one of them you helped me reduce the space between the menu and the rest of the site.
You made a custom css for me: .td-blog-cars .td-main-page-wrap { padding-top: 0; }
Now I have the same problem with http://www.tabogvind.nu. I’ve tried: .td-blog-medicine .td-main-page-wrap { padding-top: 0; } but that didn’t do anywthing.
The site looks like that: 
Any tips? 🙂
Hey Bogdan, I am not using the mobile theme, I am using the responsive. I putted this code on CSS Custom and it didn´t worked.
Hello,
Please try to use a bit of cSS code to do it. Place the code below in Theme panel->Custom CSS area.
The code is ->
.white-popup-block:before {
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
}
Thanks.
Salut,
Pentru a seta background-ul asa cum doresti, trebuie sa folosesti putin de cod CSS. Incearca codul de jos si pune-l in Theme panel->Custom CSS area iar rezultatul va arata asa -> http://screencast.com/t/5TAD7NPJ5K NU am putut sa inspectez cum trebuie site-ul tau deoarece folosesti un plugin de securitate a content-ului si nu ma lasa sa inspectez cu CTLR+F. Pe viitor can vei mai scrie la support, te rog sa iti dezactivezi aceast plugin pentru a se putea inspecta cu usurinta site-ul tau. Luabd ca exemplu codul si metoda pe care am folosit-o mai sus, trebuie sa o aplici pentru tot site-ul tau si unde mai vrei sa schimbi fundalul.
Daca nu esti constient de pasii pe care trebuie sa ii urmezi, va trebui sa angajezi pe cineva care sa te ajute in aceasta privinta deoarece noi nu oferim servicii de personalizare si doar putem oferi un exemplu de cum ar trebui sa faci acest lucru.
Multumesc pentru intelegere!
Hello mubasshar,
Please try the code below and place it in Theme panel->Custom CSS Area.
.td-main-page-wrap {
padding-top: 15px!important;
}
.wpb_wrapper{
margin-top:25px;
}
The result -> http://screencast.com/t/SjxI6Nd7h
Thanks.
Hi,
The login widget can be moved only from the code as it is added directly in the top-menu and cannot be moved throught the theme or wp settings. You can cut/remove this code here: http://screencast.com/t/88S4Xz4Rdo and then paste it here: http://screencast.com/t/Dot2wGq6gHr
Now it will be displayed in the menu but it will need css for positioning and it could prove to be a bit problematic. You will require some css knowledge to do it.
Thank you!
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
Yes, If you hide them with css, google will still be able to “see” the date as css only hides it on the front-end, but does not remove the code for it.
Thank you!
HI
Try this css:
@media(max-width: 768px){
#td-top-mobile-toggle {
display: none!important;
}
}
Thanks!
Hi Bogdan,
Thank you very much for your explanation, yes you’re right I disable this options from the control panel because the name of the author is a little large and in combination with date in mobile view it looks very bad.
So, the solution is activate again those two options and hide with the css the date?
This will do the trick in GW?
Hello Gadgetsay,
If you want to change the color for the load more button (and on hover mode), you will have to use a bit of CSS code for doing that. Please try the code below and place it in Theme panel->Custom CSS area.
.td-load-more-wrap a:hover {
background-color: pink;
border-color: red;
color: green;
}
.td-load-more-wrap a {
color: green;
}
.td_ajax_load_more {
border: 1px solid blue;
background-color:yellow;
}
The result you should see here -> http://screencast.com/t/PxlrO1tJ1u7
Thanks for your understanding!
Hello,
1) In order to disable the date on a specific block, you need to use css to target just the specific class of the block. In this case you can use this code:
.td-post-author-name span, .td-post-date {
display:none!important;
}
2) For this you can use another css code:
.td-category-header .td-page-title{
text-transform: capitalize!important;
}
You can add the css in the theme panel->custom css box.
Thank you!
I put the code in custom css code already. But the result is the same.
My website is http://www.sumrej.com
please help!!