salahsaqr
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Credit/Debit cards?Hello Andreas,
Actually, I was asking how to implement it because I can’t see any option to enable credit cards and make it appear as PayPal.
- This reply was modified 6 years, 10 months ago by salahsaqr.
Forum: Themes and Templates
In reply to: [GeneratePress] Adding the_content’ function on website pagesHi there,
I figured out that there were 2 things causing this issue at the same time (for this certain issue) since disabling all plugins didn’t solve the issue at the beginning.
1. A server-side issue, where I was having to add this snippet inside the server block in nginx.conf file since pretty permalinks were leading to 404:
if (!-e $request_filename) { rewrite ^.*$ /index.php last; }
2. Really Simple SSL plugin.
Only, when I added this code & disable this plugin, Elementor start working!
Hope this helps someone ??
- This reply was modified 7 years, 1 month ago by salahsaqr.
Forum: Themes and Templates
In reply to: [GeneratePress] Adding the_content’ function on website pagesHi friends,
I didn’t contact them as I realized that it’s not related issue. I see that all permalinks lead to 404 pages except the plain one (default). And Elementor is working only with the default permalink setting.
Editing .htaccess file didn’t work for me.
I would update when I find a solution. Thanks!
- This reply was modified 7 years, 2 months ago by salahsaqr.
Forum: Themes and Templates
In reply to: [GeneratePress] Adding the_content’ function on website pagesHi Leo,
I’m not trying to edit blog page at all. I just cannot use Elementor anymore on all my website pages (homepage and others) that have been built with Elementor on my localhost environment. I always get that annoying error message. I tried to deactivate all plugins except Elementor but nothing happened.
Any thoughts?