-
AuthorPosts
-
December 5, 2013 at 5:25 am #196497
Good Evening Kriesi & Team,
Nearing the end of completing my first website using the Enfold theme and I have a few questions I was hoping you could assist with:
1) Is it possible to eliminate the page sidebar for responsive screens? When I view my website on my ipad (portrait) the sidebar is now showing correctly.
2) I am a loan officer so I used the “portfolio” feature to highlight all of the loan programs my company offers, but the avia-post-nav seems to backwards. Is there a way to switch this?
3) Is there a way to change the portfolio slug to something else? For example, right now the url for one of my loan programs is http://benwitt.com/portfolio/conventional-loans. Is it possible to change the slug “portfolio” to something else like “home-purchase”?
My website is http://benwitt.com.
Thanks in advance!
December 6, 2013 at 5:07 pm #197020Hey Ben!
1) Please go to Enfold theme options and turn off “Sidebar on Smartphones” under Sidebar tab
2) Please refer to this post https://kriesi.at/support/topic/portfolio-left-right-change/#post-196860
3) Please go to Enfold theme options and change Portfolio Slug under General Settings tabBest regards,
YigitDecember 6, 2013 at 7:08 pm #197070Thanks Yigit with your help I was able able to resolve issues 2 & 3. In regards to the sidebar on responsive devices, I already had the “Sidebar on Smartphones” unchecked.
I wasn’t having an issue with the sidebar on smartphones, the issue was ONLY on my ipad when it was displaying PORTRAIT. When I am viewing it on my iPad it cuts off half of the sidebar, but when I flip it to landscape (and any other screen size for that matter) then the sidebar is fine.
The issue only occurs when viewing it in portrait mode. Is there a resolution for that?
December 7, 2013 at 5:38 pm #197323Hi!
Can you post a screenshot from your iPad? I do not have a chance to check your website on an actual iPad but i tested online and it looked fine. We can provide you necessary CSS code if you could post a screenshot
Cheers!
YigitDecember 9, 2013 at 4:23 pm #198060Here is an image from my website showing the issue:
December 9, 2013 at 4:25 pm #198062In that image the sidebar is cutting off some of the text. I would like to remove the sidebar all together when viewing it on the iPad (Portrait only).
I have the smartphone option disabled, but I am not able to figure out how to resolve it in this instance.
December 9, 2013 at 7:32 pm #198164Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1010px) { #top #main .sidebar { display: none; }} @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .container .nine.units { width: 670px; border: none!important; }}
Cheers!
Yigit -
AuthorPosts
- The topic ‘Customization Questions’ is closed to new replies.