SoursopTree
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp Subscribe Form by SoursopTree] received fatal errorWhat version of php in your server?
Forum: Reviews
In reply to: [Crelly Slider] AwesomeIt would be great if there are a documentation on how to use the jquery plugin in html theme too…
Is there any doc of crelly slider jquery plugin I can follow?
Forum: Localhost Installs
In reply to: Extremely slow when internet is activeThis may be will answer your question
I have the same problem too and thought it was caused by wordpress. But I changed my thought after reading that discussion.
Forum: Plugins
In reply to: [Easy PopUp Show] email provider godaddyHello,
the plugin is not currently supporting godaddy.
Forum: Plugins
In reply to: [Easy PopUp Show] html as content?Hello,
I currently doing a replacement for this plugin which support the feature you mentioned!
Forum: Plugins
In reply to: [Easy PopUp Show] PopupI am sorry for not giving enough documentation for that plugin. You can actually use this shortcode in any post/page to make it auto open instead of require user to click a link:
[eps_pop id="your popup id"]
replace
your popup id
with the id number of your popup. for example:[eps_pop id="4"]
which you can take the id from the shortcode provided on the upright side of popup editor, like the following example:
[link_eps_pop id="4" tn="no" text="Show Pop Up"]
the popup would show up, or delayed to my choosing, when the page of website clicked.
Thank you very much for your suggestion, I will add it ASAP after finishing my current project which is have that kind of functionality.
Best Regards,
Ari
Forum: Plugins
In reply to: [Easy PopUp Show] Aweber integrationHello,
Thank you for using my plugin. I am really sorry for your inconvenience.
To get the aweber consumer key and consumer secret, you will first need to create aweber app for developer here https://labs.aweber.com/ .
You can then find your Consumer Key and Consumer Secret there, inside your aweber app developer dashboard.
Here is a screenshot showing an example of “aweber app developer dashboard”. https://labs.aweber.com/docs/authentication (scroll down to the bottom of that page).
Please let me know if you need any further help… ??
Best Regards,
Ari
Forum: Plugins
In reply to: [IND Pricing Table] Mobile Ready?No, it’s not supporting mobile device..
Forum: Reviews
In reply to: [IND Pricing Table] Didn't workcould you send me the error code, so I can fix it?
Forum: Plugins
In reply to: [IND Pricing Table] can't add columnMay be it was caused by plugin crash. Try to deactivate other plugins and test it. If the problem occurs, then please contact me again..
Forum: Plugins
In reply to: [IND Pricing Table] Button Text color non functionalPlease try to deactivate other plugins and test it again..
Forum: Plugins
In reply to: [IND Pricing Table] Button Text color non functionalMay be it caused by plugin crash.. I just test it and it working fine
https://demo.ctuts.com/test-pricing-table/Forum: Plugins
In reply to: [IND Pricing Table] Can I put an image in the feature box?The plugin will be updated to support that..
Forum: Plugins
In reply to: [IND Pricing Table] Changing the Font Size of the Top Headers (price)Hi.. I am sorry have too late on responding. A bit busy with another project.
Yes, there is.
Open this file
\wp-content\plugins\ind-css3-pricing-table\css\indshow.css
find this:
div.indprice p { display: none; width: 100%; margin: auto; margin-top: 0; text-align: center; line-height: 2; font-size: 45px; font-weight: bold; }
Change the number of this code to your desired one:
font-size: 45px;
Hope it helps.
Forum: Plugins
In reply to: [IND Pricing Table] change ribbonYou will need to do a little hack.
The following example show you how to add ribbon called “Best”
First, create an image file named Best.gif. Since this plugin will only process gif image for ribbon.
Save it to
/wp-content/plugins/ind-css3-pricing-table/img
Next open
ind-css3-pricing-table/ind_css3_table.php
and find this using search tool of your broweser or text editor:
<option>None</option>
and place this underneath them(there are more than one of the code above):
<option>Best</option>
and Save
Let me know whether it works or not!