Thank you very much. I now have AES showing and can adjust the settings in there. Image manager does not come up in "Catagory or Products" it does come up in System-Settings. Also the Text editor is still the default from Opencart. The Text editor is the main reason I purchased AES.
I did some more checking and the image manager seems to come up everywhere except in "Catagory or Products"
Thank you very much for your help.
Kind regards
Warren
I did some more checking and the image manager seems to come up everywhere except in "Catagory or Products"
Thank you very much for your help.
Kind regards
Warren
Follow the directions in the readme file.fma1955 wrote:Also the Text editor is still the default from Opencart. The Text editor is the main reason I purchased AES.
I don't know what that means.I did some more checking and the image manager seems to come up everywhere except in "Catagory or Products"
-Ryan
rph,
I deleted all files & reloaded them in order. Everything works fine Except that when I add text or anything in the Text Editor (which I like) and save, then go back to look or modify the text, there is nothing there and I have to load it all again.
Any ideas?
Also some of the problems I was having before where not having the Image manager in "Products" or "Catalog". This still persists on Windows but I use Mac most of the time & there has been no problem there. Is there a Mac version maybe I downloaded that.
THE MAIN problem I was having before was I would make a change but it was not showing on the Home page. This I BELIEVE was that there is (at least on my site) a delay of up to 5min. before it takes effect. Have you heard of this or do you already know this.
I appreciate your help and thank you for all the time, effort and patience you have with amateurs like me.
Kind Regards
I deleted all files & reloaded them in order. Everything works fine Except that when I add text or anything in the Text Editor (which I like) and save, then go back to look or modify the text, there is nothing there and I have to load it all again.
Any ideas?
Also some of the problems I was having before where not having the Image manager in "Products" or "Catalog". This still persists on Windows but I use Mac most of the time & there has been no problem there. Is there a Mac version maybe I downloaded that.
THE MAIN problem I was having before was I would make a change but it was not showing on the Home page. This I BELIEVE was that there is (at least on my site) a delay of up to 5min. before it takes effect. Have you heard of this or do you already know this.
I appreciate your help and thank you for all the time, effort and patience you have with amateurs like me.
Kind Regards
Hi Rph, I might have asked you this previously but I forgot the solution to it. I'm currently using a third party image manager and I believe it changes the window size. Can you guide me on how to disable the window size check in your plugin? It is returning this error each time I click on the image manager. Thanks.
id : Admin Enhancement Suite
version : 1.3.0-beta.4
vqmver : 2.3.0
author : Ryan (rph) - OpenCartHelp.com
SEARCH NOT FOUND (SKIPPED): height: 340px;
SEARCH NOT FOUND (SKIPPED): height: 320px;
id : Admin Enhancement Suite
version : 1.3.0-beta.4
vqmver : 2.3.0
author : Ryan (rph) - OpenCartHelp.com
SEARCH NOT FOUND (SKIPPED): height: 340px;
SEARCH NOT FOUND (SKIPPED): height: 320px;
Find:
And change:
to
Code: Select all
<operation error="log">
<search position="replace"><![CDATA[height: 340px;]]></search>
<add><![CDATA[height: <?php echo $container_height; ?>px;]]></add>
</operation>
<operation error="log">
<!-- Replaces two instances -->
<search position="replace"><![CDATA[height: 320px;]]></search>
<add><![CDATA[height: <?php echo $column_height; ?>px;]]></add>
</operation>
Code: Select all
error="log"
Code: Select all
error="skip"
-Ryan
Who is online
Users browsing this forum: No registered users and 21 guests