Hi,
You can use this code for our blocks.
.td-ss-main-sidebar .block-title > span, .td-ss-main-sidebar .block-title > a{
width:100%;
}
.wpb_widgetised_column .td_block_wrap span{
width:100%
}
Thanks
Hello Junior,
1) There is a quick fix for that. Read this topic for a solution. https://forum.tagdiv.com/topic/footer-template-style-2-no-translated-tag/
2) You can change the header tag on block titles with another if you want, just keep in mind that you cannot change it for specific blocks. All block titles have a h4 heading. In order to modify the heading tag you need to edit the core files like so: http://screencast.com/t/WMzwMYxt
3) You can use a different footer style that does not have predefined content (style 9) and you can add your own custom content instead. You can place a block in footer 1, 2 or 3 widgets and filter the posts to all time popular. http://screencast.com/t/6UEdW1VWb
You can read more about footer styles here: https://forum.tagdiv.com/footer-templates/
Thank you!
Please send us an email at contact@tagdiv.com and provide your login information so we can take a closer look at the problem. Also provide a link to this topic so we know who you are.
Thanks.
Hello esertan,
Nothing is impossible. It can be done but it requires custom work which we cannot provide. The easy way around it is to use a plugin.
If you do not like using plugins you can do it yourself if you know your way around PHP. If not, you can hire a freelancer to do it for you from sites like studio.envato.com
Thank you!
Hi,
These types of situations can occur if you do not use a top menu.
This type of problem was reported to our developer and hopefully it will get fixed in a future update.
Thank you!
Unfortunately, you cannot stretch the content of block 6 to fit the whole container. But you can customize the previous block you had: block 13 to meat the requirements.
Replace the previous code with this one:
.td_block_13 .td-module-meta-info{
bottom: 420px;
}
.td_block_13 .entry-title:after{
border-bottom:none;
}
.td_block_13 .td-module-thumb{
height:390px!important;
margin-bottom:0!important;
margin-top: 200px;
}
.td_block_13 .td_module_wrap {
padding-bottom:0!important;}
The result: http://screencast.com/t/xUa05UqGcW
Thanks.
Hello Andy,
In the same place you selected the category style, if you scroll a bit further, you will see the background upload widget: http://screencast.com/t/GUaS5xNuVdUl
Simply select your preferred image and it’s done. Example: http://demo.tagdiv.com/newspaper/category/template-style-8/
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hello Aleks,
You cannot target these options with css. You have to remove them from the core files.
To remove the second dropdown comment out or delete this code here:
http://screencast.com/t/fZJ7vvonLm2
To remove numbers you have to do it from the files as well: http://screencast.com/t/SlA1iGFQ
I hope this helps.
Thanks.
Hello Monica,
I did a little digging and found that the error comes from the old social sharing widget from newspaper 4. You updated the theme from that version and that is what causes it. The sharing widget in the sidebar is no longer available in the newer versions so you have to remove it from your sidebar in appearance->widgets.
Now you can activate social sharing from the theme panel and the social counter plugin.
Newspaper 6 was built from scratch and there are a number of big changes made. Some old features will not work anymore because they have been replaced by the new ones.
I hope this helps.
Thank you!
Hello,
There are multiple ways to update the theme. Please follow our tutorial in the documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/
As a note, only visual composer was updated in the new version for security reasons. Nothing else was changed. So you can just update the visual composer (Install only the one that comes with the theme).
Thank you!
Hi,
You can target the more articles box with CSS:
.td-more-articles-box.td-front-end-display-block{
background-color:red
}
Place the code in the theme panel->custom CSS box
result: http://screencast.com/t/bb4sn6TjDS5w
Thank you!
Hello,
Please only use the visual composer version that comes with the theme. Our latest update 6.5.1 contains the latest version of visual composer, but you have to install it from the theme panel not the plugins section http://screencast.com/t/eOzctAU763lY
Please remove other versions ov visual composer you might have installed and install the one from the panel.
Thank you!
Hello Jorge,
You can remove the sharing buttons from the theme pannel: http://screencast.com/t/ljf4BC4ScL0
You can read more about sharing options here: https://forum.tagdiv.com/sharing/ – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thank you!
Hi,
To correct the image margin, you can add a custom CSS rule:
@media (min-width: 1141px){
.td-header-sp-logo img{
margin-top:20px;
}}
@media (max-width: 1140px){
.td-header-sp-logo img{
margin-top:40px;}}
@media (max-width: 1018px){
.td-header-sp-logo img{
margin-top:50px;}}
Add this in the theme panel->custom CSS box and it should fix the margin on every viewport.
This code applies to this particular logo. If you change the logo, you have to remove the code or adjust the margins on it.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hi,
You can use the browser inspector to find these: http://screencast.com/t/nwHehLuw3
The menu id’s are named: menu-item-x where x is the specific number for each menu item. These are the ones you have to target.
Thank you!
Hello,
I have checked your site and you only have one image uploaded. That logo (534×86) cannot be stretched to fill the big grid. you need an image with a 4:3 aspect ratio for it to fit properly. If you upload a 16:9 image, it will be cropped to fit as well. Please upload other images and see how they fit, not just the Gurmetech logo.
Thank you.
Hi,
When you get your embed code, there are 2 steps to do. The first one involves pasting the JavaScript SDK http://screencast.com/t/yHKYZIh6VljZ in the site’s body tag. You can place the code here:
http://screencast.com/t/0mCwYtz4VY1T
The you can use your embed code on your website:
http://screencast.com/t/kDS9jXfRdTmi
Thank you!
Hello ,
There is a block that has titles above images if you want to use it:
http://demo.tagdiv.com/newspaper/block-6/
If not, you can move the title of block 13 to the top with this custom CSS:
.td_module_14 .td-module-meta-info{
bottom: 325px;
}
.td_module_14 .entry-title:after{
border-bottom:none;
}
result:http://screencast.com/t/UAl470fZvQ
Thank you.
Hello chauffeur,
You can try to change the big grid style: http://screencast.com/t/egHUbXet3P
Every style has a different effect over the images. You can check these styles in action here: http://demo.tagdiv.com/newspaper/big-grid-3/
If you want a lighter style, you can chose style 4 and if you don;t like the background-color of the title, you can remove it with this custom CSS:
.td-grid-style-4 .entry-title{
background-color: rgba(0, 0, 0, 0.4)
}
result: http://screencast.com/t/X4UzrlwD
You can change the color and transparency in the code to the one you like best.
Thank you!
Hello,
The images are being stretched because this is how the plugin increases their size. It cannot resize and maintain quality. The only way to do this is to upload bigger images to your posts.
Unfortunately the slider or other block elements do not have an option for resizing. They have a fixed width and height in order to fit the containers and be responsive over multiple viewports.
Here is a list of thumbs used by different block elements: https://forum.tagdiv.com/theme-thumbs/
Thank you!
Hi,
Maybe it’s something in the settings of your plugin. We recommend using WP Super Cache plugin with our theme as it it tested to work properly. http://screencast.com/t/IEb3dFcd0Mld
If you already use WP Super Cache, you can check this guide how to set it up http://www.wpbeginner.com/beginners-guide/how-to-install-and-setup-wp-super-cache-for-beginners/
I hope this helps.
Thanks.
Hi,
I think you mean the post titles from the trending now ticker. http://screencast.com/t/OvSFeHSQ
Use this css to change them.
.td_module_trending_now h3 > a{
color:#4caf50;
}
I hope i got it right this time.
Thanks.
Hello esertan,
You can add sharing buttons that pull your followers from your account by using the ‘Tagdiv social counter’
You can read how to set it up here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Make sure you enter just your social ID not the URL.
On posts you have another option for sharing that you can activate from the theme panel: https://forum.tagdiv.com/sharing/
You can enter your sharing accounts here: http://screencast.com/t/lvmAITld
I hope this helps.
Thanks.
Hello François,
The contact page comes with the default demo. You can copy the shortcode from that page to another one you create Just make sure you paste it in text mode not visual http://screencast.com/t/WJevsSWJCzo: http://pastebin.com/Uwp3Mh0C
For the contact form you will need the plugin because the theme has no forms implemented.
I hope this helps.
Thank you!
Hello Jerry,
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
Let me know how it goes!
Thanks.
-
This reply was modified 10 years by
Bogdan B..