- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi
Try this custom css in theme panel > custom css:
.td_block_44{
position: relative;
}
Let me know how it goes!
Thanks!
Yea unfortunately that seems what I need to do.
By removing the old theme, that won’t delete my homepage block settings and stuff right? All that is saved via DB correct?
Really sucks all these wicked themes come injected with so much extra code to make it more appealing to the general audience. I understand it increases more sales, but really burdens those who only need the theme for blog site, not ecommerce, buddypress and so on.
I appreciate your support, and the great theme. I will try again this weekend with total reinstall and by adding all my edits in. Which shouldnt be that bad, we only use 2 of the post templates and the css done by you guys was so stellar that getting the look back on the site would be a breeze.
If epic fail again then looks like I need to get in touch with someone to make us a custom theme geared towards our site.
and custom link in css :
.td_user_logd_in {
cursor:pointer;
}
-
This reply was modified 10 years by
SLogyc.
Hi,
I’m not really sure whay you have this issue, probably the new css for footer affect this.
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/h6bE4fpitk
.td-footer-wrapper .gtc-list li {
margin-left: 28px;
list-style: inherit;
}
Thanks!
Hi,
I have checked your site and you have an empty paragraph there – http://screencast.com/t/T2OC34RgIYoL and the theme css for Newsticker is not applying there, this is the css when this block is used on first row – http://screencast.com/t/mpDd8mr6cT
Also you can check this without any plugins active except of Visual Composer and clear cache.
Thanks!
Hello fpineiro78,
It seams this is how the theme was built. If you want the title to go back to its original state (bottom) you can add this custom CSS code in the panel: http://screencast.com/t/3upCJoWtXo
.home .td-post-template-8 .td-post-header-holder {vertical-align: bottom;}
Thank you.
Hi,
Like I said above, unfortunately the like buttons must be enable on your post page to have twitter pop up. If you don’t want the like buttons to be visible, you can hide them via custom css in Theme Panel > Custom Css – http://screencast.com/t/FpLkdMhMz7p
.td-post-sharing-bottom .td-classic-sharing {
display: none;
}
Thanks!
Hi,
You will need custom modifications for this, as like I said above the block ajax categories consider the block title length and the length of the category name and display how many categories is possible. So you for other blocks the title length can differ(also the categories number) and you add a custom css it may break the layout, so you need more custom modifications also in the code and it is not an easy task. I suggest to hire a professional developer to do this for you as we cannot provide custom work at this time, sorry!
Please check this example to understand what I mean:
*You can add a custom css for this – http://screencast.com/t/7yvlAkDR72
*But if the block title differs – http://screencast.com/t/q4C0aQH0Jt0r
Thanks!
Hi,
Please check this also without any plugins active except of Visual Composer, clear cache and purge you files if you use CDN. Then disable any js/css minification(it may cause some issues) and also the CDN.
Create a test page, add a block with this kind of sort order and see how it goes.
I have checked this again on my side and did not found any issues.
Thanks!
You need to use the code from this thread to add the elements to your htaccess file as that is how you specify the “time to live” (expiration headers) — so that browsers know to cache info not updated regularly (like CSS or fonts), and not ask for it every time page loads. See first page of this topic 🙂
Hi everyone,
The NewsMag theme get two google fonts :
https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700
https://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700
How can I get both in one time ?
I’ve to do this :
https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700|Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700
But I don’t know where i’ve to place it in the code..
Thanks a lot 🙂
Hi
Try this custom css to move down the “Post Comment” button: http://screencast.com/t/Ba2tXbcz
.comments .form-submit{
margin-top: 15px!important;
}
You can modify the margin values as you like. Let me know how it goes and if you still need assistance on this please provide a link and more details so I can inspect this closer.
Thanks!
Hi
You can hide the author name from theme panel > post settings: http://screencast.com/t/kkKTM0OlDpX but in that case the author name will be hided and from post content: http://screencast.com/t/n5AbWr0mG5H
If you want to hide it only from page content try this custom css in theme panel > custom css:
.page .td-post-author-name{
display: none
}
Let me know how ti goes and provide more details if you still need assistance on this.
Thanks!
Buna
Multumesc pentru sugestie, am adaugat-o pe lista noastra de si vom tine cont te ea in cazul in care vom decide sa adagam functionalitati noi pentru sistemul de share in viitoarele update-uri ale temei.
Tema nu are o optiune sa afisese pe pagini butoanele de share disponobile pe posturi, pentru a le afisa ai nevoie de modificai in codul temei.
Folosind div-urile temei poti ascunde si alte tipuri de ad-uri, doar ca vor fi ascunse nu dezactivate, in functie de device, ai nevoie sa folosesti si custom css similar cu solutia oferita aici: https://forum.tagdiv.com/topic/show-non-google-ads-without-modifying-code/#post-58324 Pentru Newsmag trebuie folosit acest css:
@media (max-width: 1023px) and (min-width: 768px) {
td-rec-hide-on-tp {
display: none;
}
}
@media (max-width: 767px){
.td-rec-hide-on-p {
display: none;
}
}
@media (min-width: 1024px) {
.td-rec-hide-on-m {
display: none;
}
}
Multumesc!
Thanks for your reply!
Actually, GTMetrix isn’t suggesting that I just make the images smaller. It’s saying that the images are being displayed at that specified width and height in the <img> tag, but the actual file is bigger and has to be scaled down to that display — which means a few extra kb of image have been downloaded.
The theme does in fact use that size, indirectly: http://www.screencast.com/t/6sIqSW4yk
After poking around, I realized what’s happening. It’s the CSS scaling to different screen sizes that results in these extra dimensions, so GTMetrix must be doing its virtual render on a “screen” less than 1200px wide.
Since the dimensions of these <img> change dynamically after page load, the image file doesn’t get downloaded again for each scaled-down size, nor would we want it to. So this is not really a problem. 🙂
Maybe a documentation note to explain this for anyone looking at the warnings from speed tests like this?
Ummm, so it looks like updating my theme failed miserably…
This is the error on wp admin:
Fatal error: Access to undeclared static property: td_global::$all_theme_panels_list in /includes/td_config.php on line 2726
I run a large high traffic site, any chance I can hire you guys to update the theme for me…
I was able to edit the css fine and keep all my changes but once I update the php it gets screwed…
Hello gfran5,
You cannot find the height property in the files because it is applied with javascript when using the sticky menu option from the theme panel’s header options http://screencast.com/t/xrGk6pQ6X.
If you use normal menu, the inline css disappears and you can set a height value in style.css to the “.td-header-menu-wrap-full” class.
Unfortunately, if you want to use sticky menus, that’s more complicated as it involves modifying the “tagdiv_theme.js” and it is much more difficult to achieve. http://screencast.com/t/rdOSKPLaVi
Thank you.
Hi,
@euzebius This is how it was designed if you don’t have the a featured image the placeholder thumb will appear on modules. You can disable it from Theme Panel > Post Settings – http://screencast.com/t/ugfP0rr0mTln but please note that some blocks may need the thumb as the css may be applied on it.
Or you can replace it with your image like I suggested above.
Thanks!
Hi,
1. I’m not sure if this is what you mean, but you can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/t6vhq1loB
.td_block_3 .td-module-image .td-post-category {
text-align: center;
left: 0;
right: 0;
margin: inherit;
}
2. I’m not sure what you mean, please provide more details and a link. If you refer to the ajax categories, please note that the ajax categories consider the block title length and the length of the category name and display how many categories is possible – http://screencast.com/t/nlJZO5KqpWB
3. You can translate Load More and Trending Now from Theme Panel > Translations – http://screencast.com/t/o40ilnnM – http://screencast.com/t/QzXoHWD23HtJ
Thanks!
Hi,
1. The font settings from panel will not be applied on your post if you use Visual Composer on post as the theme supports Visual Composer on posts but doesn’t have css for it. It will work like the text block works on page content. You will have to use inline css or add an extra class to the text block and use custom css to change the font. The panel settings will be applied only if you create your articles using the default Visual Editor(No Visual Composer) – http://screencast.com/t/ecGYOzpX
2. If you use the google maps block try to use an iframe – http://screencast.com/t/vEOVQ65EsVU – http://screencast.com/t/wTrvjFPAHZ
Thanks!
Hi,
Please provide a link so I can check this issue, also if you use any custom css please remove it and see if you still have this issue. Also you can check this without any plugins active except of Visual Composer and clear cache, maybe there is a plugin that cause this.
Can you provide more details about the demo. Importing it will change some panel settings and add some pages, posts, categories, menus to make an idea how these work. It will not be imported the full demo if this is what you mean.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
Please provide a link so I can check this as I could not recreate your issue. If you use custom css try to remove it and see if you still have this issue.
Thanks!
Hello zumaxb,
There are actulay 2 default fonts used in our theme, they are called Roboto and Open sans. They can be changed in the theme panel but there is no option to change the default font. You can either change each font in the panel or edit style.css with a text editor using “find and replace” so you can change all instances at one.
http://screencast.com/t/Y1mclVIF.
Thank you.
Hello notpedu,
You can change that by adding this custom CSS in the theme panel:
.block-title {
margin-left: 20px !important;
}
http://screencast.com/t/PomrQ1S88nPB
You can change the value to fit your content.
Thank you.
Hi a1pena,
You have to check the post’s html structure and try to not use row class(this class is used by the theme and the default css it may apply on you content), containers that are closed in the next page and also nextpage code in a div(if you say that it is a problem). I also checked this and I did not found any issues using div, if the text containers are closed before the code – http://screencast.com/t/skSh5c0VU We use the default wordpress post pagination – https://codex.wordpress.org/Function_Reference/wp_link_pages so you can also check this with a default wp theme, the post layout is broken.
Try tou use less html on post with pagination and close the div’s before next page.
Thanks!