Support › Forums › Support (Legacy) › Some changes for the Scoop theme 2
Tagged: scoop
-
AuthorPosts
-
29/03/2016 at 23:50 #1263
Hello, i have some questions:
1- I have a problem with the “section visibility” with the visible tablet and hidden tablet because dont work, with desktop works well but the problem is with the tablet, and if for example i choose visible phone, is shown in phone and tablet, I tried this in 2 tablets, one of 7 inches and other of 9 inches and dont work.
2- I want to set different heights for the header and sticky header for the desktop, tablet and phone, for desktop is easy because you can go to “Navigation” and change the height, but when you change the height here then is changed for phone and tablet at the same time…what i need is to have a high header for desktop and a low header and low sticky header for tablet and phone, how i can customize the header for desktop, tablet and phone? Thanks a lot.
3- In the sidebar under the title you can see a line, is shown like this:
And i need that is shown like this for one of the widgets:
How I can do this? Thanks 🙂
4- When you add inside the pagebuilder the widget “tabs” with the type “tabs”, and you go to this page and click over the tab is shown this url:
http://www.domain.com/url#pojo-tab-item-1-0
And when you click for close is shown the same url, is not possible to hide this parameters inside the url when you click the tab or show different words?
Thanks5- Inside the posts is shown the “side sharing” with the facebook, twitter, print and send by email, how i can customize this and show only facebook twitter and google+ for example? See the image:
6- And the last question and i will not annoy you more, is that i create a lot of pages where i show two icons, and they look well in desktop but in the tablet and phone the icon is shown above the title like this:
And I need they are shown for tablet and phone like this:
Thanks a lot for all your time, I really apreciate.
30/03/2016 at 8:16 #1266Hello Daniel,
1. If I understand correctly, you want a certain section to be visible on phone and tablet, right?
If so, you should choose the “hidden desktop” option, instead of “visible phone”.
2. Unfortunately there isn’t a built-in way to do so, but you can easily do it with a little CSS.
For example, for mobile:
@media (max-width: 768px) { #header {height: 50px;}}
3. Both of the screenshots you sent us are the same..
Are you referring to the border line that’s displayed under the title?
If you want it to be displayed for a widget, you just add thr widget’s title.
4. We’re checking this issue.
5. In Theme Options > Sharing you can edit the sharing panel.
6. Could you send us the page in which these icons are displayed?
31/03/2016 at 18:03 #1284Thanks a lot for the quick answer 🙂
1- I want a certain section that is shown only in phone (not in tablet or desktop) and another certain section that is shown only in tablet (not in phone or desktop), the problem is when i set like this (looks like dont work for tablet):
Visible tablet: not shown in tablet, phone or desktop.
Visible phone: not shown in desktop and shown in phone and tablet.
Hidden tablet: shown in desktop, tablet and phone.
Hidden phone: shown in desktop, not shown in tablet and phone
2-I dont know why but this css dont work:
@media (max-width: 768px) { #header {height: 50px;}}
Finally what I want is to hide the Sticky Header in the phone and tablet and only show it in desktop. How I can do it? Thanks
3- Sorry for the mistake, here is the correct image (i refer to the border line under the title yes):
I need to add ” thr widget’s title” where? I dont understand.
4- Cool 🙂
5- Inside Theme Options > Sharing I can only see this:
And I want to change this part:
6- Sure, there are several pages but one of this is:
THANKS.
03/04/2016 at 9:34 #1291This reply has been marked as private.06/04/2016 at 7:42 #12971- I finally checked in 4 real tablets, in 2 works well and in the other 2 dont works, the tablets that dont work well are a Samsung Galaxy Tab 3 (8 inches) and other generic tablet of 8 inches.
I create this page as a test:
This page has 4 sections,
the first is VISIBLE TABLET and has a text that says VISIBLE TABLET a lot of times with H1.
the second is VISIBLE PHONE and has a text that says VISIBLE PHONE a lot of times with H1.
the third is HIDDEN TABLET and has a text that says HIDDEN TABLET a lot of times with H1.
the fourth is HIDDEN PHONE and has a text that says HIDDEN PHONE a lot of times with H1.2- Thanks.
3- No, the border look normal, but I want that looks like this for one of the widgets inside the sidebar:
5- But inside this sharing panel i cannot change the side sharing, this one:
6- I tried as you tell me and works but is not shown as i want…how i can hide this two icons in phones and tablets?
Thanks a lot 🙂
06/04/2016 at 9:09 #12981. Ok we’re checking this issue.
3. Could you send me the exact link of the page in which the widget borders are displayed like that?
5. You mean that you drag the icons into the sharing panel in Theme Options > Sharing but the icons aren’t displayed in the website?
If so, could you send us access details to a temporary user?
6. Before deleting the icons, try inserting the following code:
@media (max-width:499px) { img.image-text-thumbnail.alignleft{float:left !important;}}
So that this code only works in the sections you want, give those sections a customized CSS class.
Then add the customized class before the code, like this:
@media (max-width:499px) { .new-class img.image-text-thumbnail.alignleft{float:left !important;}}
07/04/2016 at 20:45 #13231. Thanks
3. Im sorry if i am not explaining well…Actually is showing good the border line inside the sidebar, now looks like this:
But I want that it shows like this:
5. I drag the icons into the sharing panel in Theme Options > Sharing, for example Facebook,Twitter,pinterest and linkedin and this icons are shown under the posts or pages for example, see this image:
But what I want to change is the way looks the icons on the left top side of the post/page. Here an image of what i want to change:
6. Thanks a lot.
10/04/2016 at 11:39 #1330This reply has been marked as private.10/04/2016 at 14:14 #1334Thanks a lot like always 🙂 I will open now the last topic with the last questions I hope. Thanks
-
AuthorPosts
The forum ‘Support (Legacy)’ is closed to new topics and replies.