Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #648475

    Hi,

    Once someone submits the contact form on the Contact Me page the ‘thank you’ window seems to reduce to about a 1/3 of the initial size. And that means that the photo that I put beside the contact form is not visible as a whole anymore when the message is sent. Can this window keep its size once the ‘thank you message’ appears or maybe make the photo disappear as well when the form disappears?

    Thanks.

    #649316

    Hey adinahirjanu,

    Can you please post the link to your page where we can see the changes you would like to make?

    Best regards,
    Yigit

    #650298

    Hi,

    my site is not live yet. I try to sort everything out before putting it live.

    I’ve added my site details below.

    Thanks.

    #651219

    Hi,

    Please add this in the Quick CSS field:

    .page-id-5447 #av-layout-grid-1 {
        min-height: 430px;
    }

    Or edit the grid layout, add a unique Section ID to it. Replace the selector #av-layout-grid-1 with the Section ID.

    Best regards,
    Ismael

    #653763

    Hi,

    I’ve added the CSS code suggested but the window still seem to reduce in size and so my photo gets cut. Can you please advise further.

    Thanks.

    #655093

    Hi,

    You have the following code in the Quick CSS field. They should be added in the functions.php file:

    
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['icon_name']	 = array( 'font' =>'amazon', 'icon' => 'ue808');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['Icon Label'] = 'icon_name';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Best regards,
    Ismael

    #655346

    Hi Ismael,

    I think you replied to a different post of mine. This is about the contact form and not the social media icons issue which is now solved.

    Thanks.

    #656335

    Any update about this issue, please. Thanks.

    #656368

    Hi,

    The css codes are not working because you have that php code in the Quick CSS field. PHP codes are not going to work on that field.

    Best regards,
    Ismael

    #656786

    Hi,

    I’ve just checked the Quick CSS and I can only find the following codes:

    #top .slide-meta {
    display: none;
    }

    #top .slide-entry-title{
    color: #3E4D5B;
    }
    #menu-item-6927 a {
    background: #3E4D5B;
    padding: 3px 10px;
    font-size: 10.5px;
    }

    .page-id-5447 #av-layout-grid-1 {
    min-height: 430px;
    }

    #656787

    So how can I find the one you are mentioning so I can delete it? Thanks!

    #657595

    Hi,

    I checked your contact form and it seems to be fine now when trying to submit it. So could you fix it already?

    Best regards,
    Andy

    #657731

    Hi, the form is not fixed. The page still seems to reduce in size once the form is submitted so then only 1/3 of my picture beside the form shows. Can you please advise what to do next. I raised this issue almost a month ago and I feel like it’s going nowhere.

    #657732

    I just sent you links to two screenshots to better illustrate the issue I experience. Once the forms is submitted I would prefer that the dimension of the page stays the same so my picture is not cut.

    #658673

    Hi,

    So how can I find the one you are mentioning so I can delete it? Thanks!

    We already removed that code from the Quick CSS field. This is how we see the site on our end:

    View post on imgur.com

    Please remove browser cache or hard refresh the page before testing the contact form.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.