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

Salutare,

Daca ai instalat recent sau ai facut update recent la tema, s-ar putea sa se fi corupt fisierul respectiv asa ca incearca te rog sa reinstalezi tema prin FTP urmand acest tutorial: https://forum.tagdiv.com/install-via-ftp/
Mai poti de asemenea verifica parametrii din system status: https://forum.tagdiv.com/system-status-parameters-guide/
Anunta-ne te rog daca problema persista.

O zi buna!

Bogdan B.
tagDiv Staff

Hi,

The colors for block titles can be changed like so: http://screencast.com/t/kXxARwYf64
You must have a title set to the block in order for it to work (the default ‘block title’ does not work)
result: http://screencast.com/t/UzHfgtkxeX

Thanks.

Bogdan B.
tagDiv Staff

Hello,
In order to have FB grab the featured image you need to set the OG tag from the SEO Yoast plugin. Please follow this tutorial to see how it can be done: https://forum.tagdiv.com/facebook-share/
Thanks.

Bogdan B.
tagDiv Staff

Hello,
If you have a fixed width set to any element, then the responsiveness will be broken. try to set the width in % and see how it goes. If it’s an iframe then change the iframe width to % not px.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The method you are trying is not correct. The icon set like that is not meant for menus because it uses html and wp strips html from the menus area. If the option was viable, then this answer provided by the font awesome developer would be redundant:

Can I hide the text and just show the icons for my menu?
Yes. Font Awesome menus adds a space between the icon and the text, and wraps that portion in a span with a class of “fontawesome-text”. To hide the text and just show the icon, you can put .fontawesome-text {display: none;} in your stylesheet.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can use css like this:
http://screencast.com/t/V7Hhe7AHIv

.menu-item-xxx a {
color: #AD2929 !important;
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,
In order to add new social media to the sharing buttons you can follow this tutorial to see how it can be done. This is for linkedin but you can use the same method to add your own social network. https://forum.tagdiv.com/topic/linkedin-button/
As for the QR code, the theme has no option for it. You can maybe find a plugin that has this functionality.
These plugins are not tested but there are a bunch of them like: https://wordpress.org/plugins/wp-qr-code-generator/ Try them out and see how they work.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

All post styles use thumbnails so a large image will only fit as the theme intends it to. It will not stretch to the full width or height of the image itself. You can see this behavior on our official demo and check a few styles to see how the featured images will be displayed: http://screencast.com/t/GD8fo7xshttp://demo.tagdiv.com/newspaper/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Maybe you missed a step when creating your menu icon. Please follow this tutorial:
You can follow this guide to see how you can add font awesome to your menu: https://wordpress.org/plugins/font-awesome-4-menus/faq/
http://screencast.com/t/2yXmuaJ6 result: http://screencast.com/t/9OK4c3YK7z

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately this error could come from a big number of problems. It is a general error and we cannot pin point it to a specific thing. I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have tested the menu and added quite a bit of items to it but could not recreate this error nor do we have reports of it. Please try to recreate your menu from scratch and see if it appears again. If you use any plugins to your menu please disable them or rather all of them except visual composer and clear cache to rule out a plugin conflict. You can also try to check your system status and see if any parameters need to be increased: https://forum.tagdiv.com/system-status-parameters-guide/

Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

As an alternative to the method provided above, you can simply use css to force the font weight. The character sets are loaded into the theme but not all of them are accessible from the theme panel. As you can see the only options in the panel->fonts are normal (400) and bold (600). You can target the specific part of the site you want the font weight of 300 with css. You can leave the font to default and simply set it like so:

For example:
body, p{
font-family: Roboto;
font-weight: 300;
}

Then simply add the code to the theme panel->custom css box

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can use this custom css to do it:

@media (max-width: 767px){
.home .td-main-page-wrap {
    padding-top: 0;
}
}

Result: http://screencast.com/t/GvJlH1Yj

Thank you!

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

Hello,

The menu color can be changed from the theme panel like so: http://screencast.com/t/jdtbq46pjxj
As for the dimensions, you can use this custom css:

.td-header-menu-wrap-full{
height:48px!important;
}
.td-travel .td-header-style-5 .td-main-menu-logo a{
line-height: 50px!important;
}
.td-header-style-5 .td-main-menu-logo img {
    max-height: 55px!important;
}
.td-header-style-5 .sf-menu > li > a{
line-height:48px!important;
}
.header-search-wrap .td-icon-search{
line-height:38px!important;
}

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately blocks have the default pagination and the theme has no other options for it besides the ones in block settings: http://screencast.com/t/i2snRbvimi
Other pagination types can only be added custom if you alter the theme files. Unfortunately we have no easy solution for it so you will probably need to hire some help for it as we cannot offer any custom work at the moment.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Regarding the facebook comments plugin, you can add it in a custom location by following this guide here: https://forum.tagdiv.com/topic/using-facebook-comments-plugin-and-changing-the-default-location/

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is the simplest solution of recreating the travel demo homepage on another demo. This cannot be done without the custom classes used by this demo.
Please follow these simple steps to recreate the travel demo homepage with another demo installed:

1) This is the shortcode of the page layout. You can simply paste it inside your page editor in classic mode and text mode: http://screencast.com/t/SUt9ItUc the code: http://pastebin.com/RAA6DkWp

