Okay
  Public Ticket #2293362
Customizing
Closed

Comments

  • Seungjoo started the conversation

    Hello. I'm testing with Cubez theme. I want to modify serveral items below.
    Please check my question and link images.

    1. Hero section
    Hero Image doesn't work to fit screen on Safari. Would you fix it?
    here

    2. Return to position
    When I close the portfolio details page, can I return to the position of the thumbnail image that I clicked on portfolio list before? (not to default position on portfolio list page)
    here

    3. Portfolio Options 
    Where can I see the features that these options apply to?
    here

    4. Customizing social Network and links
    I want to apply social network which is used a lot in our country. So can I modify social network to optional items or custom icons that are not in the option like in the image below?
    here

    Thank you.

  •  1,815
    Support replied

    Hello Seungjoo

    the answers to your questions:

    1. try adding

    #hero, #hero-height, #hero-styles {
        overflow: visible;
    }

    #hero {
        position: absolute;
        overflow: visible;
    }

    in customizer -> additional CSS

    2. no, this is not possible

    3. sorry, these are deprecated, we should remove them in our next update

    4. sure, open /include/defines.php and add your social network name at the end of $cubez_social_links

    ...

    'xing' => esc_html__('Xing', 'cubez'),

    'mysn' => esc_html__('My Social Network', 'cubez') );


    for example

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Seungjoo replied

    Hello. Thank you so much for your reply.

    In a portfolio with many projects, It takes long to look for the thumbnail which I clicked before.
    In this case, without the function to go directly to the previously clicked position, it would be uncomfortable.
    So, I hope you add function such as the 'history.back' or 'sessionStorage' on this theme. Then It would be a great theme loved by many people.

    Thank you.

  •  1,815
    Support replied

    Hello Seungjoo

    thanks for the suggestion I will forward it to our developer.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Seungjoo replied

    Hello.
    Two more issues came up:

    1. Showcase page
    My website is using the showcase as Main page.
    Is it possible to set the number of items exposed on the showcase page?
    I want to show about three recent projects on the showcase page.
    here

    2. Google map
    Google maps zoom buttons not showing on the map.
    here

    Thank you.

  •  1,815
    Support replied

    Hello Seungjoo

    1. try opening showcase-page.php and change line 31

    'posts_per_page' => 1000,

    to

    'posts_per_page' => 3,


    2. open /js/scripts.js and change line 1312 from

    zoomControl: false,

    to

    zoomControl: true,


    hard refresh the page (Ctrl+F5) to see the changes

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy