Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for the delay, we don’t work on weekends!

Please deactivate mobile theme from Jetpack plugin following this guide: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can do that using custom css. Please use inspector tool and add the border for post style that you want: http://screencast.com/t/toeztjmjRLua

.single_template_5 .td-page-wrap .row-fluid:first-child{
border-bottom: 1px solid black;
}

If you don’t have basic css/html experience you can always hire a professional to do this for you as we cannot provide any custom work for the moment. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use inspect tool and target categories with css code: http://screencast.com/t/JOj7Z0G3F0Dq

.home .td_mod3 ul.td-category a{
background-color: blue;
}

Paste the code in Theme Panel > Custom Css: http://screencast.com/t/7XOgKZea

Unfortunately you will need custom modification to the php code(function) to have only 2 categories on the modules. If you don’t have php experience to do that you can always hire a freelancer to make this for you as we cannot provide any custom work for the moment. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Please try this css code for that: http://screencast.com/t/0rQsmJ6um5

.td-related-title .td-related-left, .td-related-title .td-related-right{
border-radius: inherit;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to add an extra class to the text block that you use – http://screencast.com/t/vZEWzzHA36 and use custom css to float right:

.yourclass {
float: right;
}

Off course try this without the css provided before. Like I said Visual Composer is used for pages on our theme and you can encounter some issues.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This margin is added to the header ad so if you don’t have header ad for phone screen remain this margin. I also added this on our list and it will be fixed soon as possible.
Please try this custom css in Theme Panel > Custom Css to fix this: http://screencast.com/t/GcPzaRwqbo

@media (max-width: 767px){
.td-header-style-3 .td-header-sp-ads{
margin-bottom: 0px !important;
margin-top: 0px !important;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to copy also get_category function, please replace the content of module 3 with this code: http://pastebin.com/BBpQ2htn
Result: http://screencast.com/t/GMXezrmmOUV

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you will have some issues like this if you use Visual Composer plugin also on post pages. The VC is specifically designed for pages so we don’t recommend to be on posts.
Please try this custom css for that issue in Theme Panel > Custom Css: http://screencast.com/t/PtnDguFW

.td-post-template-4 .td-ss-main-content .td-post-content .vc_custom_1428052578119 {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
.td-post-template-4 .td-ss-main-content .td-post-content .vc_custom_1428052702131 {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/ABDmLGdjfg

.block-title > a, .block-title > span{
border-radius: inherit;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css it will show the top menu, but will hide the date and social icons: http://screencast.com/t/SvZy24not1j

@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-sp-top-menu .td_data_time{
display: none !important;
}
.td-header-sp-top-widget{
display: none !important;
}
}

Unfortunately theme doesn’t have an option to add a different top menu on mobile since it already been hided by default on phone screen.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately this file cannot be overwriten by child theme so you have to make this change in the main theme. We have changed the child theme system for which we will have a documentation available soon. I cannot tell you exactly if you will be able to edit this file with the new system, but we will try to add this in future updates.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we don’t plan to make changes to the theme width so I’m afraid that a full width option will not be available. Sorry for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css for that: http://screencast.com/t/LfCVnagYMlqv

.td_smart_list_3 .td-sml3-top-controls .td-sml3-control-text, .td_smart_list_3 .td-sml3-bottom-controls .td-sml3-control-text{
font-size: 20px;
}
.td_smart_list_3 [class^="td-icon-"]:before, [class*=" td-icon-"]:before{
font-size: 30px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and your banner is displayed: http://screencast.com/t/vH6SZCyIttCm
You can use these divs to display your non-adsense ads and also find more infos: https://forum.tagdiv.com/ads-system-full-guide/ just change link ant the image.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css till we solve this issue:

@media (min-width: 768px){
.td-affix{
display: none !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you refer to have more than 3 footer columns. Unfortunately you will need custom modification for that as footer columns were designed at the size to display our block properly. So if you make any custom modification to the footer columns you will need change the size also on Visual Composer elements: http://screencast.com/t/LkoiakEZ0q3R

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need some custom modification to the code , try to use span 8 for logo and span4 for ad(off course you have to use a smaller ad size): http://screencast.com/t/UE1r7ijyO
Also you will need some css customizations, so if you don’t have basic css/html experience you can hire a freelancer to do this for you as we cannot provide custom work at this time. Sorry for this.

You can also use an header style with full logo(like style 3 and 6) if you want to display your big size logo.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and seems that you solved the issue to display header’s banner.
Please also paste this custom css in Theme Panel > Custom Css to display entire image: http://screencast.com/t/TGvvwzzqT

.td-a-rec-id-header{
top: 0px;
margin-top: 10px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You have to these spans in menu-top.php: http://screencast.com/t/AWBUF791

.td-header-menu-wrap .td-social-wrap{
float: right;
}
.top-header-menu.td_ul_login{
float: right;
}
.top-header-menu.td_ul_logout{
float: right;
}

Results:
* When you are logged out: http://screencast.com/t/b1SuJmpaU
*When you are logged in: http://screencast.com/t/piaD4ezr2SH3

4. That space appears because the Popular Videos block is on a different row then Editor block and that space cannot be reduced via css code. You can try to add another block in the Popular videos column or remove Travel Guides block from that row.
There are many possibilities to build your page with Visual Composer, also you can use Widgetised Sidebar block to display your custom sidebar(create it and add widgets to it): http://screencast.com/t/RqaeiOAXaIor

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Unfortunately you will need custom work to achieve this. We cannot provide any type of custom work at this moment as we work hard on development, updates, fixes and support so the time and resources don’t allow us to provide custom work. You can get a freelancer from sites like: http://studio.envato.com/

2. You can use media queries for different sizes of screen: http://screencast.com/t/Dx9X6qgx

@media (max-width: 767px){
.post header h1 {
font-size: 20px !important;
line-height: 25px!important
}
}

3. You can try this custom css to reduce header margin, also there is a space for meta’s elements: http://screencast.com/t/L3QxBrnRZkX

@media (max-width: 767px){
.post header{
margin-bottom: 0px !important
}
.post header .meta-info{
display: none;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Ne bucuram ca ati rezolvat problema si multumim pentru mesaj!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to have tags of different colors, you can use custom css in Theme Panel > Custom Css but it will change the color for all post’s tags: http://screencast.com/t/6nC8HpnO

.td-tags-and-social-wrapper-box .td-tags a{
background-color: red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the woocommerce widgets don’t have an option to change the title style like on theme’s blocks, but you can inspect these titles and change via css code in Theme Panel > Custom Css: http://screencast.com/t/zKCxbCnM

.woocommerce .block-title span{
background-color: transparent;
color: #222222;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme Ad system was designed for Adsense and custom banner(image)+link ads, with other ad systems it may not behave properly. You can try to add all code in the template below the previous/next article buttons, but I’m not sure if it will work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/11/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/0y8y1bJwl8vy
You can see also on our demo how the blocks are used: http://demo.tagdiv.com/newspaper/block-2/

Thanks!

Viewing 25 posts - 6,301 through 6,325 (of 7,871 total)