Diekleinenic
Forum Replies Created
-
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Adding more product imagesYes, I was able to do it that way.
Thank youForum: Plugins
In reply to: [Orilla Cart - eCommerce] Adding more product imagesWhen I add them via the add media button, unfortunately they also show up in the description. Could I not add them to the gallery above but now have them appear again within the description itself?
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Changing "Order Details" text on Checkout pageNever mind, I think I found it ?? orillacart/com_shop/front/views/cart/templates/checkout.tpl.php
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Changing "Order Details" text on Checkout pageHi,
Unfortunately, I do not have “com_shop.pot” in the folder you mentioned. The only files in that folder /wp-content/plugins/orillacart/com_shop/languages are:
ImageThis is the area I want to change on the Checkout screen:
ScreenshotThe source code HTML for this is:
<label for=”order_comments” class=””>Order Notes</label>
<textarea name=”order_comments” class=”form-control” id=”order_comments” placeholder=”Notes about your order, e.g. special notes for delivery.” cols=”5″ rows=”2″></textarea>Is there not a place where I can simply edit this?
Thank youForum: Plugins
In reply to: [Custom Contact Forms] Urgent: Javascript Issue on latest VersionPing.
Please help
Forum: Hacks
In reply to: Code for htaccess to limit ADMIN by IP (but not subscribers)Before I break anything on my site, please let me know if I should add that to the htaccess file in the root folder or the wp-admin subfolder?
Pr yet in another place?Thank you for your help
Forum: Hacks
In reply to: Code for htaccess to limit ADMIN by IP (but not subscribers)I tried entering this into my htaccess file in the wp-admin subfolder, but that doesn’t work
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName “Example Access Control”
AuthType Basic
<LIMIT GET>
order deny,allow
deny from all
allow from xxx.xx.xx.xxx
</LIMIT>