Hi,
Please add this custom css in Theme Panel > Custom Css, until we fix it: http://screencast.com/t/9md8JdytRhv
.td_module_mx2 .td-module-meta-info {
position: relative;
}
Thanks!
Hi,
The meta box for block 20 doesn’t have a specific height, the title font size, line height will affect it. Also there is added some padding , that can be reduced for different screen size. For mobile device this can be useful – http://screencast.com/t/JcIlgfDe
@media (max-width: 767px) {
.td_block_20 .td_module_14 .entry-title {
font-size: 18px !important;
line-height: 20px !important;
margin-bottom: 5px !important;
}
.td_block_20 .td_module_14 .td-module-meta-holder {
padding: 5px !important;
}
}
Hope this helps!
Hi,
You can try to add a condition to show ads only for your front page and post pages – http://screencast.com/t/AV014x7o
if (is_front_page() or is_single())
Thanks!
Hi,
As you can see the primary category option will not change the permalink – http://screencast.com/t/FtIxUqSYbk but you can try the WP Category Permalink plugin if you want to choose which category shows up in the permalink.
Thanks!
Hi,
Not sure what you mean please provide more details and your site url if the date is not displayed properly like you can see on our demo – http://demo.tagdiv.com/newspaper/ – http://screencast.com/t/GJP8hnghEZy
Each block is made using modules, for example block 1 is designed using module 4 and module 6 – http://screencast.com/t/3BxGzA5jei If you want to make some custom modifications you can find all modules here – http://screencast.com/t/HLOc884T72
Thanks!
Hi,
You need custom modifications, here you can find the date function for modules if you want to modify it – http://screencast.com/t/MGkPR72STi and also this used on each module – http://screencast.com/t/2CZqCpgnq
I suggest to hire a professional developer to do this for you if you don’t have basic php experience as we cannot provide any type of custom work at this time, sorry!
Thanks!
Hi,
This usually happens when loading the font file (which contains those icons) from another host/url.
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!
Hi,
I also checked your site on mobile, but I see that you have custom modifications also on this site, for example main menu should not appear on mobile – http://screencast.com/t/uwDLwzwOQ We did not have related reports regarding your issue(Newspaper 4 or 6), so please make sure that you remove the custom modifications and check this without any plugins active, leave just Visual Composer active and clear cache.
Thanks!
Hi,
Please try this custom css to change the color for ajax filter options on blocks – http://screencast.com/t/b534UQtmNNk
.td-subcat-filter .td-subcat-list a, .td-subcat-filter .td-subcat-dropdown span, .td-subcat-filter .td-subcat-dropdown .td-subcat-more i, .td-subcat-filter .td-subcat-dropdown a {
color: #181818;
}
Thanks!
Hi,
If you want to hide also the points bar, you can use this custom css – http://screencast.com/t/Wq4Ge7Ijk
.td-rating-bar-wrap {
display: none;
}
Unfortunately this is how the points review was designed with ratings from 1 to 10. I will add this on our suggestions list and if more users will request it, we will consider this in a future update.
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide url and more details about the grid template that you use, also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to enable share buttons on modules, you will need custom modifications to achieve this, here you can find an example how this can be done – https://forum.tagdiv.com/topic/can-i-edit-block3/ This is for version 4 of the theme, but you can adjust it for Newspaper 6. If you don’t have basic php/html/css experience I suggest to hire a professional developer to do this for you as we cannot provide any type of custom work at this time, sorry!
Thanks!
Replied here – https://forum.tagdiv.com/topic/2-problems/
Salut,
Pe serverul nostru folosim – https://dev.mysql.com/doc/refman/5.1/en/query-cache.html de aceea exista aceasta diferenta. Poti verifica daca si pe serverul tau aceasta optiune este displonibila.
Referitor la speed booster verifica daca este activ – http://screencast.com/t/Ct0mjXb00 Daca sunt folosite alte plugin-uri in afara de cele cu care a fost testat, acesta devine inactiv – http://screencast.com/t/hcjLnOqh4i2
Mersi!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
It seems that you settings from pane are not saved, please check the max_input_vars value in system status section: http://screencast.com/t/V8MumQISR and make sure that it’s set above 2000. Contact your host provider and let him know about this if you can’t access php.ini file.
Thanks!
Hi,
I have checked your site and did not found any issues on mobile device or Firefox – http://screencast.com/t/mYrOGmYJ
Did you solved the issue? Please provide more details if you still have issues.
Thanks!
Hi,
Try to create a folder like Fonts in public_html on your server, make sure you have permissions for that folder, then verify in page source if the font is loaded. Also if you want to use it from backend, you can add a custom font, just paste the url where you uploaded the font and specify a name – http://screencast.com/t/bosHz93pa1li – http://screencast.com/t/rDbnlGghhXYt
Thanks!
Salut,
Am verificat un articol de pe site-ul tau si continutul exista in sursa – http://screencast.com/t/XVT6UrUJfqf problema e ca textul este adaugat in mai multe span-uri – http://screencast.com/t/4tA2hmBw si aceastea cred ca este problema.
Te rog sa dezactivezi toate plugin-urile in afara de Visual Composer si sa creezi un nou post folosind un continut similar, dupa aceea sa verifici daca span-urile mai sunt adaugate. Cred aceasta problema este cauzata de un plugin.
Mersi!
Hi,
Please try this custom css for image caption(also css for hover effect is added) – http://screencast.com/t/cVvmWmVer4LZ
figure {
position: relative;
}
.wp-caption-text {
position: absolute;
bottom: 0;
color: #fff;
background-color: #222;
margin: 0 !important;
padding: 3px;
opacity: 0;
}
.wp-caption:hover .wp-caption-text {
opacity: 1 !important;
}
.td-post-featured-image:hover .wp-caption-text {
opacity: 1 !important;
}
Hope this helps!
Hi,
Please provide a link so I can inspect this, also disable all your plugins except of Visual Composer, clear cache and see if you still have this issue.
I’m not sure what you want to do please provide more details.
Thanks!
Hi,
You have to use 100% width why you use 99% ?
Also if you want to set the same height for the first thumb, you have to use the browser inspector tool to target it – http://screencast.com/t/lMBDOdeWa
.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
height: 170px;
}
Thanks!
Hi,
Unfortunately I cannot make any suggestions as we did not any plugins like this.
Thanks!
Hi,
You can change the module for search template from Theme Panel > Template Settings – http://screencast.com/t/upwRoQgu Also if you want to modify a module only for search page you can create a condition to display the thumb only if we are not on search template. For example if you use module 6 on search – http://screencast.com/t/dPzSJn48xQhd – http://screencast.com/t/n1QQfEroutH
if (!is_search()) {}
Result: http://screencast.com/t/KastY3uEll3s
Or you can hide it via custom css in Theme Panel – http://screencast.com/t/rJidXgLfy
.search .td_mod6 .thumb-wrap {
display: none;
}
Thanks!
Hi,
When you add an image WordPress automatically creates a thumb for each module the theme uses so, besides WordPress”s, we have added new image sizes in config file(above screenshot) and the crop mode is center-top, you can read more about this here- http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/ Also the demo images are cropped on your site – http://screencast.com/t/wWLdOxCfhj The only way to find out what image aspect ratio is better for you to use is to do some tests, depending what blocks/modules you use most add an image more nearest with aspect ratio of the thumbs in which you want it to look well. You can read more about aspect ratio here – http://digital-photography-school.com/aspect-ratio-what-it-is-and-why-it-matters/
Also I have checked you search page and you use module 16. All modules use a specific thumbnail as you can see in the code and in panel when you activate thumbnails on modules/blocks – http://screencast.com/t/9pNqiUyim6 but module 16 use wordpress thumbnail size(150×150) – http://screencast.com/t/n2iF1dLiUF2w – http://screencast.com/t/zsEphxbv
Thanks!
Hi,
Not sure what you mean, please provide more details. You have advanced options for menu – http://screencast.com/t/tBBCc1YM0
Thanks!