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,

You can select the author box to be set based on a condition. You ca try this function:
https://developer.wordpress.org/reference/functions/in_category/
You can wrap the code in the condition like so:
<?php
if (!in_category( array( 'Gadgets', 'Lifestyle' ) )){
echo $td_mod_single->get_author_box();}?>
<?php echo $td_mod_single->get_item_scope_meta();?>

This code ill remove the author box for the specified categories. In my case, lifestyle and gadgets
You can replace this code on the post style that you use:
https://www.screencast.com/t/zGsv90vivJg

Than you!

Bogdan B.
tagDiv Staff

Hello,

The breadcrumbs in question are not a theme implementation. They seem to be hidden on mobile devices. You cna activate them using this code:

@media (max-width: 767px){
.single-post .td-bred-no-url-last {
display: block;
}

But they do not appear to be responsive properly however.

Thanks.

Bogdan B.
tagDiv Staff

You can upload it as a logo on header styles 9, 10 or 11 which will show the logo full width like this example: https://demo.tagdiv.com/newspaper_cars/
The big car banner is the site logo.
If you want o have a banner as well as a logo besides the menu, then you need custom modification to implement the banner.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

When uploading an image, make sure you upload the full size image, not just a thumbnail: https://www.screencast.com/t/Hi8XPIHq0
What error are you receiving?

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can use this custom css code to change the color:

.td_mega_menu_sub_cats .cur-sub-cat{
color:grey;
}

Unfortunately there is no easy way to add font awesome to the mega menu elements. Sorry

Bogdan B.
tagDiv Staff

replied via email

Bogdan B.
tagDiv Staff

Hello,

This has already been answered on our forums
Please check this forum topic:

https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/

A quick search through our forums can do wonders 🙂

Thank you!

Bogdan B.
tagDiv Staff

Hello,

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) and c-panel access so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thank you!

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 so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If this is a standard sidebar in the appearance-widgets area, then most likely you use special language specific characters in the sidebar name. WordPress has a problem with this and it will strip the sidebar of content if special characters are added to the sidebar names. Please only use standard characters when naming your sidebars.
if this is not the case, then this will need to be investigated further.
You can start with the plugins as in most cases plugin conflicts can cause all kinds of issues.

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 so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Please provide more details to what ‘contact’ you are referring to. If you mean the footer text: https://www.screencast.com/t/ZPCoA1Q59cQ2 that can be translated as well from the theme panel translation section: https://www.screencast.com/t/gHS1wuByI

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can add it as a menu item with a custom image.
It will look like so: https://www.screencast.com/t/GP7QpuMyM05
Here is how I implemented it: https://www.screencast.com/t/vGFowIA6b
It is a simple html img tag added as a custom link.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but the block titles indeed do not accept html. There is no simple method to implement it through css also as there is no selector that can target the first word to make it bald.

Thanks

Bogdan B.
tagDiv Staff

Sorry but we have not tested our social share buttons with shortened links. The theme does not offer such functionality. Maybe there are plugins that can offer this possibility but we cannot make a recommendation as we have not tested such a plugin.

Bogdan B.
tagDiv Staff

OK,

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 so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please check the official theme documentation as it covers both the install and update process. https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

In this case you will have to edit each post in that category and change the post style to template style 5. Style 5 will not show a featured image on the post itself.
Sorry but there is no way to bulk edit all the posts from a certain category. You have to access each one and change the post template.

Thank you!

Bogdan B.
tagDiv Staff

If you use the mobile theme plugin, you will have to make the customization in the mobile folder as well: https://www.screencast.com/t/pQ9oPQmi
Thank you!

Bogdan B.
tagDiv Staff

Hi,

That i the big grid style. Please select a new style for your big grids from the page builder.
https://www.screencast.com/t/xTHOZXRJJgn
The color is grabbed by the thee accent color under the theme panel colors section

Thank you.

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have not tested any add-ons for WPbakery so we cannot say for sure if they will work or not. They will not work it tagdiv composer that is for sure
If you want to move to our tagdiv composer page builder you should use this guide:
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

If you use a smart list, then you cannot re-size images. Each smart list has fixed image sizes for each specific smart list style.

Thank you!

Bogdan B.
tagDiv Staff

hello,

The amp template was implemented according to the current standards. It is the exact same implementation made by Yoast for example: https://yoast.com/wordpress-seo/amp/

As you can see there is no menu on their website as well. But we will consider implementing this into our themes as this request becomes more and more popular.
The amp plugin uses the mobile logo so please check your mobile logo in the theme panel. Make sure it is high quality. Check from your mobile device also, not from desktop as AMP i a mobile only implementation. A user cannot access it using desktop unless specifically wanting to by adding /amp after the url

The search button redirects you to the main page which is what it needs to do so the user can get to your site as well.
Your amp version works properly.

Thank you!


@dgc97

Please open a new topic and provide a link to your site and more details to what exactly is not working.

Thanks

Bogdan B.
tagDiv Staff

Hello,

There is a “social icons” element in the tagdiv composer list that will let you create a list of your preferred social icons.
https://www.screencast.com/t/e9IvTDW7

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Yes, you can use the revolution slider plugin as it comes bundled free of charge in the theme package that lets you create such slider elements.
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
You can try to import a pre-designed slider if you want by using this guide: https://forum.tagdiv.com/import-revolution-sliders-on-demos/

Thank you!

Viewing 25 posts - 901 through 925 (of 22,378 total)