Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello Andy,

The footer in our demo is actually footer style 1. The default footer. http://screencast.com/t/A8aBeC42A
http://demo.tagdiv.com/newspaper/
You already have that one selected, but you added content to it in the footer widgets: http://screencast.com/t/pdo2EkLdt
The predefined content that comes with the footer styles cannot be removed from the theme panel.
There are footer styles that do not contain predefined content: https://forum.tagdiv.com/footer-templates/
If you want to customize your footer with block elements, you can test different block elements here: http://demo.tagdiv.com/newspaper/block-1/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can also create a page in visual composer something like the one on our demo: http://demo.tagdiv.com/newspaper/homepage-blog/. And add it in your menu. You can then chose which block element to display: http://demo.tagdiv.com/newspaper/block-1/ and set a particular category to the block: https://forum.tagdiv.com/block-settings-tutorial/
I hope this helps
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please request it via email at contact@tagdiv.com and we will provide it there.
Thank you!

Bogdan B.
tagDiv Staff

Hello Navito,

The easiest way is to use the blog page: http://demo.tagdiv.com/newspaper/blog/
In order to do this you have to set your homepage to ‘your latest posts’: http://screencast.com/t/60dfnITGbuXM
Or you can create your own blog page using visual composer like this one: http://demo.tagdiv.com/newspaper/homepage-blog/ – and set it either as a homepage or as a menu item.
I hope this helps.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we did not tested this plugin or any related plugins with our theme so I’m not sure if it will work properly. A quick search through our forum suggests that lots of our users have trouble with this plugin.
It seems that if you do not want to use the theme next and prev post: http://screencast.com/t/yTylZ7wjoomc, you have to do a bit of trial and error and check some free post slider plugins and see if they work.

Thank you!

Bogdan B.
tagDiv Staff

Hello Ryan,

Unfortunately the theme does not have such an option at the moment.
The easiest way to do this is by using a plugin. Something like https://wordpress.org/plugins/random-banner/ but be careful as we have not tested any of these plugins and their functionality. Try some of them out and see how they work for you!
You can also try the coding method if you know your way around PHP or JavaScript: https://css-tricks.com/random-ad-positions/
I hope this helps!
Thank you!

Bogdan B.
tagDiv Staff

Hello Andy,

Your menu does highlight. Just the header menu you chose highlights with the blue bottom border. You can chose a different header style from the theme panel that uses a different highlight method: https://forum.tagdiv.com/header-styles/

If you want further highlighting you can use custom css to get it done:

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color:red;
}

Add the code in the theme panel->custom css

result:
http://screencast.com/t/NDXha6Wb

Thank you!

Bogdan B.
tagDiv Staff

Hello,

What you can do is check this header style list to see which header style you prefer: https://forum.tagdiv.com/header-styles/https://forum.tagdiv.com/header-ad/
You can see the header ad positions as well. If any of these is not sufficient you can use a custom ad spot: https://forum.tagdiv.com/custom-ad-spots/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately, the theme translation cannot translate all your site and make it available in x different languages. It only translates parts that you cannot type in: https://forum.tagdiv.com/loading-translations/
https://forum.tagdiv.com/customize-a-translation/
You will still have to use a plugin to do that. Maybe something like https://wordpress.org/plugins/qtranslate-x/ as the theme doesn’t have such of feature implemented.

Thank you!

Bogdan B.
tagDiv Staff

OK. We will look into it!
Thank you!

Bogdan B.
tagDiv Staff

Hello John.

If you try to disabled the plugins, leave just visual composer and disable all of them. You can also try to regenerate your thumbs: https://wordpress.org/plugins/force-regenerate-thumbnails/
If the problem is still there, provide a link to your site so we can take a look.
Let me know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Please make sure you select full size of the picture : http://screencast.com/t/WaKXpKsJU also where you insert media: http://screencast.com/t/qo7UkHy9
I have inspected your site and saw that the image is not set to full size:
mine: http://screencast.com/t/SLHvG2weQwUZ yours: http://screencast.com/t/oAOZpXeoplS
The sharing buttons on the top post are not from a plugin. The option comes with the theme: http://screencast.com/t/6mqWHJj00
In order to get an image full width you need to do some custom modification.
It can be done with CSS. You have to place the image in a

container (in the text view) and set a css class to it: http://screencast.com/t/aFwXmdXM
Then you can use this custom CSS to display it full size:

@media(min-width: 1141px) {
.td-post-content .full-image {
left: -20%;
position: relative;
transform: translateX (30%);
}
.full-image img {
max-width: none !important;
}
}

