Okay
  Public Ticket #2292855
Title alignment and portfolio pages
Closed

Comments

  • Andreea Ion Cojocaru started the conversation

    Hello,

    We have encountered two issues:

    1. We use a Showcase Template on our home page. We also have a Carousel Template that includes all our projects. There are some projects we want in our Carousel Template but not on the home page. However, if I select "Exclude from Showcase" on a portfolio item, it also excludes it from Carousel. How can we fix or bypass this?

    2. When the Showcase Template on the home page is in smartphone format, the Here Caption Title is left aligned but the Hero Caption Subtitle is centered (screenshot attached). How can we align the title?

    Thanks,

    Andreea

  •  1,823
    Support replied

    Hi Andreea,

    1. this is possible with custom work we can make showcase AND carousel templates load a specific portfolio category or group of categories. We can do it for a fee of 25Eu or if you have programming skills we can tell you what and where to change.

    2. site url plz if possible.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Andreea Ion Cojocaru replied

    Hi Clapat Support,

    1. Please let us know where and what to change. 

    2. https://dev.numena.de/  If you minimize the window on the home page you'll see the left alignment on the longer titles. 

    Thank you,

    Andreea

  •  1,823
    Support replied

    Hi,

    1. you need to add a new option in /include/metabox-config.php, a text field in page options; follow the example of existing fields

    2. you need to read that option in showcase-page.php and carousel-page.php  using satelite_get_post_meta function

    3. with it you can build a category filter in the WPQuery that selects the items - the custom taxonomy is 'portfolio_category'

    https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters

    regarding titles on mobile plz add the following in customizer -> additional CSS

    .swiper-pagination-bullet .title div {
        display: inline-block;
        margin: 0 10px;
        float: none;
    }

    .title {

        line-height: 30px;
    }

    adjust the line height to a value that's convenient for you



    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Andreea Ion Cojocaru replied

    Hi,

    Thank you.

    Two more issues came up:

    1. Is it possible to make the logo in the upper left corner not maintain a fix position? Our logo is a word, not a small icon like in your sample, and on mobile it always appears on top of text or anything else on the page.

    2. On iPhones, the theme shows a lock when the phone is rotated to landscape mode. On Samsung Galaxy phones, however, the lock does not appear and the Read More button on the home page slider is directly in top of the hero title. How can we activate the lock on the Galaxy phones as well? Or avoid the overlap?

    Best,

    Andreea

  •  1,823
    Support replied

    Hi,

    1. I see - the easiest would be to hide the logo only on mobile or make it (much) smaller

    2. there is a reason we have the mobile landscape view rotating image which indicates the best preview is portrait. the top and bottom bars will cover much of the content which has a smaller height anyway in landscape view.

    to enable landscape however add this to customizer -> additional CSS

    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
        
        #rotate-device {
              display:block;
        }
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Andreea Ion Cojocaru replied

    Hi,

    Thank you, this all worked. 

    Regarding the initial need we had for two sliders, each with separate projects (so two selectable categories): we weren't able to get the code you gave us to work properly. So we'd like to take your 25 EUR offer so you can do it for us. Please drop me a note at [email protected] to discuss the details.

    Best,

    Andreea

  •   Support replied privately
  •   Andreea Ion Cojocaru replied privately
  •   Support replied privately
  •   Andreea Ion Cojocaru replied privately
  •   Support replied privately
  •   Andreea Ion Cojocaru replied privately
  •  1,823
    Support replied

    I think this is a mater of cropping original aspect ratio in the current viewport

    My fullscreen parallax image is not responsive and does not scale well

    Invoice attached

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Andreea Ion Cojocaru replied privately
  •   Support replied privately
  •   Andreea Ion Cojocaru replied privately
  •   Support replied privately
  •   Support replied privately
  •   Andreea Ion Cojocaru replied privately