chrisram
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] All my Backups are Timing OutUpdated the plugin to the most recent version, then changed the settings to exec time 20 and 10 retires. It timed out after the 10 tries. I increased it to 15 and it worked.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] All my Backups are Timing OutNot sure if Jennifer and I are having the same issue, but I am also having timeout issues. Uploading to Dropbox. Here is the error I’m seeing:
[27-Jul-2024 06:04:56] /home2/XXXXXXXXX/public_html/wp-content/plugins/backwpup/src/Infrastructure/Http/Client/WpHttpClient.php: Dropbox API: cURL error 28: Operation timed out after 60001 milliseconds with 0 bytes received
Here is what I have tried:
- Downgraded to 4.04 and 4.10
- Reauthorized with Dropbox
- Confirmed there was enough space in DB for files
I have this same issue. I only show 3 trigger options screenshot: https://cl.ly/2F2g1T2O2h24
Ninja Forms 3.1.8, PopupMaker 1.6.5
I have been talking to MemberMouse about this and here is their response:
What it looks like is happening in the video you sent, is that the JavaScript protocol is being stripped out in the href attribute of anchor tags by default.
For example, when a SmartTag that generates a JavaScript function is used within an href attribute such as:
<a href="[MM_Form_Button type='submit' paymentMethod='default']">Submit Order</a>
When functioning correctly, it results in the following HTML:
<a href="mmjs.checkout(true);">Submit Order</a>
However, if WordPress, or another plugin such as jetpack, is stripping out the JavaScript protocol this will result in an invalid link and something that looks like this:
<a href="https://yourdomain.com/your-page/mmjs.checkout(true);">Submit Order</a>
which will indeed bring up that 404 error.Current Best Solution
MemberMouse disables the WordPress security filter using a WordPress-recommended filter but if another plugin or theme enables it, then it reintroduces the issue. Your first option is to discontinue the use of the theme or plugin that’s causing the problem which you can determine by running MemberMouse in safe mode.
Alternatively, you can enable the JavaScript protocol manually by making a change to WordPress core file wp-includes/functions.php. In this file locate the wp_allowed_protocols() function and replace this line of code:
$protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal' );
With this:
$protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal', 'javascript' );
—
Does that give you something to go on to fix it?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS styles within rows and widgetsYes, you are correct. It does show the classes. It also does show inline styles, but not the ones in the screenshot.
What I am looking for in the ones labeled “CSS Styles” in the screenshot. Those are not in the code.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS styles within rows and widgetsHere is the code from the site: https://pastebin.com/6XZDaanL
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS styles within rows and widgetsIt’s not online. I’m using a local development environment (DesktopServer).
Is there something I could copy or screenshot that would get you what you need?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS styles within rows and widgetsI’m having the same issue. No matter what CSS code I use, it doesn’t show in the rendered HTML. I’m using the Vantage theme, so it shouldn’t be the theme.
Forum: Plugins
In reply to: [IX Show Latest YouTube] Latest Video Not ShowingWorks perfectly. Thanks!
Forum: Plugins
In reply to: [IX Show Latest YouTube] Latest Video Not Showing[ix_show_latest_yt ytid=”jgpilates” width=”211″ height=”119″ autoplay=”on” count_of_videos=”1″ related=”off”]