Ashok
Forum Replies Created
-
@francydipi, this is really a strange problem :s
1. Would you please add those code <!–wp_head–> and <!–wp_footer–> not JUST before </head> and </body> tag? Make sure you have something (may be in a comment <!– SOMETHING –> and blanks space) between <!–wp_head–> and </head>, similarly for wp_footer.
2. Does your site loaded inside a frame?
3. Possible to send some screenshot of the settings?Please let me know.
Cheers
AshForum: Hacks
In reply to: How to make Displayname & nicknames UniqueAwesome ??
Hi Mike
Currently I am not seeing popup in the site: https://www.akcreunite.org/ Do I need to check in any other page?
Please advice.
Cheers
AshHi @francydipi
Please paste the following code just in your <head> tag.
<!--wp_head-->
Please paste the following code just before your </body> tag.
<!--wp_footer-->
Let me know if it works.
Cheers
AshForum: Plugins
In reply to: [BuddyPress Activity Plus] Add new button@aaronkin, great that you found it. I was about to give you some solution though. Based on your code, you can use standard jQuery format too:
function ElementContent(id,content) { jQuery('#'+id).val(content); }
Cheers
AshForum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Popup not showingYeah, it happens, even many people did it. But still some people thinks java and javascript are same :p
Thanks again Sir!
Cheers
AshHi there
Would you please send us a screenshot of your popover settings? (not popover > settings, but edit popover)
Also, do you see this working if you deactivate the real state plugin?
Cheers
AshHi @mcpdogs
I have two suggestions.
1. Check by changing the settings in Popover > Settings
2. Please use html (text editor) instead of visual editor in editing the popup.Let us know.
Cheers
AshForum: Plugins
In reply to: [Membership 2] Membership plugin not responding after payment to PaypalHi there
When someone register a plan, the site doesn’t take the user to the paypal’s site?
Also, would you please make sure that your level and plans are in active and public mode?
Please let me know.
Cheers
AshForum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Designate line space for titles in gridHi Stacy,
Just following up, would you please post a link and a screenshot of where you want some space as Jack asked?
Cheers
AshForum: Plugins
In reply to: [Membership 2] Protect URLHi there
I just got your email. For that you can use what I suggested above for inner box:
.bottombar{ background: #dedede !important; /* change it to your color code */ }
N.B.: Never disable right-click on the site during development, it can’t prevent much but increase disturbance for the developer ??
Cheers
AshForum: Plugins
In reply to: [Membership 2] Protect URLHi @jmeyer2485
I got the link. Thank you.
Also how do I get images under the subscription box where the can select the subscription? I can put images inside the page but all images go on top on the subscription section.
You need to edit in the code to show image inside the form. Otherwise, if you open to use some js, I can help with that, please let me know.
can I edit the subscription box background color?
Use the following css in your stylesheet:
For the inner box:
.bottombar{ background: #dedede !important; /* change it to your color code */ }
For the outer box:
.pricebox{ background: #dedede !important; /* change it to your color code */ }
Please let me know if it works for you.
Cheers
AshForum: Plugins
In reply to: [Membership 2] Protect URLHi there
Yes, you can change the background color. You need to write some css code. Would you please share me a link of that page, so that I can check and suggest you some code?
Cheers
AshHi @gazza777 and @ederangelo
We didn’t hear you in a while. Are you still having issues? Let us know if you need more help on this.
Cheers
AshForum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Popup not showing@morebassintheplace: Did you go through according to above suggestion? Any luck yet?
@mikeotgaar: Thanks for the idea. Just one thing FYI, (may be you know, but worth to mention for other users – hope you wouldn’t mind):
Checking page source the java file popoverlegacy.js
This is not a java file, this is javascript file. Java and JavaScript are two different language ??
Cheers
Ash