-
AuthorPosts
-
mile1950 Friend
mile1950
- Join date:
- October 2015
- Posts:
- 140
- Downloads:
- 21
- Uploads:
- 11
- Thanks:
- 104
- Thanked:
- 3 times in 2 posts
January 31, 2016 at 1:11 pm #872784Hi,
On my web Joomla! is called INFO!
Could you please help me add a link to my contact us page since when I put a link here it goes to login page?<hr id="system-readmore" />
<div class="joomla-page clearfix">
<div class="col-sm-6 col-lg-3 bn-item">
<div class="circle-icon border"><em class="fa fa-envelope-o">Contact us
<p class="text-intro">Quisque dictum magna eu metus fringilla, in mollis tellus tempor. Aliquam placerat posuere diam.
Kind regards
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 31, 2016 at 8:07 pm #872952Hi there
I changed url for your Info menu item now it points to contact-us page
mile1950 Friendmile1950
- Join date:
- October 2015
- Posts:
- 140
- Downloads:
- 21
- Uploads:
- 11
- Thanks:
- 104
- Thanked:
- 3 times in 2 posts
February 3, 2016 at 1:05 pm #875409Hi Pavit,
Thank you for your help.
Maybe I didn’t write it properly.
So I want that info is still linking to INFO what previous was Joomla!, the question was when you go to info there is 4 square and I cannot add link to details.
Did I make it more clear?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 3, 2016 at 3:58 pm #875543when you go to info there is 4 square and I cannot add link to details.
Could you give me more details ?
To which squares are you referring ? maybe a screenshot could help
mile1950 Friendmile1950
- Join date:
- October 2015
- Posts:
- 140
- Downloads:
- 21
- Uploads:
- 11
- Thanks:
- 104
- Thanked:
- 3 times in 2 posts
February 3, 2016 at 6:44 pm #875678Here you can see
mile1950 Friendmile1950
- Join date:
- October 2015
- Posts:
- 140
- Downloads:
- 21
- Uploads:
- 11
- Thanks:
- 104
- Thanked:
- 3 times in 2 posts
February 3, 2016 at 6:45 pm #875679pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 3, 2016 at 6:57 pm #875684Hi
Below the code for a single block item , in this case the login box
<div class="col-sm-6 col-lg-3 bn-item"> <div class="circle-icon border"> </div> <h4><a href="index.php?option=com_users&view=login&Itemid=488">Login</a></h4> <p class="text-intro">Quisque dictum magna eu metus fringilla, in mollis tellus tempor. Aliquam placerat posuere diam.</p> <a class="btn btn-primary btn-sm" href="index.php?option=com_users&view=login&Itemid=480">Details</a></div>
As you can see the url is added on login text
Login
and also on the button
<a class="btn btn-primary btn-sm" href="index.php?option=com_users&view=login&Itemid=480">DetailsFirst to make any change from your global configuration you should disable your default editor
mile1950 Friendmile1950
- Join date:
- October 2015
- Posts:
- 140
- Downloads:
- 21
- Uploads:
- 11
- Thanks:
- 104
- Thanked:
- 3 times in 2 posts
February 3, 2016 at 7:45 pm #875696Hi,
When I change this :
Login
<p class="text-intro">Quisque dictum magna eu metus fringilla, in mollis tellus tempor. Aliquam placerat posuere diam.
<a class="btn btn-primary btn-sm" href="index.php?option=com_users&view=login&Itemid=480">Details
to this:
Login
<p class="text-intro">Quisque dictum magna eu metus fringilla, in mollis tellus tempor. Aliquam placerat posuere diam.
<a class="btn btn-primary btn-sm" href="index.php?option=com_contact&view=contact&id=1">Details
it is not linking to my contact us page and the button of details disappears
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 3, 2016 at 7:51 pm #875709This reply has been marked as private.mile1950 Friendmile1950
- Join date:
- October 2015
- Posts:
- 140
- Downloads:
- 21
- Uploads:
- 11
- Thanks:
- 104
- Thanked:
- 3 times in 2 posts
February 4, 2016 at 12:55 pm #876308This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 4, 2016 at 5:15 pm #876499Hi there
I fixed your links into the info page
For the next two I still need to figure it out how to make TEAM page. Do you have any suggestions?
Since Ja Hotel is using the JA Advanced custom module you can use the Teams from JA Uber take a look HERE
Anyway this will require a bit of custom work over css files
1 user says Thank You to pavit for this useful post
mile1950 Friendmile1950
- Join date:
- October 2015
- Posts:
- 140
- Downloads:
- 21
- Uploads:
- 11
- Thanks:
- 104
- Thanked:
- 3 times in 2 posts
February 5, 2016 at 4:54 pm #877372This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 5, 2016 at 5:08 pm #877378Could you write me how make it? Or like me to guides pages? I have downloaded joomla uber template
It is not simple to write , i think if you really need it you should hire someone expert on this .
1 user says Thank You to pavit for this useful post
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 12 replies, has 2 voices, and was last updated by pavit 8 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum