Welcome, Guest
Username: Password: Remember me

TOPIC:

J3+Styling - Backend - Event view 7 years 2 months ago #20680

  • Bluefox
  • Bluefox's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 4523
  • Thank you received: 493

@Jojo didn't notice your edit but no am not seeing the problem.

uhm, did see a difference in the code.

In jem 2.1.5 the image field is like
<fieldset class="panelform">
			<ul class="adminformlist">
				<li><?php echo $this->form->getLabel('datimage'); ?> <?php echo $this->form->getInput('datimage'); ?>
				</li>
			</ul>
		</fieldset>

but in your file it's like
<fieldset class="form-vertical">
		<?php 
			echo $this->form->renderField('datimage'); 
		?> 
</fieldset>
doing so will give a bit different code but can't tell right now if that's the problem. Maybe the css is messing with it.
(won't respond to PM)
==================================================================
running: pre-alpha JEM 4.x (custom version) + Joomla 4.0.0-beta7 + PHP 7.3

Please Log in or Create an account to join the conversation.

Last edit: by Bluefox.

J3+Styling - Backend - Event view 7 years 2 months ago #20683

  • jojo12
  • jojo12's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 3538
  • Thank you received: 400
thanks, yes with that it's ok.
It's because, I tried to replace all ul with divs. But it seems here, it's better to let it!

Please Log in or Create an account to join the conversation.

Time to create page: 0.375 seconds

Donate

If you find JEM useful and if you use it on your site, please consider a donation to the project.

Private Messages

You are not logged in.

Follow us......