Keyword

How to use a different frontend editor?

More
7 years 2 days ago #161735 by Chris
Replied by Chris on topic How to use a different frontend editor?
imgur.com/a/gHgqo
The new screengrab

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
7 years 1 day ago #161747 by Krikor Boghossian
Replied by Krikor Boghossian on topic How to use a different frontend editor?
Sorry I meant like this.
jmp.sh/8o2Red7

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
7 years 1 day ago #161751 by Chris
Replied by Chris on topic How to use a different frontend editor?
Hi Krikor,
I've managed to hide the field alias (yesterday, I didn't recompile css for specific template part).
Now, as you can see it remains the label. What css rule I have to add?
imgur.com/a/UrETJ

Thanks

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
7 years 5 hours ago #161767 by Krikor Boghossian
Replied by Krikor Boghossian on topic How to use a different frontend editor?
I would recommend a different approach.
Create a new class like this:
.visually-hidden {
  position: absolute;
  clip: rect(0,0,0,0);
}

Then apply that class to each you want to hide.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
6 years 4 months ago #165769 by ale
Replied by ale on topic How to use a different frontend editor?
I use this way:
<input class="text_area k2TitleAliasBox" type="hidden" name="alias" id="alias" maxlength="250" value="<?php echo $this->row->alias; ?>" />
Transform the input type in "hidden" and leave the "name" attribute unchanged.
Regards

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
6 years 4 months ago #165775 by Krikor Boghossian
Replied by Krikor Boghossian on topic How to use a different frontend editor?
This is also perfectly fine.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum