Hi,
You will need custom work to do this for each of your items, I suggest to hire a freelancer to do this for you if you don’t have basic html/css experience. Please inspect each of your menu item and change the color for each of them using unique item class, something like this – http://screencast.com/t/XJvDaEfxkwg
.sf-menu .menu-item-15:hover a:after {
background-color: red !important;
}
Thanks!
Hi,
There is a margin bottom for all custom ads – http://screencast.com/t/yLYbA8Bj4 and unfortunately there is no specific class to target the ad when it is hidden. A solution is to remove this margin using media queries, try this custom css in Theme Panel > Custom Css to remove it for other devices than mobile – http://screencast.com/t/VsJTHrPH9Q
@media (min-width: 768px) {
.td-g-rec-id-custom_ad_2 {
margin-bottom: 0 !important;
}
}
Hope this helps!
Hi,
Thanks Chris!
@Thalisson please check theme’s documentation – https://forum.tagdiv.com/how-to-use-visual-composer/ – https://forum.tagdiv.com/block-settings-tutorial/
Also check our youtube channel for some video tutorials(we will add more) – https://www.youtube.com/user/tagdiv/videos
You will have to create your homepage using pagebuilder and also you can set it as frontpage from Settings – http://screencast.com/t/oBu9XYk7
Thanks!
Hi,
Unfortunately I cannot provide you a quick fix for it, but it is an urgent issue on our list and it will be fixed as soon as possible. Sorry for inconvenience!
Thanks!
Hi,
You will need custom modification to display social share on attachment page and also make it work properly with it as the theme doesn’t have an option for this. This is the share function used on posts – http://screencast.com/t/gFlnoGii and this is attachment template – http://screencast.com/t/WBsrac8tt Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support, but you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks!
Hi,
I have asked the developers and told me that using only 1 article on slider create some issues with it and they decided to add this condition for IOS Slider to work properly(there is a bug in IOS slider not in the theme). You can remove that code if you need to add only an articles there.
Thanks!
Hi,
Please make sure that you clear all your cache and purge you files if you use CDN as I have also checked this and did not found any issue using version 6.3 of Newspaper. Please also paste a link so we can take a look and make sure that you have updated the theme properly using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Not sure why you have this issue, we recommend WP Super Cache to be used on default settings just page cache, no minifications. Also please make sure that you clear cache and purge your files.
Thanks!
Hi,
Not sure how you want to do this, you can check our demo and see how tagdiv blocks can be used and how they look on 1,2 or 3 columns. You can test this using Visual Composer rows and also limit articles for each block so maybe you will achieve the look that you want.
Thanks!
Hi,
Like I said above if you want you can add alt text for each of your image or if you want to add it automatically like in your example you will need custom modifications. Any way I have also tested this and it should work fine – http://screencast.com/t/xFBhU58gssl9 – http://screencast.com/t/nwAFCVNk also for featured image the above solution works fine.
Thanks!
Hi,
Please install version 4 on localhost or a test site and import Cafe stack so all fonts and colors are imported. These are color used in Cafe style and only the fonts will have to be changed for version 6 – http://screencast.com/t/6ONT53fI – http://screencast.com/t/p1qveWdzmKC – http://screencast.com/t/vEMfGXQt4uy
It should work version 4 provided with the theme files, you can also send an email at contact@tagdiv.com if you need another version of the theme and we will send it to you, please paste a link to this conversation so we can know who you are.
I did not found any issues changing the fonts for each section of the theme. You can check browser console for errors, leave only Visual Composer active and clear cache.
Thanks!
Hi,
If you want to remove the link from the image you can do this for each smartlist – http://screencast.com/t/tZIICCAQRLa
Thanks!
Hi,
You can use Login Form widget in different areas for example – http://screencast.com/t/XESbGslcmP – http://screencast.com/t/TJ9UI2NJru
I did not found Log in/Register option on your site – http://screencast.com/t/vOO8eFoi
Thanks!
Hi,
Please send an email at contact@tagdiv.com with you request and we will explain the procedure, also paste a link to this topic.
Thanks!
Hi,
Please regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/ and please note that if you use smaller featured images than the size of the thumb on a module it cannot be cropped, as WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Thanks!
Hi,
Unfortunately there is no tutorial about this, but you can inspect pull quote center paragraph and see how it was designed – http://screencast.com/t/pwnaeAeGi – http://screencast.com/t/UknMTzAHXGas and modify the default blockquote. You will have to add :before and :after to blockquote paragraph to add double qoutes and the font you can change it from Theme Fonts – http://screencast.com/t/Vg3S0mefEt
Thanks!
Sorry for delay we don’t work on weekends!
Replied here – https://forum.tagdiv.com/topic/editing-newspaper-theme/ please provide more details if this doesn’t help!
Hi,
It should work also when you paste the code in a custom ad, please also paste a link to a test page so we can take a look and also please note that we recommend using these divs for non adsense code and specify size for eaxh screen device – https://forum.tagdiv.com/header-ad/
Thanks!
Hi,
If you use ad box for your page there is an option to add a title for it – http://screencast.com/t/pVMdxsw8pc or if you use it different you can try Christopher solution.
Thanks!
Hi,
Do you have demo installed? You can uninstall it and install it again. Not sure what the issue is, but you can also change all fonts on default manually – http://screencast.com/t/hE1ZPEE5yyp7
Thanks!
Hi,
You have this custom css and it hide the page title on all pages(also category page, archive) – http://screencast.com/t/XvhMicB8i1b so please remove it and hide it only on specific pages using page id like you already know:
.page-id-521 .td-page-title {
display: none;
}
Thanks!
Hi,
You have to change the code like I suggested above and use browser inspector tool to see what css you need to change. I have provide you above an example how you can achieve this, but you may need additional css customizations. I suggest to get someone to help you if you don’t know how to do it as we cannot provide any type of custom work at this time, sorry!
Thanks!
Hi,
I have added this on our list and it will be added as soon as possible, thanks for reporting! Meanwhile you can paste this code in td_page_builder_widgets.php file – http://screencast.com/t/E1tPbyWDs6vz
class td_block21_widget extends td_block_widget {
var $td_block_id = 'td_block_21'; // change only the block id, the rest is autogenerated
}
add_action('widgets_init', create_function('', 'return register_widget("td_block21_widget");'));
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
There are options for header and footer sections in Theme Panel. Please check Theme Panel > Header to change the logo and you can paste ad code in Theme Panel > Ads > Header Ad – http://screencast.com/t/NR3QKuBieAT5 – http://screencast.com/t/ErDvA2w0H
Also for footer are please check Theme Panel > Footer – http://screencast.com/t/AKwJgP7DX0t
Please check also documentation – https://forum.tagdiv.com/logo-favicon/
Thanks!