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 :)
lucianasilvaoliveira
tagDiv Member

I think it is something else. I noticed that post “Style 1” doesnt display top article ad. Is that correct?
Which ones does not display it?
And CPT does not display an option to change post style. Can that be done?

lucianasilvaoliveira
tagDiv Member

I haven’t used your plugin to create custom post type. I wasn’t aware of it. Where can I find it? I used “Custom Post Type UI”.

I already have the top article ad section filled an it is working on default wordpress. https://imgur.com/a/8UhcF0V

lucianasilvaoliveira
tagDiv Member

Hi Simon,
It is not a migration, it will me more like a manual merge.

That is the reason I asked specific questions.

Can you tell me the database entries for:
theme panel settings, ad codes in the theme panel, custom code in the theme panel?

lucianasilvaoliveira
tagDiv Member

Please change the TOPIC title to “DEFAULT POST TYPE TEMPLATE” for custom post type

lucianasilvaoliveira
tagDiv Member

I identified that the issue is the OPTIONS administrator menu from CPTUI that has some conflict with TAGDIV Composer.
I have to disable it in order for it to save anything.

Can you check that?
Is is implemented in my funcions.php file like this:
if( function_exists('acf_add_options_page') ) {

acf_add_options_page();

}

lucianasilvaoliveira
tagDiv Member

It worked.
Here is what I did:
<?php //if ($category_position == 'image') { echo $this->get_category(); }?>
<span class="td-post-category">
<?php if ($category_position == 'image') { echo get_field( 'retranca', $this->post->ID ); }?>
</span>

Viewing 6 posts - 1 through 6 (of 6 total)