Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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!

    #197020

    Hey 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 tab

    Best regards,
    Yigit

    #197070

    Thanks 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?

    #197323

    Hi!

    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!
    Yigit

    #198060

    Here is an image from my website showing the issue:

    Sidebar Issue

    #198062

    In 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.

    #198164

    Hey!

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Customization Questions’ is closed to new replies.