chalany
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout page greyed out place orderMy server guy told me that:
the problem is NginX does not work with .htaccess file ??
so i had to add the redirect rules manually to the server config file (NOT wp-config.php)He added there:
location / {
# try_files $uri $uri/ /index.php;
try_files $uri $uri/ /index.php?$args;
}Here is a short howto:
How to convert Apache .htaccess file to NginX config
https://www.nginx.com/blog/converting-apache-to-nginx-rewrite-rules/
Converting Rules that Enable WordPress Pretty PermalinksThank you
Forum: Plugins
In reply to: [WP Open Graph] Buddypress Compatible?To me is breaking CSS in BuduPress Members Profile page
Forum: Plugins
In reply to: [Facebook All] Display Login button in lightboxThanks I will try.
But one more problem is that I can not use php code insight of gravity forms, pls c video what I mine https://screencast.com/t/ekPd7WtZYW7
Thank uForum: Plugins
In reply to: [Facebook All] Display Login button in lightboxHi thanks for replay and for a code, but when I used the login button did not appear.
I have placed to:
< a class=”fancybox” href=”#contact_form_pop”>Post +
<div class=”fancybox-hidden” style=”display: none;”>
<div class=”hentry” id=”contact_form_pop” style=”min-width: 370px; min-height: 200px;”><?php echo facebookall_render_facebook_button();?></div>
</div>And I have also tried place it insight of Gravity forms but it did appear as well in both litebox plugins.
https://designstavanger.no/wp-content/uploads/images/gf-facebookall.pngAny other suggestions?
ThanksForum: Plugins
In reply to: [Gravity Forms Upload Rules] Plugin not showing in gravity formsDevelopment version work great. Thx
Forum: Plugins
In reply to: [Facebook All] Display Login button in lightboxIn first line of code betwen < a I made space so is not converted by this form