VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: rudolfryan on November 18, 2014, 03:46:52 AM

Title: How do you remove this label? And also a little bit of aligning
Post by: rudolfryan on November 18, 2014, 03:46:52 AM
http://prntscr.com/57ihi5

how to remove the label COM_VIRTUEMART_PLUGIN etc etc etc

how do i also align the word express on the right side of the radio button and not below it?
Title: Re: How do you remove this label? And also a little bit of aligning
Post by: jenkinhill on November 18, 2014, 12:02:05 PM
First http://forum.virtuemart.net/index.php?topic=79799.0

For the language string you will need to correct the related language file (possible in the plugin) or make a language override.

For the alignment issue use Firebug to work it out:  http://forum.virtuemart.net/index.php?topic=116620.0

You are using a third party template system so we cannot make specific advice. http://forum.virtuemart.net/index.php?topic=108212.0
Title: Re: How do you remove this label? And also a little bit of aligning
Post by: rudolfryan on November 18, 2014, 13:20:07 PM
Quote from: jenkinhill on November 18, 2014, 12:02:05 PM
First http://forum.virtuemart.net/index.php?topic=79799.0

For the language string you will need to correct the related language file (possible in the plugin) or make a language override.

For the alignment issue use Firebug to work it out:  http://forum.virtuemart.net/index.php?topic=116620.0

You are using a third party template system so we cannot make specific advice. http://forum.virtuemart.net/index.php?topic=108212.0

oh sorry, my first post

VM : 2.610
PHP : 5.5.12
Joomla : 2.5.19

My alightment issue is fix with display: inline
only problem now is the flow and the label that displays COM_VIRTUEMART_PLUGIN_COST_DISPLAY

livesite sample : www.royaleproductsph.com
Title: Re: How do you remove this label? And also a little bit of aligning
Post by: jenkinhill on November 18, 2014, 13:30:37 PM
COM_VIRTUEMART_PLUGIN_COST_DISPLAY is defined in the back & front end languafe files in VM2.6.12.2   - but if updating does not fix it then create an override.  http://forum.virtuemart.net/index.php?topic=113895.0

Your Joomla version is old and known to have security problems. You should be using 2.5.27
Title: Re: How do you remove this label? And also a little bit of aligning
Post by: rudolfryan on November 18, 2014, 16:37:44 PM
Quote from: jenkinhill on November 18, 2014, 13:30:37 PM
COM_VIRTUEMART_PLUGIN_COST_DISPLAY is defined in the back & front end languafe files in VM2.6.12.2   - but if updating does not fix it then create an override.  http://forum.virtuemart.net/index.php?topic=113895.0

Your Joomla version is old and known to have security problems. You should be using 2.5.27

Problem solved, thank to you. Forgive me for my ignorance mate...just started joomla 2 weeks ago....