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,
Can you give us your site URL to inspect it. You have changed only the server? the URL is the same?

Thanks for the message!

Marius
tagDiv Staff

Hi,
I will add this on our todo list for the future updates.
Thanks for the suggestion!

Marius
tagDiv Staff

Hi,
Try this one: jQuery Pin It Button For Images or similar plugins

Thanks!

Marius
tagDiv Staff

Hi,
Can you provide us a link to see the issue? Also try from Theme panel -> Ads to change the auto size of the banner.

Thanks!

Marius
tagDiv Staff

Hi,
I’m sorry if the solution not work as expected, I’ve tried. I recommend to hide a freelancer to make a custom code for your needs.

Thanks for understanding!

Marius
tagDiv Staff

Hi,
We will fix this ASAP.

Thanks for the message!

Marius
tagDiv Staff

Should work see here: http://screencast.com/t/jWvO9NDAZO

.td-sp-ico-comments {
    margin-left: 0 !important;
}
.category-236 .td_mod5 .entry-date {
    display: none;
}

Thanks!

Marius
tagDiv Staff

Hi,
Please can you give us more details about your issue? What errors? Can you give us you site URL to see the issue?

Thanks!

Marius
tagDiv Staff

Hi,
Thanks Christopher 😉

Marius
tagDiv Staff

Hi,
Use center quote box this use full width.

Thanks!

Marius
tagDiv Staff

Hi,
Is not a bug, but if you want to be like that edit the code to be like here: http://screencast.com/t/UdmUxnmlOd

if (empty($lenght)) {
            $lenght = 25;
        }

        if ($this->post->post_excerpt != '') {
            return td_util::excerpt($this->post->post_excerpt, $lenght, $show_shortcodes);
        }

Thanks!

Marius
tagDiv Staff

Hi,
You have this option in Theme panel -> Header http://screencast.com/t/v1rj1pve8

Thanks!

Marius
tagDiv Staff

Hi,
You need to copy only your modified code in Child Theme not the entire function.php file.
Here is the Child the documentation: https://codex.wordpress.org/Child_Themes

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hi,

@leolion84
Add the code in function.php file.

Marius
tagDiv Staff

Hi,

@Christopher

Style 3 is like your mentioned style 8
[ top menu + socials ]
[ full width logo ]
[ main menu ]
[ full width ad ]

Style 7 can be done easily combining those: http://screencast.com/t/Sh16OLMNkT


@Speedster

1. Can be done easily customizing the headers file used adding this line of code for each AD unit http://screencast.com/t/LO5ZsBdv0iJh here are the AD docs: https://forum.tagdiv.com/ads/

2. Can you show me exactly in which case, in a screenshot or something

3. Do you mean a header for ADS? The can be done adding this HTML above each AD:

<h4 class="block-title">
     <span>My header line text</span>
</h4> 

Hope this help!
Thanks for the message and for the suggestions!

Marius
tagDiv Staff

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

.td-sp-ico-menu {
    background-position: -20px -364px !important;
}

2. Is a litter difficult to move the menu on right, but anyway thanks for the suggestion.

Thanks for the message!

Marius
tagDiv Staff

Hi,
1. The ad appear in sidebar, do you have a sidebar in your homepage? If not you can add the AD using the visual composer: http://screencast.com/t/IYQigAdpC

2. Here is the AD documentation, you can use shortcode to add an AD in posts, or use php if you want to add in code. https://forum.tagdiv.com/ads/

The theme have this if you want an AD at the end of the article: http://screencast.com/t/bpHNHqW8c Just paste your ad code there.

3. You can select from the widgets which ad you want to display: http://screencast.com/t/w5T1yMfVMnZ2

Thanks!

Marius
tagDiv Staff

Hi,
and thanks for those nice words 🙂

1. I presume that you ask about on phone devices? If yes add this CSS in Theme panel -> Custom CSS section:

#td-top-mobile-toggle {
    position: absolute;
    top: 2px;
}
#td-top-search {
    position: absolute;
    right: 0px;
    top: 0px;
}
.mobile-logo-wrap img {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
}
.header-search-wrap .dropdown-menu:before {
    right: 15px;
}
.header-search-wrap .dropdown-menu {
    left: -280px;
    top: 46px;
}

2. Use this CSS

@media (max-width: 767px) {
  .td-full-layout .td-menu-background {
    background: #66af2a !important;
  }
}

Thanks!

Marius
tagDiv Staff

Hi,
1. Move this code here: http://screencast.com/t/prKyI2haz

2. Here are the image sizes defined, those are for post, just change the size here then regenerate the thumbnails using this: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Then use this CSS, add it in Theme panel -> Custom CSS

.post .thumb-wrap {
    float: left;
    margin-right: 21px;
}

Thanks!

Marius
tagDiv Staff

Hi,
In v 3.2 we have changed the file structure and code, should be from there. Can you update to latest version and try again the customization?

Thanks!

Marius
tagDiv Staff

Hi,
Add your custom CSS in Custom CSS section in Theme panel, no matter if you use The Child Theme. On updates you will not loose the CSS.

Thanks!

Marius
tagDiv Staff

Hi,
I can’t replicate the bug, I’ve tested your site on android phones and for me works great and also the desktop version to, no blanks screen.

Can you make a video screen to see the issue?
Thanks for the message!

Marius
tagDiv Staff

Hi,
Do you have WP 3.9? Seems like the 3.9 version of the WP brake the plugins. Probably the developers will make a fix for ajax_the_view and wp-postviews

Thanks for the message!

Marius
tagDiv Staff

Hi,
The theme come with Featured category and to mark a post as featured just include a post in that category FEATURED

Sticky post just move the post in top in loops, don’t use sticky. Use Featured category.

Thanks for the message!

Marius
tagDiv Staff

Hi,
@snowwatchGB i mean to give me a link to see the issue, to inspect it. And yes the ADS should be aligned in sidebar as default.

But do not worry, could be fixed via CSS.

Thanks!

Viewing 25 posts - 1,026 through 1,050 (of 3,236 total)