Hi.
When I login to my page from frontpage and write new text I see only fragment...
I don't see all text
Please provide a working website url and a super user password for your back end, also a password for your administrator firewall , we will have a look at it.
Sorry, I write url and su password only in "Page 404 - I have a problem with translate".
kontozzakupami
Hi
Kindly Edit fields in first post and submit the site details for staff : https://cl.ly/3y3R0p24250G
Regards
OK.
kontozzakupami
Hi
i just tested to add a new article and there is no issue http://prntscr.com/p7nm9s
Can you share the browser and device name on which you have this problem?
Hi.
I think - you are login from backend, not from frontpage. I have problem with my users who write articles from frontpage.
I write articles in K2.
I use Chrome and Windows 10.
kontozzakupami
Hi
Its frontend please check screenshot i shared.
I checked in latest chrome Win10.
I added article via My account section > submit new articles.
This view is only on frontend where your site logo shows https://prnt.sc/p7nm9s
Hi.
I use your login and I don't see all text.
kontozzakupami
Hi
Can you provide steps how you edit the article ?
I tried to add new item of K2 http://prntscr.com/p8129w
via a test menu item and it worked fine, I need to know the steps that you are doing to add it with URL of page.
Hi.
Login from frontpage
Click user and add article
See
And write
I install Firefox and... don't see problems.
I don't know why...
Maybe its a problem browser?
Microsoft Edge have this problem too
SeaMoney have this problem too
kontozzakupami
Hi
The submitted login are not working now.
Kindly check http://prntscr.com/p82dwp
I use your login and work...
kontozzakupami I use your login and work...
Tested right now too and login provided doesn't works, please check again info provided in your first post.
I change login and password.
In first post too.
kontozzakupami
Hi
You are using a custom system URL to add k2 articles not a menu item.
If you will use K2 Edit form menu item there will be no issue. it wil open under a menu not via modal popup, that loads the content in iframe.
In left side there is logo so your iframe will show behind this.
Either you can create k2 menu item to add new articles.
Or
add this code in override.css file
.frontpage .mfp-wrap {z-index: 1000002;}
To show the iframe over the logo.
Regards
- Edited
Thanks a lot
It's right, when I write new article.
How to show the iframe over the log, when I edition articles?
kontozzakupami
Hi
If you want iframe use this code for frontpage
.frontpage .mfp-wrap {z-index: 1000002;}
for all other page use this code
.mfp-wrap {z-index: 1000002;}
Thanks