Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Responsive Joomla Virtuemart Template - LightMart (SKU# FLEX-00012)

TOPIC: Several module positions are not center aligned.

Several module positions are not center aligned. 8 years 10 months ago #12773

Hi
I have just installed LightMart template.
Joomla 3.4.1
VMart 3.0.9
LightMart 3.0
Temporary XAMP URL: skaltsis-3.yourhda.com:8888/triiris.gr/

-Problem A
I need to add two modules at my home page, "VirtueMart Manufacturers" and "Flexible - Responsive Joomla 3D Slideshow" or "Random Image "

I have tested the flowing positions:
for Slideshow: TOP A and TOP B
for Manufacturers InnerBottom, Bottom-a, Bottom-B, Footer.

All the above mentioned module positions are seem to align content at the left not the center.
How can I change that to center aligned?

-Problem B
At the check-out process the steps are labeled wired like: "TPL_FLEXIBLE_SHOPPING_CART_STEP_1, TPL_FLEXIBLE_SHOPPING_CART_STEP_2" etc.
The same behavior at the product "quick view", at the bottom right there is a button labeled: "TPL_FLEXIBLE_FULL_PAGE_QUICKLOOK"
How can I change those labels?

-Problem C
I have one shipping method and two payment methods.
At VM config I have defined the the default ones.
At the the checkout process I'm unable to choose which method I need for payment, no need for shipment since there is only one, and the check-out can't complete.

At my testing I find that if I un-publishing one of the payment methods then the remaining is selected and check-out can complete.

What is wrong?
Last Edit: 8 years 10 months ago by Dionysios Skaltsis. Reason: more problems and details added.
The administrator has disabled public write access.

Several module positions are not center aligned. 8 years 9 months ago #12801

Hi,

1- To center the Slideshow in a random module position, open this CSS file:
/templates/flexible_lightmart/css/custom.css

and add this rule:
div.rs-wrap { margin: 0 auto;}
(if you were using Firebug, you will figure this out in 3 seconds. Read here for more info about how to use Firebug: www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/342-using-firebug-for-customization-or-troubleshooting)

2- Looks like your joomla doesn't use the "English" as a callback in case the language keys are not defined in the joomla language you are using.

Anyway, to fix it; open this language INI file depends on the language you are using (if not exist, then manually create it):
for Spanish: /language/es-ES/es-ES.tpl_flexible_lightmart.ini
for French: /language/fr-FR/fr-FR.tpl_flexible_lightmart.ini

and copy paste these lines below and translate them to your native language.
; copyright Copyright (C) Flexible Web Design  . All rights reserved.
; license http://www.gnu.org/licenses/gpl.html GNU/GPL
; Note : All ini files need to be saved as UTF-8
 
TPL_FLEXIBLE_SEARCH="search..."
TPL_FLEXIBLE_SEARCH_RESULTS="Search Results"
TPL_FLEXIBLE_SEARCH_MORE="More Results"
TPL_FLEXIBLE_SEARCH_NO_RESULTS="No results found"
TPL_FLEXIBLE_POSTED_IN="Posted in"
TPL_FLEXIBLE_EDIT_ARTICLE="Edit this article."
TPL_FLEXIBLE_CREATE_ARTICLE="Create new article."
TPL_FLEXIBLE_CONTINUE_READING="Continue Reading"
TPL_FLEXIBLE_ON="on"
TPL_FLEXIBLE_OUTDATEDBROWSER_PAGE_TITLE="Please update to a modern browser"
TPL_FLEXIBLE_OUTDATEDBROWSER_PAGE_MESSAGE="The site you are visiting can only be viewed using a modern browser. Please upgrade your browser to increase safety and your browsing experience. Choose one of the browsers above. If you don't care <a href="_QQ_"?forwardOutdatedBrowser=1"_QQ_">click here</a>."
TPL_FLEXIBLE_404_PAGE_TITLE="Page not found"
TPL_FLEXIBLE_404_PAGE_MESSAGE="The Page you are looking for doesn't exist or an other error occurred. <a href="_QQ_"javascript:history.go(-1)"_QQ_">Go back</a>, or head over to <a href="_QQ_"%s"_QQ_">%s</a> to choose a new direction."
TPL_FLEXIBLE_OFFLINE_PAGE_TITLE="We will be back shortly"
TPL_FLEXIBLE_OFFLINE_PAGE_MESSAGE="This site is down for maintenance. Please check back again soon. Administrator can login:"
TPL_FLEXIBLE_QUICK_LOOK="Quick Look"
TPL_FLEXIBLE_MORE_INFO="More Info"
 
;
; Virtuemart Related Texts
;
 
TPL_FLEXIBLE_CART_FULL="Shopping Cart (%s)"
TPL_FLEXIBLE_CART_EMPTY="Shopping Cart (0)"
TPL_FLEXIBLE_REGISTER_FOR_SHIPPING_RATES="Please enter your ship-to address firstly to get appropriate shipping rates."
TPL_FLEXIBLE_NOT_REGISTERED_MEMBERS="Members"
TPL_FLEXIBLE_NOT_REGISTERED_BECOME_MEMBER="Become a Member"
TPL_FLEXIBLE_NOT_REGISTERED_DONT_HAVE_ACCOUNT="Don't Have an Account Yet?"
TPL_FLEXIBLE_NOT_REGISTERED_BULLET_1="Save your account information for faster checkout"
TPL_FLEXIBLE_NOT_REGISTERED_BULLET_2="Create and maintain an address book"
TPL_FLEXIBLE_NOT_REGISTERED_BULLET_3="Order tracking and order history"
TPL_FLEXIBLE_FULL_PAGE_QUICKLOOK="SEE FULL PRODUCT DETAILS"
TPL_FLEXIBLE_SHOPPING_CART_STEP_1="Enter your shipping & billing information"
TPL_FLEXIBLE_SHOPPING_CART_STEP_2="Your Cart"
TPL_FLEXIBLE_SHOPPING_CART_STEP_3="Choose Shipping Method"
TPL_FLEXIBLE_SHOPPING_CART_STEP_4="Choose Payment Method"
TPL_FLEXIBLE_SHOPPING_CART_STEP_5="Check Out"
 

3- Did you create a menu item for "select payment" page? Once the "select payment" button is clicked, your website is trying to load this page via AJAX:
skaltsis-3.yourhda.com:8888/triiris.gr/καλάθι/επιλογή_πληρωμής?tmpl=component

but the link should have been:
skaltsis-3.yourhda.com:8888/triiris.gr/index.php?option=com_virtuemart&view=cart&tmpl=component&task=editpayment

(I just can't be sure what you did to create that SEF url for select payment method page, but undo it. I strongly believe it has something to do with menu items. Delete the menu item that causes to create that SEF URL (also delete from the "trashed"). If you are using a premium SEF Component (i.e: Sh404SEF, ArtioSEF.. then find a way so that, component won't touch that link)

Attachment Pasted_Image_6_20_15__7_12_PM.png not found



regards.
Last Edit: 8 years 9 months ago by Support.
The administrator has disabled public write access.

Several module positions are not center aligned. 8 years 9 months ago #12803

Also one more thing...

To show the "Login Panel" on the shopping cart page, navigate to the VM Backend >> Configuration >> Checkout and enable this option: On checkout, ask for registration

Regards.
The administrator has disabled public write access.
Time to create page: 0.155 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo