Notifications
Clear all

wpForo 1.x.x [Closed] Link modal when adding a link

9 Posts
3 Users
2 Reactions
750 Views
dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

@tutrix some help if and when you can.

This was reported to me from users. I have no idea what changed or if this existed before (i think not). Probably it came when i switched to a new theme.

 

8 Replies
dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago
1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@dimalifragis,

Try Shuttle iBusiness theme, and let us know the results.

dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

Hi @dimalifragis

We need to check the issue on the website with that issue.

@chris not always easy to do. I'm creating a stage site so maybe you can see the issue and help.

I will update here when ready.

dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

@chris here is the staging site with the issues.

 

https://www.temporary-url.com/C987AE

Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@dimalifragis

there is an inline style that limits the width to 191px

you can try this Code

.mce-window {
  width: 630px !important;
}
input:not([type]){
  width: 400px !important;
  height: 20px !important;
}
3 Replies
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2615

@tutrix Thank you again and again and again. Works great.

I would take advantage of your knowledge and ask something else also. If you check the sidebars, the linked titles in the widgets, when hover, they move to the right. That creates sometimes a flickering (depending on the width of your browser) and also a moving all the widget DOWN.

Is there a way to disable this? I asked the theme author at Wordpress.org and got no reply.

If you have any ideas, i would appreciated it.

 

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

@dimalifragis 

style.css (Line 1994) 😉 

.mg-sidebar .mg-widget ul li a:hover {
padding-left: 10px;
transition: all 0.4s ease-in-out 0s;
}
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2615

@tutrix That also worked perfectly.

Thank you.