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,
Unfortunately the theme has no option to create a checkerboard layout and i cannot provide a quick solution for it. Sorry. If you really need this layout you can maybe hire a freelancer to help out on your task.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
It was just an example for you to see how the positioning works. I added the left propriety to highlight horizontal positioning. It was not meant as a permanent solution. In order to make it responsive it will need further customization.
Thank you!

Bogdan B.
tagDiv Staff

Hi

The error seems to originate from custom fonts. Try to change the fonts a few times, save the settings, clear all caches then test again.

Let us know how it goes.

Thanks!

Bogdan B.
tagDiv Staff

Unfortunately the same thing applies with just the manage league. The plugin is not tested and we cannot offer custom work or plugin integration. You will need to hire a freelancer to help you with this.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,
Replace the code with this one:


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

As for the images, please provide more details to how you add your images and provide a link to your website so we can inspect the issue directly.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

It seems that it is an issue with infinite load pagination on category template, I have added this on our todo list and will will fix it as soon as possible!
Please use the classic(numeric) pagination until we will release a fix for this.

Sorry for the inconvenience.

Bogdan B.
tagDiv Staff

Hello,

The menu arrows were added with fonts, not icons. In order to change the graphic you need to install the font awesome plugin. Then you can use this css:
ul.sf-js-enabled > li > a > i.td-icon-menu-down:before{
content: '\f0d7' !important;
font: normal normal normal 17px/1 FontAwesome;

.sf-menu .td-icon-menu-down {
margin-top: -8px!important;
}

result:http://screencast.com/t/qbxgm7rn
For a SEO plugin we recommend the SEO YOAST plugin.
http://screencast.com/t/M02oZTexcr
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Sometimes facebook gets overcrowded and cannot pick up the information correctly. Make sure you activate the open graph as suggested above and also try it without plugins.
I have shared your post and everything seems to be fine: http://screencast.com/t/mEXjNoxet
Thank you!

Bogdan B.
tagDiv Staff

Hello,

It is very hard to understand your request, as the translation is a bit broken. As i understand you want to have every category different including the logo by using sub-domains. In order to achieve this you will need to create as many sub-domains as categories and apply the theme to each one and set a different logo to each instance of your website. Then you can assign a custom link in the menu to point to the particular category on a sub-domain website. Unfortunately this is the only way to do it, because you cannot just use a category page from a sub-domain. you will have to use an entire website.
Unfortunately there is no alternative just to change the logo on category pages.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please disable all your plugins except visual composer. The category links do not work on your site on the desktop version as well. They redirect to the homepage. As for the top menu, we could not see the problem as you do not have a top menu set up.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide more details to what textfield you are referring to and provide a screenshot and description on how you implemented it in your post.
The link you provided does not work and i could not recreate the issue on my end.
P.S. Try it without any plugins except visual composer and deactivate the photon feature of jetpack if you use it.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
All the categories should display in the ajax filter if it is set to display categories and none of them are excluded. In the ajax filter tabs, make sure the filter by categories is selected: http://screencast.com/t/e5x56t1kg
Also if you have ID’s placed in the id filter box, then only those categories will be displayed.
If this is not the case, you can also disable all your plugins except visual composer to rule out a plugin conflict.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the plugin is not tested so we cannot say for sure if it will work 100% with our theme but we do know that some of our users have this plugin working. If you wish to use the football extension you need to install that one as well: http://screencast.com/t/KT1ch488iY
I installed it on my end and found no errors: http://screencast.com/t/sYpNFWc5s
Please try the plugin just with visual composer (disable all other plugins) to rule out a plugin conflict.
Unfortunately as this plugin is not tested with our theme i cannot provide an answer or a solution for integration with our theme. You will need to hire a developer if it needs further integration than the installation can offer.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

It can be done with custom css like so:
@media (max-width:767px){
.td-related-row .td-related-span4{
width:100%!important;
}
.td-related-span4 img {
width: 100%;
}
}

But this will stretch the image thumb and the images will lose a bit of their quality: http://screencast.com/t/Kmi2ruPLTf
This is because the thumb used is smaller and the image is stretched.
In order to change the default thumbnail used you can change it here: http://screencast.com/t/P4WA5KmIP
The defined thumbnails can be found here: http://screencast.com/t/hFMDEMrO

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) the top bar was hidden by default in the mobile menu. You can activate it by using custom css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
}

This code will provide this result: http://screencast.com/t/jxljko5scU8T

2)I do not understand your issue. i assume you are talking about the loading effect of images. The lazyload animation can be deactivated from here: http://screencast.com/t/5i5me0oPV

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details to how you switched your URL. We cannot provide an answer based on your topic.
Please provide a detailed explanation of the process.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You simply need to change the div positioning to absolute and then adjust the left/top proprieties: http://screencast.com/t/P9BPt9Tluk
#div-gpt-ad-tower-left{
position:absolute;
left:280px;
top: 295px;
}

If you want this to be a floating ad you can set the position to fixed so it will scroll with the content.
You can read more about css positioning here: http://www.w3schools.com/css/css_positioning.asp

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the social counter does not work like that. It is programmed to pull the likes/followers from a given username/id.
For that there is the top and bottom article sharing (http://screencast.com/t/djyGMEZg) which has a share button and a like count for your post.
http://screencast.com/t/6UtHlCFXKX

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme uses gravatar because it is te default wordpress avatar system. You can use a plugin to override this.
Something like: https://wordpress.org/plugins/wp-user-avatar/ which gives you an option to disable gravatar and only use the plugin: http://screencast.com/t/83jiVbNhGn
Thank you!

Bogdan B.
tagDiv Staff

Hello,
It will work from the child theme. Just copy the file in your child theme folder, although you create a new custom file for this blank page. This will not be rewritten by the update as it does not originate from the theme.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
It can be done using the font awesome plugin. You can create a pge in visual composer and set it to 3 column view. Then use a text box in each column and add your text. Then use font awesome to insert icons. something like: http://screencast.com/t/Pzb0ADGzhttp://screencast.com/t/ekQBwwF9WKD
As a tip, when you insert font awesome, it displays behind the visual composer text box so you need to move it with your mouse to see the font awesome settings: http://screencast.com/t/kSj3SwvlStOy
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details to your problem and a link to your website pointing at the issue. Are you referring to the featured video image? http://screencast.com/t/j3xAIMj1qri
Thanks.

Bogdan B.
tagDiv Staff

Hello,
We have our own type of gallery included in the theme called the TagDiv slider gallery https://forum.tagdiv.com/gallery-2/https://www.youtube.com/watch?v=JpBJNUzErdE
You can also use visual composer elements if you wish: http://screencast.com/t/pwN2aPz6i
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can follow this tutorial here on how to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
And if you want to use FTP you can follow this tutorial: https://forum.tagdiv.com/install-via-ftp/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no option for this in the theme, but you can make the next and prev posts display from the same category. You just need to type true within the parenthesis here: http://screencast.com/t/iXIGXXJVHEU
so the code should look like this:
$next_post = get_next_post(true);
$prev_post = get_previous_post(true);

This will make the next and prev posts dependent on the post category. If a post has multiple categories it will jump to other categories though.
I hope this helps.
Thank you!

Viewing 25 posts - 20,701 through 20,725 (of 22,378 total)