Hi,
I have already went over it again here: https://forum.tagdiv.com/topic/please-make-option-classic-pagination-typle-older-post/
Add this code for the pagination and replace this: http://screencast.com/t/7DlGd290CLB
?><div class="newer_entries">
<?php previous_posts_link( '« Newer Entries' ) ?>
</div>
<div class="older_entries">
<?php next_posts_link( 'Older Entries »', 0 ); ?>
</div><?php
Like this: http://screencast.com/t/YBtf49YEhnc
Then use this css: http://screencast.com/t/YZcKyJQY
Thanks
Hi,
Please use this method: https://forum.tagdiv.com/topic/hiow-to-reduce-gap-between-box-10-headings/#post-23980 ..and add it like this: http://screencast.com/t/XpqOdiMkcuaE
Result: http://screencast.com/t/xxqkOgIQ7E
Thanks
Hi,
Please provide more details about the issue you have with the big-slider, I have checked your site and tried to replicate it tested on different browsers and couldn’t see it. Please specify on which browser this happens.
For the reviews please make sure you set it like this from post editing panel: http://screencast.com/t/piJLhDp4iA and it will automatically show up on page like this: http://screencast.com/t/PViEFGD5k
Thanks
Glad it works!
Thanks for sharing!
Have a nice day!
Hi,
Concerning the gallery please send an e-mail at contact@tagdiv.com and provide your wp-admin user and pass so we can check this, also send a link to this topic or specify this issue in detail.
Regarding the tagdiv gallery please check this without any plugins active and also remember to empty cache before checking this again.
Thanks
Hi,
I have checked your site on different mobiles but didn’t find any issues with the “events calendar” it looks good to me:
* http://screencast.com/t/X0ugYM9YsdaE
This test screen is at 200px width and still shows fine: http://screencast.com/t/YjtdXGnvfwOO
Please let me know if you have tested this on other devices and found issues with this.
Thanks
Hi,
Thanks Christopher!
@johnyarmleh
I just checked your site and found no issue with your Facebook sharing: http://screencast.com/t/lfX0mtzKEd
This may happen because of facebook as it doesn’t renew you facebook open graph info. You can force this by using this facebook debugger tool: http://screencast.com/t/8kH7MdBu1
Thanks
Hi,
This happens on tablet portrait view as the menu items don’t fit in one row. You can try to fix this by reducing the menu item length or lower the font size.
You can sue this custom css: http://screencast.com/t/lPhnYFPWd
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8 .td-style-8-menu-wrapper .menu-td-header-container a {
font-size: 13px !important;
}
.sf-menu > li > a {
padding: 0px 6px 0px 6px !important;
}
}
Thanks
Replied via email!
Thanks
Hi,
You can do this: http://screencast.com/t/Uxh2JkKq
Add this line:
<a href="<?php echo $this->href;?>"><?php echo __td('[click to continue...]', TD_THEME_NAME);?></a>
Result: http://screencast.com/t/DEP3AY2y0
Thanks
Hi,
You can change the menu icons color from black to white from theme panel, like this: http://screencast.com/t/Amz5Afuq3rv
For the date and number of views you have the .meta-info, .entry-comments-views, classes: http://screencast.com/t/luHzJgDh3br
For the author URL you have the .td_top_authors .td-authors-url a classes: http://screencast.com/t/S0xcqsq2
For the breadcrumbs, this: http://screencast.com/t/DL32FFIgX
.meta-info, .entry-comments-views, .entry-crumbs, .entry-crumbs a, .td_top_authors .td-authors-url a {
color: red;
}
Thanks
Hi,
It’s not enough just to paste those classes like that, you also need to style the container of those classes, meaning the arrows. If you don’t have any css/php/html knowledge and you need or want to customize the theme design besides what it has now you can get a freelancer to ado it for you as we cannot offer custom work because we are working hard on development, updates and support.
You can move the the prev/next arrows to the bottom of the block like this: http://screencast.com/t/72wBfFymR
.td-ajax-next-page, .td_ajax-prev-page {
top: auto!important;
bottom: 0px !important;
}
Thanks for understanding!
Please let me know if it works!
Yes, you can send an email at contact@tagdiv.com. Please also send a link to this topic.
Thanks
Hi,
Please send your site’s URL so I can inspect this.
Also make sure you empty cache.
Thanks
Hi,
Please make sure that you have added this right, like this: http://screencast.com/t/l67985Kc
and try again.
Please let me know.
Thanks
Hi,
The post views show the post views not the page views, this may not be accurate due to cache. If you use any cache plugin please make sure you empty cache and try again. You can also use accurate post views by enabling the Ajax post view count option from theme panel: http://screencast.com/t/MlrXSFCk
To remove the post views meta from homepage only use this custom css in theme panel > custom css filed: http://screencast.com/t/2UtVihhbqC8
.home .td_mod_wrap .meta-info .td-sp-ico-view, .home .td_mod_wrap .meta-info .td-nr-views-244 {
display: none !important;
}
Thanks
Hi,
Please use this custom css in theme panel > custom css filed:
#rev_slider_1_1_wrapper {
z-index: 0;
}
If this doesn’t solve this issue please send your site’s URL, I need to inspect this so I can provide a fix for it.
Thanks
Hi,
You can add it like this: http://screencast.com/t/69gpbwIQd
Note though that this theme hasn’t been designed to work with CPT so I can’t guarantee you this will also work for you.
Thanks
Hi,
The title length is determined by the characters, you can change this from here: http://screencast.com/t/BPUAj0ml
Thanks
Hi,
Use this two css classes to position them at the bottom .td_ajax-prev-page for the left arrow and .td-ajax-next-page for the right one.
Thanks
-
This reply was modified 11 years by
Lucian.
hi,
First please make sure you check this without any plugin active and empty cache and/or purge files if you use any cache or CDN plugins.
Please let me know what you find and also send your site’s URL so I can inspect this.
Regarding your request we will consider them for the next updates but because we have over 160 features requests we have to be very carefully what we pick so we will implement this is more people will ask for it.
You can try to add something like this to your page to resemble your request of an parallax header: https://forum.tagdiv.com/topic/full-width-image-header-on-hompage/#post-18712
Hope this helps!
Thanks
Hi,
This may be due to other plugins, maybe some that add other shortcodes and remove those from the theme. Please make sure you deactivate all plugins and check this again. Also empty cache and/or purge files if you use any cache or CDN plugins.
Please let me know if this helps or not!
Thanks
Hi,
@Carel
We haven’t made any tests with this plugin so unfortunately I can’t tell how it will work or if it doesn’t why not.
Feel free to try it and test it, but please make sure you test it and use it without any other plugins active so that it can’t generate conflict with other plugins.
You can post your experiences using it here so other theme user know about this.
Sorry for the inconvenience!
Thanks for the message!