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 jornhaugland,

The homepage can be customized in visual composer from http://screencast.com/t/Jk26wvxp. You can chose a predefined layout or add elements and customize them like in this tutorial https://forum.tagdiv.com/how-to-use-visual-composer/
Make sure you click the backend editor http://screencast.com/t/kMgEvg63 for options to appear.
As for the social counter, we have a tutorial here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
I hope this helps.

Thank you.

Bogdan B.
tagDiv Staff

Hello mboydnv,
Please send an email at contact@tagdiv.com and provide wp-admin so we can take a look at the problem, also paste a link to this topic.
Thank you.

Bogdan B.
tagDiv Staff

Hello TheMediumUTM,
As i see it, GTMetrix is just suggesting you downscale your images in order to increase site speed. The theme does not use those dimensions, but rather the ones in our doccumentation: https://forum.tagdiv.com/theme-thumbs/
If you re-size images, you will get a grey box around them as they will no longer fill the container’s width and height. like so: http://screencast.com/t/O3aFIP6vMTy (i re-sized them to GTMatrix’ suggestion). GTMatrix tests performance, not appearance.
Thank you.

Bogdan B.
tagDiv Staff

Unfortunately the theme was not built like that.
Maybe in a future update we will be able to add in a back-end translate option.
Thank you for your message.

Bogdan B.
tagDiv Staff

Hello robert4web,

There seems to be an issue with footer style 2. If you use style 1 the translations work. I’ve added this problem to our fix list. Until we can implement a fix for this, if you would like to keep footer style 2, you can change the ‘popular category’ name by editing “td_footer_template_2.php” found here:
http://screencast.com/t/N3FuHvnz

Thank you.

Bogdan B.
tagDiv Staff

Hello javaddict,

Please contact us at contact@tagdiv.com and we will provide you with the proper details there.

Thank you.

Bogdan B.
tagDiv Staff

Hello centennia,

The six months support, as Chris said, is set by Envato. But we will not abandon our clients after this period, you will still be able to get updates to your theme and you will still have access to this forum :).

Thank you.

Bogdan B.
tagDiv Staff

Hello sherazade,

I have checked your site and everything seems to display fine at the moment.
Sometimes issues like this can be caused by plugins, try to disable some of them (not visual composer) and retry your modifications.
If the problem is still there provide us with more details so we can better understand it.

Thank you.

Bogdan B.
tagDiv Staff

Hello vincidesigns,

There is a built-in option explained in our documentation: https://forum.tagdiv.com/background-introduction/
If you set a background (image or color) to the site it will convert it to boxed version and nothing will stretch to 100% width anymore.

Thank you.

Bogdan B.
tagDiv Staff

Hello fivevictory,

There is an option in the theme panel to hide the featured image from your post: http://screencast.com/t/q9lKSPnn1r
This way you can set an image from your post as featured image but it won’t appear at the top of the post.

Thank you.

Bogdan B.
tagDiv Staff

Hello zumaxb,

There are actulay 2 default fonts used in our theme, they are called Roboto and Open sans. They can be changed in the theme panel but there is no option to change the default font. You can either change each font in the panel or edit style.css with a text editor using “find and replace” so you can change all instances at one.
http://screencast.com/t/Y1mclVIF.

Thank you.

Bogdan B.
tagDiv Staff

Hello notpedu,

You can change that by adding this custom CSS in the theme panel:
.block-title {
margin-left: 20px !important;
}

http://screencast.com/t/PomrQ1S88nPB
You can change the value to fit your content.

Thank you.

Bogdan B.
tagDiv Staff

Hello taufikna,

Plugins can sometimes interfere with the theme. We cannot test our product with every single plugin out there, but we can recommend trying another cache plugin, something like https://wordpress.org/plugins/wp-super-cache/ and see how it goes. This one is recommended in the theme’s doccumentation and should work fine.

Thank you

Bogdan B.
tagDiv Staff

Hello yenctt,

Our theme does not control the titles, but a quick solution would be to use a plugin named SEO by Yoast wich is able to control them.
link here: https://wordpress.org/plugins/wordpress-seo/.

Thank you

Bogdan B.
tagDiv Staff

Hello doran,

