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 :)
Alin [tagDiv]
tagDiv Staff

Hi,

Yes you can update this topic if you want as it is added to our issue list regarding the sticky post issue and the developer will take a look when they will try to solve this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi Tramos,

I still don’t have admin role, please check – http://screencast.com/t/u4kqMcfyE

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’ve added this on our list and if more users will request it, we will try to find a solution. However we have over 250 features on our list we have to pick very carefully what we implement.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have added this on our list to find another implementation for this as soon as possible.
A quick fix for you is to remove this condition – http://screencast.com/t/gMeF9WvO

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site again and seems to work now, but I still need wp-admin so I can take a look so please send an email at contact@tagdiv.com so we can take a closer look, also paste a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We have added a quick fix(general modal) for user that have old posts to have this option to force modal for all images and we will try to improve this in a future update. You are right it is annoying but we will try to solve it and I have added your suggestions to our list and the developers will consider this.

Thanks and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,


@jonybigude
Thanks for your suggestion, I will add also this discussion(topic) on the sticky post request and we will try to find a solution for this as I see that many users demand it. We’ll see if we will implement a plugin or another solution as soon as possible.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to add also the date function in td_module_trending_now.php file – http://screencast.com/t/s30uqZRPeC as this block was not designed to display date and time.

<?php echo $this->get_date();?>

Now you need to use some css code to customize date for this block, try this code in Theme Panel > Custom Css – http://screencast.com/t/iii9E6Dy

