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

The option is a WordPress option, not a theme related option. Here is an example on a wordpress default theme:
https://www.screencast.com/t/Fji7RpjYWaOn
If yopu are missing options from wordpresws either your wp install is altered or plugins affect it. We have seen plugins removing certain options from the theme or wp.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you mean the ad code, then you should use the theme ad system after placing the code in the head section. Please read the documentation for the ads found here: https://forum.tagdiv.com/header-ads-adsense/
Our theme provides a number of ad spots where you can place the ad codes.

Thank you!

Bogdan B.
tagDiv Staff

Please provide a link to your site so I can see the post masonry grid. this is a visual composer element, not a theme element so I must inspect it before providing a solution as you ask if there is any.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Adding nofollow is not hard to do. Here is an example on how a link receives nofollow.
https://support.google.com/webmasters/answer/96569?hl=en
I have pointed out the code where to add it, I cannot do it for you.
Here is an example of how to do it: https://www.screencast.com/t/K8hxerD2C
It has to be added after the href attribute. Right after the colosing href quotation marks

I hope this helps.

Bogdan B.
tagDiv Staff

Hi,

Sorry but the old implementation will not work anymore because of the woocommerce changes.
If you require a different type of functionality you can give plugins a shot, something like https://wordpress.org/plugins/woocommerce-menu-bar-cart/

Thanks.

Bogdan B.
tagDiv Staff

It is possible only by editing each post in particular and adding a custom excerpt. The theme has no way of knowing where a sentence ends. It recognizes words and letters, not full sentences. Sorry for the inconvenience.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to remove the search on the mobile menu you can simply use a css code to remove it.
Add this code in the theme panle-> custom css box:
@media(max-width:767px){
.header-search-wrap{
display:none;
}}

If you use the mobile theme plugin you must add the co0de in the mobile theme section (the very last menu in the theme panel)

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mobile theme plugin is an optional plugin that can be deactivated at any time. If you use the standard responsive version of the theme, the content will be exactly the same as the desktop version except it will be on 1 columns as the mobile version of the site (plugin or not) only has 1 columns to show content.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
It depends on the adsense ad you are using. Some ads like the page level ads, require an extra implementation in the head section of the website. Try to place the ad simply inside the post content on a dummy post and see if it shows up.
Thanks.

Bogdan B.
tagDiv Staff

Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please note that visual composer is not tested on posts so it can provide errors and problems as it is not the intended way of using it with our theme.
https://forum.tagdiv.com/how-to-use-visual-composer/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You will have to be more specific. Where exactly do you want to remove the post title from? is it on the post itself? Is it on pages? On category pages?
Thanks.

Bogdan B.
tagDiv Staff

Hello,

@Sanalsantiye

Unfortunately the mobile theme will not use visual composer elements so using a default author box is not allowed. You can however create a list of your authors in the mobile editor as you would create a post by using the tiny mce editor.

Thanks

Bogdan B.
tagDiv Staff

Sorry but page speed optimization is a very personal thing and depends on lots of things. Starting from your host all the way down to the content that you use. My suggestion would be to use a good quality host with lots of RAM and storage space, use as little complex elements as possible on your site and use as few plugins as possible as well. Also make sure you compress images in photoshop before uploading them to your site.
For more details on how to increase your loading speed you can also check a few online resources:
http://www.wpbeginner.com/wordpress-performance-speed/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but our theme does not have this option. It will have to be made custom by altering the theme code. You have to manually add the nofollow in the code for each of the mentioned elements.
comments date and time: https://www.screencast.com/t/jfDWUj5NI
tags: https://www.screencast.com/t/Jb90lmmmlV
author box: https://www.screencast.com/t/zHEEjTqE89Z

Thanks.

Bogdan B.
tagDiv Staff

Hello,

you probably altered a line height attribute in your custom css. Please check for any line height change in your code or in the theme panel-> fonts section.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please access your theme panel and remove the NM logo from the retina logo as well: https://www.screencast.com/t/PVaHaEPJvKD
If the issue is still there please provide a link to your site so we can inspect it.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The code must be added in the head section of the site. That means you will have to access your theme files vis ftp and place the code here: https://www.screencast.com/t/g35TKjUVQ0

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can center the menu items on header style 12 by using this css code in your theme panel-> custom css box:
.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
This is because you have not enabled the thumbnail for the new grids from your theme panel and activate this thumb: https://www.screencast.com/t/fux1V6fpq4S

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I cannot seem to access your desktop version as well: https://www.screencast.com/t/ZKpFDMejB6L
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please add this css to your theme panel->custom css box:

.td-image-gradient-style8:after{
display:none;
}
.td-post-template-8 .td-post-header{
background-color:transparent;
}

Thank you!

Bogdan B.
tagDiv Staff

The element you point to is a revolution slider element. On pages you can stretch a row and make it full width. Here is an example: https://www.screencast.com/t/9ewGJqaYV3
https://www.screencast.com/t/o2oZLsM9xfsW

Thank you!

Viewing 25 posts - 7,501 through 7,525 (of 22,378 total)