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 Michiel,
Please use the facebook debugger as suggested above: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.haagsetopsport.nl%2Fvideo-puinduin-run-2016%2F
You need to see to these errors that the debugger shows. If you have the OG tag properly set up, then you need to contact your hosting provider because this most likely is a server issue.
Please follow the methods posted above by Alin and if you still cannot get it to work, then contact your hosting service.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
It actually depends on the post template used. Different post templates use different containers and some of them need to be targeted with css. Please run a test on the templates you use to see which ones work with the css and which ones do not so i can provide the code for the ones that do not work.
Thank you!

Bogdan B.
tagDiv Staff

Hello Rick,
Unfortunately we have not tested this plugin so we cannot say for sure how it’s supposed to work. You can try to move the widget in the upper part of your page to see if it still gets cut out.
Unfortunately we cannot offer support for plugin implementation. Sorry.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

In order to update your theme and the visual composer plugin, it is enough to delete the ones you have and replace the files with the new ones via ftp. Your settings will not be affected as they are kept in the database. You can follow these guides to see how it can be done:
https://forum.tagdiv.com/how-to-update-the-theme-2/ and https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can use this css to reduce a bit of the bottom margin from the top block element:
.td-travel .td-travel-features .td_block_wrap{
margin-bottom: 5px!important;
}

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

Thank you!

Bogdan B.
tagDiv Staff

Hello,
I’m not sure how you cannot get the background image in focus. Please make sure you select the full size when uploading your image: http://screencast.com/t/PxIeYQqXN
Usually full hd images do the trick 1920×1080
If this is not what you mean, please provide more details so we can provide a solution
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the scrolling sidebar (smart sidebar) cannot be colored as the normal sidebar can. This is because the part that scrolls has no padding to it so coloring the smart sidebar was not added as an option as it will not display properly: http://screencast.com/t/ngBnAmrdE2
Thank you!

Bogdan B.
tagDiv Staff

Hello,
When a language that does not use spacing in it’s words is used, the theme does not recognize the words. It behaves as though everything is a single word. The spacing is the key to delimiting words. In this case you need to enter the excerpts options in the theme panel and select to limit them by letters not by words: http://screencast.com/t/7auaHUUlSKHb
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please use this custom css:

.td_module_1 a[href*=excel]{
background-color: #666666!important;
}
.td_module_1 a[href*=explore]{
background-color: #59b1ff!important;
}
.td_module_1 a[href*=expand]{
background-color: #214572!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please try to update your theme to the latest version (6.6.5) and then try to install the demo again.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please try to disable all your plugins except visual composer and clear your cache. This could be a plugin conflict. Also make sure you use the latest version of the theme. You can update following this guide if needed:
https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know how it goes.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
The nextpage tag is the only choice to split an article. You simply need to add it in text mode. Anything beyond this option will require customization or plugins that have such an option.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can access the main category page code here: http://screencast.com/t/j9bFrAXErtF
If you want to target a particular category template you can find the code here: http://screencast.com/t/1NVZK6czh

Thank you!

Bogdan B.
tagDiv Staff

Hello,
That part can be found here: http://screencast.com/t/ETpnom2DYG
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Our theme has ssl support and there should be no issues in moving to https.
Please make sure you follow this guide to move your site over to https: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
We have not tested any plugins that make this transition automatically so we cannot say for sure if the process gets done properly.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
These settings come from wordpress. Please check the general settings and then the language dropdown: http://screencast.com/t/0UBNtLsWqO
Thank you!

Bogdan B.
tagDiv Staff

Hello Laure,
If you update your theme to the latest version, then an option for post filter will be displayed in the block settings: http://screencast.com/t/HoYF5eBzj
You will need the post id’s you can get from here: http://screencast.com/t/XGSnwffI4rc
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide a link to your post so we can inspect it and analyze it with the structure data tool
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you edit the php files you will make all posts open in new tabs. There is no option for this at the moment. If this is what you want, you can add target="_blank" here: http://screencast.com/t/4W7ikxysFjDy
Simply add it before the closing bracket for the a tag.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can use your own image for a placeholder by replacing the images in the theme files here: http://screencast.com/t/WIIPLvUABko
Make sure you keep the same image name so the theme can recognize it.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can filter the categories shown in the big grid or on any visual composer blocks by setting the categories you want displayed in block settings: http://screencast.com/t/Uy780IYi
you can see the category id’s here http://screencast.com/t/c8iyl0MFKvos
You can read more about block settings here: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
you can replace the previous effect with this one:
.td_module_wrap:hover img{
transition: all .3s ease-in-out;
transform: scale(1.1)!important;
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,
The top menu does not appear on the mobile version by default. This was a design choice. It can however be activated with custom css:

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

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If your plugin is not on the speedbooster compatibility list, then speedbooster will shut down. If you want to use speedbooster with your plugin, you should remove the code as suggested above.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
When a font is loaded normally these options are loaded with it. I do not think you need extra fonts to do it. You simply upload one custom font and then use the theme panel to filter the bold/italic or sizes: http://screencast.com/t/oCGKMOK0Af
Thank you!

Viewing 25 posts - 19,076 through 19,100 (of 22,378 total)