Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Show whitespace over 1366px screensize #1032605

    Worked perfectly. Man the work you guys do. Amazing.

    If i only wanted to show the whitespace on a certain screensize – lets say between 1366px and 1920px –
    would it right to assume that the code should look like this?

    @media only screen and (min-width: 1366px) and (max-width: 1920px){
    .home #av_section_1 h4 {
      padding-top:100px;
    }
    }

    Best regards

    in reply to: Whitespace is still shown on mobile device screen #1032127

    Worked perfectly. Thanks Nikko!!

    in reply to: Whitespace is still shown on mobile device screen #1027360

    I might have described the issue somewhat badly. The issue remains – the whitespace is still shown on mobile devices although I have checked the little checkbox where it says “hide on mobile screens” – please see attached screenshot.

    The second link shows a screenshot where I simply removed the whitespace and in the screenshot you can see, that there is less space once I removed the whitespace element.

    Best regards
    Jerome

    Hey Victoria

    I don’t believe I have. Would you mind helping me with uploading that particular font?
    (My objective is to make the font look like the one on the Enfold Website)

    Best regards
    Jerome

    in reply to: Changing heading font & weight #960835

    Dear Team

    I have the same issue. I want change the H1-H6 header weight to “light” – but it stays regular. I can however change it to bold. Can you please help me?

    in reply to: Avia Editor shows just loading symbol #688198

    Thanks a lot Ismael. The update fixed my problem. Great support! :)

    in reply to: Avia Editor shows just loading symbol #685606

    Thanks a lot Ismael. The help is really appreciated. Here are the FTP details.

    Best regards
    Jerome

    in reply to: Avia Editor shows just loading symbol #684561

    Hi Ismael,

    I have tried to completely delete the enfold theme and then upload/install it again via using a FTP. When I start reusing it again though, my personal changes in the layout and the logo and everything is back as it was before, so I dont know if I deleted it correct? (I deleted the enfold folder from the “theme” folder in FTP.

    I also tried adding this

    wp_enqueue_script(‘avia_element_js’ , $this->paths[‘assetsURL’].’js/avia-element-behavior.js’ , array(‘avia_builder_js’), $ver, TRUE );

    Comment this line
    //wp_enqueue_script(‘avia_element_js’ , $this->paths[‘assetsURL’].’js/avia-element-behavior.js’ , array(‘avia_builder_js’), $ver, TRUE );

    In the /themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php file, but it didn’t work, as mentioned in the post.

    I wanted to edit the .js file, as mentioned in this post:
    This Bug resists in the avia_builder.js:127 place_top function wich calls a save_order function on uninitialised postboxes.
    I found no trigger to hook in within the postbox js, so I had to change the line

    window.postboxes.save_order(pagenow);
    to:
    setTimeout(function() { window.postboxes.save_order(pagenow); }, 100);

    But my technical skills are not sufficient enough to do these changes.

    Could you help me?

    in reply to: Avia Editor shows just loading symbol #682248

    Hi Basilis,

    Thanks for the fast response. I have talked with the hosting company about 3 weeks ago, and they increased my php memory limit to 512mb, which is the maximum at this hoster. I called them again and they assured me, that they hadn’t decreased my memory maximum.
    Do you have any other suggestions?
    Looking forward to hearing from you, and thanks again.

    Best regards
    Jerome

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