Forum Replies Created

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: GDPR: Message for contact form disappears. #1141372

    Hi Rikard,

    i tried your CSS but it didn’t help.

    I found out that when changing the CSS for .avia_ajax_form.av-form-labels-hidden label to “initial”, the label appears again.
    The problem is it’s for the labels in the textboxes too. Actutally i don’t want them to be visible.

    Hidden Label

    EDIT: Your CSS worked setting it through Appearance > Customize.

    Thanks for your help. Ticket can be closed.

    Best,
    Dennis

    • This reply was modified 5 years, 2 months ago by deeennis90.
    in reply to: Avia Layout Builder crashed site #1123563

    Hi Mike,

    just want to update you real quick on this topic. After i finished and launched the website (i built it at home) i did some changes on the site using my computer at work.
    When trying to save the changes the site crashed again.
    I think the reason is our weird proxy settings at work. As i did a backup before nothing really happened.
    Maybe this information helps for future questions.

    Best,
    Dennis

    in reply to: jQuery for GoogleMap no scrolling #1123562

    Hi Jordan,

    thanks, you can close this topic as solved.

    Best,
    Dennis

    in reply to: jQuery for GoogleMap no scrolling #1117613

    Hi Ismael,

    i have a google map implemented in an iframe and wrapped it in a div container:

    <div class="map-container">
    <iframe width="100%" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.de/maps/ms?msa=0&ie=UTF8&vpsrc=6&fll=49.490124,10.798531&fspn=0.013297,0.034332&st=109146043351405611748&rq=1&ev=zo&split=1&sll=48.850258,13.178101&sspn=2.754455,8.453979&q=&msid=215565028450110778478.0004aad8bd13a7b82a4a0&ll=48.810481,11.310425&spn=2.17056,3.839722&z=8&output=embed"></iframe>
    </div>

    I also use this css to activate the pointer-event only when the container is clicked:

    .map-container iframe{
    	width: 100%;
    	pointer-events: none;
    	
    }
    .map-container iframe.clicked{
    	pointer-events: auto;
    }

    Thank you for the missing part in my JS. It now seems to work as expected.

    Best,
    Dennis

    • This reply was modified 5 years, 5 months ago by deeennis90.
    in reply to: jQuery for GoogleMap no scrolling #1116788

    Hi Basilis,

    i copied the following code in the functions.php.

    function mapcontainer(){
    ?>
    
    <script>
    jQuery('.map-container')
    	.click(function(){
    			jQuery(this).find('iframe').addClass('clicked')})
    	.mouseleave(function(){
    			jQuery(this).find('iframe').removeClass('clicked')});
    </script>
    <?php
    }

    Unfortunately it doesn’t work.

    Best,
    Dennis

    in reply to: Problems uploading font (TW Century) #1116719

    Hi Rikard,

    you can close it. thank you.

    Best,
    Dennis

    in reply to: Problems uploading font (TW Century) #1116466

    EDIT: Solved. I zipped it on windows and it worked.

    Best,
    Dennis

    Hi Rikard,

    my zoom wasn’t set to 100%… works fine. :)

    Thanks for everything, this can be marked as solved.

    Best,
    Dennis

    Hi Rikard,

    found it. It was in my quick css.

    h2 {
    letter-spacing: 8px !important;
    /*font-style: italic;*/
    }

    Thanks.

    Do you have any idea for my second question and the outline for the caption?

    EDIT: Seems to work on Chrome but not on Safari. Cache and Cookies are cleared. Any advices?

    Best,
    Dennis

    • This reply was modified 5 years, 5 months ago by deeennis90.
    in reply to: Hidden header: Logo still be visible #1115603

    Hi Mike,

    i managed it with setting the same logo for either regular and transparency logo.
    Thank you.

    Best,
    Dennis

    in reply to: Hidden header: Logo still be visible #1114208

    Hi Mike,

    thank you for the fix.
    Unfortunately the logo for the transparent header is not shown. (Theme Options > Header > Header > Transparency Options.

    I can’t find a way to make it visible again, it always shows the regular logo set in the Theme options.

    And where did you change the css? I can’t find the code in the Quick CSS.

    Best,
    Dennis

    • This reply was modified 5 years, 5 months ago by deeennis90.
    in reply to: Hidden header: Logo still be visible #1113578

    Hi Mike,

    sorry for the late reply.
    I made it possible using the following code for the transparency header logo:

    #top .av_header_transparency.av_alternate_logo_active .logo {
        height: 300%;
        max-height: none !important;
    }

    I also use a different logo for the transparency header.
    It is almost as i need it. Unfortunately when scrolling up/down the regular logo appears in full size and than switches back to the size so it fits perfect in the header.
    Do you have any advice how to correct this?

    Second question: Can i somehow remove the menu when the transparency header appears?

    You find the credentials and link to the page in the private section.

    Best,
    Dennis

    • This reply was modified 5 years, 5 months ago by deeennis90.
    in reply to: One Page Menue: Moving menue up when scrolling down #1092679

    Hi Rikard,

    thank you for your reply.
    You can close this topic.

    Best,
    Dennis

    in reply to: Color Section + Columns #1092639

    Hi Rikard,

    can i somehow adjust the container witdh to 100%?

    Best,
    Dennis

    in reply to: Hidden header: Logo still be visible #1092388

    Hi Vicrotia,

    you can find the Link below.

    Best,
    Dennis

    in reply to: Avia Layout Builder crashed site #1077149

    Hi Maik,

    thank you for the quick response. I did recreate the site “Frontpage_Neu” at the point it broke the first time (3weeks ago).
    There i still have html characters in the titles.
    As i used one of enfold’s demo pages the html tags in the title have already been there.
    Do you want me to test more?
    I somehow need to make sure that if i start to recreate the page again it won’t break anymore.

    Best,
    Dennis

    • This reply was modified 5 years, 9 months ago by deeennis90.
    in reply to: Avia Layout Builder crashed site #1076986
    This reply has been marked as private.
    in reply to: Avia Layout Builder crashed site #1076402
    This reply has been marked as private.
    in reply to: Avia Layout Builder crashed site #1069880

    Hi Mike,

    there is no jQuery scripts installed.
    I only have a little custom css added and it is still in use:

    .html_header_top.html_logo_center .av_header_transparency .logo img {
    width: 30px;
    }
    
    /* Slider Style */
    
    .slideshow_caption {
    width: 175% !important;
    height: 120% !important;
        
    }
    
    /*Hotspot Changes*/
    
    #top .av-image-hotspot_inner {
        height: 18px;
        line-height: 18px;
        width: 18px;
        font-size: 8px;
    margin-top: -2px;
    margin-left: -2px;
    }
    
    .av-image-hotspot-pulse {
    height: 40px;
    width: 40px;
    margin-top: -4px;
    margin-left: -4px;
    }

    Plugins:

    – Optimus
    – Tawk.to Live Chat
    – WP Supeer Cache
    – Zen Menu Logic
    – Aksimet

    • This reply was modified 5 years, 10 months ago by deeennis90.
    in reply to: Avia Layout Builder crashed site #1067865

    Hi Mike,
    i have already reset the site and made a copy of the current version so it won’t be to bad if it happens again.
    I just thought i will let you guys know .

    Best,
    Dennis

    • This reply was modified 5 years, 10 months ago by deeennis90.

    Solved it.

    .slideshow_caption {
    	width: 175% !important;
        
    }

    WP Cache didn’t clear the chrome cache fully…

    Hello Rikard,

    i don’t know if i have the same issue but i can tell you what i want to achieve with the change of the width..
    When increasing the text size of the slider caption it makes a wordwrap if the size is too big.
    I want to stretch the title-box so the text is only appearing in one line.

    I was able to change the behaviour through the dev tools but probably target the wrong class-name when changing it in the quick css.

    .avia-caption-title  {
    width: 175%;
    }

    Right now

    Should be

    Thanks for helping.
    Dennis

    • This reply was modified 5 years, 10 months ago by deeennis90.
    in reply to: Can't set custom css class for full width submenu element #1066051

    Hi Rikard,

    that’s exactly what i was looking for. Thank you for explanation.

    Best,
    Dennis

Viewing 23 posts - 1 through 23 (of 23 total)