- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
I see you have style added in the child theme that overwrites the main style: http://screencast.com/t/bTh11N2N and this also add a margin auto that overwrites the copywriter container and remove the margins making to look like that.
I suggest you remove the style from the child theme or use a custom css to overwrite it: http://screencast.com/t/07Fc3QKc
.td-sub-footer-copy {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
Thanks
Hi,
Thanks for reporting and pointing us on this, you can make them working using this css: http://screencast.com/t/0C9W7CZZro
.td-post-template-4 .td-post-header-holder {
padding-top: 10px;
}
.td-post-template-4 .td-crumb-container .entry-crumbs {
margin-bottom: 0px;
}
We will fix this in the next theme version.
Thanks
Hi,
The text-transform:uppercase parameter comes by default in the theme style.css, i see you made a custom css and changed it.
The shortcodes were removed, html is used now to allow a backend replica of the frontend. Try this – http://screencast.com/t/6tYLIdK2xVvq – and for new ones use the default quote (which is quote center) – http://screencast.com/t/vhErvX6ymR5
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
The speed booster plugin it’s the same for both themes just functioning differently depending on the theme is used on.
Checking your site I can see that it does work as resources are moved to the footer: http://screencast.com/t/tEbTGRJF
The reported files aren’t reported by google based on their url and if they are reported means that they do appear on your page so you need to use that function to find all registered js and css resources and move them to the footer based on their id according to the instructions provided in the page speed guide.
If you have reported resources which don’t appear when you use the register scripts/styles id function then you should change the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
If you don’t have experience on wp condign or basic html/css/js/php knowledge please consider hiring a freelancer to configure this for you or because we recommended this just for advanced wp users. Sorry!
Thanks for the message!
Hi,
This could happen due to a plugin so please make sure that you also test this without having any plugins active, also empty all caches and/or disable ant js/html/css compression tool then test again.
I can’t inspect your site as it’s in maintenance mode so if you can’t manage to solve this let us know via email at contact@tagdiv.com and provide a link to this conversation and your admin credentials so we can have a closer look at this.
Thanks
Hi,
1/2/3 Unfortunately these theme features are built to work just with posts not pages and to make them support and use pages you need to customize the theme and practically rebuild the function for related articles or socials.
Currently we’re working on adding custom post types support for blocks so once this support will be implemented pages could also be used as CPT like you need them now. Sorry!
a) That section is set with css to have a maximum width of 252px, you can rewrite tat rule using this css: http://screencast.com/t/iQh6wzCx9M
.block-mega-child-cats {
max-height: 500px;
}
Add it in theme panel > custom css section.
b) Unfortunately not because the load more/infinite or next/prev pagination only works on blocks and it can’t be used on loops. Sorry!
c) If you can’t find it in trash to restore it: http://screencast.com/t/icNXEwjZ8rH you can rebuild it and use this content, it’s the demo contact page content: http://pastebin.com/eTt6WVNS – http://demo.tagdiv.com/newspaper/contact/
d) I see you have adjusted the category to use pages so the excerpt function may also need to be adjusted to return page content, I’m not sure but you can take a look at it here: http://screencast.com/t/FKJMzRKrKWpn
Hope this helps!
Sorry for the delay!
Thanks for the message!
Hi!
Im trying to remove gradient from the main menu.
How will I do that?
I’m editing the css in child theme.
Hi Lucian,
Thanks for the help.
Only point 3 does not work.
I see no change by the “load more button” at frontpase if I add the custom css.
.td-load-more-wrap a:hover {
background-color: #222222;
}
Thanks,
Good afternoon, the theme is great, but I found a couple of mistakes I’d like to fix.
1) I tried to justify text automatically but I could not. I put this code in custom css and does nothing:
.td-post-text-content p{
text-align: justify;
}
2) I used Smart List but if I put vertical images, although justifying centered, stay on the left. The only option is going to fix it and delete the following text in the Text Editor: “ size-large wp-image-174009 aligncenter”
Any solution?
3) How I can invert the colors of the nav arrows so that instead of being white, are red for example? White is hard to see that there nav arrows, so I would like to invert the colors to make them look better.
Hi
The theme seems to be missing the main css file, and can be caused by some plugin that overwrite the theme css or the file got corrupted during the ftp transfer, you cab try to re-upload the theme or try to deactivate all plugins except Visual Composer, clear the cache, purge the cdn file if you’re using and test again. If the problem doesn’t solved please provide a link so we can inspect it closer.
Thanks!
Hi
You can hide the header on a specific page with custom css in theme panel > custom css, targeting the page id and header warp classes like here:
.page-id-39 .td-header-wrap{
display:none!important;
}
To get the page id follow this link: http://screencast.com/t/QBfG7dPXeco
Thanks!
Hi
Thanks @Chris for the answer in advance!
@varunrupal the speed booster plugin was designed to increase the website loading speed by moving the css and js files to the bottom of the page, as it’s explained here: https://forum.tagdiv.com/page-speed-guide/ Notice that some plugins may cause issues when you try to move their resources at the page bottom and to avoid conflicts we created a list with plugins that work fine with Speed Booster and if you add a plugin that is not on that list
the Speed Booster will disable automatically.
Thanks!
Hi
Try this custom css in theme panel > custom css:
.page-nav-post{
margin-left: auto;
margin-right: auto;
display: table;
}
The result should be like here http://screencast.com/t/hEu9ss3JL8a
Hi,
1. You can try this css: http://screencast.com/t/1nUURCXMDGC
@media (max-width: 767px) {
.td_block_13, .blok6, .vc_wp_posts , .td_block_14{
display: none;
}
}
2. For the more author box try this one:
.td_block_related_posts .td-related-right {
display: none;
}
For borders try this: http://screencast.com/t/Yyg1owk2PI1x
.block-title {
border-color: #000;
border-bottom-style: dotted;
}
3. Try this:
.td-load-more-wrap a:hover {
background-color: #ff3e9f;
}
Thanks
Hi
Please add this css in theme panel > custom css:
.td_module_8.td_module_wrap{
border-bottom: 0px;
}
Thanks!
Hi,
For paragraphs spacing add the following css in Theme Panel -> Custom CSS – http://screencast.com/t/VkHNW8A2BM
.comment-content p {
margin-bottom: 10px;
}
@text under images – it’s the image caption, you could remove it from each photo or use custom css to hide it – http://screencast.com/t/EGTiutFemfCP
.wp-caption-text {
display: none;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi Lucian,
My website link – http://weirdseek.com/artist-telmo-pieper-gave-his-childhood-drawings-a-makeover-art/
I am trying to use post STYLE 6.
What plugin might cause this?
ALSO is it possible to remove the white space between the menu and the first block. The space where the news ticker goes??? I am not familiar with css.
Hi,
The alternative would be to manually build them or create a custom plugin. Or find a plugin which comes with similar ones and use custom css to modify them so that they look the way you want. My advice is to look for a professional developer to help you with this task, you can find one on places like http://studio.envato.com/
Thank you!
Hi,
You could set one using custom css, but you have to set the site on boxed mode, for this just set a background color or add the following class to custom just target the page id class – http://screencast.com/t/LZbZdrOT0Bs – http://screencast.com/t/VZnEaVDNga
.page-id-467{
background: white url('http://blogs.uoregon.edu/janieb/files/2014/05/95578-wq0w78.jpg') no-repeat;
background-size: 100%;
background-attachment: fixed;
}
Thank you!
Hi,
It seems to be a css issue, i suspect a cleafix. If you can’t find it please provide the url so i can take a look.
Thank you!
Hi,
Please test this without any plugins active, leave just theme’s Visual Composer plugins active, empty all caches, purge files if you use cdn host then test this again. Also make sure that you disable any jss/css/html compression tools.
Let us know how it goes and also provide your site’s url if this still happens.
Thanks
Hi,
To make those thumbnails and the rest of the elements (title, etc) look like the ones in your example you have to make modifications on the code and css. Unfortunately those modifications are not easy to make so my suggestion is to hire a professional developer to help you with this. We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.
Thank you!
latest version from functions.php .. why are some lines without url and yet reported in PageSpeed Insights?
registered scripts
archivesCW | http://www.cele.si/second/wp-content/plugins/archives-calendar-widget/jquery.archivesCW.min.js
aspexi-facebook-like-box | http://www.cele.si/second/wp-content/plugins/aspexi-facebook-like-box/js/aflb.js
jquery | http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
td-site-min | http://www.cele.si/second/wp-content/themes/Newsmag/js/tagdiv_theme.min.js
comment-reply | /wp-includes/js/comment-reply.min.js
registered styles
ual-style-css |
archives-cal-classiclight |
awesome-weather |
opensans-googlefont |
google_font_roboto_cond |
google-fonts-style |
td-theme |
td-theme-child |
-
This reply was modified 11 years by
gregy1403.
Hi,
Add the following css in Theme Panel -> Custom CSS: – http://screencast.com/t/UBPL8mxmOzXL
.td_module_wrap .td-excerpt {
color: red;
}
.td_module_wrap .td-post-author-name a{
color: blue;
}
.td_module_wrap .td-post-date {
color: green;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
From your image i see that the link is displayed inline, try to add a class to it and use custom css to set it to display:block. – http://pastebin.com/DfJh2ivz
Thank you!