Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Use this css to fix that: http://screencast.com/t/EbUBRcze

.author-box-wrap img {
float: left;
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@DigitalEmpathy
Considering the fact that you have the twenty fourteen theme active here: http://screencast.com/t/QsEIz8nAr I believe you need to install and activate the theme from appearance > themes panel: http://screencast.com/t/ndflayPjPUSp so make sure you install the theme like this: https://forum.tagdiv.com/installation/ then activate it, install Visual Composer plugin and check again.
You can also find this info along with more useful informations in our documentation: https://forum.tagdiv.com/newspaper-documentation/
Please let me know if you still can’t manage to get this done.

Thanks

Lucian
tagDiv Staff

Hi,

Try to also disable that one and check if you still have this issue if so please provide your site’s URL so I can check this.

Thanks

Lucian
tagDiv Staff

Hi,

Add this code: http://pastebin.com/aJmfc6uv to you functions.php file like this: http://screencast.com/t/vnzRzb2wZK2

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for your suggestion. I will add this on out feature requests list and we will consider it for future updates but we have to be very carefully though what we chose to implement as we have over 170 feature requests on our list so if more people will ask for this we will try to do it, until then if you need it we suggest to try to find a plugin for it.

Thanks

Lucian
tagDiv Staff

Hi,

Use this css media query’s to target just the tablets and desktop screens and remove the featured image like this: http://screencast.com/t/SZCzNYIqvt

@media (min-width: 767px) {
.td-post-featured-image {
display: none;
}
}

To remove the video from modules on category age use this css:

.category .wpb_video_wrapper {
display: none;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css and add it in theme panel > custom css field: http://screencast.com/t/GLDFGOCpAWH

.author .td-post-text-content .wp-caption {
margin-left: 0px;
}

Thanks

Lucian
tagDiv Staff

Hi,

This issue with the slider occurs because of Yoast Google Analytics plugin. We know about this and we are trying to fix this but unfortunately is more difficult than we initially tooth. You can disable this option from Yoast Google Analytics general settings, will fix the issue with the links: http://screencast.com/t/LRV9LlBn3 or you can also use our own Google analytics support (just paste the code in our admin): http://screencast.com/t/EtxOCuXlspj

Thanks

Lucian
tagDiv Staff

Hi,

Add this line: <p>Last modified: <?php the_modified_time(); ?></p> to the loop-single.php file, should look something like this: http://screencast.com/t/S7RuGtHhQ9nb
Result: http://screencast.com/t/QOQ1bESL3tdI

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

You refer to this menu: http://screencast.com/t/LE0nOmcH as I have checked this using the latest theme version(4.6) and seems to work fine.
Please go trough plugins options and make sure that this isn’t caused by a setting you’ve made.

Thanks

Lucian
tagDiv Staff

Hi,

There is no automatic option to remove the demo content from your site so you need to delete all posts/categories/pages/menus created when you’ve imported the demo content manually.

Thanks

Lucian
tagDiv Staff

Hi,

You can add this code: http://pastebin.com/eQh77pV1 function into your functions.php file, like this: http://screencast.com/t/XDDCVNxVw0S
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Also tested in IE11: http://screencast.com/t/RX4I3FBp6uX Firefox: http://screencast.com/t/HfkPaEgn3JjF
Please make sure you check this and empty your cache before checking it.
We will continue to investigate the Analytics by Yoast issue and fix it when we have a solution for it.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and noticed that you have some js errors in your console: http://screencast.com/t/RBVxMDSj
Please make sure that you disable all plugins leaving active just Visual Composer and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
Please let me know if you still have this type of issues after doing this as I have also tested this and found no issues with it.

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

You also have this issue on desktop screens: http://screencast.com/t/fjvIcclaK58
Use this css to fix it:

.td-widget-search-input {
width: 93%;
}

Also make sure you disable the plugins as this js error from your console could also cause issues: http://screencast.com/t/18tJOWDkeWhq

Thanks

Lucian
tagDiv Staff

Hi,

I refer to this line: get_author();?> form other post templates other than the default post type if you have enabled the author which I understood now that you didn’t.
I have also tested your site with the Structured Data Testing Tool and haven’t found missing author errors anymore: https://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.cobras.org

Thanks

Lucian
tagDiv Staff

Hi,

If the theme works without the NGFB plugin active means that the plugin conflicts with the theme’s files and causes this issues.
You can check the the NGFB plugin change log for security update and if no changes of this type were made revert back to the previous version and wait for plugins next version and maybe they will provide a fix for this.
You can also ask this on plugin’s support page: https://wordpress.org/support/plugin/nextgen-facebook
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can do it like this: http://screencast.com/t/KxnCAudl5
Result: http://screencast.com/t/1YWZw4Pb2

Thanks

Lucian
tagDiv Staff

Hi,

!. You can use the do_shortcode() function and add the shortcode for the news ticker directly into the post template, like this:

First go to VC page builder and customize the ticker then switch to classic mode and get the ticker shortcode: http://screencast.com/t/04wufgypnN1I and add it to the loop-single.php file like this: http://screencast.com/t/1KuOePag
Result: http://screencast.com/t/IHXIudCMfY9k
For changing the “Trending Now” title you can use the translation panel and change it like this: http://screencast.com/t/NQuwThYX or hard coded, like this: http://screencast.com/t/4RBappdbLltH

2. You can disable the sharing and like/tweet buttons from theme panel: http://screencast.com/t/wsaMNsoa7ct then add you own using shorcodes or other method and place them into the post template replacing the buttons: http://screencast.com/t/HjUfJerVcW

3. From theme panel > post settings, like this: http://screencast.com/t/uaZi1AjF0a
4. Use this custom css in theme panel > custom css field:

.td-scroll-up {
display: none;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can use this css for the width issue: http://screencast.com/t/tuAWXPP4

.td-pb-padding-side {
padding: 20px 0px 0px 0px;
}

You can use this guide: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I can see them fine: http://screencast.com/t/f8g4gBXeada0
What browser do you use? Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,


@dexter
Please make sure that you disable all plugins laving just Visual Composer and Social Counter and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
Please let me know if you still have this type of issues after doing this.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for reporting this. I have added this on our issue list, we will investigate it and fix in the next next theme updates.

Sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Not sure I understood well how you would want this but If you mean that you want to use different menus depending of the category you are in I’m afraid that the theme doesn’t have an option for that and you would need custom work for it or maybe you can find and use a plugin for that.
As for the content, you can use “Fashion, Politics, Business ..” as categories and use the categories customizer from theme panel to change the posts layouts or background color or other settings: http://screencast.com/t/hnLyssHe
Hope this helps!

Thanks

Lucian
tagDiv Staff

Thanks for sharing!

Viewing 25 posts - 3,126 through 3,150 (of 6,600 total)