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

Hi,
The Unique article works like that, render the page from top to bottom and eliminate all duplicated posts. Does not matter post are in mega menu or in sidebar, or in footer.

If you want you can use offset function instead of unique, to create something that fit your needs.

Thanks!

Marius
tagDiv Staff

Hi,
Paste this code:

    <script language="JavaScript">
        function bloquear(e){return false}
        function desbloquear(){return true}
        document.onselectstart=new Function ("return false")
        if (window.sidebar){document.onmousedown=bloquear
            document.onclick=desbloquear}
    </script>

like here: http://screencast.com/t/yuAwD8MD4iy

Thanks!

Marius
tagDiv Staff

Hi,
There is a limitation, because is about number of slides, you have 2 slides on desktop(8 posts) and on mobile will be 2 slides to(2 post)

Thanks!

Marius
tagDiv Staff

Hi,
I’ve add your code and show me the ad http://screencast.com/t/jZNsrgaGt

What not work for you?
I’ve added the code here: http://screencast.com/t/NeLpMI8P

Thanks!

Marius
tagDiv Staff

Hi,

@mbasche
you have managed the issue?, now work in your block?

Thanks!

Marius
tagDiv Staff

Hi,
The theme doesn’t have build in support for different ad/device, sorry for the inconvenience, has built for easy to use in mind.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Set the post with gallery to be without sidebar.

Thanks for the message!

Marius
tagDiv Staff

Hi,
For the menu you can use any image/icons you want instead of what you use for socials. To make something responsive with % is a little tricky.

Please disable unique articles feature, for you homepage is not necessary, because you don’t have other content blocks, is useful only for magazine style layouts with lot of blocks content.

Thanks for your message!

Marius
tagDiv Staff

Hi,
Do you use this, when you say you use templates: http://screencast.com/t/8DvjiZumfB8

Can you give me a template, paste here from classic editor what you use to test it.
Thanks!

Marius
tagDiv Staff

Hi,
You have managed the issue? i see that you have 3 banners there: http://screencast.com/t/acuwAWcr28fi

Thanks!

Marius
tagDiv Staff

Hi,
Is possible using offset feature.

You have to set your homepage like:

Edit your homepage:

Big slider: to read latest post
Don’t Miss section(block 2) edit it, set it to latest post and set and offset of 4
Latest article is from template, set the offset to 7 like here: http://screencast.com/t/8w5sY7iwmqU

Thanks!

Marius
tagDiv Staff

Hi,
Do you want that on a post or on your homepage blocks? Should work: http://screencast.com/t/EsbtALtNCwQ

Marius
tagDiv Staff

Hi,
Add this CSS in Theme panel -> Custom CSS

.td-full-logo .td-grid-wrap {
	padding-top: 0px !important;
}
.td-full-logo .container-fluid {
	padding: 0px !important;
}
.header-style-3 .td-logo img {
    padding-top: 0px !important;
}

Thanks!

Marius
tagDiv Staff

Hi,
Please make sure that if you use W3 Total Cache use it with MINIFY disable.

Thanks!

Marius
tagDiv Staff

Hi,
Could be a conflict with a plugin. On our demo we use Speed Booster plugin and everything works fine.

The view counter not match if used with W3 total cache. You can try with this plugin http://wordpress.org/plugins/wp-postviews/ that work with W3 total cache.

Thanks!

Marius
tagDiv Staff

Hi,
Is everything ok now? i see your site looks ok now.

Thanks for the message!

Marius
tagDiv Staff
Marius
tagDiv Staff

Hi,
Use different header style like: http://screencast.com/t/STLUusl1p4D
Also if you want to hide top menu change from here: http://screencast.com/t/yc8k1LR63CfU

Hope this help.
Thanks for the message!

Marius
tagDiv Staff

Hi,
We know about this issue, our developer still investigate this issue.
Thanks for your message!

Marius
tagDiv Staff

Hi,
You have a lot of javascript conflicts, see here: http://screencast.com/t/l0ADd5KtlQ2 please disable all plugins ore one by one and see if works. You have to eliminate all conflicts from there.

More article doesn’t work because you have that conflict issue.

Marius
tagDiv Staff

Hi,
Yes, i found it,
this is the correct code:

            case 'upcoming':
                $wp_query_args['meta_key'] = '_event_start_date';
                $wp_query_args['orderby'] = 'meta_value';
                $wp_query_args['order'] = 'ASC';
                $wp_query_args['meta_query'] = array(
                    array(
                        'key' => '_start_ts',
                        'value' => current_time('timestamp'),
                        'compare' => '>=',
                        'type'=>'numeric'
                    )
                );
                break;

http://screencast.com/t/hcJ3Bw7EcR

Now sort by start event date and remove the expired event. If you want to show expired event to remove this from code: http://screencast.com/t/j3aaAsKDwWm

Thanks! 🙂

Marius
tagDiv Staff

Hi,

@sancprod
can you give me your Twitter ID to test it on my installation?
Thanks!

Marius
tagDiv Staff

Hi,
Add this code:

<div class="alignleft"><?php previous_image_link() ?></div>
<div class="alignright"><?php next_image_link() ?></div>

like here: http://screencast.com/t/hBPGJRf05j

Thanks!

Marius
tagDiv Staff

Hi,
If you miss an update you have to update the Full theme. The patch folder have version from-to.

Thanks!

Marius
tagDiv Staff

Hi,
The theme have something similar, change like here: http://screencast.com/t/oBjUvutUm

We will take a look about the auto-update plugin.
Thanks!

Viewing 25 posts - 1,576 through 1,600 (of 3,236 total)