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 :)
Catalin
tagDiv Staff

Hello Kevin,

If you want to align the title to the left side, please try the code below and place it in Theme panel->Custom CSS area.

.td-post-template-13 .td-post-header .entry-title {
text-align: left;
}

The result is here -> http://screencast.com/t/4SHxNRhUL

Thanks.

Catalin
tagDiv Staff

Hello,

1)Try the code below and place it in Theme panel->custom CSS area.
The code is ->
.vc_tta.vc_general .vc_tta-tab {
display: inline-block;
}

The result -> http://screencast.com/t/pQGIuc4gnoj
2)Please notice that you will have to filter that block by the desired category, like this -> http://screencast.com/t/1ngh2i0a1z
3)Please notice that our News Magazine uses the Footer style 4 and you can choose this template from footer section in Theme panel, like this -> http://screencast.com/t/0ayd2AvYt5
Also, if you have no success with this customizations, please try to make an NEW-clean install from scratch, with the latest version of the theme (without any untested plugins) and try again to install the News Magazine demo clear all your caches and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello tessera,

Please keep in mind that our theme supports only the following layouts in Visual Composer, like this -> 1/1, 2/3+1/3 and 1/3+1/3+1/3 as you can see here -> http://screencast.com/t/6pb84kxBI1J1 Please notice that if you will not use these recommended layouts you will do not bring the better results. For more information about how to use correctly the Visual Composer, please consult our documentation here -> https://forum.tagdiv.com/how-to-use-visual-composer/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello aedney,

Please keep in mind that we have no idea what type of code you have. If you want to add your js.code in your header, you will have to edit the header.php core file and place there like this -> http://screencast.com/t/jiiQ1IttD or if you want to add it to your pages, you have two possibilities -> the first one, using the ROW JS element from Visual Composer and secondly you will have to edit the page templates corresponding to your page template used by you. Please notice that we only guide you in the right direction and if you are not aware what you will have to do further, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello VoZz,

Please notice that this type of plugins is not tested with our theme and I am not aware what you have implemented this code on your backend, sorry! If you want to display the Newsletter in the full-width mode for your mobile mode, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width:767px){
.td-container{
padding-left: 1px;
padding-right: 1px;
}
}

The result you should see here -> http://screencast.com/t/bpyEluYz

Thanks for your understanding!

Catalin
tagDiv Staff

Hello VoZz,

If you have ensured that you have cleared all your caches and also if you are using the latest version of the theme and if the problem is still there after these changes, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Also, please provide the link of this topic so we can identify you.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello yachtsailingcharter,

Please keep in mind that you cannot use the read more article option for your posts, but this is only available for modules on pages for excerpts. Please notice that for posts, you only can use the pagination according to our documentation here -> https://forum.tagdiv.com/posts-with-pagination/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello yachtsailingcharter,

Please try to follow the steps which Bogdan provided you above and you will solve the problem.

Please try this temporary solution and see if it works – http://screencast.com/t/Te9gPmWp0http://pastebin.com/GDCGkfvA (there you will find the path of the core file which you will have to do this change)

Thanks for your understanding!

Catalin
tagDiv Staff

Hello GuideMoba.Com,

The image is okay, but please be carefully when you import it in your media gallery, like this -> http://screencast.com/t/K27JNN6CT Clear all you caches and check the results.

Thanks.

Catalin
tagDiv Staff

Hello ndmanh2002,

Please notice that if you want that your menu items to appears in Capitalize mode you will have to write them in capitalize mode when you edit your menu from your panel. So, please notice that your menu items are too long and when your shrink the browsers or the display will become smaller, the menu items will fall in the second line. Please notice that this is the normal theme behavior. So, if you want to have your menu items only for 1 line, please notice that these will have to be shorter than now.

I hope that you understand it!

Thanks for your message!

Catalin
tagDiv Staff

Hello cthomas81,

First of all, please keep in mind that the bumping it is not good because please notice that we treat our clients from older to newer and if you take a bump you’ll be on top of the list and you’ll get the answer later. So, please notice that this type of plugin is not tested with our theme and we have no idea about the theme behaviour with this type of plugin, sorry! Please try to check the Theme panel Settings from CPT&Taxonomy and from there you will have to set you desired sidebar for your custom post type, like this -> http://screencast.com/t/SRbjBj6gu For more information about our CPT, please check the documentation here -> https://forum.tagdiv.com/custom-post-type-support/

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello lifestylemy,

Please ensure that you are using the latest version of it (Newspaper 7.1.1) and also, the latest version of required plugins (Visual Composer 4.11.2 and Social Counter 4.1). Also, please make sure that this type of problem does noot come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN file if you are suing the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello ArgBursatil,

