|
Lately I'm doing a lot of online shopping and I fight with Virtuemart is touching enough, today I bring you a trick to change the number of sub-categories to be presented in each row of our theme. The first is to edit the file found in categoryChildlist.tpl.php com_virtuemart / themes / default / templates / common (where 'default' is the theme that you may be using). We are looking for the next match:
$ Icolo = 1;
if (! isset ($ categories_per_row))
(
$ Categories_per_row = 4;
)
And change the number 4 which interests us.
|
|
|
Many times we use the component mode Virtuemart catalog to display products in a gallery in an elegant, but although we have configured the extension so that we see that prices appear not see a trace of the button "add to cart" in the form of blue square under the description, this is a small layoffs in the programming of the component. If we publish components-> com_virtuemart-> themes-> default-> template-> product_details-> flypage.tpl.php in line 58 we can see that does not include any condition to appear or not that item in the description. Well let's see how to fix this little problem, changing the appearance:
<td colspan="2"> <br /> <? php echo $ addtocart?> </ td>
by:
<td colspan="2"> <br /> <? php if (USE_AS_CATALOGUE! = 1) (echo $ addtocart;)> </ td>
thus determine the onset Add to cart button if the constant has the value 1 USE_AS_CATALOGUE which does it mean that this mode is catalog.
|
|
I have designed a toolbar that I put in the footer of the Facebook-style website where you can find all channels where you can connect with Joomla! Projects or in the near future is expected to have a representation in this way the user can quickly locate any of the pages where they publish content or use our contact methods.
|
|
One of the things that have proliferated with the Web 2.0 are the generators online, we can find these types of tools covering every field imaginable within the network, I will present 10 of the many who have earned a bookmark in my browser. - Lorem Ipsum is Lorem Ipsum text generator as its name suggests. ideal for filling divs and whether the text fits in well with our newly designed template.
- Ajaxload is a generator of spinners or animated gifs for ajax response expectations we all have seen some on websites today.
- Web 2.0 badges badges is a generator that will help our offers or important texts show that we want to emphasize.
- Web 2.0 boxes bordesm generates rounded boxes with glossy effect.
- Twitlogo generates twitter style logos you saw two of them in the last two templates that I created.
- RoundedCornr is already a classic, creates boxes with rounded edges in various images and offers to create code modules css rounded.
- Favicon Generator lets you create favicons.ico from any image.
- Sitemaps XML as its name suggests generates xml sitemaps online.
- MVC Generator saves us enormous amounts of time creating the structure of a joomla component! mvc.
- Dublin core metadata allows us to create Dublin Core metadata type.
- QR_code allows us to easily create QR codes with encrypted information across nuetra.
- vixy.net allows us to generate audio or video in various formats from a youtube url.
In short, the list could be long and cover all fields, these are some of the links I've been keeping hope will be useful to other users.
|
|
I'll explain how we can do to change the original icons of joomla! in our template, so they have to write three lines in our templateDetails.xml in this way locate our template files that are described in filename label and write the path of our own images without creating labels as described below :
<filename> images / indent.png </ filename>
images / emailButton.png
images / pdf_button.png
images / printButton.png
Obviously these new images should be in our directory will use the template images.
|
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
|
Page 6 of 11 |