Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

I have checked your site and seems that other features like next/prev pagination, search, mega menu.. aren’t working also. All this features work based on js so I suggest you check your console for js errors and also check this without any plugins active just the VC and also make sure you empty cache and purge files.
I have also checked your site and found this errors in your browsers console which can cause this: http://screencast.com/t/8xApRDhl
Please make sure you try this and let me know how it goes.

Thanks

Lucian
tagDiv Staff

Hi,

We know about this and it seems that it could be a render issue. We are still investigating this though and we will fix it as soon as we find a solution.
Until then you could use this custom css and adjust the line height of the block title like this: http://screencast.com/t/jdMqdqQuK

.block-title {
line-height: 30px !important;
}

Sorry for the inconvenience!
Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css to hide the excerpt on block 2/6:

.td_block6 .td-post-text-excerpt, .td_block2 .td-post-text-excerpt{
display: none;
}

For module 7 you don’t have a class that you can use to hide the excerpt so you can edit the module 1 file and add this class: http://screencast.com/t/MuGmEcxOAzpg then use it to hide the excerpt like this: http://screencast.com/t/MuGmEcxOAzpg

.module_7_excerpt {
display: none;
}

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option like that an you would need additional customization for it. You can take a look how this was made for tablets and use the same method or adjust it as you like: http://screencast.com/t/vSalR11eFzvz

Thanks

Lucian
tagDiv Staff

Hi,

You could do via custom css like this: http://screencast.com/t/CiOywiOR

.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
}

But I suggest you regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ as an thumb image for that slider container should be created and used there. I have also tested this and as you can see it should work fine: http://screencast.com/t/z2Djej8fjYV

Thanks

Lucian
tagDiv Staff

Hi,

You can inspect post style 4 or the page with background image template and see how were built.
Ex: http://demo.tagdiv.com/newspaper/how-to-make-people-love-you/
Unfortunately I can’t help you with this as you need custom work for it.
I suggest to get someone to help you with this as we cannot provide any custom work at this time because we work hard on development/fixes and support.
Sorry for the inconvenience and thanks for the message!

Thanks

Lucian
tagDiv Staff

Hi

Not sure why this happens as I haven’t been able to recreate this. Not sure if this is theme related or not. We will take a closer look at this ad fix it next version if we find something wrong.
Sorry for the inconvenience!

Thanks

Lucian
tagDiv Staff

Hi,

You can do it from here: http://screencast.com/t/0UopDdulR

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we haven;t made any progress on this as we having problems recreating it. If you still have this issue please let me know and provide a link to your site that also contains this issue.

Thanks

Lucian
tagDiv Staff

Hi,

You can add and use your own custom fonts: https://forum.tagdiv.com/custom-typography/

Thanks

Lucian
tagDiv Staff

Hi,

We will release an update with the new version of VC as soon as they will fix issues that apparently they have with the current version.
I have also tested this and haven’t found any issue: http://screencast.com/t/XH1Xit8MtTo
Please provide a link so I can inspect this.

Thanks

Lucian
tagDiv Staff

Hi,

Using this option: http://screencast.com/t/sXTFSK3YDIE3 you will only get the comment section into your page not the old comments: http://screencast.com/t/udeD778EJh
Try to edit the posts you want to allow/disallow comments on and set this: http://screencast.com/t/IwI07yb67
Only the first options can be overwritten from posts: http://screencast.com/t/jwmk9Gl2OePd
Please let me know!

Thanks

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

Hi,

Unfortunately the ticker is also taken into consideration when using the unique articles feature, we have this on our todo list and we are working to find a better implementation regarding this.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and noticed that you do have the register option now: http://screencast.com/t/7XjNEaQlMau
Please let me know if you have any other theme related issues!

Thanks

Lucian
tagDiv Staff

Hi,

I suspect that this is happening due to the speed booster plugin as a result of moving the js/css to the footer and a long server response time.
I suggest you deactivate all plugins though and check this without and plugins then activate them one by one to make sure that this is it, also make sure you empty cache and purge files.
You can also try to enable page cache and check if this still happens.

Thanks

Lucian
tagDiv Staff

Hi,


@OnlineThemes
As Chris stated the @media queries are used to style the content for mobile screen widths. You can edit the thumb’s css file and search for @media (max-width: 767px) and remove them, leaving just the style for tablet which is under @media (min-width: 768px) and (max-width: 1023px): http://screencast.com/t/5pibBDJP33d
I suggest you backup your current theme installation before you alter it so that you can revert back to it if something goes wrong.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately I can offer you an accurate answer about this as we haven’t made any tests with WP Engine hosting platform. You can try it though and test this.

Sorry for the inconvenience and thanks for understanding!

Lucian
tagDiv Staff

@karlos We will update that!

Thanks for reporting it!

Lucian
tagDiv Staff

Hi,

Unfortunately we cannot offer custom work at this point as we time dons’t allow us to do do any type of custom work and we also work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately I can offer you an accurate answer about this as we haven’t made any tests with the wpml plugin and from other reports we have the theme is not fully wpml ready at this point.
If you really need this, my advice is to hire a professional developer to help you adjust the theme code to be wpml ready.
The qTranslate plugin was initially tested and offered as solution for adding multilingual content and translation support but since it hasn’t been updated we haven’t tested it recently. As an alternative, you can use the qTranslate X plugin which is a descendant of qTranslate, which has apparently been abandoned by the original author.
If you own a wpml license you can also ask about this implementation on their support forum.

Sorry for the inconvenience and thanks for understating!

Lucian
tagDiv Staff

Hi,

Please check this setting and see if your comments aren’t appearing because they are to old: http://screencast.com/t/Y8jAjk9jCu
Please also try this without any plugins, empty cache/purge files and check for this again.

Thanks

Lucian
tagDiv Staff

Hi,

I have added this on our todo list and we will take a look at it also.
Thanks for reporting it!

Lucian
tagDiv Staff

Hi,

The Visual Composer Frontend Editor button was removed from the theme as it’s not compatible with theme blocks.
I think you can have it if you want, should work with the default elements.
You can enable it like this: http://screencast.com/t/6gvarpkbW

Thanks

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

Hi,

Regarding to your second matter from your first post please note that the theme doesn’t have an option. You could assign an author (user) for each post manually from here: http://screencast.com/t/LsfObBNIQ bat you can’t set a custom URL for it so I suggest you try to find a plugin similar to the one you’ve mentioned or alter the code as you like here: http://screencast.com/t/bU1Gon4qapKJ

1. The title excerpt can be modified from here: http://screencast.com/t/dEcKqWYGIMiL
2. Add 'sort'=>'random_posts' like this: http://screencast.com/t/XoHogueI

Thanks

Lucian
tagDiv Staff

Hi,

I the newsmag theme the file you need to edit id this: http://screencast.com/t/EnGISZ9xNY
Sorry about this!

Thanks

Viewing 25 posts - 2,151 through 2,175 (of 6,600 total)