I wanted to remove a POP3 account in Outlook 2013 but receive the following error message
Careful, if you remove this account, its offline cached content will be deleted. Learn how to make a backup of the .ost file.
I have both an Exchange account and a standard POP3 account in my Outloook profile.
I understand a pop3 account stores information in the .pst file to which it's directed, not a .ost file. Exchange activesync stores the information in a .ost file. However I am trying to remove the pop3 account, not the exchange activesync account. So I am afraid that if I go ahead and remove, the error message is indicating that it will delete everything in the .ost file.
Answer
The only bug is that the message about the .ost file shouldn't appear when deleting an Outlook.com configured as a PST file while it's also configured as an EAS file in the same profile. Just tested this by deleting the POP version of the Outlook.com account also configured as an EAS account the same profile and everything remained intact.Even it were to delete the OST file - it would automatically get recreated when Outlook is restarted with the only data loss would be related to the folders identified with "This Computer Only" (Drafts, Notes, Journal)I can confirm that if you delete the POP3 account that neither the .PST or the .OST file are deleted. The error message should not be displayed and is definately a bug.
Links
So you have just upgraded to Windows 10, you are running Outlook 2007/2010/2013 and you cannot send emails because you are getting the following error message when trying to send POP3 emails. Exchange accounts seem to still work fine:
0x800CCC13 “Cannot connect to the network”
Solution
The recommended fix is to run the following from the command prompt as an administrator. Make sure Outlook is not running and when the process is complete you should restart the computer
sfc /scannow
Other Solutions
This should fix the majority of people's setups but it is not 100%. I have a few more fixes you can try:
Links
i have read the forum and the manual, but i cannot find a way to put categories that i include in an article in to a grid or at least all float left (display: inline-block) rather than a vertical list using:
{phocagallery view=categories|imagecategories=1|imagecategoriessize=1}
thanks
I had a look at editing the plugin, but i was not really keen to do that. You will love the solution i figured out and no core code or phocagallery code was harmed in the making of this.
Phocagallery when displaying a category through a link floats the categories exactly as i want, but my problem was that i wanted to display 2 categories like that, floated and below each other. However when you create a menu item you can only select 1 category and tweak it as needed.
So i used the following method to get the result i wanted:
You can use this method to get different layouts and the best thing is, upgrading will not break this method.
i hope this helps
My original post was on the Phoca Forums.
For some reason Draytek hide their router log and unless you know how to find it you might have a hard time seeing what is going on.
There are 2 types of system logging in draytek routers:
Links
Just as a reference this is the setup procedure I followed in the router:
Some times when you install GApps you get Google Play services errors or similar things. This is because of the following reasons
When you have issues with gapps the only way to fix it is to do the following (verified by me)
information for these instructions found here and expanded by me.
** add websites where appropriate to my links directory
When you change your sim card they do not always come with your phone number programmed and unless you know how to set this it can feel like dark magic.
You can now check your phone numebr has been set by going to settings/About Phone/Status/SIM Status/My Phone Number
or call Virgin on 789 via your mobile phone or 0345 454 1111
Notes
Most voicemail numbers will be made using the same syntax
{Real Number} --> {Voicemail Number} 07747 123456 --> +440037747123456
To make the number (Assuming you are in the UK)
Call forwarding Voice: +440037747123456 FAX: +440037747123456 Sync: +440037747123456 Async: +440037747123456
To adjust your no answer voicemail length dial the following from your phone:
**61*44xxxxxxxxxxxxx**30#
Where xxxxxxxxxxxxx is the full 13 digit number given to you for your voicemail box, 30 denotes 30 seconds.
On you handset you will have some settings 'Call Divert' / 'Call Forwarding', these must be enabled and pointing to your Voicemail number.
These setting are retrieved from the network so can either be set by you or Virgin. It does not matter who sets them up as long aas your Voicemail is enabled.
Default setting when Virgin set my Voicemail
OK, this is where im at. I'm trying to make a sig for a message board. What i have done. removed background from 4 different photos using erase tool in cs4. So in one psd i got 2 b-ball players with the bg gone then. In 2 other psd i have one b=ball player with backgrounds removed Now I want to take all that and put it together in a new background. I hope that makes scene, lol. Help please!!!!!!!
Solutions
Joomla modals are tricky. There is inbuilt support for squeezebox modals in joomla, but instructions on how to use them are limited. I have explored the inbuilt support and also the major 3rd party modal extensions.
This will be very handy whether you use an extension or Joomla's inbuilt library. I will outline how to get the non-sef links for use in your modal box code and some other link information. These links can be used by any of the methods outlined below.
Notes before Starting
Component URLs via Menu Items which can be configured in the Menu Item Config
This is very handy if you need a menu item to configure options and is also the qucikest way of creating a link. If you use a menu item for your link then you can have and use SEF URLs. Most menu items point to a component. These links might get indexed so you need to add exceptions to your site maps to prevent this.
Component Standalone URLs
These links will link to components but only have the options that are passed to it via the non-sef url. I think unless you add any rules to convert these links to SEF in a program shuch as SH404SEF then they will stay as NON-SEF. These links might get indexed so you need to add exceptions to your site maps to prevent this.
This is now the prefered method to create modals in Joomla 3.x+ but requires Twitter Bootstrap Libraries. Most modern templates are based on Bootstrap in some fashion so have these libraries turned on. The implementation from what i can read is exactly the same as if you were working on a straing Bootstrap website.
It is probably helpful to look at Bootstrap modals without Joomla getting in the way as there are lots of examples already out there and as mention they called the same way.
If your Joomla does not have bootstrap avaiable you need to do one of the following to enable it
This assumes that Bootstrap is enabled.
<a href="#" class="btn" data-target="#myModal" data-toggle="modal">Launch First</a> <div id="myModal" class="modal fade hide" tabindex="-1"> Add your Payload here </div>
The following example will get the Standard Joomla Login Module displayed in a modal box when a button is pressed. You can add in the missing parts of the modal template if you want or style with CSS as I have done.
<!-- Button to trigger Bootstrap Modal Box --> <p> <a href="#" class="btn" data-target="#myModal" data-toggle="modal">Launch First</a> </p> <!-- Bootstrap Modal Box Payload Container --> <div id="myModal" class="modal fade hide" style="max-width: 300px; padding: 10px;" tabindex="-1"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> [loadmodule mod_login,Login Form] </div>NB: Swap [] for {} - I changed this to prevent the login form getting rendered here
Trigger from a menu (Optional)
This currently only works when the menu is rendered through a gantry menu
This little hack allows you to inject custom attributes into a link without any code modifications and you can have it with or without a title. It causes a small validation issue on your link html but only if you go looking for it will you find any issue other than the browser has corrected it for you.
Title Goes Here" data-target="#myModal" data-toggle="modal" "
Improved variations with no errors
This code is slightly modifed and does not cause any html errors. There are 2 x quotes removed which are duly addced back in by joomla when it parses this code. It might reduce compatability but I have nothing to test this againt
Custom Title" data-target="#myModal" data-toggle="modal
Notes
I have not used this method but the principle is simple. Execute some Javascript that appends custom attributes onto the identified link.
Instructions
<script type="text/javascript"> (function($){ $(document).ready(function() { $('.addModalAttributes').attr('data-target', '#myModal'); $('.addModalAttributes').attr('data-toggle', 'modal'); }); })(jQuery); </script>
This will now usie javascript and add the missing attibutes to all elements that have the class addModalAttributes , I assume you will only have the one item with this class. You can always change the class if there are conflicts.
The complete code will look like
<script type="text/javascript"> (function($){ $(document).ready(function() { $('.addModalAttributes').attr('data-target', '#myModal'); $('.addModalAttributes').attr('data-toggle', 'modal'); }); })(jQuery); </script> <div id="myModal" class="modal fade hide" style="max-width: 300px; padding: 10px;" tabindex="-1"> <button type="button" class="close" data-dismiss="modal">×</button> [loadmodule mod_login,Login Form] </div>
NB: swap [] for {}
Also you can use other selectors such as
$('.g-social > a:first').attr('data-target', '#myModal'); $('.g-social > a:first').attr('data-toggle', 'modal');
Links
The menu item attributes are stored in the database @ #__menu --> params
The primary example used above generates this code.
{"menu-anchor_title":"Custom Title\" data-target=\"#myModal\" data-toggle=\"modal\" \"","menu-anchor_css":"","menu-anchor_rel":"","menu_image":"","menu_text":1,"menu_show":1}
This generates the following code:
Joomla menu
<a href="#" title="Custom Title" data-target="#myModal" data-toggle="modal" "" >Modal Test</a>
Gantry Menu
<a class="g-menu-item-container" href="#" title="Custom Title" data-target="#myModal" data-toggle="modal" "">
You can alter the code to remove the double quote issue, that code wold look like (Improved Variation). As you can see I have removed 2 x quotes. This generates the following code (your output might be slightly different)
{"menu-anchor_title":"Custom Title\" data-target=\"#myModal\" data-toggle=\"modal","menu-anchor_css":"","menu-anchor_rel":"","menu_image":"","menu_text":1,"menu_show":1}
This generates the following code:
Joomla Menu
<a href="#" title="Custom Title" data-target="#myModal" data-toggle="modal" >Modal Test</a>
Gantry Menu
<a class="g-menu-item-container" href="#" title="Custom Title" data-target="#myModal" data-toggle="modal">
Joomla Implementations
Bootstrap Implementations
Before starting it is important to know that you need to copy the following code into your php/Extension/Template to enable the modal library. Most people put this in the templates index.php, but this will load the library throught the site however is good for quick testing.
// Enable Squeezebox JHTML::_('behavior.modal');
If you are using a suitable template, any from Joomlashine, there might be an option to turn this feature on in the template rather that manually adding the code yourself.
Extensions --> Templates --> [Your JSN Template] --> SEO & System Tab --> Enable SqueezeBox
When this library is enabled a CSS and javascript file are loaded into the header.
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" /> <script src="/media/system/js/modal.js" type="text/javascript"></script>
The CSS might be overidden in your template if that is how it was designed but is not mandatory or you can make your own alterations if needed.
Load an image in a modal box
<a href="http://www.example.com/images/myimage.jpg" class="modal">Click here to see my image</a>
This will display an image in a modal box when clicked. You can add other styling to it if needed i.e. Joomlashine link class or button class. You dont need to put it in an iFrame.
Load an image in a modal box of fixed size
<a href="http://www.example.com/images/myimage.jpg" rel="{size: {x: 200, y: 100}}" class="modal">Click here to see my image</a>
I have defined a fixed size for the modal box using the rel="{size: {x: 200, y: 100}}" - There are more switches you can use here.
When a module has interaction you might find that it does not work as expected. The easiest way around this is to load the module in to an article/page and then load the page in to the modal box without any styling, this allows you to load any module and have it work correctly such as forms.
You now have a working and interactive module in a modal box.
This can be used to use a menu item to open a modal box so you ar enot stuck to using a link in content. the methos is really easy.
Create a modal box with standard content
<div style="display: none;"> <div id="testmodal">Modal Content Goes Here</div> </div>
NB: The style="display: none;" hides the original code to prevent duplication and this is important because that the display:none is on a parent div other wise the content grabbed will be set to display:none
<a href="#testmodal" class="modal">Testmodal Button</a>
Load a module in a modal box
To go one step further and load a module instead of code already in the content, you just need to load your module into the modal content block via a plugin.
Follow the instructions above but replace the inner line of the modal code block
<div id="testmodal">Modal Content Goes Here</div>
with any of the following or similiar plugin calls:
<div id="testmodal">[loadposition]</div> <div id="testmodal">[loadmodule]</div> <div id="testmodal">[module Some module]</div> <div id="testmodal">[module 27]</div> <div id="testmodal">[modulepos position-7]</div> NB: Swap [] for {} - I used brackets instead of curly braces so Joomla did not parse the demo text.
<a href="http://www.example.com/images/myimage.jpg" rel="{handler:'iframe'}" class="modal">Click here to see my image</a>
or
<a href="#testmodal" rel="{handler:'iframe'}" class="modal">Testmodal Button</a>
Adding rel="{handler:'iframe'}" to the activator/button code enforces an iframe. Squeezebox usually can intelligently select this but sometimes needs a hand.
The modal box in Joomla is usually rendered with a close button at the top right but if you want to create your own close button in the content, then use the following javascript code in your content.
<!-- Close the Squeezebox using Text --> <a href="#" onclick="window.parent.SqueezeBox.close()">Close Modal></a> <!-- Close the Squeezebox using an image --> <a href="#" onclick="window.parent.SqueezeBox.close()"><img src="/images/modules/enter-website-button.jpg" alt="" /></a> <!-- Close the Squeezebox using a cross from Font Awesome --> <a href="#" onclick="window.parent.SqueezeBox.close()"><img src="/images/modules/enter-website-button.jpg" alt="" /></a>
You can see the onclick="window.parent.SqueezeBox.close() , this says to the parent close its child modal.
Other modal box close codes
I have not tried these variations:
<a href="javascript:splashpage.closeit()">link</a> <a href="#" onclick="window.parent.splashpage.closeit();return false;">link</a> <a href="#" onclick="window.parent.splashpage.closeit();"><img alt="" src="/images/modules/enter-website-button.jpg" /></a> <a href="#" onclick="window.parent.SqueezeBox.closeit();"><img alt="" src="/images/modules/enter-website-button.jpg" /></a>
These definitely work:
parent.SqueezeBox.close(); windows.parent.SqueezeBox.close(); parent.jModalClose(); window.parent.jModalClose();
This baffled me for a while so I will just show you a quick case of when I wanted to display the Login Module in a modal and all of the styling was missing.
In the modal box with no styling / How it should look
Scenario
I want to display the native Joomla Login Module in a Squeezebox Modal Box.
Cause
Solution
/* Gantry Login Form CSS */ /* Taken from /templates/g5_helium/custom/css-compiled/helium-joomla_13.css */ /* line 1, templates/g5_helium/scss/helium-joomla/styles/_core.scss */ .edit.item-page .btn-toolbar .btn, .pager.pagenav a, .moduletable #login-form .control-group .btn, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn { display: inline-block; font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight: 600; font-size: 0.8rem; line-height: 1.15; letter-spacing: 0.1rem; text-transform: uppercase; background: #4db2b3; color: #fff; border: 1px solid transparent; border-radius: 2.5rem; margin: 0 0 0.5rem 0; padding: 1.5rem 3.125rem; vertical-align: middle; text-shadow: none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } /* line 19, templates/g5_helium/scss/helium-joomla/styles/_core.scss */ .edit.item-page .btn-toolbar .btn:hover, .pager.pagenav a:hover, .moduletable #login-form .control-group .btn:hover, p.readmore .btn:hover, .contact .form-actions .btn:hover, #contact-form .controls .btn-primary.validate:hover, .profile .btn:hover, .login .btn:hover, .logout .btn:hover, .registration .btn:hover, .profile-edit .btn:hover, .remind .btn:hover, .reset .btn:hover, .search #searchForm .btn:hover, .finder #searchForm .btn:hover, .search #search-form .btn:hover, .finder #search-form .btn:hover, .edit.item-page .btn-toolbar .btn:active, .pager.pagenav a:active, .moduletable #login-form .control-group .btn:active, p.readmore .btn:active, .contact .form-actions .btn:active, #contact-form .controls .btn-primary.validate:active, .profile .btn:active, .login .btn:active, .logout .btn:active, .registration .btn:active, .profile-edit .btn:active, .remind .btn:active, .reset .btn:active, .search #searchForm .btn:active, .finder #searchForm .btn:active, .search #search-form .btn:active, .finder #search-form .btn:active, .edit.item-page .btn-toolbar .btn:focus, .pager.pagenav a:focus, .moduletable #login-form .control-group .btn:focus, p.readmore .btn:focus, .contact .form-actions .btn:focus, #contact-form .controls .btn-primary.validate:focus, .profile .btn:focus, .login .btn:focus, .logout .btn:focus, .registration .btn:focus, .profile-edit .btn:focus, .remind .btn:focus, .reset .btn:focus, .search #searchForm .btn:focus, .finder #searchForm .btn:focus, .search #search-form .btn:focus, .finder #search-form .btn:focus { background: #3d8f90; color: #fff; } /* line 101, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ /* line 102, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ .moduletable #login-form .control-group { margin-bottom: 10px; } /* line 105, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ /* line 106, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ .moduletable #login-form .control-group .input-prepend .add-on { color: #fff; background: none; padding: 5px; } /* line 111, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ .moduletable #login-form .control-group .input-prepend .add-on [class^="icon-"], .moduletable #login-form .control-group .input-prepend .add-on [class*=" icon-"] { width: auto; background: #4db2b3; padding: 0.45rem 1rem; border-radius: 3px; } /* line 119, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ .moduletable #login-form .control-group .input-prepend input { border-left: none; } /* line 122, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ .moduletable #login-form .control-group .input-prepend input:hover { border-color: #e0e0e5; } /* line 126, templates/g5_helium/scss/helium-joomla/styles/_modules.scss */ .moduletable #login-form .control-group .input-prepend input:focus { box-shadow: none; border-color: #e0e0e5; } /* line 130, templates/g5_helium/scss/helium-joomla/styles/_forms.scss */ #login-form .input-prepend .input-small, #login-form .input-append .input-small { width: 80%; } /* line 135, templates/g5_helium/scss/helium-joomla/styles/_forms.scss */ #login-form #modlgn-secretkey { width: 65%; }
<!-- Login Form Modal Wrapper --> <div style="display: none;"> <div id="login-modal"> <div class="modal-login-form"> [loadmodule mod_login,Login Form] </div> </div> </div>
NB: {} swapped for [] to prevent Joomla rendering the Login Module here
Uniform Component Form example URL
index.php?option=com_uniform&view=form&form_id=2&show_form_title=0&show_form_description=0
This is what a basic link that you have aquired out of the Menu Item config page
index.php?option=com_uniform&view=form&form_id=2&show_form_title=0&show_form_description=0&Itemid=207
Here you can see the addition of the &Itemid=207 showing that you are linnking to a menu item, which of course is optional.
Uniform Joomla Squeezebox Component Form example URL
<a h ref="index.php?option=com_uniform&view=form&form_id=2&show_form_title=0&show_form_description=0&Itemid=207&tmpl=component" rel="{handler:'iframe'}" class="modal">Uniform Modal Link</a>
Uniform RokBox Component Form example URL
<a h ref="index.php?option=com_uniform&view=form&form_id=2&show_form_title=0&show_form_description=0&Itemid=207&tmpl=component" data-rokbox="">Uniform Modal Link</a>
Uniform NoNumber Component Form example URL
[modal index.php?option=com_uniform&view=form&form_id=2&show_form_title=0&show_form_description=0&Itemid=207&tmpl=component|iframe=true]Uniform Modal Link[/modal] NB: Swap [] for {} - I used brackets instead of curly braces so Joomla did not parse the demo text.
@media (max-width: 767px) { .modal { position: inherit !important; } }
.modal { position: relative; top: intial; left: intial; right: intial; width: intial; margin: 0px; }
this is also probably valid
.modal { position: relative; top: 0px; left: 0px; right: 0px; width: intial; margin: 0px; }
Modal Splash Extensions
With Rokox you get an editor button that can perform most of the link building for you. You can either just highlight the code in the editor and press the RokBox Editor button or you can create a link from scratch by just clicking the RokBox editor button. Only the link field is mandatory in the RokBok link builder button but if creating a link from scratch it is probably wise to fill in the content title other wise it uses the details from the link field.
The modal box will fill out appropriately to the screen size and is completely responsive unless you set a fixed size.
Load an image in a modal box
<a href="http://www.example.com/images/myimage.jpg" data-rokbox="">Click here to see my image</a>
This will display an image in a modal box when clicked. You can add other styling to it if needed i.e. Joomlashine link class or button class. You dont need to put it in an iFrame.
Load an image in a modal box of fixed size
<a href="http://www.example.com/images/myimage.jpg" data-rokbox="" data-rokbox-size="210 213">Click here to see my image</a>
I have defined a fixed size for the modal box using the data-rokbox-size="210 213" where 210 is the width and 313 is the height of the popup image. You can alternatively use data-rokbox-size="210 100%" as this will enable automatic height for a box 210px wide. you can also use percentages.
There are more switches you can use here.
When using the DOM method you need to configure the code you want to be turned in to a modal box and also define a link/href after this code that will act as an activation button. Rokbox for some reason clones the code and uses this in the modal box which can causes several issues, duplication of unique values, incorrect DOM referneces, duplication of code on the page, styling issues, page redirection etc... If you want to load a module into an article and then have it become a modal box you need to load it with your prefered in-content loading plugin and then surround it's {tags} with a unique DIV so that you can reference it in the button/href activator for the modal box. Rokbox does not seem to offer a direct module loading ability. The modal code block and the activate button/href are seperate on purpose so that the button comes after the code. The modal code block is converted when the href/link is parsed. Using this method also allows the [loadposition], [loadmodule] etc.. tags to be converted into real code before the modal boc is created. Rokbox is responsive.
Create a modal box with standard content
<div id="testmodal" style="display: none;">Modal Content Goes Here</div>
NB: The style="display: none;" hides the original code to prevent duplication
<a href="#" data-rokbox="" data-rokbox-element="#testmodal">Testmodal Button</a>
Load a module in a modal box
To go one step further and load a module instead of code already in the content, you just need to load your module into the modal content block via a plugin.
Follow the instructions above but replace the modal code block
<div id="testmodal" style="display: none;">Modal Content Goes Here</div>
with any of the following or similiar plugin calls:
<div id="testmodal" style="display: none;">[loadposition]</div> <div id="testmodal" style="display: none;">[loadmodule]</div> <div id="testmodal" style="display: none;">[module Some module]</div> <div id="testmodal" style="display: none;">[module 27]</div> <div id="testmodal" style="display: none;">[modulepos position-7]</div> NB: Swap [] for {} - I used brackets instead of curly braces so Joomla did not parse the demo text.
Thre are no particular switches that enforces and iframe, RokBox automatically selects it if required.
RokBox Links
There are Free and Pro flavours but for for most people the Free version will be fine. NoNumber Modals is also feature rich, not only does it do standard modal things but:
Load an image in a modal box
[modal http://www.example.com/images/myimage.jpg]Click here to see my image[/modal] NB: Swap [] for {} - I used brackets instead of curly braces so Joomla did not parse the demo text.
This will display an image in a modal box when clicked. You can add other styling to it if needed i.e. Joomlashine link class or button class. You dont need to put it in an iFrame.
Load an image in a modal box of fixed size
[modal http://www.example.com/images/myimage.jpg|width=200|height=100]Click here to see my image[/modal] NB: Swap [] for {} - I used brackets instead of curly braces so Joomla did not parse the demo text.
I have defined a fixed size for the modal box using the |width=200|height=100 you can also use percentages.
There are more switches you can use here.
Using NoNumbers for inline content and loading modules is a bit more akward than other methods to get working but is not difficult. i need to test with code and a module.
Create a modal box with standard content
[modal content=testmodal]Testmodal Button[/modal] [modalcontent testmodal] ...Modal Content Goes Here... [/modalcontent] NB: The style="display: none;" hides the original code to prevent duplication
Load a module in a modal box
To go one step further and load a module instead of code already in the content, you just need to load your module into the modal content block via a plugin.
Follow the instructions above but replace the modal code block
[modal content=testmodal]Testmodal Button[/modal]
with any of the following or similiar plugin calls:
[modal content=testmodal][loadposition][/modal] [modal content=testmodal][loadmodule][/modal] [modal content=testmodal][module Some module][/modal] [modal content=testmodal][module 27][/modal] [modal content=testmodal][modulepos position-7][/modal] NB: Swap [] for {} - I used brackets instead of curly braces so Joomla did not parse the demo text.
[modal http://www.example.com/images/myimage.jpg|iframe=true]Click here to see my image[/modal]
or
[modal content=testmodal|iframe=true]This gets replaced with the content block testmodal[/modal]
Adding to the button code |iframe=true enforces an iframe. All external URLs are rendered in iframes by default.
I do not know if this fixes anything but it is here just incase
/* Correct Modal Positioning */ @media (max-width: 767px) { .modal { position: inherit !important; } }