Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Radu A
tagDiv Member

hi,

1) you can disable FEATURED SLIDER from here : http://screencast.com/t/wH7yil5h (each category)

2) for the second part of the email, the theme is currently not supporting that, sorry.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
yep, try to do it, should work

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

http://screencast.com/t/gaPJArcT8cd

if you have an older version of the theme update to the latest one
then try disabling all plugings, and try again.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi
use a program like Total Commander,
it has the ability to do search for text in files:
http://screencast.com/t/gaPJArcT8cd

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

https://forum.tagdiv.com/how-to-update-newspaper-from-v2-to-v3/

we have tested and it working fine, you can try this:
https://forum.tagdiv.com/ads/

Thanks for you message.
Radu A.

Radu A
tagDiv Member
Radu A
tagDiv Member

hi,
please update to version 3.0.1

then , the theme is using this javascript files: external.js, site.js, style_customizer.js.
Is one of this files reporting an error?

I don’t understand this: What is the compatible code (syntax) highlighter for your theme?

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
overwrite the code from module 6 with this one:


<?php

class td_module_6 extends td_module {

    function __construct($post) {
        //run the parrent constructor
        parent::__construct($post);
    }

    function render() {

        $buffy = '';
        $buffy .= '<div class="td_mod6 td_mod_wrap" ' . $this->get_item_scope() . '>';
        $buffy .= $this->get_image('art-wide');
        $buffy .= $this->get_title(td_util::get_option('tds_mod6_title_excerpt'));

        $buffy .= '<div class="meta-info">';
            //$buffy .= $this->get_author();
            $buffy .= $this->get_date();
            $buffy .= ' - ' . $this->get_category();
            //$buffy .= $this->get_commentsAndViews();
        $buffy .= '</div>';

        $buffy .= $this->get_item_scope_meta();
        $buffy .= '</div>';
        return $buffy;
    }

    function get_category() {
        $buffy = '';

        //read the post meta to get the custom primary category
        $td_post_theme_settings = get_post_meta($this->post->ID, 'td_post_theme_settings', true);
        if (!empty($td_post_theme_settings['td_primary_cat'])) {
            //we have a custom category selected
            $selected_category_obj = get_category($td_post_theme_settings['td_primary_cat']);
        } else {
            //get one auto
            $categories = get_the_category($this->post->ID);
            if (!empty($categories[0])) {
                if ($categories[0]->name === TD_FEATURED_CAT and !empty($categories[1])) {
                    $selected_category_obj = $categories[1];
                } else {
                    $selected_category_obj = $categories[0];
                }
            }
        }

        if (!empty($selected_category_obj)) { //@todo catch error here
            $buffy .= '<a href="' . get_category_link($selected_category_obj->cat_ID) . '">'  . $selected_category_obj->name . '</a>' ;
        }

        //return print_r($post, true);
        return $buffy;
    }
}
?>

like: http://screencast.com/t/Z25pzA862

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
you can enable those features from here:

http://screencast.com/t/A3nfpHLth9g

bet there is a reason why they are disabled.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
Christopher is right, if you follow the threads
https://forum.tagdiv.com/topic/pagespeed/
https://forum.tagdiv.com/how-to-make-the-site-faster/
you should be ok.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

http://screencast.com/t/UWwRsCsrHl

if you want a different order switch author with the date.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
i have tested (http://demo.tagdiv.com/newspaper/ – homepage) on samsung s4 and i can’t see the slider having problems, can you provide a link

Thanks for you message.
Radu A.

Radu A
tagDiv Member

replay via email

Radu A.

Radu A
tagDiv Member

response via email
Radu A

Radu A
tagDiv Member

hi,
we will work fix the issues, we have also find some others, some of them will be fixed in v3.1

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
‘$this’ special word is used when you have are inside an object.
i have search this function: get_post_meta , there is a lot of info here :
http://codex.wordpress.org/Function_Reference/get_post_meta

http://screencast.com/t/xjFxRC0dKoz

also in wordpress there is the $post global variable, in witch all the post variable are kept, you can use somthing like $post->ID, to get the id of current post.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
we have found some problems in version 3 with the javascript, we gonna release today an update to version 3.1 . this is happening when the user who makes this changes in not admin.

some other causes for this can be some plugins that conflict with our theme. please disable all plugins.

also try to use an inspector from firefox (F12 -> console) or chrome(F12 -> console) to see if there are some javascript errors.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
I have tested localy and the pluggin is working fine:
http://screencast.com/t/iiLGNBTv2VX8

try the latest version of [tagDiv] Social counter plugin.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
1) you can find speed buster plugin in /plugins directory in the theme source code:
http://screencast.com/t/l0RsEUsV ,but for now I recommend not to use it, we had found some bugs.

2) https://forum.tagdiv.com/how-to-update-newspaper-from-v2-to-v3/

3) please install lightbox plugin and shoud see all the image with this.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
pagespeed : http://screencast.com/t/ZD7vpR49
also check this thread: https://forum.tagdiv.com/search/pagespeed/

about the panel, you are the first that says this. what plugins are you having active, maybe there are some conflicts, try disable some.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi
locate this folder NewsPaper/images/icons/social/sprite

all the social icons are in there.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi
http://screencast.com/t/1ETmeCu7njh
drag this out of the sidebar.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

go to pages -> new,
add a name to your page then hit the Visual composer button

then hit Add Element button : http://screencast.com/t/WdPi3NXXlm

then from the filter window : http://screencast.com/t/5IqSzavFRk

then : http://screencast.com/t/H8n8FtnxrU7

then hit publish, an then update button : http://screencast.com/t/sevj77V2Go

result:
http://screencast.com/t/DqcD6jmA7cE
http://screencast.com/t/kGHKv5CvfRwk

Thanks for you message.
Radu A.

Viewing 25 posts - 801 through 825 (of 854 total)