.td-trending-now-display-area .td_module_trending_now .entry-title {
display: inline-block;
}
.td-trending-now-display-area .td_module_trending_now .td-post-date {
top: 0;
font-size: 12px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need custom modification for this and try to implement Next/Prev feature of post for disabled next/back buttons of the smartlist. You can try something like this in td_smart_list.php file – http://screencast.com/t/5Q5SKJsWFS Here is the code that I have tested(replace like this) – http://screencast.com/t/plVPrSq5vNGhttp://pastebin.com/fgU7k1Zj Please make a backup of your current file so you can revert if it doesn’t work.
And use this custom css in Theme Panel > Custom Css – http://screencast.com/t/1afLLa6Vg33bhttp://screencast.com/t/cp5Kr3C6r

.td-smart-list-pagination a .td-smart-disable {
cursor:pointer;
}
.td-smart-list-pagination a:hover {
text-decoration: none;
}

If you don’t have basic experience and you want more customization regarding this I suggest to get someone to help you as we cannto provide custom work. I have provided an example and it should work also for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi cookingpanda,

I know is different you have to change it like I suggested above – http://screencast.com/t/Vvf55php5XvI or please update to the version 6 of the theme where this is already implemented.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The more articles box doesn’t have an option to set how much time to be displayed, if this is what you mean.
You can set a specific time for it to appear after the reader close it – http://screencast.com/t/AUn9G5Yq
There is not an option to auto hide this box, it will be hidden only if the user close it.
This box use javascript code so you can alter the code if you want this – http://screencast.com/t/XQNqOXvT but it is not so easy so I suggest to hire a professional developer to do this for you as we cannot provide custom work, sorry!
If you want only to make it smaller it is possible using custom css, and also it can be hidden on specific screen device. Please provide more details if this is what you mean, I can provide a css for this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I cannot access your sidebar widgets to see what you have added there(Edições Digitais) – http://screencast.com/t/v4hetgREW7 Also in the slider I see this post Edição 189 – http://screencast.com/t/TUHUmYBDBInU
I have removed your log in credentials as this is a public forum, so please send an email at contact@tagdiv.com and provide wp-admin access so we can access Appearance section, panel for debugging. Also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can set the sidebar(custom and position) if you create a custom template and set it individually for each post – http://screencast.com/t/7fQGqRyXt4u0 There is no global sidebar option, only that from the taxonomy settings. The custom post type support is still in development and like you can see in the cpt documentation the example provided has minimum settings. If you want the default settings for it you will need additional customization. We would have gladly made it for you, but the time doesn’t allow us to offer custom work, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’ve tried to access your site to check this, but – http://screencast.com/t/iHmhtIF8A
Please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not made any tests using NextScripts: Social Networks Auto-Poster so I cannot provide any recommendations. I’ve just referred to the theme facebook like button should work – http://screencast.com/t/UCzhXrgW

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to hide the author name only when it is admin you will have to add this code to the author function in td_module_single_base.php file – http://screencast.com/t/PIw566wMhttp://screencast.com/t/XEdSTUSzqX
You can take the user id like this – http://screencast.com/t/sug2PzxMscY

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use category description to add a specific text content for each of your category – http://screencast.com/t/TwAw3yS38l8http://screencast.com/t/CAhLvpmf4

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable all your plugins except of Visual Composer and remove all the customization to the theme files(for example ads from post template) then check if you still have this issue. A plugin or you custom modifications cause this errors and the issue with load more pagination.
I also tested this on my side and did not found any issues. I have added a block to the post template and the load more pagination works – http://screencast.com/t/r9NgHAqu5http://screencast.com/t/P5tE3l8Qphttp://screencast.com/t/uQzntcM5OjUH

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is how it was designed, if you have are on a parent category(has subcategories), all the subcategories will be displayed as you have here – http://screencast.com/t/c6VFI3x5jxu
If a specific category doesn’t have any subcategories, it will be displayed all the categories from the same level – http://prntscr.com/8octrk
Unfortunately there is not option to choose how many or specific category to appear there and you need custom modifications and I suggest to hire a professional developer to do this for you as we cannot provide custom work at this time. Here you will have to modify if you need such an implementation – http://screencast.com/t/6N7QO4bowQt

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not really sure what you mean. Do you refer to the megamenu(” category in the menu”)? Even in version 4 if you made a category megamenu, it were displayed also the sub-subcategories.
If you refer to the ajax filter(” tried several blocks”) on blocks, you can manually add the the categories ids that you want to appear on block, please check this topic – https://forum.tagdiv.com/topic/new-to-newspaper-few-questions/#post-63976
Please provide more details if this doesn’t help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’ve checked a review post from your site on google Structured Data Testing Tool and everything seems fine – http://screencast.com/t/o9zmnnbX7ip – google ultimately decides if the post is considered a review and if the rating appears in their searches. You may have to wait some time for them to properly scan your post and display the ratings on searches.
Should not be any issues with reviews, also on our demo we have reviews for some posts – http://screencast.com/t/0dObSwzDd

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi Beldar,

I see that you use some custom ads, just add a div container like for the sidebar ad – http://screencast.com/t/2HuTMfUqrBdX Those div containers from documentation are not only for siderbar ad, you can use them also for custom ad, article ads(top, inline, bottom)…
If you don’t want to do this just paste this css code in Theme Panel > Custom Css, it will add margin bottom for all custom ads(like it was before update) – http://screencast.com/t/0HDDa5yH0

.td-a-rec-id-custom_ad_1, .td-a-rec-id-custom_ad_2, .td-a-rec-id-custom_ad_3, .td-a-rec-id-custom_ad_4, .td-a-rec-id-custom_ad_5 {
margin-bottom: 48px;
}

Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

These are the fonts used on the demo logos:

Default – Arial Black + Artifika Medium
Tech – Arial Black + Segoe Print Regular
Sport – HelveticaNeue LT 55 Roman Bold + HelveticaNeue LT 65 Medium Italic
Travel – Gotham Bold + Gotham Light
Classic Blog – No.SevenRegular Regular + Adelle Sans Bold
Fashion – Antic Didone Regular + Flamenco Regular + Sarina Regular
Video – Arial Black

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I have also checked this on my side and found the same issue, the vc_lte_ie9.css file doesn’t exist but it is requested in the page source – http://screencast.com/t/Qyuv0uAAYUv
We will open a ticket to the plugin support and we hope it will be fixed as soon as possible.

Thanks and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what cause this, but I also see that you don’t have menus like Chris stated above. The theme is tested with Seo by Yoast plugin and should not be any issues with titles. Also I have checked the page source of one of your posts and the title meta is ok, without Close text – http://screencast.com/t/JpOG8HmEb
So I guess google is changing your title or your page is not indexed. You could try to disable your plugins except of Visual Composer and Seo by Yoast, clear cache and wait a while for google to re-index your page.
Also it could be an issue using special character(like in your case @) in seo title, unfortunately we did not tested this and you can open a ticket to the plugin support and ask them if it possible to use @.

Thanks!

Viewing 25 posts - 1,876 through 1,900 (of 7,871 total)