Hi,
Instead of disable it from Theme Panel > Post Settings, you can use custom css to hide it – http://screencast.com/t/jTdQJ0Dt6hgi
.single .td-post-views {
display: none;
}
Thanks!
Hi,
You can try this custom css – http://screencast.com/t/eowG18gpolV
@media (max-width: 767px) {
.td_module_11 .td-module-thumb {
width: 100%;
position: relative !important;
}
.td_module_11 .td-module-thumb .entry-thumb {
width: 100%;
}
.td_module_11 .item-details {
margin-left: 0 !important;
top: 0!important;
padding-left: 0 !important;
min-height: 30px !important;
}
}
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
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. Please create a test page and provide a link to one of your sticky posts so we can test this.
Thanks!
Hi,
This is how the breadcrumbs function was designed, it displays 2 levels of categories. So in your case the “recommended” category is displayed and the direct parent category which is Tokyo. To display more levels you need custom modifications and I suggest to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry!
Thanks!
Hi,
You can reduce the space using custom css in Theme Panel > Custom Css, also on mobile device you have some space issues because you hide the Big Grid row. You can try this custom css and see if it helps – http://screencast.com/t/pjr3MS9dlnDV – http://screencast.com/t/A4vtqpPK
.home .td-footer-wrapper {
padding-top: 0;
}
.home .td-main-content-wrap {
padding-bottom: 0;
}
@media(max-width: 767px) {
.home .td-page-content {
padding-bottom: 0 !important;
}
.td-footer-wrapper .td_block_3 {
margin-bottom: 10px !important;
}
}
Thanks!
Hi,
Unfortunately there is not a list with blocks that support quotes. The code is added in the modules and those are used to create the blocks. Every module(especially modules with big thumbs support it) that has get_quotes_on_blocks() should display quotes – http://screencast.com/t/HO5TlUuifFj and only when is used in 1 column.
For example I use the same block on 2 columns and 1 column – http://screencast.com/t/2HGDAFUzd it looks like this – http://screencast.com/t/yBhKV7BrL3N
I have added this on our list to specify in the docs what blocks support quotes.
Not sure what you mean about the excerpt under the image. We also have blocks/modules without excerpt – http://demo.tagdiv.com/newspaper/block-14/ or you can alter the code – http://screencast.com/t/b9ZjYbEFoeT I suggest to hire a professional developer if you want to modify the blocks/modules as we cannot provide custom work at this time, sorry!
Thanks!
Hi,
Please test this only with Visual Composer active, disable all other plugins to make sure that it is not in conflict with another plugin. I think that it should not be any issues as this plugin just help you to search the page to edit. Unfortunately we did not tested any similar plugins so I cannot make any suggestions. These are the plugins tested with the theme – http://screencast.com/t/Lb8pw3yOq
Thanks!
Hi,
Try to use this custom css in Theme Panel > Custom Css – http://screencast.com/t/uOTOuLlHXE
@media(max-width: 767px) {
.td-travel-header .wpb_text_column h1 {
margin-top: 0 !important;
padding-top: 40px;
}
}
Thanks!
Hi,
Do you get any errors when you activate the theme?
Emil replied in 2 September on email, maybe you did not get the answer – http://screencast.com/t/ETNP1ijFXgcT You will have to address to envato for this – https://help.market.envato.com/hc/en-us/requests/new
Thanks!
Hi,
Newspaper has an fixed grid layout, responsive as it is fluid and styled for desktop/tables/mobile screens. If you add your banners in the sidebar they should be displayed fine on mobile device. If your banner are outside the content, you need custom modifications, as the theme doesn’t have an option to add them like this. We would have gladly made it for you but for the moment we cannot offer custom work, sorry.
If this is not what you mean please provide more details.
Thanks!
Hi,
Thanks Chris!
@robfrancisco Please try to upload it via FTP like Christopher suggested and let me know how it goes!
Thanks!
Hi,
You can remove All option from the code – http://screencast.com/t/FmwGnakwG but unfortunately this is not so easy to do as the articles are already loaded even you have removed all categories button. When you hover a subcategory from the megamenu the articles are loaded using ajax, they are not loaded before like on All option. So you will need custom work to achieve that and it is not an easy task. You can get someone to help you if you don’t know how to do it, as we cannot provide any type of custom work at this time, sorry!
Regarding your second request, this is the order of the subcategories(alphabetical). There is not option to change this from settings, but you can modify the code, just add this order in td_block_mega_menu.php file – http://screencast.com/t/1Kk6ybz4C so you can order subcategories by slug – http://screencast.com/t/NpeWAblc – http://screencast.com/t/hOubcKikgUE
'orderby'=>'slug'
Or you can use a plugin like Category Order and Taxonomy Terms Order. Please note that we did not test it with the theme, but I see that many users use it.
Thanks!
Hi,
As you can see our demo site also has more errors when checked with the validator: https://validator.w3.org/nu/?doc=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F
Almost all big themes have similar errors on W3C validator and this errors are not related especially to your css for prices. The most common error as style inside div error appear, any custom css added in Theme Panel > Custom Css will create this error, as the coded will be included in the style tag – http://screencast.com/t/9mAXvKefVyCF – http://screencast.com/t/ernoJD6q If you don’t want this error a solution is to not use Custom Css from Theme Panel and add your code directly in the style.css file. You should ignore them, they are not important.
Thanks!
Hi,
You can use do_shortcode function and display 2 custom ads bellow the menu for all pages like this:
*edit header template that you use(I guess it is default) and add the code – http://screencast.com/t/aSDNZlOzk
<div class="td-container">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>
</div>
*use this custom css in Theme Panel > Custom Css – http://screencast.com/t/dFXToqBr
.td-header-style-1 .td-a-rec-id-custom_ad_1 {
float: left;
margin-right: 20px;
}
.td-header-style-1 .td-a-rec-id-custom_ad_2 {
float: left;
}
Please not that this is an example how this can be achieved. For non-adsense code we suggest to use this div container and add a specific image size for each device – https://forum.tagdiv.com/header-ad/
If you use adsense code you can control the size from Theme Panel for each ad spot – http://screencast.com/t/Nczvl9AbRGHY
If you don’t have basic php/html/css experience I suggest to hire a professional developer to do this for you.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
1. Yes if your second install is apart of your product. Envato specifies that each theme can be used for one product (site/domain). You can read more about it here – http://themeforest.net/licenses/standard
2. Our blog is custom made and the theme doesn’t have an option for this, I suggest to hire a freelance to do this for you. What you can achieve with the theme adding a background image to the row using Visual Composer is – http://demo.tagdiv.com/newspaper_travel/
3. There is no blank page template(without header and footer). We have managed to provide a solution for this, please check this topic – https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/#post-68273
Or you can hide header and footer on specific page, just take the page id – http://screencast.com/t/nee4B9XtwI and use this custom css in Theme Panel > Custom Css where xxx is your page id:
.page-id-xxx .td-header-wrap, .page-id-xxx .td-footer-wrapper, .page-id-xxx .td-sub-footer-container {
display: none;
}
Thanks!
Hi,
Ok, I have added this again on our list to be modified.
Regarding the width and height, I have checked this on my side. It should work for no thumbs images, just make sure that the thumbs are enabled from Theme Panel > Block Settings – http://screencast.com/t/lWUDYWOO4R – http://screencast.com/t/M9gbrHtkR
Thanks!
Hi,
Please make sure you use Seo by Yoast plugin for og: metadata as the theme doesn’t control this. We use it also on our demo. Check your page source to see if the open graphs are added properly and use fb debugger(fetch new scrape) to check your articles.
Regarding the google plus it seems that google plus doesn’t consider these tags. I have searched a little about this, so please try to test this by removing this itemprop="image" from here: http://screencast.com/t/Ua5FRoCtBKg and see how it goes.
Thanks!
Hi,
Try to add it in loop-single.php file before or after the content(depends what post template you use) if you use the default post template – http://screencast.com/t/T2g3qVUPY8sn
Also do you have any guide from the company how to implement it?
Thanks!
Hi,
We have some reports about this and I have added this issue on our list to investigate it. If there is a problem it will be fixed as soon as possible.
Thanks for reporting!
Hi,
I have added this on our list for further investigations(urgent), if there is a problem on our side we will fix it as soon as possible.
Thanks for reporting!
Hi,
I have added this on our list for further investigations and if it is an issue we will fix it as soon as possible.
@thelastpoet Please check the error.log file and provide the content so we can take a look. It will help us to see if there is a problem. You can send us an error.log copy via email if you don’t want to paste it here, just send it to contact@tagdiv.com and paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
You will need custom modifications to change the to your old field. The theme take the featured video from this meta key – http://screencast.com/t/TBFBAPGb
Here is the code that you can try – http://pastebin.com/xFsdSMun
If you don’t have some php experience I suggest to hire a freelancer to do this for you as we cannot provide custom work, sorry! We can make some suggestion(like already did) and the code should work in your case or at least it should be a start for you code.
Thanks!
Hi,
Do you suggest to add a default alt tag, something like alt="no-thumb" ? Or do you have a better idea? We will consider it.
Regarding the width and height, I have tested this on my side again and did not found any issues like I said above – http://screencast.com/t/yL7X7DVa9
Where did you changed the image? In the no-thumbs folder? Or you have change it also in the thumbs-disabled folder?
Thanks!
Hi,
Unfortunately the theme sign in/register widget is custom and you will need custom modification to implement a captcha plugin to it. Here you can find the code – http://screencast.com/t/jP6zEZ2z
You can disable the theme sign in widget and a Captcha plugin should work with wordpress log in/register option.
We did not made any test using a related plugin so I cannot suggest a specific on.
Thanks!
Hi,
The more article box was not designed to be displayed on mobile device. It is hidden via css – http://screencast.com/t/Gc2fcp1g
If you want to enable it you will have to edit the style.css to remove this code – http://screencast.com/t/UsMckM1mR
Or you can overwrite it using more specific target – http://screencast.com/t/jckIue23X50x just paste this custom css in Theme Panel > Custom Css and it should appear:
.single div.td-more-articles-box {
display: block !important;
}
Thanks!