Hi,
You can do it via custom css, like this: http://screencast.com/t/nc8e1yCDZRJ
.author .td_mod_search .thumb-wrap {
display: none;
}
.author .td_mod_search .item-details {
margin-left: 0px;
}
.author .td_mod_search {
margin-bottom: 0px;
}
Thanks
Hi,
Please replace the content of td_module_3.php file with this code: http://pastebin.com/zxyb0P8P and td_module_5.php file with this code: http://pastebin.com/QA6W3KeX
Thanks
Hi,
That is the way the unique article feature works on pages, if you activate it then you will have only unique articles on that template so if you want those article to be shown in blocks also then you will have to disable the unique article feature and make sure you use the posts/categories only in one block and just once, you can use filters and to control which posts to display on blocks.
Thanks
Hi,
You can do it via css and use this custom css to change the headlines of woocommerce pages: http://screencast.com/t/uhl6MMNyV
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
font-family: 'Titillium Web', sans-serif;
}
.woocommerce {
font-family: 'Open Sans', sans-serif;
}
Use this css to restore the product page default font:
.single-product {
font-family: 'PT Sans',sans-serif !important;
}
Please let me know if this works, if not please send an URL to your site, I need to inspect this so I can provide a solution.
Thanks
Hi,
Glad you found it and thanks for sharing!
Please let me know if you have any other theme related issue.
Thanks for the massage!
Hi,
In loop-single and loop-single-1 files the author was uncommented and added as an option to the theme panel since 4.4 so it’s available for default post type and post template 1.
Thanks
Hi,
@arnieswap
The theme panel > post settings > hide/show featured image option isn’t overridden by post template settings from post editing panel.
Please make sure you empty cache files after saving settings.
Thanks
Hi,
Thanks kevinp_2012 for this info. We are currently investigating this issue and hopefully we will be able to fix the counter plugin until the next update.
Thanks
Hi,
Unfortunately you can’t do that the theme doesn’t have an option for this anymore, since version 4.3 the 980px layout was removed as it isn’t supported by the new grid system we plan to add. Sorry about this!
Thanks for the message!
Hi,
Thnaks for reporting this, I have tested the code of your post and seems that you are right. This happens to the <div class=”td-paragraph-padding-3″> div which add the padding left and right and noticed that it’s because of using display-inline.
I have added this on our issue list and we will investigate this. You can use this custom css for FF until we fix this.
@-moz-document url-prefix() {
.td_box_right {
clear: left;
}
.post p {
clear: left;
}
.td-paragraph-padding-0, .td-paragraph-padding-1, .td-paragraph-padding-2, .td-paragraph-padding-3, .td-paragraph-padding-4 {
display: block;
}
}
Sorry abut this!
Thanks
Hi,
Those styles are moved by default when using speed booster plugin you don’t need to manually do it. Could be due to a plugin like Christopher wrote, try to use speed booster without any plugin active and check your source code.
Thanks
Hi,
@vivek Edit the page then edit the slider, like this: http://screencast.com/t/iJ4wcrRjerW
Change the sort order from latest to random or other..
You can also find useful info if you go trough our documentation: https://forum.tagdiv.com/newspaper-documentation/
Thanks
Hi,
The theme files doesn’t have included that file that gets all js and creates the site.js and site.min.js files.
If you want it you can send an e-mail at contact@tagdiv.com and make a request for it and we will send it to you. Please send an URL of this topic also.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can try to search online for a way to implement CPT. You can read here a bout this: http://getflywheel.com/wordpress-custom-post-types-and-custom-fields/
Hope this helps!
Thanks
Hi,
I believe you refer to this: http://screencast.com/t/Zzt2iO5OO If so please make sure first you have any like’s/tweet’s for your post and then check again.
If this still doesn’t show any like/tweet.. count info, make sure you disable all plugins then empty cache and purge files if you use any CDN or cache files and check again.
If this dose not help, please send a link to your site so I can check.
Thanks
Hi,
Thanks Christopher!
@ctomlin
Glad you have managed to fix it. Thanks for sharing!
Hi,
Glad you have figured this out eventually!
Thanks for letting me know about this!
Check this screen: http://screencast.com/t/mXA4JqL4mo
Thanks
Hi,
@mehedi
Please check your site, the mobile logo dose appear on smart snap menu and also on mobile version of your site: http://screencast.com/t/zdJSHZ08whhg
http://screencast.com/t/ik2xBeKBqdT
Thanks
Hi,
I have tested this and seems that this works only if you use it on block’s:
Here is my configuration of the block: http://screencast.com/t/gVYLtk5X56
Here is the result, a mix of pages and posts: http://screencast.com/t/A5dtwWHE
Should work like this for you to.
Thanks
hi,
On default templates you can change this title from theme panel > custom typography: http://screencast.com/t/KFIbxgDrnS
If you want to change this on category/archive or other dynamic pages, you can use css like this: http://screencast.com/t/e9XxTy5tNqla
.category .td_mod8 .entry-title a {
font-family: Lobster;
font-size: 50px;
color: red;
}
Hope this helps!
If it doesn’t please send me your site’s URL and point me to the titles you want to change so I can inspect it.
Thanks
Hi,
Glad you did, please let me know if you have any other theme related issue.
Thanks for the message!
Hi,
Use this css for the category: http://screencast.com/t/oche09L60k
.entry-category {
list-style-image: none;
}
You also have the list arrows we use in the theme: http://screencast.com/t/gvf1G4qVURUd
You can target the list you want to change the style for and use this path as a source.
The css from my ex changes the style for the lists from the footer:
.td-footer-wrap ul li {
list-style: disc url('http://www.thisisanfield.com/wp-content/themes/Newspaper/images/icons/li.png') !important;
}
Hope this helps!
Thanks