Okay
  Public Ticket #919575
Mobile Menu and responsive Images
Closed

Comments

  •  2
    pixelschupfa started the conversation

    Hello, please can you help me? 

    I've 3 questions, the first one how can i use only the mobile menu also for desktop size, maybe is there a hack for css?

    The second one, i want to use a second image for smartphones on the home screen, and normally there is a option in visual composer (https://vc.wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/) where i can say display this image on desktop and tablets and display the other one on smartphones. But i didn't find that option in the theme.

    The third one, how can i display Google Maps in the contact canvas?

    THANK YOU for your help. -Tina-

  •  2,010
    Ocean replied

    Hi,

    1. You can unzip and replace this file to folder "themes/pallas/js"

    2. See image: http://www.awesomescreenshot.com/image/1706858/15a7b7f019a7a1a998aa3170d34d6e34

    3. Sorry, it's impossible.

  •  2
    pixelschupfa replied

    Thank you the mobile menu works fine.

    But i don't have the extended responsive options in visual composer (v. 4.12.1) - see this screenshot 

    Do you know where there is the problem?

    Nice regards -Tina-


  •  2,010
    Ocean replied

    Please send us admin account to check (set private reply).

  •   pixelschupfa replied privately
  •  2
    pixelschupfa replied

    And how can i open the "link button" in a new window? 

    Thank you. - Tina - 

  •  2,010
    Ocean replied

    I checked your problem. It's really complex, so i will contact VC author.

    And about link button, sorry on homepage can't open link in a new window because there are conflicts with effect jquery plugins. 

  •  2
    pixelschupfa replied

    Hello, is it possible to solve the problem until tomorrow? Because i have a important presentation for my client. 

    But why is the button link in a new window not working? With the "template.js" file it was working fine...

  •  2,010
    Ocean replied

    Hi, 

    1. This theme use skeleton responsive css not bootstrap, you can't use Responsive Options in Visual Composer. I'm so sorry for this. 

    2. I fixed the button link, please check.

  •  2
    pixelschupfa replied

    Hello,

    how do you fix the button link? Because i need it on the original domain now, but i can not find it.

    Thank you Tina

  •  2,010
    Ocean replied

    You can open file "themes/pallas/shortcodes.php" find and remove "animsition-link"

  •  2
    pixelschupfa replied

    You mean this class?

    <?php if($btn) { ?><a href="<?php echo esc_url($link); ?>" class="btn animsition-link"><?php echo htmlspecialchars_decode($btn); ?></a><?php } ?>

    That's not working, i want to open the Links in new windows.

    Thank you

  •  2,010
    Ocean replied

    Edit:

    <?php if($btn) { ?><a href="<?php echo esc_url($link); ?>" class="btn animsition-link"><?php echo htmlspecialchars_decode($btn); ?></a><?php } ?>

    to

    <?php if($btn) { ?><a target="_blank" href="<?php echo esc_url($link); ?>" class="btn"><?php echo htmlspecialchars_decode($btn); ?></a><?php } ?>