Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

1. If you mean the category tag color in post page, you can set or change it like this – https://www.screencast.com/t/XQIrIWecyr2Xhttps://www.screencast.com/t/KuyODyGNyL If you mean the category tag displayed on modules use this code

.td-post-category {
background-color: white;
color: black;
}
.td-post-category:hover {
color: white;
}

2. The read more inherits the background color from the theme accent, so if you want to change it just for the read more buttons you could do it with css

.td-read-more a {
background-color: white;
color: black;
}
.td-read-more a:hover {
color: white;
}

Result – https://www.screencast.com/t/bZ2aYYbZGh
Thanks

Simion C.
tagDiv Staff

Hi,

That is the case if you choose to use the mobile theme, a choice made for increased performance. Like the guide explains you can use the theme without installing the mobile theme plugin, and it will display the same elements from your page on desktop on mobile devices.

Thanks

Simion C.
tagDiv Staff

Hi,

I see you have installed the baby blog demo, and this has no padding top for the page. You could use the code I provided above and set a padding (with the value you want) or just use the method you are using now.

Thanks

Simion C.
tagDiv Staff

Hi,

The code is good but it is not strong enough to apply, in order to override the default style you must enter the code like this – https://www.screencast.com/t/RDm7dbMq or just use the !important css rule to force the code to apply regardless.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately not all plugins are compatible with premium themes. Some may work properly and others could create problems or interfere with the theme functionality. If you want to implement that feature for your videos, you could search for different plugins with this capability and try a few of them and maybe find one that works best. I can not make any recommendations in this matter because no such plugins were tested with the theme.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

Unfortunately the theme has no capabilities in this regard, and I could not make any recommendation in this matter because no such SSO plugins were tested with the theme. Maybe some users here on the forum have some useful information to provide you.

Thanks

Simion C.
tagDiv Staff

Hi,

Using Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/ you can create your own pages with the elements and the structure you want, and then set a static page as the homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ Here is a tutorial about the blocks used to create your pages – https://forum.tagdiv.com/block-settings-guide/ to help you understand their functionality. For example you could create a page with a big grid on top – https://demo.tagdiv.com/newspaper/big-grid-1/ and latest articles below – https://forum.tagdiv.com/page-templates-2/ if you would like to keep the blog look.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately the theme has no options to have different headers based on page id’s. If you want to implement this functionality in the theme you will have to modify the theme files. Here are some topics related to this – https://forum.tagdiv.com/topic/conditional-logic-for-menu/https://forum.tagdiv.com/topic/different-headers-on-pages/ but you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry.
There could be some plugins out there with these capabilities, but I can not make any recommendations, you will have to search and test some of them.

Thanks

Simion C.
tagDiv Staff

Hi,

I would suggest updating your Visual composer editor to the latest version – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ and check if that fixes the problem. You should also try this after deactivating all the plugins except Visual composer because a plugin could be causing the issue, then clear the cache and purge cdn files.

Thanks

Simion C.
tagDiv Staff

Hi,

You can change blocks/widgets title font properties like this – https://www.screencast.com/t/0LggeZn005 and for the default widgets here – https://www.screencast.com/t/Muqtzeh0RKc If you want to change the author bio font – https://www.screencast.com/t/wuepgN7bh you could change it with some css – https://www.screencast.com/t/DlLSWrbQ2lrg with this code, just enter it in Theme panel->Custom Css

