Forum Replies Created
-
AuthorPosts
-
mbrsolutionSpectator
Hi Theo the error messages are simple warnings, which informs the person filling out the form to enter the correct data.
I am not sure about integrating Contact Form 7 with eMember. Someone will reply to you in regards to this question.
Kind regards
mbrsolutionSpectatorHi Theo, try the following CSS and let me know if it works.
#header-searchform input {
background: url(“framework/images/search.png”) no-repeat scroll 9px 8px rgba(0, 0, 0, 0);
border: medium none;
box-shadow: none;
color: #FFFFFF;<<<—- change this to a dark color for example #000000;
cursor: pointer;
font-size: 12px;
line-height: 1;
margin: 0;
opacity: 0.5;
padding: 8px 0 8px 34px;
transition: all 0.4s ease 0s;
width: 0;
}
Also just to be on the safe side can you check all of your forms to make sure that the changes don’t affect any other part of the forms.
Kind regards
mbrsolutionSpectatorHello Theo for the top right of the page login try the following….
#header-v4 #header-searchform input {
border: 1px solid #DDDDDD;
cursor: text;
padding-left: 30px;<<<
remove the 30width: 180px;
}
So it will look like the following css.
#header-v4 #header-searchform input {
border: 1px solid #DDDDDD;
cursor: text;
padding-left: 0;
width: 180px;
}
Let me know if that helps.
Kind regards
mbrsolutionSpectatorHello Theo, I had a look at the link above (affiliate). The form looks okay from my end using Firefox, however I am sure I understand your question. Perhaps you can elaborate a bit more what you mean by overpowering the css style?
In regards to your emember’s plugin can you point to the URL so that I can test the form?
Kind regards
mbrsolutionSpectatorHello Theo, can you please share your URL so that we can check.
Kind regards.
December 21, 2013 at 2:11 pm in reply to: Error 500 – Internal server error (What it means and What to do) #23113mbrsolutionSpectatorHello Coenm ask your Host to tell you how much memory is available for your wordpress site. If it is less that 128m ask them if they can increase it to 256m. The reason why I am asking about the memory limit because at the begining you mentioned your video PDF file is +/- 550mb is size. That is a huge file so you will need to have enough PHP memory available on your server to cover that file.
Kind regards
December 21, 2013 at 12:09 pm in reply to: eStore- warning message appears when I click on shopping cart to add in post #59767mbrsolutionSpectatorHello, This looks like a theme issue actually. Can you please do the theme test mentioned here:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Basically, you change your theme to one of WordPress default themes i.e. Twenty Twelve, Twenty Thirteen etc to see if you still get the same error. If you don’t then you know that it is a theme related issue and you should report it to the developer.
Kind regards
December 21, 2013 at 10:39 am in reply to: Error 500 – Internal server error (What it means and What to do) #23111mbrsolutionSpectatorHello coenm, what are you server settings? Do you have enough memory? Are you on a shared, VPS or dedicated server?
Kind regards
December 21, 2013 at 3:24 am in reply to: eMember- automatically add a level of membership to a user role #59766mbrsolutionSpectatorHello chamlaty, When you create a membership level in eMember, you can give it a user role. When members are created for this level, the user will get that role that you specified.
Enable the following option too:
In regards to membership level please read the following URL
Regarding content protection, read the following URL to understand the process of protecting post and pages.
To understand the content protection methods please read the following URL.
Kind regards
mbrsolutionSpectatorHello jit50, do you have the latest version of the plugin installed?
Prior to the Thesis 2.1 upgrade did your plugin function correctly?
If it did can you try to reinstall WordPress Lightbox Ultimate plugin again? If that does not work can you find out what new features have been implemented in Theses 2.1 that would conflict with WordPress Lightbox Ultimate.
Did you upgrade or update any other plugin after you upgraded Thesis 2.1?
Kind regards
December 17, 2013 at 2:57 am in reply to: Problem with version 1.6.3 of Video Lightbox (free version) #59714mbrsolutionSpectatorHello wordpressdesign a new version has been released. You might want to try the latest version which is compatible with WordPress 3.8.
Kind regards
December 17, 2013 at 12:13 am in reply to: Problem with version 1.6.3 of Video Lightbox (free version) #59713mbrsolutionSpectatorHello wordpressdesign, I have tested both URL above in FireFox 26.0 and they both work. What browser are you using?
mbrsolutionSpectatorHello try the following plugin for the minimum requirements
Because you are using WP Engine, can you ask them if this plugin is accepted by them? I know they are very strict when it comes to plugins running in their servers.
Kind regards
mbrsolutionSpectatorHello Diana, Can you add only the following shortcodes to the page in question. Remove all the HTML form code you added there (those are not necessary when you use eStore). Only use eStore’s shortcode to embed the purchase buttons.
[eStore_multi_currency_widget code=”USD,AUD,GBP,CAD,EUR”]
[wp_eStore_fancy1 id=11]
[wp_eStore_fancy1 id=8]
[wp_eStore_fancy1 id=11]
[wp_eStore_cart]
Remember, you can switch to the “Text” mode of the editor to see if you have any unnecessary hidden HTML code on that page.
Let me know how you go.
Kind regards
December 16, 2013 at 8:14 am in reply to: eStore – Error Adding Products via CSV to DB Plugin #59668mbrsolutionSpectatorHello Bruce, could you post here the error log file so we can investigate further. You might have memory limitaions on your server.
Here is another URL you can check if the above procedure does not work for you. You can bulk import products data using this method too:
Kind regards
-
AuthorPosts