-
AuthorPosts
-
October 24, 2017 at 6:52 pm #1069859
Good day, would you please guide me to the settings to display the category page image at the top of the categoyy page, next to the category description. Thank you.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 26, 2017 at 2:50 am #1070143Hi,
You can try this tweak:
- Go to file: root/templates/ja_megastore/html/com_virtuemart/category/default.php
-
Assume that you want to show category’s image before the description, you find this snippet of code which renders the description:
<div class="category_description"> <?php echo $this->category->category_description; ?> </div>
- Put this snippet of code for category image above it:
<div class="category_image"> <?php echo $this->category->images[0]->displayMediaThumb("",false); ?> </div>
It looks like this: http://prntscr.com/h23siw
Hope this helps.
October 26, 2017 at 9:53 am #1070263Thank you, that’s kind of what I wanted although I would prefer the image on the right side of the description. Is that possible?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 26, 2017 at 10:25 am #1070271October 26, 2017 at 11:41 am #1070292This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 27, 2017 at 1:07 am #1070366You can share the credentials of your site (URL, Admin + FTP account) so I will take a look
October 27, 2017 at 8:20 am #1070457This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 30, 2017 at 7:32 am #1070867Hi,
Is this the correct directory of the current site? /public_html/registry_megastore/
I tried to change but see now affect.
I also check the path in global configuration but it points to this directory: ‘mygiftregistry’ instead.
Could you confirm the correct path here?
October 30, 2017 at 8:37 am #1070895This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 31, 2017 at 6:41 am #1071227This reply has been marked as private.October 31, 2017 at 7:18 am #1071239This reply has been marked as private.October 31, 2017 at 7:19 am #1071240This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 1, 2017 at 2:24 am #1071475Kindly check and let me know if it’s ok now.
November 1, 2017 at 8:29 am #1071553This reply has been marked as private. -
AuthorPosts
This topic contains 14 replies, has 2 voices, and was last updated by Saguaros 7 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum