<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Link modal when adding a link - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 10:00:23 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61405</link>
                        <pubDate>Sun, 30 Jan 2022 10:04:07 +0000</pubDate>
                        <description><![CDATA[@tutrix That also worked perfectly.
Thank you.]]></description>
                        <content:encoded><![CDATA[<p>@tutrix That also worked perfectly.</p>
<p>Thank you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61405</guid>
                    </item>
				                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61401</link>
                        <pubDate>Sun, 30 Jan 2022 06:47:18 +0000</pubDate>
                        <description><![CDATA[@dimalifragis 
style.css (Line 1994) 😉 
.mg-sidebar .mg-widget ul li a:hover {
padding-left: 10px;
transition: all 0.4s ease-in-out 0s;
}]]></description>
                        <content:encoded><![CDATA[<p>@dimalifragis </p>
<p>style.css (Line 1994) 😉 </p>
<pre contenteditable="false">.mg-sidebar .mg-widget ul li a:hover {
padding-left: 10px;
transition: all 0.4s ease-in-out 0s;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61401</guid>
                    </item>
				                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61398</link>
                        <pubDate>Sat, 29 Jan 2022 22:10:20 +0000</pubDate>
                        <description><![CDATA[@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, ...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix Thank you again and again and again. Works great.</p>
<p>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.</p>
<p>Is there a way to disable this? I asked the theme author at Wordpress.org and got no reply.</p>
<p>If you have any ideas, i would appreciated it.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61398</guid>
                    </item>
				                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61395</link>
                        <pubDate>Sat, 29 Jan 2022 21:03:34 +0000</pubDate>
                        <description><![CDATA[@dimalifragis
there is an inline style that limits the width to 191px
you can try this Code
.mce-window {
  width: 630px !important;
}
input:not(){
  width: 400px !important;
 ...]]></description>
                        <content:encoded><![CDATA[<p>@dimalifragis</p>
<p>there is an inline style that limits the width to 191px</p>
<p>you can try this Code</p>
<pre contenteditable="false">.mce-window {
  width: 630px !important;
}
input:not(){
  width: 400px !important;
  height: 20px !important;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61395</guid>
                    </item>
				                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61394</link>
                        <pubDate>Sat, 29 Jan 2022 18:48:38 +0000</pubDate>
                        <description><![CDATA[@chris here is the staging site with the issues.]]></description>
                        <content:encoded><![CDATA[<p>@chris here is the staging site with the issues.</p>
<p> </p>
<p><a href="https://www.temporary-url.com/C987AE" target="_blank" rel="noopener" data-role="none">https://www.temporary-url.com/C987AE</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61394</guid>
                    </item>
				                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61390</link>
                        <pubDate>Sat, 29 Jan 2022 17:02:53 +0000</pubDate>
                        <description><![CDATA[Hi @dimalifragis, 
We need to check the issue on the website with that issue.


@chris not always easy to do. I&#039;m creating a stage site so maybe you can see the issue and help.
I will u...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<div class="wpforo-post-content">
<p>Hi <a title="dimalifragis" href="https://wpforo.com/community/profile/dimalifragis/">@dimalifragis</a>, </p>
<p>We need to check the issue on the website with that issue.</p>
</div>
</blockquote>
<p>@chris not always easy to do. I'm creating a stage site so maybe you can see the issue and help.</p>
<p>I will update here when ready.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61390</guid>
                    </item>
				                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61376</link>
                        <pubDate>Sat, 29 Jan 2022 10:39:06 +0000</pubDate>
                        <description><![CDATA[@dimalifragis,
Try Shuttle iBusiness theme, and let us know the results.]]></description>
                        <content:encoded><![CDATA[<p>@dimalifragis,</p>
<p>Try Shuttle iBusiness theme, and let us know the results.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61376</guid>
                    </item>
				                    <item>
                        <title>RE: Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61357</link>
                        <pubDate>Fri, 28 Jan 2022 21:56:31 +0000</pubDate>
                        <description><![CDATA[Same issue with Spoilers....
 
Someone else had this also....]]></description>
                        <content:encoded><![CDATA[<p>Same issue with Spoilers....</p>
<p> </p>
<p>Someone else had this also....</p>
<p>https://wpforo.com/community/how-to-and-troubleshooting-2/something-interfering-with-my-popup-box-styling-spoiler-link/#post-31613</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61357</guid>
                    </item>
				                    <item>
                        <title>Link modal when adding a link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61356</link>
                        <pubDate>Fri, 28 Jan 2022 21:45:55 +0000</pubDate>
                        <description><![CDATA[@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 the...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix some help if and when you can.</p>
<p>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.</p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Screenshot.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1643406355-Screenshot.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Screenshot.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/link-modal-when-adding-a-link/#post-61356</guid>
                    </item>
							        </channel>
        </rss>
		