Hi,
Unfortunately there is fixed height for container and a max height for logo image that’s why you have this issue with logo, because it matter the aspect ratio of the image. You will need custom modification to use the same image size and increase the width and height, I suggest to hire a professional to do this for you if you don’t have basic css/html experience as we cannot provide custom work, sorry! Y ou have to customize it for each screen size using media queries, for example – http://screencast.com/t/YG6pPPShacL
@media (min-width: 1140px) {
.td-header-style-1 .td-header-sp-logo {
width: 340px;
height: 160px !important;
margin: 28px 0px 9px 0px;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 160px;
}
.td-header-style-1 .td-header-sp-recs {
margin: 40px 0 9px 0 !important;
}
}
Thanks!
Hi,
Please provide more details about these errors, any details that can help us recreate it and also make sure that you use the latest version of the theme 6.3 I also recommend you test this without using any plugins, leave just the Visual Composer active, empty all caches and check again, as this might be caused by a plugin.
Let us know how it goes and also provide your site’s url.
Thanks!
Hi,
Please check this without any plugins active except of Visual Composer, clear cache and purge your files if you use CDN. Also re-save your permalinks and see if you still have this issue. I also checked this using latest version of the theme and did not found any issues and when you click on author it link to author page.
Thanks!
Hi,
As you can see in version 6 of the theme we have added more modules that are using different thumbnails. You can change/add another thumb size from td_config.php file and also the cropping mode – http://screencast.com/t/sQJjSjupVNE If you make any changes you will have to regenerate thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Please note that there’s no ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process. You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/
You can find out more about cropping here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/ – https://codex.wordpress.org/Function_Reference/add_image_size
Thanks!
Hi,
I have checked your page and did not found any issues with gallery – http://screencast.com/t/jVEcF8vymp please clear cache.
Thanks!
Hi,
I’m not sure what you mean, please provide a link so we can take a look so we can inspect this.
Thanks!
Hi,
Please add your background image for header using this custom css – http://screencast.com/t/qfxmCw5EJePs
.td-banner-wrap-full {
background: white url("http://mydomain.org/wp-content/uploads/2014/07/Burlap-texture.jpg");
}
Also for footer area you can try this: http://screencast.com/t/36hn8irpI1a
.td-footer-wrapper {
background-color: transparent;
}
.td-footer-wrapper {
background-image: url("http://mydomain.org/wp-content/uploads/2014/07/Burlap-texture.jpg");
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can update using the files from /patch folder – https://forum.tagdiv.com/whats-included/
patch – contains the files modified from the previous version, it’s useful if you made modifications on the code and you want to replace only the files which were modified in the latest update.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please make sure that you use the latest version of Visual Composer, install and activate it from here – http://screencast.com/t/sICGwGTQXQTh and check the version – http://screencast.com/t/pSDK3ooFurWV And select all elements from Visual Composer settings – http://screencast.com/t/ZMdnw3n1V5HO
Thanks!
Hi,
Please make sure that you use the latest version of Visual Composer, install and activate it from here – http://screencast.com/t/sICGwGTQXQTh and check the version – http://screencast.com/t/pSDK3ooFurWV If you need to update the Visual Composer plugin, please delete the old plugin and update the latest version. Also remove the Child theme for version 4 and upload the version provided with the theme files, you can find it in /code folder. Please note that this is an upgrade, Newspaper 6 should be regarded like a new theme and custom modifications, custom css from version 4 will not work anymore and you will have customize it again, but were added many features in this version(blocks, modules, sticky sidebar..) so I guess that it worth the update. Let me know how it goes!
Thanks!
Hi,
There is an optio to translate it in Theme Panel > Translations – http://screencast.com/t/9XCeLLNT – http://screencast.com/t/Fwkrfaug8t – http://screencast.com/t/WQrG3JRBT7s
Thanks!
Hi,
Not sure why you have this issue. If you use pagebuilder try to add your shortcodecode in a text block on your page. Also you can paste the shortcode in a custom ad from Theme Panel > Ads – http://screencast.com/t/1w1j6rNrNv and use Ad Box block to display the ad on the page – http://screencast.com/t/iaVzNFiEwHb as the theme ad system was designed to work also with shortcodes.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to display author role/job and you will need custom modifications to achieve this and if you don’t have basic php/html/css experience I suggest to get someone to help you with this as we cannot provide custom work at this time, sorry!
You can try to add a field, check this solution – https://thomasgriffin.io/how-to-add-custom-user-contact-info-in-wordpress/ and you should have an option to add the job/role on profile. You have to echo that field something similar like description here(for author page) – http://screencast.com/t/IJdnlwfSOCLM and also here for authors block if you create a page with all authors – http://screencast.com/t/kvn9WY4B3
Thanks!
Hi,
1. Please try this custom css to hide Big Grid 7 on category page – http://screencast.com/t/YgJALv5T
@media (max-width: 767px) {
.category .td_block_big_grid_7 {
display: none !important;
}
}
2. Yes, just take the category id and add it in Latest Articles section with minus like in the multiple categories filter description – http://screencast.com/t/mS4QYWaM
Thanks!
Hi,
You have to edit post template and change the order, for default style template – http://screencast.com/t/OtsBRg3Lhw9V
Result: http://screencast.com/t/00TUqoqgk64z
Thanks!
Hi,
Please send an email at contact@tagdiv.com with your request and we will explain the procedure, also paste a link to this topic.
Thanks!
Hi,
You use non-adsense code so if you have to use these divs for specific screen size – https://forum.tagdiv.com/ads-system-full-guide/ For example if you want to display ads only for desktop you can use only this div container and it will be hidden on tablet and phone:
<div class="td-visible-desktop">
<a href="link to" target="_blank"><img src="your image" alt=""></a>
</div>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You have to edit each post template that you use and paste the code above the related articles – http://screencast.com/t/WnnrMYigHha6
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css:
.td_block_slide .td_module_slide {
visibility: hidden !important;
}
.td_block_slide .td_module_slide:first-child {
visibility: visible !important;
}
.td-js-loaded .td_block_slide .td_module_slide {
visibility: visible !important;
}
Thanks!
Hi,
Please deactivate all your plugins, leave just Visual Composer active, clear cache and purge you files if you use CDN then check if you still have this issue. You have some js errors in the console that can affect functionality for log in/register widget – http://screencast.com/t/LzAsHWZ7xK Also please disable any css/js minifications.
Thanks!
Hi,
We recommend to use WP Super Cache on default settings – https://forum.tagdiv.com/how-to-make-the-site-faster/ We use it like this also on our demo.
Thanks!
Hi,
Please disable all you plugins, leave only Visual Composer active, also clear cache and check again if you still have this issue. Do you have this problem also when you save the settings? Also verify the console for errors while you try to open the custom ads.
Thanks!
Hi,
If you don’t want to show reviews on modules you can edit td_module.php and make this change – http://screencast.com/t/wuKr7U40jxJc
Also you can show the comments counter if this is enabled from Post Settings – http://screencast.com/t/DYtAGNmIm8W some modules were not designed to display author, date or comments counter. You can check each module – http://screencast.com/t/USWmIm4Ur7Oc
Thanks!
Hi,
Please disable all plugins except of Visual Composer, clear cache and purge your files if you use CDN and check if you still have this issue. Also disable any js/css minifications. I did not found any issues with this using latest version of the theme with plugins that come with the theme’s files, also you can check our demo.
Thanks!
Hi,
If you have a demo installed and you have changed some settings, when you uninstall it the default settings will be loaded and you will lose also your changes. If you don’t want to uninstall the demo, you can only manually change the font. Roboto font is a default theme font used for article title on modules,block title – http://screencast.com/t/ZNq7BpWry – http://screencast.com/t/vLXPJc5O
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].