Hi,
You will need custom modification for this, unfortunately we cannot provide any type of custom work as we work hard on development, updates, fixes and support. Sorry!
Here you can find “More articles box” code if you want to alter it: http://screencast.com/t/rvRVuoY00G
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this, you will need custom modification and it is not an easy task.
What you can do is to filter by tags so you can maintain on Big Grid posts with that tag: http://screencast.com/t/f2uwWkgK9
Thanks!
Hi,
We have had some reports regarding this, and not sure for what reasons, seems that the icons are looking like that for some user only.
Please try to regenerate the newsmag fonts then empty cache/purge files again and let me know if this issue persists.
You can also try to regenerate fonts like this:
1. go to https://icomoon.io/app
2. button “import icons”, import from newsmag.svg (in /images/icons/),
3. select all icons;
4. button “generate font”, button “download”;
5. copy the 4 files (.eot, .svg .ttf .woff), in “fonts” folder in the downloaded zip file, rename icomoon.* to newsmag.*, replace old files, done.
Hope this helps!
Thanks!
Hi,
I have checked your site and did not found that issue, also I couldn’t recreate it on my side. Please try this without any plugins, just with Visual Composer active and see if you have this issue. Please report when you find something wrong(concrete) so we will try to recreate this or inspect it on your site.
Thanks!
Hi,
I’m not sure what cause this issue. Please try to upload the theme via FTP:
Installing the theme via FTP
1. Download the theme from Themeforest, extract the ZIP file contents to a folder on your local computer.
2. In the extracted folder you find newsmag.zip file.
3. Use an FTP client to access your host web server.
4. Unzip the newsmag.zip file and upload the folder Newsmag to wp-content/themes/
Also this guide how to update your theme may help(we recommend FTP method also for update), it is the same method just that you upload the theme: https://forum.tagdiv.com/how-to-update-theme/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Now you can hide category menu from Theme Panel > Categories: http://screencast.com/t/oiaz28xs48J
Thanks!
Hi,
Unfortunately “Post Grid” block is a part of the Visual Composer plugins and the button cannot be translated by theme’s translations.
You need to edit the plugin file and translate it there like this: http://screencast.com/t/CEtzgQEN
Result: http://screencast.com/t/vEKwHLpD0
Thanks!
Hi,
Big Grid for category page will show latest articles from that category(5 articles) – http://screencast.com/t/LoilD9xVqod so if you say that you have only 5 categories it should display articles only from that category.
If you set multiple categories to a post, it will appear on both category pages and theme doesn’t have an option for this and you will need custom modifications.
Thanks!
Hi,
I’m glad that you solved this issue and thanks for sharing how you solved this. Also we recommend to use only ‘Page Cache’ ( no database cache, no object cache, no javascript minify).
Thanks!
Hi,
Unfortunately this issue is normal because css code is apply in cascade so the css from above overwrite theme css so there is a delay and is visible. Please try to replace the above css code with this one and see if works better:
.td-header-style-7 .td-header-sp-logo img{
float: left;
}
Or this one:
.td-header-style-7 .td-header-sp-logo img {
right: auto;
margin: 0px;
}
I’m not sure if this will help because like I said it will be a delay when css code will overwrite.
Thanks!
Hi,
Please make sure that you disable all plugins, leave only Visual Composer active, empty cache and check if in the td_config.php is not changed the height of the featured image, it must be like this: http://screencast.com/t/Q1xoBxdJi and also in the post template file: http://screencast.com/t/ykAcfPT6
If you verified this and without plugins active, upload an image make create a test post.
Thanks!
Hi,
There’s an issue with the custom ads in 1.7 version of the theme, we will fix it in the next update. Until then please replace the code inside – http://screencast.com/t/hm0F7lQ36llA – with this code – http://pastebin.com/7VKde8LB
Thanks and sorry for inconvenience!
Hi,
We use a custom template for comments that’s why your facebook avatar doesn’t display. Try to copy this comments.php code from a default wordpress theme and it should work – http://pastebin.com/CDfEWUvw
Result: http://screencast.com/t/s6oLEYkgTYX
Thanks!
Hi,
Like you can see in Custom typography there is an option to set font only for default page template. So when you have text content that template should be used. The other page templates(you use Homepage Blank – http://fashionview.gr/ ) are recommended to be used pagebuilder content like you can see in our documentation: https://forum.tagdiv.com/page-templates/
We will change Theme Fonts in version 5 of the theme and will be added more options there, till then please try this custom css in Theme Panel > Custom Css so it will change font family for paragraph(it should change even if you use another page template than default): http://screencast.com/t/b5VfVlvV
body,p {
font-family: Open Sans;
}
About Blockquote please check your page as there is added some css in the backend and overwrite Open Sans font: http://screencast.com/t/YMlkDEyB6V
In this page your font is applied: http://screencast.com/t/9bwsRUj39B0
You use pages instead of using posts for text content and pictures that’s why you have some issues with fonts. You can do that, but it will be more easily to use posts to write your articles(set fonts for title and content – http://screencast.com/t/VR5BI1efbPn) as pages are used especially for Page builder – add elements via Visual Composer.
Hope this helps to solve these issues!
Hi,
You can customize with css code and apply this for all tables: http://screencast.com/t/dbhm5cOFv06
table, th, td {
border: 3px double red;
}
Just add the code in Theme Panel > Custom Css: http://screencast.com/t/iS53asKg and change the values how you like, here you can see more css for border: http://www.w3schools.com/css/css_border.asp
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Can you provide a link to a test page?
Thanks!
Hi,
I have checked your site again and that solution with css code is apply also on modules: http://screencast.com/t/GflLe2JD1OA you need to add an extra class to the paragraph like I suggested above – http://screencast.com/t/UUnBgX4R37zF and after use that css code something like this:
p.yourclass {
background-color: red;
margin: 0px;
padding-top: 5px;
}
Or you can follow the above solution: https://forum.tagdiv.com/topic/top-header-banner-howto/
Thanks!
Hi,
I have checked your site and found this js error in the console: http://screencast.com/t/LujLAWIL This comes from a plugin google-captcha, so please deactivate this plugin, clear cache and see if it works.
Also you can try to disable all plugins, leave only Visual Composer active, clear cache and purge your files if you use CDN.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please make sure that your Social Counter plugin is updated to the latest version 2.9 and you follow this guide to set it: https://forum.tagdiv.com/how-to-manage-the-social-counter/
If you need to update the plugin you ca find it in theme files that you downloaded from themeforest in /plugins folder.
You can use the tagDiv Speed Booster plugin to move the css and js at the bottom of the page avoiding the page render blocking: https://forum.tagdiv.com/how-to-make-the-site-faster/ – https://forum.tagdiv.com/pagespeed-guide/
Please check Revolution Slider documentation if you want to use it: http://revolution.themepunch.com/documentation/
Thanks!
Hi,
You can use this css and change those values like you need: http://screencast.com/t/E43aNWYr
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img {
max-width: 50%;
}
.td-head-style8-logo-desktop {
margin-top: 15px;
}
Thanks!
Hi,
Unfortunately the theme doesn’t have anymore an option for fixed/responsive settings from 4.3 version. Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
Thanks!
Hi,
I have checked your site and did not found an issue like you have described.
Also you can paste you ad code in a custom ad and use this solution to plave it in the top menu file: https://forum.tagdiv.com/topic/top-header-banner-howto/
Thanks!
Hi,
You can try to replace there with the code I provide to you, so when you have on the post from that excluded category Similar articles block will not show up anymore: http://screencast.com/t/EwLKCr6Fxy7 – http://pastebin.com/2bJuRYjG
Please replace Uncategorized with you category that you want to exclude and also make a backup of your td_module_blog.php file, in case that you want to revert.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You have to change the excerpt length for modules: http://screencast.com/t/7eTJhShYQqaN
Result: http://screencast.com/t/6nHR9qhK – http://screencast.com/t/WsVpYQnbCD
You can find some examples in our documentation about how the block are made and which modules were used: https://forum.tagdiv.com/modules-and-blocks/
Hope this helps!
Hi,
I tested this with speed booster plugin active and it works please make sure that you comment like this in the right file: http://screencast.com/t/OovEp4ACveXo – http://screencast.com/t/uSd8dBmLR
You can also test this without speed booster plugin and see if it works: http://screencast.com/t/jn7DOA1qf9Ql
Thanks!