Ryann Micua
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Action Box] My Style has disappear with SSLHi Marc,
have you set the WordPress Address (URL) and Site Address(URL) settings to the https url of your site? See this guide https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
lol.. Magic action box has nothing to do with displaying your address.. mailchimp does.. and yes, someone has asked this before.. it has something to do with fighting spam..
lol.. Magic action box has nothing to do with displaying your address.. mailchimp does.. and yes, someone has asked this before.. it has something to do with fighting spam..
- This reply was modified 7 years, 10 months ago by Ryann Micua.
Forum: Plugins
In reply to: [Magic Action Box] Styles background color not being savedit is the correct action box (ID – 383) and user style right (userstyle 3)?
I can check out it out but I’ll need admin access to your site. You can create a ticket here https://prosulum.zendesk.com and we can go from there.
Forum: Plugins
In reply to: [Magic Action Box] Styles background color not being savedwhat color is it supposed to be? I assume we’re talking about the action box at the top of the page. Right now I’m seeing green background.
Forum: Plugins
In reply to: [Magic Action Box] Styles background color not being savedHi,
Can you put up the link to your website? Also, have you cleared the wordpress cache? or cloudflare?
This is the line of code that checks for data:
$top_posts = stats_get_csv( 'postviews', array( 'days' => $days, 'limit' => 50 ) );
stats_get_csv()
function is (maybe “was” now) the same function used by jetpack to get data.I’ll take a look and see how that’s changed.
Forum: Plugins
In reply to: [Magic Action Box] Parse error – error code 32700now that makes two of us lol.. no worries I’ll get zendesk support to look into this. in the meantime, you can send login to this email: ryann at prosulum.com
Forum: Plugins
In reply to: [Magic Action Box] Parse error – error code 32700can you open a ticket here https://prosulum.zendesk.com and we’ll go from there.
Forum: Plugins
In reply to: [Magic Action Box] Parse error – error code 32700Hi @mpek,
Can I see the error live?
Forum: Plugins
In reply to: [Sticky Posts In Category] Plugin Adding Box to Top of Post?Hi Lane,
I don’t see a box. If you can, can you show a screenshot of the issue?
Forum: Plugins
In reply to: [Magic Action Box] Custom HTML form creating two Submit buttonsYes you can.
There is also a field for changing the submit button text right above the Process Code button. You will have to do this before processing the code.
Or, like you said, just change the button text manually in the processed opt in form code field.
Somewhere at the bottom of the processed code, you should see this:
<input type="submit" class="mab-optin-submit" value="Submit" />
Change the text inside the
value
attribute like this:<input type="submit" class="mab-optin-submit" value="Give Me Access!" />
Forum: Plugins
In reply to: [Sticky Posts In Category] Error "use of undefined constant […]"looks like coincidence with the plugin installation? coz error points to avada theme.
Forum: Plugins
In reply to: [Magic Action Box] Outside Field Labels when using HTML embedding?no problem ??
Forum: Plugins
In reply to: [Magic Action Box] Outside Field Labels when using HTML embedding?Hi,
You will need to manually remove/edit the field labels if you are using custom html. If you can paste the processed form code here maybe I can help.