cpagh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: It does not show the picturesIt seems to be because I via .htaccess jump from https://www.zusammen.dk to https://www.zusammen.dk/dk1/ and I use https://www.zusammen.dk/dk1/ and not zusammen.dk/dk1/ … if I open the page directly with zusammen.dk/dk1/, there seems to be no problem.
I use the following code.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?zusammen.dk$
RewriteRule ^(/)?$ dk1 [L]What should I write in .htaccess, to remove the www, so I just linked to zusammen.dk/dk1/?
Forum: Fixing WordPress
In reply to: It does not show the pictures… Menu (store) = menu (Butik)
Forum: Themes and Templates
In reply to: Child Themes and Plugin CSSOK, so if you use a class = “test” in the plugin CSS, it is possible to change this in Child Theme CSS by example.
.Test { color: red; }
Forum: Plugins
In reply to: [WooCommerce] SidebarSolved the problem by installing the theme twenty eleven.
Forum: Plugins
In reply to: [WP eCommerce] Translate "Sort" and "Show" into DanishNot using WP e-Commerce and therefore close the subject.
Forum: Plugins
In reply to: [WooCommerce] SidebarTo elaborate on the problem a little.
I use, as written, Twenty Ten and have turned off the sidebar, which also works on all sides, except WooCommerce. The WooCommerce page displayes the sidebar, which shows “Archives” and “Meta” headlines.
As written, I can not remove the side bar. Likewise, I can not remove the two headlines.
Best regards
ChristianForum: Plugins
In reply to: [WP eCommerce] Additional pluginscloses questions.
Forum: Plugins
In reply to: [WP eCommerce] Product Categoriescloses questions.
Forum: Plugins
In reply to: [WP eCommerce] Calculate Shipping Pricecloses questions.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Color of the menu bar and widget areaThanks for the help.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…Solved by switching host.
Forum: Plugins
In reply to: [WP eCommerce] Fatal errorInformation from Wordfence forums are as follows:
I think you have to adjust that in httpd.conf or php.ini I cant rememeber which right off. Its just using a lot of memory. Alternatively, you should be able to set this in your wp-config.php file like this: define(‘WP_MEMORY_LIMIT’, ’96M’);
Unfortunately, it does not seem that the “define …” works and my webhotel can / will not increase the available memory.
Information from Wordfence forums are as follows:
I think you have to adjust that in httpd.conf or php.ini I cant rememeber which right off. Its just using a lot of memory. Alternatively, you should be able to set this in your wp-config.php file like this: define(‘WP_MEMORY_LIMIT’, ’96M’);
Unfortunately, it does not seem that the “define …” works and my webhotel can / will not increase the available memory.
I therefore can not use this plugin. Too bad.
Forum: Localhost Installs
In reply to: Increase the securityThanks for the help ??
Problem solved ??