result: http://screencast.com/t/kzuD7LqF
If it needs a bit of adjusting, change the values in the code.
You will have to do this to every image you want to be displayed full. Add it in the container and give it the ‘full-image’ class

Thank you!

Bogdan B.
tagDiv Staff

Hello Elena,

Please try to disable all your plugins except visual composer. Sometimes plugins can be the cause of a whole bunch of problems. If the problem is still there, provide more details so we can take a look and see what the issue is.

Thank you

Bogdan B.
tagDiv Staff

Hello

The theme was designed to work with adsense. You could try to use the image as an ad using our ‘other ads’ method: https://forum.tagdiv.com/using-other-ads/
Just put your image inside the div’s provided and it will not be upscaled: http://screencast.com/t/9rQXNqrHH

Thank you!

Bogdan B.
tagDiv Staff

Hello Thierry

There is no way to use a full width image because the container of the post is not as big as your image. You can stretch it to the full width of the container though as big as the video under the image:
http://screencast.com/t/lTbsPaTaNCrQhttp://screencast.com/t/7l7Zjh9qT9Pi
The only way to use a full width image is to set it as a featured image and use post style 7 : http://screencast.com/t/Kf2v7slg7QO

I hope this helps.
Thank you

Bogdan B.
tagDiv Staff

Hello Beldar,

Make sure visual composer is enabled as it is required by the theme. Try to disable all plugins and leave just visual composer then see how the ads are displayed. It could be another conflicting plugin. I also saw some errors in the console of your site you might want to look at: http://screencast.com/t/xS5hCq9B
Let us know how it goes!

Thank you!

Bogdan B.
tagDiv Staff

P.S.
About the blue spacing. That is the video container. You chose a post template that requires a video to work properly. Either add a video to your post or change the template: http://screencast.com/t/CVwGLhBQfn.
Thank you!

Bogdan B.
tagDiv Staff

Hi

You can override the theme accent color using custom CSS. Just add this code in the theme panel->custom css and the sub-footer hover color will be different from the rest of the site:
.td-subfooter-menu li a:hover {color: red;}
I set it to red, but you can use another color if you wish. You can chose a color using one of the theme panel’s color pickers and copy the color code.
I hope this helps

Thank you!

Bogdan B.
tagDiv Staff

Hello wpdiv,

Please understand that there are lots of messages and we do our best to answer all of them. The big delay time is due to the fact that we do not work on weekends. You made a request on Friday and we answered on Monday. There is also the time zone to keep in mind. If big modifications are requested we cannot offer them because they take a lots of time and we will not be able to answer messages from other users on time. We even try to help out with custom work were we can. We really hope you have a pleasant experience with our theme as well as the support.
We are sorry for the inconvenience.

Best of wishes!

Bogdan B.
tagDiv Staff

Glad it worked out!
Have a nice day!

Bogdan B.
tagDiv Staff

Hello,

It seems you have a negative line spacing on your h4 titles. You can use this custom CSS to change it back to 0 and it should display fine now: http://screencast.com/t/RaKYxXVTg9

.jp-relatedposts-post-title{
letter-spacing:0;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

There is an option in the theme panel for that and can be found under category settings:
http://screencast.com/t/VZ2K6qfR6C
You can set a custom tag color to all categories you create

Thank you!

Bogdan B.
tagDiv Staff

Hello,
It takes a bit of custom modification to do it. You can add an extra class on the row in visual composer: http://screencast.com/t/GDM4o7r7OjlN and you can apply styles to that row in CSS.
This is an example on a block 6: http://screencast.com/t/jAT3BC8n4X
You need to target every block you place on your page and set borders to it.
If you cannot manage on your own i suggest you hire a developer to do it for you from sites like studio.envato.com because at the moment we cannot provide any custom work. (We try to help out were we can if it does not involve lots of customization)
I hope this helps
Thank you!

Bogdan B.
tagDiv Staff

Hello Habhajan,

I have tested this issue on my end and the ad title should not hide the ad as well. I could not recreate the problem. Please recheck your ad code and see if there are no problems with it. If the problem is still there, send us an email at contact@tagdiv.com with your login information so we can take a look and figure it out. Also include a link to this topic.

Thank you!

Bogdan B.
tagDiv Staff

Hello otoparkcom,

Our theme was designed to work with adsense. That is why you would not see such an issue if this is the case.
Other ads are a different matter. You can read this topic of our documentation: https://forum.tagdiv.com/using-other-ads/
I have checked your site and the huge blank space is actualy a small image that gets stretched. http://screencast.com/t/rZdcSOPc7NE
Please check your ad code and see where this image comes from.

Thank you!

Viewing 25 posts - 21,826 through 21,850 (of 22,378 total)