Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ctoweett
tagDiv Member

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/

ctoweett
tagDiv Member

Sorry. It is the mouse functionality that was not responding. Logged out and logged in again and now it’s working.

ctoweett
tagDiv Member

Thanks. Let’s hope and wait to see.

ctoweett
tagDiv Member

You are welcome.

ctoweett
tagDiv Member

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.

ctoweett
tagDiv Member

Let me try it. I was thinking of using it to make sliders. Thanks.

ctoweett
tagDiv Member

Hi. Again, which software do you use for pointing areas inside screenshots?

ctoweett
tagDiv Member

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.

ctoweett
tagDiv Member

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

ctoweett
tagDiv Member

You are welcome.

ctoweett
tagDiv Member

You are welcome.

ctoweett
tagDiv Member

Paste this code in the custom css section of theme panel
.td-header-wrap .td-logo-text-container .td-tagline-text {margin-top: 15px;}

ctoweett
tagDiv Member

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.

ctoweett
tagDiv Member

The theme does not support auto-loading posts at the moment. https://forum.tagdiv.com/topic/auto-load-new-posts-when-scroll-down-page/

ctoweett
tagDiv Member

Gp to Theme panel>Post settings>sharing and disable ‘top article like’ or ‘bottom article like’.

ctoweett
tagDiv Member

You did not follow the instructions. I said BELOW not above the code. From line 32.

ctoweett
tagDiv Member

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.

ctoweett
tagDiv Member

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).

ctoweett
tagDiv Member

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.

ctoweett
tagDiv Member

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?

ctoweett
tagDiv Member

@catalin I was not talking about that. I was talking about tdb_state_single.php. But I figured it out by changing get_the_time to get_the_modified_time.

  • This reply was modified 8 years by ctoweett.
ctoweett
tagDiv Member

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.

Viewing 25 posts - 376 through 400 (of 1,001 total)