Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

How do I move some elements

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

HI there -

I am trying to tweak the beautiful Rasa2 template - The development site is www.therapymaps.com/AMP333 - This is what I am trying to do:

In search - remove the small border
In menu - move the shopping cart to the "open panel" to "off-canvas"

In all articles -

1) move the tags to underneath the article title
2) move "prev-next" to under the "add to cart" information
3) hide the page (category) title

Please refer to this article for an example: therapymaps.com/AMP333/index.php/catalog/kim-sp-1710094178/164-anthem-for-peace.html

any advice is appreciated!

thanks, Kim
  • Kim Singleton's Avatar
  • Kim Singleton
  • 6 Month Developer
  • 30 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

interesting site. Is it all Jewish music?

With regards to your questions:

I do not now about the menu. Have a similar issue on a site ported from Rasa to Rasa2. I guess you have to go through all border declarations in the css.

1) and 2)
All you have to do is to find the articel.php (might be called item.php) of Joomla articles. I do know the exact path since I mostly work with k2. This file determines the HTML code for an article.

Open it in an editor of your choice and look for
<div class="tags small flat-list">

There should be some php block checking if tags are published. Move the code block to the place of choice e.g. underneath the article title.

You basically do the same for 2) except that the cart (Jstore I guess) is triggered via a plugin. So the code to look for is something like "after display content".

To 3) I reccomend to do some additonaly google search as I normaly use k2, but there should be a setting for it unde either menu or articel settings. What I found is this (for Joomla 3.2):

Go to Menu Manager -> Edit Menu Item -> Options Set Show Title to Use Article Settings
In Article Manager - Edit Article -> Options Set Show Title to Hide.

best regards
  • MaMuster's Avatar
  • MaMuster
  • LIfetime Developer - Big Bamboo
  • 329 posts
  • 10 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi Kim,

Just wanted to check where you are with this

With two you may be able to add that using an extension

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul -

I have figured out how to move the tags! Yeah!
I also figured out how to push the "add to cart" feature above the prev-next and that works for me -

BUT!...I still can't turn off the category title - It is turned off EVERYWHERE - global configuration, articles and menus - cleared browser and joomla cache - it is still showing!!!Yikes - any other ideas that I could try?

thanks, Kim
  • Kim Singleton's Avatar
  • Kim Singleton
  • 6 Month Developer
  • 30 posts
  • Karma: 0
The administrator has disabled public write access.
Any optimisation extension installed e.g. something along the lines of sh404sef?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
nope
  • Kim Singleton's Avatar
  • Kim Singleton
  • 6 Month Developer
  • 30 posts
  • Karma: 0
The administrator has disabled public write access.
I fixed it by removing the code in the core file :-)
  • Kim Singleton's Avatar
  • Kim Singleton
  • 6 Month Developer
  • 30 posts
  • Karma: 0
The administrator has disabled public write access.
hmm odd

Thanks for the update

It will be added back once you update so you will need to reapply it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers