Okay
  Public Ticket #2505948
general comments
Closed

Comments

  • Joss started the conversation

    Hi, great job with the website!

    I have a couple of problems, not many, but I do need help.

    The first one is that I need to put the text GDPR in the form. But when I tried to put it, the form was blocked and I couldn’t write it. http://prueba.jossslopez.com/contacto

    I would like to know if I can add a minimalist CTA next to the “menu” like: request a quote or call me.

    The mobile version of the creative carousel gives me problems to click: http://prueba.jossslopez.com/colega_portfolio/xiaomi. And under some images with dark background a white block appears. I don’t know why.

    I also created this page: http://prueba.jossslopez.com/experiencias-digitales

    I’ve put it as a mixed portfolio and I’ve added content to it so that it appears before the portfolio but you can’t see it when the page loads.

    Is there anything else to do in the page options?

    and I tried to change the portfolio slug but when I change it the links in the creative carousel stop working and only error 404 comes out.

    Thanks a lot for your time! grin.png


  •  1,808
    Support replied

    Hello Jos,

    regarding the 404 errors try refreshing the permalinks ( go to settings -> permalinks and press Save)

    If you don't want to use the menu caption you can modify /sections/header_section.php and modify this bit

    <!-- Menu Burger -->
                    <div class="button-wrap right menu disable-drag">
                        <div class="icon-wrap parallax-wrap">
                            <div class="button-icon parallax-element">
                                <div id="burger-wrapper">
                                    <div id="menu-burger">
                                        <span></span>
                                        <span></span>
                                        <span></span>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="button-text sticky right"><span data-hover="<?php echo esc_attr( colega_get_theme_options('clapat_colega_menu_btn_caption') ); ?>"><?php echo wp_kses_post( colega_get_theme_options('clapat_colega_menu_btn_caption') ); ?></span></div>
                    </div>
                    <!--/Menu Burger -->

    Regarding the portfolio mixed can you re-add the content in the page and then send us wp admin access in a private comment so we can investigate you you cannot see it?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Joss replied privately
  •  1,808
    Support replied

    Hello,

    I've added

    .wp-block-image {
        margin-bottom: 0em;
    }

    in customizer -> additional CSS

    for the white blocks

    Regarding the GDPR form next to the contact form can you plz add it and then let me know? There may be some styles you need to add for it.

    Regarding portfolio mixed I've fixed a bug in Portfolio Mixed template - we will release an update related to this bug

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Joss replied privately
  •  1,808
    Support replied

    Hi Joss,

    you can add

    .wpcf7-form-control-wrap a {
        color: #000000 !important;
    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy