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,

You issue is that you have included that script with http http://screencast.com/t/jlYbQqoLGVeJ and that script doesn’t work with https.

Ask them that you have an https website and what is the script for SSL solution.

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hi,

I see that you have modified the style.css file manually and have strange characters. http://screencast.com/t/r7YS79v0bzJ

please remove the custom css from there and add it in Theme Panel -> Custom CSS section, without all those text comments. http://screencast.com/t/PBFVIhRB8 and see if works.

Thanks for the message!

Marius
tagDiv Staff

Hi,

The gallery doesn’t work correctly, get wrong image size(get the full image) instead of the cropped version. I don’t know what you have modified in the speed booster plugin, because something in no correct there, you have an error in console http://screencast.com/t/XwFDrSmj4 probably from here, I’m not sure: http://screencast.com/t/sBOxIlAS

Please use the original plugin version again.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Could be a plugin conflict, that brake the post data, can you try with all plugins disabled and see if works?
You have modified the theme files? Please make sure you have the latest theme version and the theme files to be unchanged.

Also if you want to disable the post data you can make this from Theme panel: http://screencast.com/t/toC1cRK8LhF

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hi,

Just increase this value: http://screencast.com/t/i70fRfb6Hcg

Thanks for the message!

Marius
tagDiv Staff

Hi,

Please try this, but before make a full backup!!!

Edit this code like here: http://screencast.com/t/715rSw8nBYf then run the update script again http://screencast.com/t/o8q7wNDmnEm

Thanks for the message!

Marius
tagDiv Staff

Hi,
We have created the video in After Effects and is custom made, build from 0. What you can do is only to find a good template on VideoHive or to hire someone to create a custom one for you here on Envato Studio https://studio.envato.com/explore/video-animation

Thanks for the message!

Marius
tagDiv Staff

Hi,
Please make sure you have the Menu icons to black version. http://screencast.com/t/XMR787N7

Thanks for the message and sorry for the delay!

Marius
tagDiv Staff

Hi,
We can’t provide promotions, sorry about that, is not allowed.
You can buy bulk license from here: http://www.envato.com/contact see – Sales & Bulk Purchases at the bottom of the page.

Thanks for your interest!
Have a nice day!

Marius
tagDiv Staff

Hi,
Here is the error that I found http://screencast.com/t/ZXzwmDjm something with google maps, do you use plugins, can you disable them or one by one and see if the error is still there?

Thanks!

Marius
tagDiv Staff

Hi,

The postname works fine, see here: http://screencast.com/t/gxxYQIxV4Z

That td_d_slug_24 is the slug name of that post.

I see that you only edited the existing posts and changed the title, if you want to regenerate the slug for that posts, edit the post, delete the slug and hit ok, and a new slug will be generated from you new post title.

http://screencast.com/t/BykWisnaecO Hit edit, empty the field and hit ok. http://screencast.com/t/ON84CcnnN

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hi,

The theme evolved and could be some old screenshots in documentation, we will reevaluate the documentation in the near future because we will prepare to lunch the 5 version of the theme.

If you want to send us screenshots you can use some free software like Jing or similar or provide a link from the documentation where you have concerns, to take a look.

Here is the latest version of the documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks for the message!

Marius
tagDiv Staff

Hi,

Use this instead <?php dynamic_sidebar('icerik'); ?>

Thanks for the message!

  • This reply was modified 11 years by Marius.
Marius
tagDiv Staff

Hi,

Edit your homepage and use this template: http://screencast.com/t/Zr5Sjz3Xprc the with visual composer add a block and set it with infinite load or with load more button http://screencast.com/t/c322Au4t1tDb

Thanks!

Marius
tagDiv Staff

Hi,

The latest article section came from the page template here: http://screencast.com/t/Y7eYMvQjeEOF just edit your homepage.

To add more section above use the Visual Composer(page builder).
Also here is the Theme documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks for the message!

Marius
tagDiv Staff

Hi,

The CSS was moved in footer? Can you provide a link of your site?

Thanks!

Marius
tagDiv Staff

Hi,

1. For the search issue use this CSS
.td_mod_aj_search .entry-title a {
white-space: normal;
}

2. Can you provide a link to inspect the issue?

Thanks!

Marius
tagDiv Staff

Hi,
Try this, remove some mega menus from your menu and see if works. Thanks for the message!

Marius
tagDiv Staff

Hi,
I see that you have fixed the missing borders. I’m glad that you have managed the issue.

Have a nice day!

Marius
tagDiv Staff

Hi,

Here is a quick implementation, if you want to try.

1. Edit footer.php file and add you ad code like here: http://screencast.com/t/J4W4GpzOyo
http://pastebin.com/8DPv2wAw

2. Add this CSS in Theme panel -> Custom CSS section:

.my-sticky-ad {
  display: none;
}
@media (max-width: 767px) {
  .my-sticky-ad {
    display: block;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

Thanks!

  • This reply was modified 11 years by Marius.
Marius
tagDiv Staff

Hi,
Try with all plugins disabled, could be a conflict in javascript. If not work can you give us access to wp-admin to take a look. Send via email at contact@tagdiv.com

Thanks for the message!

Marius
tagDiv Staff

Hi,

1. Remove this code: http://screencast.com/t/u4tQtQp1
2. Add this CSS in Theme Panel -> Custom CSS section:

.td-header-container .sf-menu {
margin-left: auto;
margin-right: auto;
display: table;
}
@media (max-width: 767px) {
.td-header-container .sf-menu {
display: none;
}
}

3. Put the random code line first, like here: http://screencast.com/t/qeBAuh8qCJ4
4. Remove the code from here: td-scroll-up

Thanks for the message!

Marius
tagDiv Staff

Hi,


@gurneet63
you have solved the issue?, I’ve checked you site and seems that the gallery works fine.


@bhcrow
here is a Chrome screenshot, everything seems to be fine there.

Marius
tagDiv Staff

Hi,

There is a javascript conflict, see here: http://screencast.com/t/1Y3l2PkG71 can you disable all plugins or one by one and see if works?

Thanks!

Marius
tagDiv Staff

Hi,
Can you show me a link with the issue. I have tested the both method like pasting the youtube link directly in post or adding an embeded youtube code(tested in page and post to) http://screencast.com/t/zkwgTazJx34 and everything works fine on my side: http://screencast.com/t/I3xbr520kg0

Thanks for the message!

Viewing 25 posts - 176 through 200 (of 3,236 total)