Remove author, date and category in "My Works" pop up
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sat Nov 08, 2014 6:47 am
- Reply with quote
- Report this post
Hi, just want to say it's a fantastic template. There were a few request on this particular pop up, I wonder if you can guide me on how to remove the Author, Category and Date info, but retain the title and add a short description on that pop up?
Also, I have change the module name from My Works to Our Products. But the url still shows http://eureka-synergy.com/test2/#my-works when navigation the menu. How do I change the suffix or the url from #my-works to #products?
Thanks my my site is www.eureka-synergy.com/test2
Also, I have change the module name from My Works to Our Products. But the url still shows http://eureka-synergy.com/test2/#my-works when navigation the menu. How do I change the suffix or the url from #my-works to #products?
Thanks my my site is www.eureka-synergy.com/test2
-
- Fresh Boarder
- GK User
- Sat Nov 08, 2014 8:55 am
- Reply with quote
- Report this post
1. For menu link changing #my-works to #products
a-) Go to template settings > Menu > Scroll down to "Module ID override" you should have "mainbody - mywork" in the list already, click on remove then click on save.
b-) In above same place in "Module ID override" select "Module Position: Mainbody", for "ID" enter"products" without # and click on add rule, then save & close.
c-) Find your menu item in main menu > "Works" and edit the link to "#products".
2. For Adding description please see my first mod in below topic.
https://www.gavick.com/forums/john-joom ... 40550.html
3. For removing "Author, Category and Date" info
a-) Easy way, hide them with css by adding below to override.css file located in templates css folder and enable css override option in template settings.
b-) or hard way, by removing the code from files when you are adding description in step 2.
See you around...
a-) Go to template settings > Menu > Scroll down to "Module ID override" you should have "mainbody - mywork" in the list already, click on remove then click on save.
b-) In above same place in "Module ID override" select "Module Position: Mainbody", for "ID" enter"products" without # and click on add rule, then save & close.
c-) Find your menu item in main menu > "Works" and edit the link to "#products".
2. For Adding description please see my first mod in below topic.
https://www.gavick.com/forums/john-joom ... 40550.html
3. For removing "Author, Category and Date" info
a-) Easy way, hide them with css by adding below to override.css file located in templates css folder and enable css override option in template settings.
- Code: Select all
.gkPortfolioCategory,
.gkPortfolioAuthor,
.gkPortfolioDate { display: none!important; }
b-) or hard way, by removing the code from files when you are adding description in step 2.
See you around...
-
- Platinum Boarder
3 posts
• Page 1 of 1