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,

You will need custom work for that as it’s not an easy task. I suggest to search an use a plugin or hire a freelancer to do it for you as we cannot offer custom work at this time.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Try to replace it all and paste there your code: http://screencast.com/t/p3pUv3qA

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css: http://screencast.com/t/x8ZESwZ7

.page .template6-header {
top: 700px;
}

.page .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 700px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

First please make sure you enable the 7 days post sorting from theme panel: http://screencast.com/t/JmiihhnrcY
then view your posts a few times to start the counting for the last 7 days counter and check again, after doing this it should appear, like this: http://screencast.com/t/DQItOvcqRhu
You can leave the post view option enabled to keep track of you posts views and hide the views on posts via css, like this: http://screencast.com/t/tGJQgYQ1BI

.td-post-views span{
display: none;
}
.td-post-views .td-icon-views {
display: none !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

I will also add this on our requests lists but as Emil also stated we have lots of feature requests on out list so we have to pick very carefully what we implement.
At the moment you can do it via css as you’ve also pointed. Please let me know if you need help with this.

Thanks

Lucian
tagDiv Staff

Hi,

Please give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.

Thanks

Lucian
tagDiv Staff

Hi,

You need to edit and alter the google plus sharing button here: http://screencast.com/t/FU7Opdo283
You can also fins useful info on how to achieve this on this topics:

* https://forum.tagdiv.com/topic/change-social-buttons/
* https://forum.tagdiv.com/topic/adding-more-to-social-box-sharing/

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we haven’t tested any plugins of this type with the newspaper theme so I can’t recommend you one and also guarantee it will work.
We plan to also add this feature to the newspaper theme also within version 5.0.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we don’t plan to add a feature like this in the near future. I can’t recommend you any plugins as we haven’t tested any of this type so I can’t you recommend you one and guarantee it will also work fine with the theme.
Sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please make sure you also get this behavior without any plugins active and this is still happening give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.

Thanks

Lucian
tagDiv Staff

Hi,

If you disable the post views from the Theme Panel – http://screencast.com/t/zNE0WcqP the counter will stop working. We’ll fix this in one of the next updates, until then you have to enable it and use the following css to hide the post views (add it in Theme Panel -> Custom CSS):

.entry-comments-views span{
display: none;
}
.entry-comments-views .td-sp-ico-view {
display: none !important;
}

Or comment/remove the lines from the code – http://screencast.com/t/CPhCfMXbQm

Thanks

Lucian
tagDiv Staff

Hi,

Search for this variable : http://screencast.com/t/UNsCl41Ni
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

1. For the first issue please try this: https://forum.tagdiv.com/topic/qtranslate-multilanguage-on-next-prev/
2. I’ve tested this an seems that happens because of the way the excerpt pulled. I will add this on our issue list for further testing and try to find a fix for it.
Until then you could try to use this shortcodes for english and italian excerpt:
[:en]your excerpt text in english
[:it]your excerpt text in italian

..then and paste that to the excerpt filed: http://screencast.com/t/StWstJxg1xxo
3. Try using it like this: #qtransLangSw?&title=[none]

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately blocks can’t have numbered pagination. The only pagination which you can use on blocks is those present in block settings panel: http://screencast.com/t/3ikKggrTPNy7
Sorry for the inconvenience!

Thanks

Lucian
tagDiv Staff

Hi,

That is a category subindicator: http://screencast.com/t/ZLHRFMEX
You can see it live here: http://demo.tagdiv.com/newspaper/category/lifestyle/
You need to adjust your a bit, like this: http://screencast.com/t/bNYARebAL
Use this css:

.td-category-page-sub-ind {
border-left: 0px !important;
right: 18px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

I’ve suggested you try the demo and let me know if there are menu items/sub links which you cannot open on tablets as I’ve also tested this and haven’t found any issue.
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

It seems that the image used for your rss feed is the 'thumbnail' size image which dimensions you can set from WordPress media settings: http://screencast.com/t/cAzwvJywUGS
I’ve also did a research on this and found out that the changes need some time to apply so I suggest you make your changes then give it some time to update.
You can also try to use this filter in your functions file and set it to use one fo the thumb’s that theme creates for each image: http://screencast.com/t/veGfKV1Jf
Here is the filter code: http://pastebin.com/s3wBWjwT
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure how you could get there one previous/old published post, what you can do though is to add this 'orderby'=>'rand' argument to the query to pull random posts each time so that the related posts change every time the page is loaded, add it like this: http://screencast.com/t/5VVxsmgM3NkQ
You can check here for another way to achieve this by adding other arguments to the similar posts query: http://codex.wordpress.org/Class_Reference/WP_Query

Thanks

Lucian
tagDiv Staff

Hi,

I have posted a solution for this here: https://forum.tagdiv.com/topic/sidebar-ads/#post-21850
Please let me know how it goes!

Thanks

Lucian
tagDiv Staff

Hi,

The mega menu on newsmag theme which you also use looks like this: http://screencast.com/t/dRVagxJFG ..with the subcategories added under the posts not on the left side as they are added on newspaper theme: http://screencast.com/t/dWVIenSLzrcP
I see you have set the mega menu right specifying though that this hasn’t been designed to be used for categories/subcategories used as sub-items, like you set it here: http://screencast.com/t/uBqD4hjDI7
The right use for it is to add the menu item which you set to use the mega menu directly in the menu, like this:
* http://screencast.com/t/gs0UHORFPu
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

The article bottom ad will always be added to the end of the post content when used meaning that you twitter button will appear after the art bottom ad.
The best solution would be to add it in the td_module_blog.php file like Alin suggested above, you can find the file in theme’s root > includes > modules > module_modifier > td_module_blog.php then add the line as in the screenshot: http://screencast.com/t/9ScSX51Gm
This is the line I’ve added: http://pastebin.com/9ejhf4iq

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure how you’ve set this. Please make sure you also get this behavior without any plugins active and this is still happening give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.

Thanks

Lucian
tagDiv Staff

Hi,

The newsmag theme has the option to create and set a page to be used by the mega menu: https://forum.tagdiv.com/menus-newsmag/
This feature will be available in newspaper also from version 5 of the theme.

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure that I understand what you issue is. Could you please provide more details about this and also provide your site’s URL.
Please let me know!

Thanks

Viewing 25 posts - 1,901 through 1,925 (of 6,600 total)