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,

The code will not work for the mobile theme as it uses a different smart list and the mobile ads are different from the normal theme ads. The smart list on mobile is not smart list 7 but rather smart list mobile: http://screencast.com/t/vZRVfoRPJVo
It may look similar to smart list 7 but it’s not.
I have not tested this method on the mobile theme. The mobile theme will not render visual composer shortcodes. You will have to take a look at the mobile theme ads implementation and replicate it on the smart list:
Here is the code you need for the mobile theme smart list ad:
$buffy .= td_global_blocks::get_instance('td_block_ad_box_mob')->render(array('spot_id' => 'content_bottom_mob'));
It adds the bottom ad to the smart list. You can place it like so:
http://screencast.com/t/RtyOwKCaF

Thanks.

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

Hello,

Unfortunately this is no easy task and there is no easy solution I can provide to make the mobile theme support custom post types. This has to be done at a development state. The mobile theme is still at version 1.0 so there will be more features in the future. I will add cpt support on the list for future mobile theme updates.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

There is support indeed but it’s not 24/7 though. We are human after-all and have lives and families to take care of. Support hours are in the top right section of the screen. Please try to use this version of the mobile theme as there is a conflict with the current version and seo yoast but it has since been identified and will be fixed in the coming update. Until then, install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip

Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you are referring to the latest articles section on a page, it can be removed by changing the page template:
https://forum.tagdiv.com/page-templates-2/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

That is not a normal functionality of the theme. The view counter should not reset.Please check for any plugins that might affect the counter. Disable all of them except visual composer, clear cache and reset cdn files if you use it. I have tested this on my end but the counter does not reset on updating a post.

Thank you!
Bogdan B

Bogdan B.
tagDiv Staff

Hello,

Please make sure you do not have any errors in your custom css box. Make sure the above css is closed properly and make sure you clear cache and reset cdn files after you add the code. If the codes till does not work, provide a link to your site and provide an example of what menu item you are referring to so I can test the code on your site directly. You can try it to using chrome’s ‘live css editor’ extension.

Thank you!

Bogdan B.
tagDiv Staff

You do not have to buy anything. There are plenty of free solutions to decompress most archives on any machine as Chris suggests above. We did not even consider this an issue at all.
If you want the psd’s for newsmag as well, here is a zip archive: http://cdn.tagdiv.com/wp-content/uploads/2016/10/psd_newsmag.zip

Thank you!

Bogdan B.
tagDiv Staff

Hello,

We have the normal sub-menus option and the mega-menu feature, but there are no further options to style the menus. If you want extra styling to the sub-emnus you can always use css to do it but it has it’s limitations though. This depends on how you want the menu.
For example you can add this css code in the theme panel to add a border around the sub-menu items:
.sf-menu ul li{
border:1px solid lightgrey;
}

If you want them rounder, you can add a border-radius to the code like so:
.sf-menu ul li{
border:1px solid lightgrey;
border-radius:10px;
}

You can add the code in the theme panel->custom css code.
I hope this helps.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Try this css to fix the margins issue:
.td-post-content .alignnone{
margin:0!important;
}

Le tus know if you still have trouble with images
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Thank you for your suggestion, we will look into it.

Bogdan B.
tagDiv Staff

Hello,

If you want to change the image size, you will have to edit the theme files here: http://screencast.com/t/klkFfbJJixP
You will have to define new thumbs using the theme api system: https://forum.tagdiv.com/td_api_thumbadd/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to add a link in the author description on posts, you can simply add a html link in the author description box in the back-end here: http://screencast.com/t/sdZaPMLzeUF
Please also make sure you use the latest version of our theme as previous versions could strip the html from the author bio.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The site you mention has a custom css preventing the block from getting to much height. The code the site owner uses is this one:

.td_module_mx8 .td-module-thumb {
max-height: 400px;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello Walther,
I cannot recreate the issue on my end. I have checked your site and it seems your images are getting a margin that does not come from the theme. I suspect plugins: http://screencast.com/t/Es1O8NIbrEtb
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code or image optimization tools. Disable rocket loader and photon as they are known to cause issues with our theme.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Contact form 7 is a tested and approved plugin. Please test with only visual composer and contact form 7 active. Then see if the issue is still there. Right now I cannot see it and I cannot recreate it on my side.
Deactivate all plugins except VC and contact form, clear cache and reset cdn files.
Let us know if you still have this issue.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

I cannot recreate the error on my end so there is something affecting the layout on your side. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Also check any custom code. Switch to the main theme if you have a child theme.
Let us know if you still have trouble with it.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

We have had this report by a few people and all of them worked from the start on our end. Please try it from a different machine. All of the people in this topic emailed us and we were able to load the translation on the first try from our end. There is something local affecting the translations. Please try it from different machines or remove any firewall or software that could block the translations. If you still cannot do it, also send us an email but until now we could not find any problem with the translations.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please contact us via email at contacdt@tagdiv.com and provide wp-admin so we can login and take a look. Please also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you mean to make the pagination buttons more visible, then try to use this custom css code :
.td-next-prev-wrap a{
border: 2px solid #000000;
color: #000000;
}

Add the code in the theme panel->custom css spot

Thank you!

Bogdan B.
tagDiv Staff

Hello,

There is no option to modify the number of days for the 7 days popular sorting option. Sorry. It can only be done with customization services. (hard-coding) We have no simple solution to provide I’m afraid.

As for the page speed please follow our official speed guide here: https://forum.tagdiv.com/how-to-make-the-site-faster/

Thank you!

Bogdan B.
tagDiv Staff

No problem:
http://cdn.tagdiv.com/wp-content/uploads/2016/10/psd_logo.zip
http://cdn.tagdiv.com/wp-content/uploads/2016/10/psd.zip
This should not be an issue in 2016 though. The post is almost 3 years old. If your mac does n ot support 7z, you shoul’d install a software that can unpack 7z archives. There are lots of solutions out there.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate the issue. I assume it’s a caching issue but we will take a look. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Ok,

Please send us an email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please include a link to this topic so we can identify you. (do not post your login information here on the forum as others can see it. )

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you read the block settings guide posted above (i know there is a lot of information in there but there are a lot of settings to cover :)) you will see that there is a post id filter. you can select specific posts to show in a block based on the post id, but this cannot be scheduled unfortunately. There is no such functionality added. That is a static option and it will show the post you provide the id for. If you want to change the post you have to change the ID.

Thank you!

Bogdan B.
tagDiv Staff

Buna,

Fiecare imageine are un attachment page adaugat default din wordpress. Acest articol explica destul de bine ce presupune aceasta duntionalitate: http://www.hongkiat.com/blog/wordpress-attachment-pages/
In tema noastra exista un template pentru attachment page aici: http://screencast.com/t/4NxSwwQdU9I0
Fiecare imagine are pagina ei.

Multumesc

Viewing 25 posts - 12,051 through 12,075 (of 22,378 total)