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

Right, but that means (unless I am misunderstanding it) that they pay once for a subscription, and then the post gets to stay on the site forever…. That wouldn’t work for something such as a business directory, for example…

EDCResearch
tagDiv Member

From what I’ve ascertained by experimenting with it, the biggest new feature is that you can use Tagdiv Composer to edit CPT templates and filters for the CPT.

Usually, if you’re going to allow listings to be posted by other users on your site, you’re going to charge money for it…. I don’t see that they’ve included such a feature, but I certainly could be missing something…

EDCResearch
tagDiv Member

That’s nice and all, but isn’t the point of a Listing website supposed to be ability to charge the users for the listings?

From what I can see, there’s no way to charge the users to post their listings, and there’s no way to set them expire if they don’t pay again…

EDCResearch
tagDiv Member

The issue is that I’d like to use LazyLoading, except for images in the gallery. So, I just need to know what method the theme uses to load the lazyloading images.

EDCResearch
tagDiv Member

I need to add a sidebar to the single.php template even for pages with Tagdiv Composer content. I need to add it at the template level.

I also need to wrap all of the content in that template in a couple divs.

Normally, I would just edit single.php to accomplish what I want, but it appears that when tagdiv composer content is on the page, that doesn’t work.

EDCResearch
tagDiv Member

Hmmmmm that won’t quite work, either. Essentially I need to check if a post is in a certain category. If it is, then I need to use a certain layout, if not, then I will use the default.

For example if I was using a standard single template (build the WordPress way) I would use the code below

php if(in_category('special')):

THE SPECIAL TEMPLATE GOES HERE

php else: ?>

DO THE REGULAR TEMPLATE

php endif

EDCResearch
tagDiv Member

Well, I need to modify single.php for posts.

The problem? The theme uses Standard Pack, and thus single.php is ignored!

It works if I create a new CPT, but I need to modify single.php for posts.

So, now I need to use a filter to modify the Standard Pack single code….

EDCResearch
tagDiv Member

I see how I can do that in Tagdiv Composer, however there is no way to what I want to do standard templates.

The problem is that I need a SECOND content area/sidebar. That sidebar needs to be called AFTER the header, but BEFORE the_content. Therefore, I think I have to do this with a hook.

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