2) The background image will not be found so you will need to add your own image in the row setting: http://screencast.com/t/yB2Bh0rbo

3) This is the final and most important step as the css for the travel homepage will not apply without this step. Please add this class: td-travel to the body of the website like so: http://screencast.com/t/fOt9sfquQtVy

This will be the result: http://screencast.com/t/vlZG4G8m1Xpy

I hope this helps!
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the theme has no option to change the menu position. This will require custom work and it will be no easy task as all of the menu css will have to be modified to adjust all the different menu-related elements: sub-menus, mega-menu…etc. The header styles control the menu position. At the moment the only menu positioning option is choosing different header styles: https://forum.tagdiv.com/header-styles/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme does not control the facebook sharing but it can be controlled by seo plugins such as yoast. We have no alternative solution at the moment as we have not implemented options for it in the theme because everyone uses a seo plugin and there was no point in adding these options.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately it is still early and we cannot provide a release date for the next big update.
Thank you for your patience.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no optimal image size as multiple modules and blocks use different sizes and different aspect ratios. Basically you will need to check the thumbnail list in the theme panel and see what containers you will use on your website. Then you can decide the image size you want to upload as it will have to be bigger than the thumbnail. There is no ideal size, but for best graphic results you could use a full hd image (1920x1080px), make sure you compress it, you don’t want a large file, it will slow page loading speed.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details about the links you want “fixed”.
Please follow this topic for hreflang: https://wordpress.org/support/topic/add-meta-tags-vs-googles-hreflang-links
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I’m not sure exactly what you mean but i will try to cover a few things. The category color can be set from the theme panel: http://screencast.com/t/uuYAEhpmq but this color will only be visible on posts: http://screencast.com/t/3NqXqrge3
The category tags color on modules and blocks from the homepage cannot be changed from the theme panel and they will not receive the color you set for the particular category.
You could change these tag colors with css:
.td-post-category{
background-color:red
}

But this will affect all category tags:
http://screencast.com/t/gsDssegdvR
Another method to use the blocks with different colors is to set the color from visual composer like the example in the reply above.
Unfortunately these are the only controls the theme has at the moment regarding category tags.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you have custom modifications made to the theme files please create a back-up of them and then simply delete the old theme and replace it with the new theme version you download from envato and your’re done. (settings will not be affected).
Thank you!

Bogdan B.
tagDiv Staff

hello,
Please try this code:

.td_module_mx8:hover .entry-title a{
color:#005689!important;
}
.td_module_mx8 .entry-title a, .td_module_mx8 .td-post-author-name a, .td_module_mx8 .td-post-date, .td_module_mx8 .td-icon-star, .td_module_mx8 .td-icon-star-half, .td_module_mx8 .td-icon-star-empty{
color:black!important;
}
@media (min-width:1140px){
.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info{
bottom: -60px;
}
}
@media (max-width:1140px){
.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info{
bottom: -100px;
}
@media (max-width: 1018px) and (min-width: 767px){
.td_block_18 .td-column-2 .td_module_mx8 {
padding-bottom: 80px;
}
}
@media (max-width: 767px){
.td_block_18 .td-column-2 .td_module_mx8 {
padding-bottom: 50px;
}
.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info{
bottom: -90px;
}
}

It could require further adjustments. Change the values to your liking.
Thank you!

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