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

Hello,
We will make more spots available in ADS panel that can be selected from [tagDiv Ad box] widget ASAP.

Thanks for the message!

Marius
tagDiv Staff

Hello,
Radu will take a look about this ASAP.

Thanks for the message!

Marius
tagDiv Staff

Hello,
You have to change the icons color with color that you use for the text.
Change the color in this file http://screencast.com/t/0OBY67SCwkr

If you don’t manage it, you can tell me what color you want to make the icons and which icons you want to change and i will give you the modified files.

Thanks for the message!

Marius
tagDiv Staff

Hello,
Is on our todo list for the following updates.

Thanks for suggestion!
Have a nice day!

Marius
tagDiv Staff

Hello,
I’m not sure i understand you question correctly, your top posts should filter posts/article not pages.

Can you give me your site URL to see the issue.
Thanks!

Marius
tagDiv Staff

Hello,
I’m sorry but this is a little tricky to be implemented, is still on our todo list but not a high priority, if you want faster you can find a freelancer or a developer that will make it for you faster. We recommend to search one here: http://www.microlancer.com

Thanks for understanding.
Have a nice day!

Marius
tagDiv Staff

Hello,
We forgot to include some files in the new plugin version. in js/min folder. We will fix this today.

Thanks!

Marius
tagDiv Staff

Hello,
Because we use the same function, please edit like here: http://screencast.com/t/By41SLPQdHuG

Thanks!

Marius
tagDiv Staff

Hello,
We have here defined all default ads, you can change it from there: http://screencast.com/t/YqFMFlMPYwN

Thanks!

Marius
tagDiv Staff

Hello,

@eduardoarandah
have you managed the issue?

Marius
tagDiv Staff

Hello,

@adgower
have you managed the issue? I don’t understand what not work on your forum.

Thanks!

Marius
tagDiv Staff

Hello,

@risq
is fixed in V3.

Thanks and sorry for the delay! we will try to do the best.
Thanks @adgower for your support!

Marius
tagDiv Staff

Hello,
I used without \' is something from formating

Try this:
<div class="withLove">Made with <!-- Heart SVG icon --> <svg class="heart" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="92.515px" height="73.161px" viewBox="0" 0="" 92.515="" 73.161="" enable-background="new" xml:space="preserve"> <g> <path fill="#010101" d="M82.32,7.888c-8.359-7.671-21.91-7.671-30.271,0l-5.676,5.21l-5.678-5.21c-8.357-7.671-21.91-7.671-30.27,0" c-9.404,8.631-9.404,22.624,0,31.255l35.947,32.991l82.32,39.144c91.724,30.512,91.724,16.52,82.32,7.888z=""></path> </g> </svg> in Melbourne</div>

Marius
tagDiv Staff

Hello,
The images from posts are stored in database(the path), they are not in a file.

You can try this plugins if you want: http://wordpress.org/plugins/slingpic/screenshots/ or similar.

Hope this help!
Thanks!

Marius
tagDiv Staff

Hello,
I’ve added on github to make the compatibility between tagDiv Speed Booster plugin and Revolution slider.

Thanks!

Marius
tagDiv Staff
Marius
tagDiv Staff

Hello,
This code echo the date http://screencast.com/t/Sj78UDUH
You can move it in other place.

You can edit that file menu-top.php(V3) and create 3 columns like here: http://screencast.com/t/5MapRvm27YG

Thanks!

Marius
tagDiv Staff

Hello,
When you add the logo in menu, that create a menu in item, you have to take the selector of that item and use it instead of .menu-item-525 number

I show you an example with your logo:

1. I’ve added the logo in menu with img http://screencast.com/t/klXNT9666Z2
2. Go to you site and see the logo, click to inspect it with firefox or chrome inspector and see what ID have in menu(in my case have 4224 http://screencast.com/t/I0BexzmDd
3. Add this CSS in style.css, don’t forget to replace the ID with yours.

.menu-item-4224  {
    display: none;
}
.affix .menu-item-4224  {
    display: block;
}

4. Results: http://screencast.com/t/VhdRQuH4cy

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hello,
Locate td_module_1.php file and change like here: http://screencast.com/t/HmSREt1Peu1

Thanks for the message!

Marius
tagDiv Staff

Hello,
We don’t have an option built in for retina images.

I found this, if you want to try it:
1. http://www.cssigniter.com/ignite/retina-images-for-wordpress/
2. http://wordpress.org/plugins/simple-wp-retina/
3. http://retinamatic.com/

Thanks for the message!

Marius
tagDiv Staff

Hello,
Copy this codes like here: http://screencast.com/t/cTs3q7q0g

$buffy .= '<div class="slide-meta">';
$buffy .= '<span class="slide-meta-cat">';
$buffy .= $this->get_category();
$buffy .= '</span>';
$buffy .= '<span class="slide-meta-author">';
//$buffy .= $this->get_author();
$buffy .= $this->get_date();
$buffy .= '</span>';
$buffy .= '</div>';

and this

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;
}
Marius
tagDiv Staff

Hello,
The 1 day most popular is not implemented yet. We have it on our to do list to make it for the following updates.

Thanks for the message!

Marius
tagDiv Staff

Hello,
You can hide the images from CSS with display:none
Can you give me your site URL to inspect it, i will provide you a solution.

Thanks for the message!

Marius
tagDiv Staff

Hello,

@livingsmarttv
is everything ok? you have managed the issue?

Thanks @Christopher for suggestions!

Marius
tagDiv Staff

Hello,
UUUppps, sorry i wrote the wrong code the correct one is <!--nextpage-->

Thanks for the eagle eye 😉

Viewing 25 posts - 2,151 through 2,175 (of 3,236 total)