Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to hide the category tags only for one specific category. However you can use custom css to hide this tags from a specific block/grid. For big grid 1 you can use this css: http://screencast.com/t/F1UufMRH1W

.page-id-abc .td_block_big_grid .td-post-category{
display: none;
}

You need to replace the abc with your page id, such that this css to be applied only for that specific page. To get the page id please follow this link: http://screencast.com/t/sMkqc7hW1X

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/vaAbpb4CCmA

@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}

Note that the top bar wasn’t designed to work on mobile devices so you may need additional css customizations in order to be displayed fine.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/AOxrpNwKB

.wpb_gallery_slides .flex-caption .post-title{
font-size: 23px;
line-height: 24px;
margin-top: 5px;
margin-bottom: 10px;
font-weight: 600;
}
.wpb_gallery .wpb_wrapper .wpb_heading {
font-size: 25px;
}

Let us know how it goes and provide more details if this is not what you mean!
Thanks!

Andrei L.
tagDiv Member

Hi

Please provide your site url as I need to inspect this closer!
Thanks!

Andrei L.
tagDiv Member

Hi

The video'[s aspect ratio is controlled by javascript. In order to change that you will need a script which detect the screen width and apply a specific css for a specific situation. This is a complex task and I can’t provide a solution for the moment. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer speed customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

For the “SHARE” you need to edit td_module_single.php and change the word here: http://screencast.com/t/nNS3PGAJ
For “TRENDING NOW” the file that must be edited is: td_block_trending_now.php http://screencast.com/t/3MimDlZa

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Sorry, I indicated a wrong link above. In order to register a new thumb please folow tis link: https://forum.tagdiv.com/td_api_thumbadd/ You should add a new thumb with a square format. The thumb should the width and height properties equals, like i this example:

td_api_thumb::add('td_200x200',
array(
'name' => 'td_200x200',
'width' => 200,
'height' => 200,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'small',
'used_on' => array(
'Module 77', 'Block 77'
)
)
);

Thanks!

Andrei L.
tagDiv Member

Hi

You need to switch the function position like here: http://screencast.com/t/NsQ0pEGSd
Regarding the file editing you should consider Chris’s suggestion to make a full back-up before making any changes. In case somethings goes wrong you can get back and restore the site to the functional install. The WordPress editor doesn’t include all theme’s files, for security reasons I believe. To apply your customizations just edit the indicated file on your computer using a text editor, then upload it via FTP on your server.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

The background image doesn’t have any transparency effects. This is the original image used for background on our demo: http://demo.tagdiv.com/newsmag_travel/wp-content/uploads/2015/09/bg-cropped-final.jpg If you want to apply a transparency effect try this css in theme panel > custom cod e> custom css: http://screencast.com/t/z3fWzEDebR and change the opacity value as you want.

.backstretch{
opacity: 0.3;
}

You can try the multi-site feature of WordPress to achieve that. Here is the official documentation: http://codex.wordpress.org/Create_A_Network Please consider that this is a complex task which require many customizations and for the moment we cannot offer any type of custom work. If you can’t do this by yourself my advice is to look for someone to help you or hire a freelancer from sites like http://studio.envato.com/ to do it for you.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and found some js error in browser’s console: http://screencast.com/t/eNEq6ymjJo This errors can be caused because of lazy load animation which’s script may conflict with one of your installed plugin. Try to deactivate the lazy load from theme panel > template settings: http://screencast.com/t/8axwxCfc then test again. Also you can try to deactivate all plugins except Visual Composer, clear all caches then check if the problem is still there.

Let me know how it goes!
Thanks!

Andrei L.
tagDiv Member

Hi
Thanks @Chris for your answer.


@vitruvian1618
you can check our documentation regarding the update processes here: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ Make sure that you do a clean update, meaning the we recommend to delete the old theme files, clear all caches, deactivate all others plugins that you have it installed, purge cdn files then follow our documentation in order to install the theme again. Also you need to update the plugins included in Newsmag-tf/plugins folder. The only required plugin is Visual Composer, others plugins are optional and you have to update them only if you use them.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I couldn’t find a post with this class in its source code: .dark-text on your site. Please provide a link to a post where I can find this class so I can inspect this issue and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

Please send us an email at contact@tagdiv.com with your login credentials so we can take a closer look an this issue and we will get back to you as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

You can change the blocks titles from sidebar area, from Appearance > Widgets: http://screencast.com/t/gmQ9K83khttp://screencast.com/t/KSR7oXvklCd

Hope this help!
Thanks!
|

Andrei L.
tagDiv Member

Hi

Theme’s thumbs have fixed sizes. In order to change the size you need to register a new thumb in td_config.php file using theme’s api: https://forum.tagdiv.com/td_api_blockadd/http://screencast.com/t/CzrLP9jqhWS After you register the new thumb it’s necessary to regenerate your thumbnails, more details about this step can be found here: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Sorry for that, indeed this code breaks the menu functionality. Try to add the tags in td_data_source.php file lie here: http://screencast.com/t/IXtNXyd6 This should work fine.

Thanks!

Andrei L.
tagDiv Member

Hi

Replied you here: https://forum.tagdiv.com/topic/updating-fail/
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve tested the latest version of the theme and also the child theme witout any customizations and works fine. Try to deactivate the child theme, deactivate all others plugins except Visual Composer, clear all caches and test again. Also check if the changes made in child theme files are compatible with the main theme functionality.
Let us know how it goes please send us an email at contact@tagdiv.com and provide your login information and and ftp access so we can take a closer look at the problem, also include a link to this topic. Before that make sure you back up the database and your site: https://codex.wordpress.org/WordPress_Backups

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you’re using the latest version of Social Counter plugin, which is V 3.1 and also make sure that you configured the plugin according with our documentation: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure what you mean as the image you provided doesn’t show the layout of our theme. If you’re referring at blocks titles, they can be changed from Visual Composer pagebuilder: http://screencast.com/t/GRs42qsiRUI If this is not what you mean please provide your site url and ore details so i can get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

You need to register a new menu using the above method. Also you will need a condition which display that menu only if the current user is a subscriber. Your code will look like this: http://screencast.com/t/qwCCbvE1http://screencast.com/t/XnidFPu3nHhttp://pastebin.com/XC9BUxFJ

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the theme doesn’t have a block which can display the entire post content. You can use module 15 to achieve that: http://screencast.com/t/L8ovVlxixs

Thanks!

Andrei L.
tagDiv Member

Hi

The code works fine for me, as you can see here the category with id 23 is still in backend even if i use the code in functions.php: http://screencast.com/t/OyVMeYYqU I am not sure why this happens to you but you can try to empty all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked the code you provided and works fine: http://screencast.com/t/43EUeFXVkUdbhttp://screencast.com/t/nxohKCX4 Try to clear all caches and test the code again. If the problem persist please provide your site url so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

You need to edit td_module_single.php and change the word here: http://screencast.com/t/nNS3PGAJ

Thanks!

Viewing 25 posts - 4,676 through 4,700 (of 6,511 total)