Our theme does not manage the rss feed, it is managed by wordpress, but it can be modified in the functions.php.
Unfortunately we cannot offer custom work, but we can point you in the right direction as you can find a solution for your problems here:
http://wordpress.stackexchange.com/questions/126174/disable-comments-feed-but-not-the-others

or another solution like so: http://timneill.net/2013/05/remove-extra-rss-feeds-in-wordpress/
Try them out and see how it goes.

Thank you for your message.

Bogdan B.
tagDiv Staff

Hello notpedu,

This is the default state of the theme, but you can make the top-menu appear using custom css like in this topic here: https://forum.tagdiv.com/topic/top-bar-not-showing-on-mobile/
for example:

@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

Thank you.

Bogdan B.
tagDiv Staff

Hello ypaithrosxwra,

The theme has support for Greek fonts. Make sure you access the panel option here: http://screencast.com/t/iRoakihny
and then activate support for your language like so: http://screencast.com/t/ZcfW4uzw
If the problem persists provide us with more details so we can closer inspect the problem.

Thank you.

Bogdan B.
tagDiv Staff

Hi,
In order to change the related article title you have to edit “td_block_related_posts.php” which you can find here: http://screencast.com/t/RtQKawB3AF9K.
If you want to add a category to the related articles and to make it display the posts from that category, that’s a bit complicated and requires custom work, which we unfortunately cannot provide. You can hire a freelancer for that from sites like http://studio.envato.com/

Thank you for your message.

Bogdan B.
tagDiv Staff

Hello replikon,

The way you can achieve this is by creating a subdomain.
You can find more information on the subject here: http://www.passiveincomereality.com/how-to-create-a-sub-domain-in-wordpress/
And a video tutorial here: https://www.youtube.com/watch?v=OuuB8ELQuQU
You can also find a plugin for maintenance. Something like https://wordpress.org/plugins/wp-maintenance-mode/
I hope this helps.

Thank you.

Bogdan B.
tagDiv Staff

Hello AilyRoot,

Our top menu login widget is custom built and if you want to modify its content you can find the file here: http://screencast.com/t/vbEN5gUkCv
You can find additional information on how to move the buddypress widget in forums like this: https://buddypress.org/support/topic/move-login-fields-into-buddybar-adminbar/
We would gladly help you with this problem but we cannot offer custom work, sorry!

Thank you for your message.

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Hello gfran5,

I am not sure exactly what you mean, please provide us with more details so we can identify the issue.

Thank you.

Bogdan B.
tagDiv Staff

Hello pacobello,

Unfortunately the theme does not have an option for that.
What you can do this is to disable the author name from the Theme panel -> Post settings, but this hides it from the whole site, not just when sharing.
http://screencast.com/t/YiYEBgbab

Thank you for your message.

Bogdan B.
tagDiv Staff

Hello Kozzi,

You can try using a different regenerate thumb plugin like Force regenerate thumbs https://wordpress.org/plugins/force-regenerate-thumbnails/
Also check if you have the right permissions for uploading.
https://codex.wordpress.org/Changing_File_Permissions
Another thing you can do is check if you have GD Library Installed. You can see it in your cpanel. If not, contact your hosting provider.

Thank you.

Bogdan B.
tagDiv Staff
Reset - reply

Hello mmcmsp,

Unfortunately there is no “reset button” so things can come to their default state. People usually ask how they can keep their settings, not revert them :). A solution would be to update the theme to version 6 and then you will see new features in the main theme’s panel to configure the default state of categories and posts. https://forum.tagdiv.com/default-post-templates/
you can check out the category tab in our documentation as well.
If you have customization made to the theme (like custom CSS), it will not work with the new version as it was built from scratch to keep things as clean as possible.

Let us know how things go with your update. Best of luck.

Bogdan B.
tagDiv Staff

Hello,

OK, let’s use this capture: http://screencast.com/t/fFiuRx994

Firstly there’s the title editable from block settings, the second titles and the third are category names. They can be changed when editing a category from the dashboard: Post->Category. The other titles are post titles.
That’s about all the titles.

I hope this helps

Viewing 25 posts - 22,326 through 22,350 (of 22,378 total)