-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 30, 2015 at 7:08 am #693815Hi there
May i know what’s exactly you doing ??? Look like you are doing something very strange way.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 30, 2015 at 7:08 am #750148Hi there
May i know what’s exactly you doing ??? Look like you are doing something very strange way.Thank you,
Viet VuOctober 5, 2015 at 6:27 am #695309Well, that is probably because I’m an amateur with templates. What I’m trying to do is precisely this:
<blockquote>I’m trying to make the Joomla pagination a bit more “material” by substituting the “Next”, “Previous”, “Start” and “End” words on either side of the page numbers with appropriate arrow icons.</blockquote>
If you have a better idea how to do it I’m open to it. I just have NO programming skills. I can do some css and HTML but not PHP or javascript.October 5, 2015 at 6:27 am #750550Well, that is probably because I’m an amateur with templates. What I’m trying to do is precisely this:
<blockquote>I’m trying to make the Joomla pagination a bit more “material” by substituting the “Next”, “Previous”, “Start” and “End” words on either side of the page numbers with appropriate arrow icons.</blockquote>
If you have a better idea how to do it I’m open to it. I just have NO programming skills. I can do some css and HTML but not PHP or javascript.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 7, 2015 at 5:08 am #750856Hi,
I am not sure what did you do on your site but you can follow my guide below
+ Go Languages: Overrides in backend site
+ Click New button and find JNEXT text
+ Add code like my screenshot
and you will see it’s working in frontend site
Regards
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
May 24, 2016 at 12:33 pm #934175Hi Ninja Lead,
Will not you please share that screenshot? 🙂
I would override the login/logout string with<i class="fa fa-sign-in" aria-hidden="true"></i>
<i class="fa fa-sign-out" aria-hidden="true"></i>
Thank you!
1 user says Thank You to palos for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 24, 2016 at 3:48 pm #934240palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
May 25, 2016 at 10:25 am #934584Thank you Ninja Lead!
It is something I know too 😉
I was hoping a solution about how to create a language override by changing the text "LOGOUT" to a Font Awesome "sign" like this:<i class="fa fa-sign-out" aria-hidden="true"></i>
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
June 6, 2016 at 12:37 pm #938135This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 7, 2016 at 3:20 am #938355Your request is very hard to do because you will change the submit button of JA Login module
From
<input type="submit" name="Submit" class="button btn" value="KI">
to
<i class="fa fa-sign-out" aria-hidden="true"></i>
Maybe, you can try to apply the CSS style here to change that on your site but it’s not easy
Have you solved about Search button? I see it’s working as well on both pages: latnivalok and programok
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
June 7, 2016 at 4:06 pm #938593Hi Ninja,
A multilingual (or just a non-english) site may use different length of translations for "login/logout" words. As your design layout is very sensitive – even more in responsive views – I was thinking about to replace the language string with a font awesome sign. It seems to be a nice solution as it would be the same width on every language 😉 and would not break the header. (just imagine login in finnish kirjautuminen or in czech přihlášení)
Search button issue is also not solved 🙁 just please try to click on it at latnivalok page.
The programok page works fine as usual as it uses a native JA_Events template.(email notification did not sent despite of Notify me of follow-up replies via email checked below)
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 8, 2016 at 3:21 am #938722I think you can change from icon of font awesome sign to image background for logout button, it will be better than.
About the problem search button under JA Directory template because search action under JA Directory does not support about this that why it does not work but I added the js script to templates/ja_directory/js/script.js file
Please check it from templates/ja_directory/js/script.js file and you will see the script
$(document).click(function(e){ form_container = $('.t3-cpanel.t3-cpanel-search'); idetify_glass = $('.head-search'); if ((!idetify_glass.is(e.target) && idetify_glass.has(e.target).length === 0) && (!form_container.is(e.target) && form_container.has(e.target).length === 0)) { if ($(e.target).parent('#t3-header').has('cpanel-open')) $('#t3-header').removeClass('cpanel-open').addClass('cpanel-close'); } }); // Search Cpanel $('.btn-search').click(function() { if($('.t3-header-wrap').hasClass('cpanel-close')) { $('.t3-header-wrap').addClass('cpanel-open'); $('.t3-header-wrap').removeClass('cpanel-close'); } else { $('.t3-header-wrap').removeClass('cpanel-open'); $('.t3-header-wrap').addClass('cpanel-close'); } });
and templates/ja_directory/css/custom.css file
.t3-header-wrap .t3-cpanel .search { border: 0px solid #eeeeee; }
Now, you can see the search button is working as well on your site
1 user says Thank You to Ninja Lead for this useful post
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
June 8, 2016 at 9:18 am #938783Thanks Ninja! :)))
Search works fine now and I should think the FA background out!AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 4 voices, and was last updated by palos 8 years, 5 months ago.
The topic ‘Font Awesome breaks pagination’ is closed to new replies.
Font Awesome breaks pagination
Viewing 14 posts - 1 through 14 (of 14 total)