Please use this custom css for megamenu post titles: http://screencast.com/t/shxQfOwFX
.td_mod_mega_menu .entry-title a:hover{
text-decoration: none !important;
}
Hope this helps!
Hi,
Try to use !important to the height: http://screencast.com/t/k4JEqQMj126
Also if you don’t use 50px height how I set, it is possible to break buttons display. So you will need to change also the top values from the code that I provided to you.
Thanks!
Hi,
Try to use !important to the height: http://screencast.com/t/k4JEqQMj126
Also if you don’t use 50px height how I set, it is possible to break buttons display. So you will need to change also the top values from the code that I provided to you.
This answer is for this topic: https://forum.tagdiv.com/topic/social-sharing-button/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. You can try to add some padding, but the grid was not designed for this and some elements may not be displayed properly: http://screencast.com/t/OUUOFmcyQT4Y
.td-post-sidebar{
padding: 25px;
}
2. It is more difficult to target sidebar for pages, please try this css and see how it goes: http://screencast.com/t/ERH4XUQG
.td-page-wrap .td-grid-wrap .span4{
background-color: red;
}
Please provide your site URL if this doesn’t work.
Thanks!
Hi,
I have checked your site and I guess that you solve the issue: http://screencast.com/t/AdqWFOF6
Thanks!
Hi,
I have checked your site and from my view is looking fine: http://screencast.com/t/APo2ff5R2
Please provide more details!
If you don’t have any issues with Big Slide and you want custom modification to it, unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/
Thanks!
Hi,
@Chris Thanks
@Sanalsantiye Unfortunately the theme doesn’t have an option to do this, you would need custom work for it or you can also try to find and use a plugin for that like Chris suggested or get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support.
Thanks!
Hi,
Here you can find “Similar Articles” code, so you can move that code where you need: http://screencast.com/t/azrrPaRP
Thanks!
Hi,
The Visual Composer plugin that comes with the theme is licensed to the theme, the license specifies that only we can provide the updates and you don’t have to buy it or register it.
We’re testing the plugin latest version, if everything is ok we will include it in the next update and only then you can update the plugin by downloading the theme latest version and following the procedure presented in the plugin update guide.
Till then please ignore the update message!
Thanks!
Hi,
You can activate them by removing this code from functions.php: http://screencast.com/t/EuxGKGR1InbU
We had some issues with these blocks, don’t work properly with the theme, that’s why are hidden. We work on this issues and will be solved on Newspaper 5 version of theme. Sorry for inconvenience!
Thanks!
Hi,
1. Here you have to edit and remove share buttons: http://screencast.com/t/pawTnpy4xz
2.Use this custom css: http://screencast.com/t/pDJgmBDtRQ
.td-social-sharing-buttons{
font-size: 25px;
width: 180px;
height: 50px;
}
.td-social-sharing-buttons div.td-social-but-text{
top: 5px!important;
}
.td-social-sharing-buttons div{
top:5px !important;
}
.td-tags-and-social-wrapper-box{
display: table;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){
.td-social-sharing-buttons{
width:auto;
height:auto;
}
.td-social-sharing-buttons div{
top:auto !important;
}
}
3. Please follow this solution: https://forum.tagdiv.com/topic/how-to-add-sharing-options-on-top-of-the-postarticle/
Thanks!
Hi,
You have to align your images to the left: http://screencast.com/t/Pplc6vNyn
Result: http://screencast.com/t/4rVz0zyz3P
Thanks!
Hi,
You can use with !important without problems.
I also checked your site and I see that you use first code .td_mod_wrap .entry-title a:hover and if you also add code for Big Slide I think that you managed to your wish. Let me know!
Thanks!
Hi,
You have to turn off modal image, if you want to open a web page: http://screencast.com/t/DWuUIKg19c
If you still have this issue please deactivate all plugins, leave only Visual Composer active, empty cache and try again.
Let me know!
Thanks!
Hi,
We have this on our todo list and will be an option to disable it.
You can comment this line till then: http://screencast.com/t/bdxqGsw0
And use this css in Theme Panel > Custom Css: http://screencast.com/t/Ez23ArHuO7k2
.td-related-title .td-related-left{
border-radius: 3px;
}
Result: http://screencast.com/t/ZkjIYIy9
Or use only css code to hide it like here: https://forum.tagdiv.com/topic/customising-the-related-articles-more-from-author-section-on-a-post/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I also tested this and should work in youe case too. Please make sure that you paste the codes right in Custom Css from Theme Panel and save that: http://screencast.com/t/XcowVmdq
Sidebar when I hover on block title: http://screencast.com/t/O9ivEDEo4Bz – and post title: http://screencast.com/t/bsl8mcNJvkY
Big Slider: http://screencast.com/t/tdsCM9w79Zw
On Big Slider I found that big image post title have another class on hover, so please add also this css for that title: http://screencast.com/t/1yByLwi44
.td-sbig-title-wrap .td-sbig-title:hover {
color: red;
text-decoration: none !important;
}
Please also empty cache and try again!
Thanks!
Hi,
Now I think I understand you want to hide the categories but I’m not sure if you want to do this for all posts or only for some templates( “whether shown as thumbnails or full posts”).
So if you want to hide for all templates you can set this from Theme Panel > Post Settings: http://screencast.com/t/fs3IgmRoqLgr
If you want to hide them only on some post templates you can use this custom css: http://screencast.com/t/XoDngp50bib
.single_template_6 .td-category{
display: none;
}
Like I said above change only the number if you want to apply to other post templates.
Hope this helps!
Hi,
Background color for sidebars can be added with css code in Theme Panel > Custom Css: http://screencast.com/t/wuQhpYgb
For example post’s sidebar: http://screencast.com/t/akrSX4QtD3
.td-post-sidebar{
background: aliceblue !important;
}
Thanks!
Hi,
Please take a look at this block settings: http://screencast.com/t/usnHKnLVB you have to change pagination to “Infinite load”: http://screencast.com/t/QM2rDhHLcqzL
Also maybe this can help: https://forum.tagdiv.com/homepage/
If you still have this issue, please deactivate all plugins, leave only Visual Composer plugin active, clear cache and try again.
Please provide more details about slider issue. I have checked your site and you use a Big Slide: http://screencast.com/t/2Ihdulq3
Thanks!
Hi,
Please try to edit td_social_counter_009.php: http://screencast.com/t/wHVy6G1S4xPi and change to 'url' => "http://www.youtube.com/channel/your channel",
Then add your id in social counter widget: http://screencast.com/t/cm4ORsg5Phf
Also please deactivate all plugins, leave only Visual Composer and Social Counter active, clear cache and try again. It should work fine.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/OqGAlfmISPnl
.single_template_4 .td-category a{
background:none;
color:red;
}
This code is for post template 4, but you can change the template number from code to template that you want to use. Example template 6: http://screencast.com/t/7Jc6IHHx2C
Thanks!
Hi,
Please use this custom css to change background for logo: http://screencast.com/t/AUOp3Cq4
.td-boxed-layout .td-logo-rec-wrap {
background-color: transparent !important;
}
You can change the color how you wish!
Thanks!
Hi,
1. This can be done only if you create a custom sidebar for each category: http://screencast.com/t/ZVk0Wbmgy
Then add widgets and set to display that specific category’s articles: http://screencast.com/t/PGh35ka5I2y
Result: http://screencast.com/t/4ZjIfzmEPQF
You have to do this for each category.
Also to exclude current post from sidebar’s block you have to edit td_data_source.php and add this code: http://screencast.com/t/YFGmSjRoL
global $post;
if (is_singular()){
$args['post__not_in'] = array( $post->ID );
}
2. This is not possible on post template 5(that you use) without custom modifications, we cannot offer custom work for the moment because we work hard on the development, updates, fixes and support.
Please use the default template and if you don’t want to display featured image please edit loop-single.php and delete this: http://screencast.com/t/0f8k48S4uoM
Result: http://screencast.com/t/CEdnAr3nNB – http://screencast.com/t/wnJzK3qK2FD
Hi,
1. Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/6TEPHxcz917y
.home .td-g-rec-id-custom_ad_3{
margin-top: 20px;
margin-bottom: 20px;
}
Result: http://screencast.com/t/bvrAaHaii
2. Yes it is possible, you have to add a class to that row that you want to hide on mobile view: http://screencast.com/t/TrpfoAGF
And use css code to hide that row on mobile view:
@media (max-width: 767px){
.your class{
display: none;
}
}
Desktop: http://screencast.com/t/avEVO2TFKZ
Mobile: http://screencast.com/t/48NdbHbCgzg
Thanks!
Hi,
Please provide your site url, so I can inspect this and provide an accurate solution.
The height for logo is set to auto, it can vary depending on the image’s width.
Thanks!