-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 19, 2016 at 2:40 pm #919956Hi
Do u mean you want to show the Article tools Like this > http://prntscr.com/au6yms
This way it will create some more space above the article content . Let me know if you want to show it like i posted or if its something else give me a screenshot and illustrate the change in it , I will check the possibility to make change in this part for you .April 19, 2016 at 3:27 pm #919984Hi Pankaj,
Thank you very much for your reply!
I am trying to achieve space horizontally, on the left side of the article, so that the article can "stretch" further on the left: by putting the article tools on top, the article space can extend on the left.
Your image is nearly right, I just would prefer, if possible, to have the tools displayed side by side instead of one on top of the other.
I am attaching you an example picture.Thank you in advance!
Giulia
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 20, 2016 at 2:13 am #920099Hi
I spent a lot of time for your request . Kindly apply my changes below :
Go to /templates/ja_magz_ii/html/com_content/article/default.php
Find this code<?php if ($tools): ?> <div class="col-lg-3">
Replace it with
<?php if ($tools): ?> <div class="col-lg-12">
Now find this code
<div class="article-content-main <?php if ($tools): ?>col-lg-9 <?php else: ?> col-lg-12 <?php endif ?>">
Replace it with
<div class="article-content-main <?php if ($tools): ?>col-lg-12 <?php else: ?> col-lg-12 <?php endif ?>">
Save file .
Now Go to custom.css file and add below code.typo-tools { width: 40%; float: left; margin-top: 25px; } .article-tools .sharing-tools { margin-top: 0px!important; width: 60%; float: left; padding-left: 10px; } .article-tools .sharing-tools a.at-share-btn { width: 33.3%!important; }
1 user says Thank You to Pankaj Sharma for this useful post
April 20, 2016 at 12:24 pm #920473Edit: Hello Pankaj, I noticed that when toggled, they don’t appear as they should.
Is there anything that can be done about it?
I am attaching pics that show the issue.Thank you very much! Now it’s perfect. I’m sorry it was such a time consuming thing to do though, I had no idea. Thanks a lot again!
Giulia
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 25, 2016 at 8:23 am #922397Hi
Kindly post the page url Here , i will check the possibility if it can be show same as in large view .April 25, 2016 at 8:49 am #922410This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 25, 2016 at 8:59 am #922419Hi
they are hidden b default as per the design view . If you want to show them you can add below code in custom.css file.item-page .article-tools { display: block!important; }
Regarding the screenshot attached you need to do pretty custom work to achieve this . This custom work is out of JA Support scope . You can hire a developer or you can chek it with JA Custom services (Paid services ).
April 25, 2016 at 9:33 am #922451Hi Pankaj
They are not hidden, they just move to the top of the page.
The screenshots I attached are taken from my current website view and from the Ja Magz II demo.Can you please have a look at the Ja Magz II demo and open an article in reading mode? you will see the article tools displayed on top bar. On my website they already display on top bar but the aligment is not correct, as they are all in the center instead of having the font tool on the left and the sharing tool on the right.
I am not asking to add anything: everything is already there and I only need correct alignment.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 25, 2016 at 9:38 am #922453Hi
in which device and screen size you are getting this error ?
i checked your site but not able replicate this issue . Screenshot from your site > > > http://prntscr.com/awjvg6
I checked different article but no issue like in your screenshot .April 25, 2016 at 9:52 am #922459After you open the article, can you go to the article tools and then click on "reading mode" ? You’ll enter the reading mode of the article and you’ll see only the article (without anything else, no sidebar, no modules, no header) and the article tools will move automatically on top.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 25, 2016 at 10:14 am #922467Hi
I checked it deeply and worked on style part for you , kindly try my solution below :
Add below code in custom.css file.reading-mode .typo-tools { width: auto; float: none; margin-top: 0px; } .reading-mode .article-tools .sharing-tools {margin-top: 0px!important;width: auto;padding-left: 10px;} .reading-mode .article-tools .sharing-tools a.at-share-btn { width: 64px!important; } .reading-mode .article-tools .sharing-tools .sharing-title { display:none;}
Hope this will solve your issue .April 25, 2016 at 10:38 am #922474Hi Pankaji
I have paid for the developer membership exactly to have this minor customizations included. It’s been a year and I have asked for two customizations only: I have been told "no" for the first one and luckily for the second one I found you and you helped me out, but just for half the part.
If it was a complete restyling I’d agree with you, but since it’s a minor customization it should be done: otherwise, the people at Joomlart should really change their plan description.Having said that, may I know who to contact to have this issue solved?
Thank you!
Giulia
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 25, 2016 at 10:43 am #922478Hi
Kindly check my last post again , i already added solution for you . Beside some works needs heavy customization that comes out of support scope , but we always try to help out with maximum custom support .
Kindly try my solution and check the page again .April 25, 2016 at 9:19 pm #922696Hi Pankaj,
Thank you very much for your answer and for the solution!
I added your code in my custom.css file but the change doesn’t seem to apply.
I deleted the cache both from browser and from server but still I cannot see the change result.Is it possible that the custom.css file is not being read?
Because I also entered a piece of code for another element but that one doesn’t show either.Many thanks in advance.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
-
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 6 months ago.
The topic ‘"Reading Mode" and "Share This" position’ is closed to new replies.
Jump to forum