Hi,
You must create an image logo with the size you want in mind and upload it as shown, in the logo section. The logo size in the car demo is originally 1920x580px – https://www.screencast.com/t/3ACC4b5GMW and is displayed in it’s native size.
If you use that css code you are just stretching the 300x91px current logo to 1920px – https://www.screencast.com/t/WRyFiIJH hence the blur on the image.
Thanks
Hi,
You can set a post limit in the Slide settings like this – https://www.screencast.com/t/lwlXtOmkekw resulting in a single post displayed in the slide. To hide the left/right arrow in the slide use this code, enter it in Theme panel->Custom Css
.td_block_slide .td-icon-left,
.td_block_slide .td-icon-right {
display: none;
}
Thanks
Hi,
Those settings are for the single post page – https://www.screencast.com/t/7DgQtH0a To remove the author name and date on blocks and modules go to Theme panel->Block settings and disable them there – https://www.screencast.com/t/vLewqY4efdgF
Thanks
Hi,
You can upload the logo image you want to use in Theme panel->Header->Logo – https://www.screencast.com/t/UQh93W8pj0
Result – https://www.screencast.com/t/klr1hL2YS4
Also if you use a background color or image the site will switch to the boxed version and look like this – https://www.screencast.com/t/mCKDEK1ME0bD
Thanks
Hi,
Try to go in Visual Composer settings->Role manager – https://www.screencast.com/t/7GyG7vxHt – and make sure you have all the elements checked like this – https://www.screencast.com/t/sTshxRMX
Thanks
Hi,
It seems to work on your site when the code is applied – https://www.screencast.com/t/qFjqtqn8Pjy and after I refreshed the page a few times the count increased from 39 to 43 with some delay.
Also this code does not affect the view counter, maybe you have installed a plugin with this functionality which can interact with the post view count feature and cause this problem. Try disabling all the plugins except Visual Composer and see what happens in regard to the post view count.
Thanks
Hi,
Post your link here in the topic and i will take a look, also you can use this code to reduce the margin, enter it it Theme panel->Custom Css
.td-post-sharing-top {
margin-top: -15px;
}
Result – https://www.screencast.com/t/tpwkOIZy
Thanks
Hi,
You can achieve this using do_shorcode for the slide and news ticker elements – https://www.screencast.com/t/r69O5yQOw – https://www.screencast.com/t/IevYmognHVo8
Add this code in index.php file – https://www.screencast.com/t/gcBlf2JX so it looks like this – https://www.screencast.com/t/KExUJ75ghT
This is the code for the News ticker and the Slide element
<?php echo do_shortcode('[vc_row][vc_column][td_block_trending_now tdc_css=""][/vc_column][/vc_row][vc_row][vc_column][td_block_slide tdc_css=""][/vc_column][/vc_row]');?>
To hide the “blog” in the breadcrumbs so it displays just “Home” use this code, just enter it in Theme panel->Custom Css
.home .td-bred-no-url-last {
display: none;
}
Result – https://www.screencast.com/t/bTp8TAq7X
Please let me know if this does not work for you or you have further questions
Thanks
Hi,
If you are talking about the page title – https://www.screencast.com/t/kKoE4mPbc5LW you can remove it by choosing the default template in Page Attributes – https://www.screencast.com/t/WaeMmGbe8
IF this is not what you are reffering to, please provide a screenshot and more information about what you want to achieve.
Thanks
Hi,
There seems to be a padding-right property set on the image thumbs – https://www.screencast.com/t/pYjKcNziDxSe resulting in this – https://www.screencast.com/t/buAjjok3zjw Please check any custom css code you may have entered in Theme panel->Custom Css panel and also if you are using a child theme – https://www.screencast.com/t/HPbD9uoO9x try switching to the main theme and see if the problem remains, or remove any modifications to the module thumbs.
Thanks
Hi,
Replied in your other topic.
Thanks
Hi,
If a featured image is set in the post and enabled in Theme panel – https://www.screencast.com/t/UdNyuegnhjCL and it is not displaying it could be a plugin conflict so please disable all plugins except Visual Composer, clear cache and also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thanks
Hi,
A posibility is to remove Latest Articles – https://www.screencast.com/t/P8dmRWKwIZsV and replace it with a block (named Latest Articles) and set a Load More button – https://www.screencast.com/t/hH4xAwBRa pagination to it
Then you can apply some custom css on the button if you want to, here is an example where i used block 11 named Latest articles with the sort order set to latest – https://www.screencast.com/t/iOkXZjzJXma and applied some css customization – https://www.screencast.com/t/nnjp4Q7717g4
This is the css code if you want to us it, just enter it in Theme panel->Custom Css – https://www.screencast.com/t/Ryutl7xoL
.td_block_11 .td-load-more-wrap a {
color: grey;
font-weight: bold;
text-transform: uppercase;
border: 2px solid grey;
padding: 15px;
}
Please let me know if this is ok for you
Thanks
Hi,
You could use a do_shortcode with a custom ad inserted in the loop single php file of the coresponding post template that you use, found in the theme files. Example for post template 2 – edit loop-single-2.php like this – https://www.screencast.com/t/4A2gQiM0kIJM and add the code above the top sharing – https://www.screencast.com/t/eYsURewPomd
This is the code – make sure you have an ad code placed in Theme panel->Ads->Custom ad 1 – https://www.screencast.com/t/Mw29z93l9
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Result – https://www.screencast.com/t/84kV4eKU
As for the size of the ad, it takes the full available width taking in account if there is a sidebar or not – https://www.screencast.com/t/jtmFdrnQ2F
If in your case it is of a much smaller size please provide a link so i can inspect it further.
Thanks
Hi,
Please follow this tutorial about ad placement in the Header – https://forum.tagdiv.com/header-ads-adsense/
Thanks
Hi,
Those tags displayed above the Latest Articles do not originate from the theme. This could be a plugin so please disable all plugins except Visual Composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thanks
Thanks
Please follow this tutorial about how to add icons in the menu – https://forum.tagdiv.com/how-to-add-icons-in-menu/
Thanks
Hi,
The button inherites the body font, in your case – font-family: Merriweather. You can set a different font family for the button using css, just enter it in Theme panel->Custom Css like this – https://www.screencast.com/t/jT9ohzphaP
.vc_btn3 {
font-family: Monserrat, Verdana, Geneva;
}
Result – https://www.screencast.com/t/F8yxNljJH0
Please let me know if this works for you
Thanks
Hi,
The grid used in Category top post style 10 – https://www.screencast.com/t/uLIzlJlo is Big grid 10 shown here in the demo – http://demo.tagdiv.com/newspaper/big-grid-10/ and you can add it on a page in Visual Composer – https://www.screencast.com/t/xOo8g3M4jFQm
Thanks
Hi,
Please note that some footer templates come with predefined content and some are blank templates – https://www.screencast.com/t/rZ6XZRTc You can add or remove widgets in the footer like this – https://www.screencast.com/t/jyWe6Mq0u
You can remove the block title border with this code, enter it in Theme panel->Custom Css
.td_block_16 .block-title {
border-bottom: none;
}
Result – https://www.screencast.com/t/s67h5TVjkmjC
It will work only for block 16 on your page (Calculator), if you want to remove the bottom border on all the block titles on the page use this code instead
.block-title {
border-bottom: none;
}
Result – https://www.screencast.com/t/1bPxgpG8
Thanks
Hi,
You could achieve that using this custom css code, just enter it in Theme panel->Custom Css
.td-post-views i {
display: none;
}
.td-post-views::before {
content:"Dilihat";
}
.td-post-views::after {
content:"Kali";
}
.td-post-views span {
margin-left: 5px;
margin-right: 5px;
font-weight: bold;
vertical-align: 0!important;
}
Result – https://www.screencast.com/t/pnMM4zlEJ4
If this not what you meant, please provide a screenshot and more detailed information about what you want to change
Thanks
Hi,
You can enter any custom Css code in Theme panel->Custom Css – https://www.screencast.com/t/h2awYdtQ
Thanks
Hi,
Make sure the post views are activated in Theme panel – https://www.screencast.com/t/JekRPvs3kG0 You should also take a look in Theme panel->Custom Css maybe the code is still there and remove it. Also if you are using a child theme please switch to the main theme and see if the problem is still there.
Thanks
Hi,
Enter this code in Theme panel->Custom Css to remove the social count
.td_block_social_counter .td_social_info {
display: none;
}
Result – https://www.screencast.com/t/E98rCPrn
Thanks
Hi,
From inspecting your site it seems that the Instagram widget is working properly and I can’t see any other problems related to it – https://www.screencast.com/t/xoP21FvxHMA
Thanks