Hi,
You can find the Last Week sort order in the block settings(where you set also the 7 days) – http://screencast.com/t/vKAQNaETN
Thanks!
Hi,
Please disable all your plugins except of Visual Composer, clear cache and purege your files if you use CDN, then check if you still have this issue. Also it could be a host issue, it may block the access to the admin-ajax.php file, please check the browser console for errors while the “save settings” process it running. If this is the case you have to contact the host administrator and inform him about this.
Thanks!
Hi,
I have checked your post again and the counter doesn’t work proper. These errors may cause issues, they are still there. Did you tested without any plugins active except of Visual Composer? Usually these errors are caused by plugins, also please disable any js/css minifications. Try to refresh the page when your are not logged in(in a incognito page) and see if the counter increments.
If the issue persist please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
You have to alter each post template that you use replace the get_date code with your code(I guess that you will use modified time function) – http://screencast.com/t/nGmyI6Dl – https://codex.wordpress.org/Function_Reference/the_modified_time
As reference check this topic(is from newsmag but it works the same) – https://forum.tagdiv.com/topic/post-page-edit-help/#post-32126
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-admin so we can take a look, also paste a link to this conversation so we can know who you are and what your issue is.
Thanks!
Hi,
I guess it is more easily is to add the background image using custom css in Theme Panel > Custom Css – http://screencast.com/t/QpFHa5yt
.error404 .td-main-content-wrap {
background-image: url('link to your image');
}
Thanks!
Hi,
I have checked your site but I did not found any issue with your blocks. Please provide more details where I should look(a screenshot also will help) maybe I missed something.
Thanks!
Hi,
You will have to combine that css with this one – http://screencast.com/t/IBIcV9Xnjlw
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
opacity: 0;
}
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
opacity: 1 !important;
}
Thanks!
Hi,
The css is applied in cascade so the font set in the panel will overwrite the default font. The only way to stop the default fonts to load first is to search and replace them in style sheet file – http://screencast.com/t/igScbqdmDfH
Thanks!
Hi,
Newspaper 6 is practically a new theme, the whole code was rewritten, reviewed and refactored. Lots of new features have been added, new grid system, new design, options and so on. I suppose you would want to use new version’s features/blocks/modules. We have added within theme’s panel an update script which when run will import the previous version settings, but unfortunately you will have to adjust the custom css to work in latest version, sorry!
We will try to provide security updates for a while, but I suggest to update to the latest version and always use the latest version.
Thanks!
Hi,
I cannot access your site – http://screencast.com/t/0susEIphkmX
Let me know when I can access your site.
Thanks!
Hi,
You cannot make the mobile menu to work on tablets just with css code, you will need many modifications to the code, also the javascript 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, sorry!
Thanks!
Hi,
Unfortunately the top menu doesn’t support more than one sub menu, only the main menu allows this. You will need custom modification to achieve this, but we cannot offer custom work at this time, sorry!
Thanks!
Hi,
You will have to inspect the block where you want to change this and target the block and the module. I will provide an example for block 7 – http://screencast.com/t/oeRjRczY You can target it like this – http://screencast.com/t/CLAtq6yBaMUv
You can try this custom css in Theme Panel > Custom Css and adjust the padding value:
.td_block_7 .td_module_6 {
padding-bottom: 15px;
}
Thanks!
Hi,
You need custom modifications to achieve that and it is not an easy task to remove header and footer. I suggest to hire someon to do this for you as we cannot provide custom work at this time, sorry!
Yes, you can add the 404 template in the child theme and customize it like you want, just add it in the root of the child theme – http://screencast.com/t/UaL15ndJU2K
Also if you want to hide the header and footer on 404 template, you can use this custom css in Theme Panel > Custom Css:
.error404 .td-header-wrap, .error404 .td-footer-wrapper, .error404 .td-sub-footer-container {
display: none;
}
Thanks!
Hi,
I have checked your site and you have some errors in the console – http://screencast.com/t/HNR4L7tm
From what version did you updated? Version 4 of the theme? Please make sure that you update the theme properly using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ Always make a full backup of your site. Also update the plugins that come with the theme files form the /plugins folder.
If the issue persist please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN. After this disable CDN and all css/js minifications.
Thanks!
Hi,
Please check this topic it may help – https://forum.tagdiv.com/topic/featured-video-meta-key-css-question/
Thanks!
Hi,
We managed to create a full blank template, but please note that it not tested with all theme features so if something goes wrong in the future please don’t forget that you have some custom modifications.
You need to create a file in the root of the theme and paste this code – http://screencast.com/t/gubww9ep – http://pastebin.com/64k59mqS
Please add also this code in tagdiv_theme.js file(make a backup of your current file) – http://screencast.com/t/eznEFUSurNO – http://pastebin.com/XSAA1p2k
Thanks!
Hi,
I have checked your site and the view counter doesn’t increment even I refresh the page, but you have these javascript errors in the console – http://screencast.com/t/VcKHRUkY3RB so please try to fix them.
Please disable all your plugins, except of Visual Composer, clear cache and refresh your post for few times and see if the counter works.
Thanks!
Hi,
I see that you use the custom css that I provided above and it works fine. I’m not sure how you added the ad, there is an inline css on your div containers that you have to change – http://screencast.com/t/5DblX2Hd
So the z-index value must be bigger than the header’s value – http://screencast.com/t/ttU8hOVmZU
Or you can use the above custom css, like I said it works fine.
Thanks
Hi,
I have checked the theme view counter and it works properly, every time refresh the page the count increment. I don’t know why you have this issue, maybe you had an error and the post counter did not worked properly?!
Unfortunately I cannot make any suggestions regarding this, also you say that the theme counter increments every time you refresh the page.
Thanks!
Hi,
Unfortunately the Tabs element from Visual Composer is considered a complex element and it doesn’t support other complex elements like Widgetised Sidebar, you can add only simple elements, sorry!
Thanks!
Hi,
Please provide a link and indicate the block where you have this issue so I can take a look.
Thanks!
Hi,
It is a z-index issue, try to increase it like in your code if it is possible – http://screencast.com/t/MThui2NGhk5
Thanks!
Salut,
Din pacate nu pot sa-ti ofer o solutie pentru asta(am cautat dar nu am gasit). Poti sa pui o intrebare la suportul pluginului.
Mersi!