.author-box-wrap {
font-weight: 800;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I suggest to disable all the plugins except Visual composer, clear the cache and purge cdn files if you use it. Also try to deactivate your child theme to rule that out, and check any custom code you may have added to the theme files. If the problem is no longer there activate the child theme to see if that is causing this. If not, activate the plugins one at a time and check to see the effects. Here is an tutorial if you decide to update the theme to the latest version – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

You could add a Raw html element on your page and enter the login link properties – https://www.screencast.com/t/Ht5NMhKr5mnp then style the link to look like a button – https://www.screencast.com/t/xAVWRjpPOhttps://www.screencast.com/t/kuFdUWHTl2
This is what I entered in the html field – https://www.screencast.com/t/7wknHv6Gj

Thanks

  • This reply was modified 9 years by Simion C..
  • This reply was modified 9 years by Simion C..
Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect it and identify the problem.

Thanks

Simion C.
tagDiv Staff

Hi,

The mobile theme plugin is an optional plugin, you can choose not to activate it and the theme will display properly on all devices do to it’s responsive design. Also it could be mentioned that the mobile theme comes with predefined templates for the homepage, posts and categories, and if you want to display the same content from desktop on mobile you should simply not use the mobile theme. More information here – https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

I see that you have managed to make the suggested modifications and it looks like this now – https://www.screencast.com/t/QkjL1RwJ3hD

Thanks

Simion C.
tagDiv Staff

Hi,

Block 8 uses module 7 as it can be seen here – https://www.screencast.com/t/WcnYMDEs or by using your browser inspector – https://www.screencast.com/t/id6m9H5u and you can change the article title like this – https://www.screencast.com/t/nMdxodGV

Thanks

Simion C.
tagDiv Staff

Hi,

No problem, glad you could manage to find a solution that works for you.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding, you must install the WordPress SEO by Yoast plugin, and configure it using this guide – https://forum.tagdiv.com/facebook-share/ You can find more information here – https://yoast.com/social-media-optimization-with-yoast-seo/

Thanks

Simion C.
tagDiv Staff

Hi,

Please check in the post content for these style properties – https://www.screencast.com/t/L41nVY7aBK9E Maybe the style comes from there – https://www.screencast.com/t/wAF6QlYT4l The font seems to be coming from somewhere else then the theme. If that is not the cause, this could also be caused by a plugin, so please try to deactivate all the plugins except Visual composer, clear the cache, purge cdn files and check to see if the problem is still there. Maybe check any custom code you may have entered in the theme panel or added in the theme files as well.

Thanks

Simion C.
tagDiv Staff

Hi,

You can identify the module used on the block – https://www.screencast.com/t/PbnzQVQjd and then change the excerpt size on the module here – https://www.screencast.com/t/jEgINXSwZpm and also choose the general excerpt type – https://www.screencast.com/t/ytmYTXR9TJ5 More about the excerpt feature here – https://forum.tagdiv.com/excerpts-introduction/

Thanks

Simion C.
tagDiv Staff

Hi,


@tonyaiex
As explained above, an author role and a contributor role have these capabilities – https://www.screencast.com/t/YBD1gThEz as specified here – https://www.screencast.com/t/pMcFleKaUu If you want your contributors to have the capabilities of an author you must make the modification in the code – https://www.screencast.com/t/26IbxvyB or search for some plugins with those possibilities.

Thanks

Simion C.
tagDiv Staff

Hi,

You can identify the elements on the page and their classes using the browser inspector tool – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/https://www.screencast.com/t/ww9bYyf5
So you would need to use a code like this to change the color – https://www.screencast.com/t/w0FgidIa just enter it in Theme panel->Custom Css

.td-author-page a {
color: grey;
}

You could add a line break <br> in the link itself – https://www.screencast.com/t/X4VCKxWkYS

Thanks

Simion C.
tagDiv Staff

Hi,

It seems that you or a plugin is inserting the code in the post excerpt field – https://www.screencast.com/t/pIh5hHMaS The excerpt field should contain a summary of the post content, not for video links, they will be displayed as they are and not interpreted. This could be caused by a plugin since not all plugins are compatible with the theme, so please try to disable all your plugins except Visual composer and check if the problem is still there. Also update your Visual composer plugin to the latest version – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

It seems you have a header ad placed – https://www.screencast.com/t/fSkPZTy2V that is not displaying. Please check if you have any code inserted in Theme panel->Ads in the header ad section – https://www.screencast.com/t/DxAXn0Maq and remove it, or make sure it is valid and implemented correctly. More information here – https://forum.tagdiv.com/header-ads-adsense/ and here – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

You can contact us via email at contact@tagdiv.com Please also paste a link to this topic so we can identify you.

Thanks

  • This reply was modified 9 years by Simion C..
Viewing 25 posts - 19,926 through 19,950 (of 20,681 total)