Hi,
Unfortunately the theme doesn’t have an option for this, you would need custom modification in header template to create some conditions there. If you don’t have php/css/html experience to do this, you can hire a professional to achieve this as we cannot offer any custom work for the moment.
Thanks for the message!
Hi,
Please try to use a different page template when you create your page using pagebuilder and add your siderbar using Widgetised Sidebar block: http://screencast.com/t/UdUwr0Yaa as you can see in the documentation the default template is not recommended using pagebuilder: https://forum.tagdiv.com/page-templates/
Hope this helps!
Hi,
I’m not sure if this helps but you can try to add post id also in the field function:
the_field('event_date', $this->post->ID);
Hope this helps!
Hi,
Please check you console for errors whaen you try to save theme settings and also try this without any plugins active. Use Chrome, click right and choose Inspect like this: http://screencast.com/t/ajQ8B1AV
Also that bbpress error is a common error, it is not related to the theme you can try bbpres also with a default theme and you will see that you still have this error on debugger.
Thanks!
Hi,
I’m not sure what you mean, if your images don’t fill the whole container please regenerate your thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If this is not your issue please provide more details and your site URL so we can take a look.
Thanks!
Hi,
I have checked your site and found that you did not add float left to the container so it has 100% width: http://screencast.com/t/ZfzLjBZy
You can try to add you div style above or if this class doesn’t change you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/fC1zULIf
Thanks!
Hi,
I have checked you site and did not found any issues with your thumbnails: http://screencast.com/t/8kQINiXTsUA
Please provide more details about that issue and provide a screenshot. Please empty cache if you use a plugin cache.
You can show subcategories from block settings: http://screencast.com/t/X8DccMcZwk
Result: http://screencast.com/t/p8fq0OFNMh
Also please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/
Hope this helps!
Hi,
You can try to delete or comment this in search.php and see if this works: http://screencast.com/t/ag46Q6MA
Hope this helps!
Hi,
You add a background like that, just add the background image and make header transparent also disable top menu from Theme Panel: http://screencast.com/t/o6T4aPnMsqvM Also you can set background ad click: http://screencast.com/t/wSZineOnVN
I’m not sure what you mean with “turn off responsiveness”. This is a responsive theme; there is no “non responsive” option. You can edit the style.css file and remove the @media query’s if you want a non-responsive layout.
Hope this helps!
Replied here: https://forum.tagdiv.com/topic/enable-autoplay-for-blocks/
Thanks!
Hi,
I have checked your site and seems that you solve the issue as I did not found any margin/space: http://screencast.com/t/MgEUM77u7Ga
Thanks!
Hi,
If you want to use a general css code for all blocks title please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/lQcssd2Kh
.wpb_widgetised_column .block-title a,.wpb_widgetised_column .block-title span{
background-color: #222222;
}
.wpb_widgetised_column .block-title{
border-color: #222222;
}
Also for some blocks this can be changed from it settings for example Social Counter: http://screencast.com/t/Zg8HaGZ2wWf
Hope this helps!
Hi,
I have checked your site, the image need to be at least 745x483 which represents the big image thumb size and the image needs to be of that width to fill the whole container: http://screencast.com/t/bGUSeknE67LX
Please try a plugin like Thumbnail Upscale to enlarge thumbnails, because WordPress doesn’t enlarge images: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Thanks!
Hi,
Unfortunately this file cannot be overwritten by the child theme. Sorry!
Hi,
Regenerating thumbnails should solve this issue unless the image you use it’s smaller that the dimensions needed because WordPress doesn’t enlarge images. If you use larger images please regenerate your thumbnail following this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please try a plugin like Thumbnail Upscale if you need to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ to enlarge thumbnail. For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Thanks!
Hi,
Like Lucian said with Visual Composer you can add some Ad Box block to display some custom ads for example and add an extraclass to the column: http://screencast.com/t/RkzK2wQe After that you can customize it with some css code: http://screencast.com/t/csVA936sL
Hope this helps!
Hi,
Please paste the code like you was above in post template – http://screencast.com/t/547qnmbT9 and after that copy the css code for custom ad to float left in Theme Panel > Custom Css: http://screencast.com/t/JsicA5Z8
If you don’t manage to solve this please provide a link so I can inspect this.
Thanks!
Hi,
Unfortunately like you can see also on our demo, the top menu was not designed to have submenu. We will try to implement this in future updates.
Sorry for inconvenience and thanks for the message!
Hi,
Unfortunately we did not tested any plugins like this, so I cannot recommend any plugin. But you can try it and see which one is useful for you.
Thanks for the message!
Buna,
Poti folosi custom css sa ascunzi reclamele pe anumite articole cu ajutorul id-ului de post si adaugati codul in Theme Panel > Custom Css: http://screencast.com/t/JsicA5Z8
.postid-xx .td-a-rec-id-content_top{
display: none;
}
.postid-xx .td-a-rec-id-content_inline{
display: none;
}
.postid-xx .td-a-rec-id-content_bottom{
display: none;
}
Pentru ad inline mai exista clasele .td-a-rec-id-content_inlineleft si .td-a-rec-id-content_inlineright in functie de aliniat. Id-ul postului il poti afla: http://screencast.com/t/6Aoq7jNHlhJM
Multumesc!
Hi,
You can use Translations from Theme Panel for that: http://screencast.com/t/hXXc486gHLN – http://screencast.com/t/3BBGYlU1
Thanks!
Hi,
You can hide them using this custom css in Theme Panel > Custom Css: http://screencast.com/t/bGyCHAckg
.td_mod_wrap .meta-info{
display: none !important;
}
Or delete/comment those in modules files: http://screencast.com/t/pYDy5f5C
Thanks!
Hi,
I’m not sure what you mean, but if you refer to increase the page width, unfortunately that is not possible without custom modifications to the template, it is not an easy task. Newspaper theme was initially designed with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages. You can hire a professional to do this for you as we cannot provide custom work.
Thanks!
Hi,
I’m not sure what you are trying to do. You can show the date above the title: http://screencast.com/t/mmX4rq3L6 – http://screencast.com/t/niOLd7ECK
If you want to place the date beside the title you need to use custom css: http://screencast.com/t/NZTtYPHrSXL
.td_mod10 .entry-date{
float: left;
}
Unfortunately I don’t think that is possible without custom modification as there is margin left: http://screencast.com/t/Vsk9AMEi
Thanks!