Extract the zip file you downloaded from ThemeForest and look for Newspaper.zip inside the newspaper-rtf folder you just extracted and upload that one instead, preferably through FTP https://forum.tagdiv.com/install-via-ftp/
Sorry. It is the mouse functionality that was not responding. Logged out and logged in again and now it’s working.
Thanks. Let’s hope and wait to see.
You are welcome.
You were welcome and I hope a solution is found soon. I had already activated single template 19 before I noticed the errors. I am aware that I should replace the post content shortcode with the one for smart lists. However, in my blog posts with smart lists, there are usually paragraphs before and after to describe what is going in the smart list, or additional content, that’s why the paragraphs are important. Anyway, thanks for the reassurance.
Let me try it. I was thinking of using it to make sliders. Thanks.
See this topic https://forum.tagdiv.com/topic/news-ticker-11/
Hi. Again, which software do you use for pointing areas inside screenshots?
Hello, @simion @bogdan-b the single templates from cloud library are stripping off smart lists from existing posts (plus it will be hectic to create templates for different posts since they are many and some have h3 and h4 as smart list titles). Can the templates be adapted to support default theme smart lists? Second thing, I tested the smart list element in a single template, but it strips off paragraphs before or after the smart list. I had to roll back to default post templates until a solution to this can be found. Thanks.
Okay. What I meant specifically is that the templates from cloud library are stripping off smart lists from existing posts. Until you rectify this issue, I will roll back to the default theme templates for now. Thanks
You are welcome.
You are welcome.
Paste this code in the custom css section of theme panel
.td-header-wrap .td-logo-text-container .td-tagline-text {margin-top: 15px;}
Yes. Check the filter tab of the block you are using to show the posts and you will see an option to filter by categories (category filter http://i.prntscr.com/R_hGQtn0ROiBTIweIBsXFw.png). Select the category you want from that dropdown and update your changes.
The theme does not support auto-loading posts at the moment. https://forum.tagdiv.com/topic/auto-load-new-posts-when-scroll-down-page/
Gp to Theme panel>Post settings>sharing and disable ‘top article like’ or ‘bottom article like’.
You did not follow the instructions. I said BELOW not above the code. From line 32.
Hi @simion. Is it possible for the team to introduce a few blocks (like say, have a flex block 4), with normal pagination (like in the templates for category pages for cloud library?) This would be a nice addition to the existing blocks. Possibly, I would like to deploy one for my homepage.
Yes. Put the code below this code inside the functions.php for the child theme.
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001);
function theme_enqueue_styles() {
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION, 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), TD_THEME_VERSION . 'c', 'all' );}
(I don’t work here).
I don’t get it. This is for existing posts (and future posts too). Some have smart lists and some do not. If I remove post content that means the template becomes useless. Also, I have both h3 and h4 as titles set for some smart lists. That element will not be of use to some posts. I would recommend you make the smart list default to the theme ones. The current mode for implementing smart list does not address this issue.
I noticed the single template I am using (template 19 imported from cloud library) is stripping smart lists and nothing is showing as smart list (see this title set as a smart list, for example, http://prntscr.com/k0kgno) (td_smart_list_end code also showing in frontend http://prntscr.com/k0kg3v). Tried two other templates (15 and 2) and the same thing occurred. Any solution for this?
Hey @simion is there a way to change the default single template date (not time ago) in the cloud library plugin to last modified date, or is it too complex? (I can keep code backups no problems). Maybe if you can point me to where the code to display the date is then I can change it myself. I really need this feature so I can roll out a new post template. Thanks for the new update btw.