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,

@madox56
you site is http://www.ebike-news.de/
I found an email in spam folder.

I check you site please update to latest version of the theme. Also what you can do is to disable the plugins one by one and check if works, could be from a plugin conflict, i see that you have a lot of plugins installed.

Thanks

Marius
tagDiv Staff

Hi,
To work should be like this:
Category: My work
In that category you have “photo“, “graphic“, “web” as sub-categories.

My work -> Photo
My work -> Graphic
Mu work -> Web

In the block select the My work category and use option from Show child categories menu.

Hope this help.
Thanks for the message!

Marius
tagDiv Staff

Hi,
Please upload the whole theme and see if works.

Thanks for the message!

Marius
tagDiv Staff

Hello,
Will be available in few days.

Also the default sizes are defined here if you want to change it manually: http://screencast.com/t/zHleK019
Thanks for the message!

Marius
tagDiv Staff

Hello,
We have a guide with all image size that theme use. https://forum.tagdiv.com/quick-info-guide/

Thanks

Marius
tagDiv Staff

Hi,
Delete this code from here: http://screencast.com/t/Z3tGAAxvw

Scroll down in that file and add this code here: http://screencast.com/t/1PMe9ko4

wp_reset_query();

if(!empty($post->post_content)) { //show this only when we have content
    if (empty($paged) or $paged < 2) { //show this only on the first page

        ?>
        <div class="row-fluid">
            <div class="span12 column_container" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
                <?php
                if (have_posts()) {
                    while ( have_posts() ) : the_post();
                        //read the page settings
                        the_content();
                    endwhile; //end loop
                }
                ?>
            </div>
        </div>
    <?php

    }
}

This is for Homepage – with article list template
Thanks for the message!

Marius
tagDiv Staff

Hi,
Thanks @rea-secret for your suggestion. @haendler55 is everything ok now?

Marius
tagDiv Staff

Hi,
Edit td_module_slide_big.php file like here http://screencast.com/t/2PP0ElYr
art-slide-small

Add this in CSS panel:

@media (max-width: 767px) {
  .td_block_slide_big .iosSlider-col-3,
  .td_block_slide_big .iosSlider-col-3 .item {
    height: 340px !important;
  }
}

Thanks for the message!

Marius
tagDiv Staff

Hello,
Please check to have latest version 3.0.1, we fixed this.

Thanks for the message!

Marius
tagDiv Staff

Hello,
Use this code like here in the header menu: http://screencast.com/t/rHCNGGyJ

<div class="row-fluid">
     <div class="span12">
          <?php echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header')); ?>
     </div>
</div>

Don’t forget to erase the ad code from header-style-1.php http://screencast.com/t/CxXxKXr7MkU

Add this in CSS panel

.td-a-rec-id-header {
    left: 0 !important;
    text-align: center !important;
}

If not aligned center can be done from CSS

Thanks!

Marius
tagDiv Staff

Hi,
Please disable all plugin, could be a plugin conflict and see if work.
Do you have latest version 3.0.1?

Please disable if you use tagDiv Speed Booster if you have activated.

If nothing works, please can you give us access to your WordPress to take a look, send via email at contact@tagdiv.com, write in title FOR MARIUS and paste a link from this conversation.

Thanks for the message!

Marius
tagDiv Staff

Hi,
You can to hide the menu from sub-footer? or entire sub-footer?

To hide the menu add this in CSS pane:

.menu-footer-container {
	display: none;
}

To hide the entire sub-footer add this:

.td-sub-footer-wrap {
	display: none;
}

Thanks!

Marius
tagDiv Staff

Hi,
If that plugin have option to add the comment manually, you can add you comment here: http://screencast.com/t/K65cwHz33

Thanks!

Marius
tagDiv Staff

Hello,
You need to update the theme to 3.0.1 not only to use the plugin from there.

Please make sure you have latest theme version.

Marius
tagDiv Staff

Hello,

@vexx
can you give us your site URL to see the issue.

Thanks!

Marius
tagDiv Staff

Hello,
Check here: http://screencast.com/t/a7blWday5
What logo size you want to use?

Thanks!

Marius
tagDiv Staff

Thanks @livingsmarttv, @Stefan for supporting us!
Have all a nice day!

Best Regards,
Marius from tagDiv

Marius
tagDiv Staff

Hello,
http://screencast.com/t/9Awrc4snd9

Thanks for the message!

Marius
tagDiv Staff

Hi,
Great, yes, you have to regenerate all thumbnails.

Thanks!

Marius
tagDiv Staff

Hi,
Great, I’m glad that you have managed the issue.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Try this: http://screencast.com/t/0ELuZmSb

$post_content = htmlentities($post_content, null, 'utf-8');
$post_content = str_replace("&nbsp;", "", $post_content);
$post_content = html_entity_decode($post_content, null, 'utf-8');
$pattern = "/[a-zA-Z]*[:\/\/]*[A-Za-z0-9\-_]+\.+[A-Za-z0-9\.\/%&=\?\-_]+/i";

Thanks!

Marius
tagDiv Staff

Hi,
Do you mean to use sticky posts. Try this http://screencast.com/t/5Fesl7ZI92

Thanks!

Marius
tagDiv Staff

Hi,
I thing your ad is not responsive, if you have more banners at different sizes you can add it each one like this, add this code in ad panel:

<div class="td-visible-desktop">
---paste you AD code for desktop (recommended size is 728px width)---
</div>

<div class="td-visible-tablet-l">
---paste you AD code for ipad orizontal (recommended size is 468px width)---
</div>

<div class="td-visible-tablet-tp">
---paste you AD code for ipad vertical (recommended size is 468px width)---
</div>

<div class="td-visible-phone">
---paste you AD code for phones (recommended size is 300px width)---
</div>

Hope this help.
Thanks!

Marius
tagDiv Staff
Marius
tagDiv Staff

Hi,
Great, thanks!

Please can you add this instead of the latest CSS provided, this will fix that space on iPad Vertical.

.td_mod3 .item-details {
  margin-left: 80px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_mod3 .item-details {
    margin-left: 80px;
  }
  .td_mod3 .entry-title {
    margin-left: 0px;
  }
}
  • This reply was modified 12 years by Marius.
Viewing 25 posts - 2,051 through 2,075 (of 3,236 total)