Please notice that our theme does not have such a simple option to move these templates as you wish, but please note that you can do that if you make some changes in core files. So, for example, if you are using the post template style 1, you will have to remove the comments from the single_template_1.php, like this -> http://screencast.com/t/xZOa9ija69wB and then you will have to add the comments under the related articles in loop-single-1.php, like this -> http://screencast.com/t/Y0M8MqRS and the result you should see here -> http://screencast.com/t/DTjsbuEueZu

Thanks for your message!

Catalin
tagDiv Staff

Hello IamLegend,

Please consult the following topic here -> https://forum.tagdiv.com/topic/sidebar-in-wysiwyg-editor/

Thanks.

Catalin
tagDiv Staff

Hello,

Please try the code below and place it in Theme panel->Custom CSS area and check the results.

The code is ->

#td-outer-wrap {
top: 150px;
position: relative;
}

The result -> http://screencast.com/t/X9pgFm0Ilg

Thanks.

Catalin
tagDiv Staff

Hello rodmvin,

This is talking about the More Article Box feature and if you want to get rid of it, please notice that you can turn off from the panel, like this -> http://screencast.com/t/QfNnK0bMyUU

Thanks for your understanding!

Catalin
tagDiv Staff

Hello stax,

Please notice that our theme does not have such an option as you want. Also, please notice that each block uses a specific thumb which crops the each featured image from your posts.
Please take a look over the below explanation and try to understand a bit how it works the thumbs in the theme. Please check here ->>
Our theme uses the system of cropping from center to top. The theme uses thumbs to reduce the page size and speed up page loading time. From each image uploaded are generated thumbs for each thumb size used by the theme. Basically, when a post it’s displayed on the page in a block, the featured image displayed is not the one which you uploaded in the media file, it’s a thumb cropped from the original image at the precise dimension. To change the picture orientation most likely you will need a different cropping system. We use a WordPress function – add_image_size() – you can read about it here – https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Our theme crop (cut) thumbnails in some cases to avoid creating a lot of thumbnails in order to reduce to load more spaces on the server.
If you don’t have the possibility to upload large images you could use a combination of plugins to upscale the thumbs – Thumbnail Upscale and Force Regenerate. For more information about these kinds of plugins, please consult their documentation here -> https://wordpress.org/plugins/thumbnail-upscale/ -> https://wordpress.org/plugins/regenerate-thumbnails/ Also, please ensure that the functionalities of these plugins are not affected by the other untested plugins that could create interference through the theme. Please notice that these types of plugins are not tested with our theme and we cannot provide support for the theme. We recommend them because a lot of our customer uses and they were satisfied to their functionality.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello salocharly,

If you want that you hide the ad for this post page, from all the page, you will have to use the below code and you will have to place it in Theme panel->Custom CSS area.

The code is ->

.postid-4327 .td-g-rec {
display:none;
}

If you refer to something else, please provide more details.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello,

Please remove all the code that I provided you above and try the code below.

The code is ->

.td-review-stars{
color:red!important;
}
.td-review-overall div {
color:red!important;
}
div .td-review-score span {
color: red!important;
}
.td-module-meta-info .entry-review-stars {
color:red!important;
}

The result -> http://screencast.com/t/DOPgWfmms -> http://screencast.com/t/l9aPbgnt

Thanks!

Catalin
tagDiv Staff

Hello lospicos,

If you want to change the footer background, you will have to change it from the Theme panel->Footer Background, like this -> http://screencast.com/t/06xmODAv

If you refer to something else, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thanks for your message!

Catalin
tagDiv Staff

Hello VoZz,

Please notice that you can translate this string from the Theme panel->Translations, like this -> http://screencast.com/t/RFmxYptDQuce Try to clear all your caches and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello drae,

Please notice that you will have to update the theme to the latest version of it (Newspaper 7.1.1) and then you will have to update the required plugins to the latest version of them ->Visual Composer 4.11.2 and Social Counter 4.1. In the past, was be a problem with our related articles and in the latest update, this would be resolved and now should working as properly. Also, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN if you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello ETm,

Please check the mobile files from your root theme and there you will find the shortcodes document which contains this block which is used in mobile theme, like this -> http://screencast.com/t/2dn2HGdbO

Thanks for your understanding!

Catalin
tagDiv Staff

Hello gOVO,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Also, please provide the link fo this topic so we can identify you.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello ArgBursatil,

Please notice that the facebook counter is not live and it takes a while until initializes. Also, please notice that it could be a caching problem. Always, please try to clear all your caches and check the results.

Thanks for your understanding!

Viewing 25 posts - 19,226 through 19,250 (of 23,298 total)