Forum Replies Created

Viewing 30 posts - 1,681 through 1,710 (of 25,536 total)
  • Author
    Posts
  • in reply to: Fonts import doesn’t work #1399123

    Hi Eve,

    You’re welcome. :)
    The problem was the uploaded zip file was not the correct structure, this part of the instruction was skipped “Upload the “otf” fonts and generate the font kit.“.
    So basically what you need is to download the font in the googlefonts, upload the specific font (regular, light, thin, bold, etc) to a web font generator/converter which will give return the format that can be read by our Font Manager. The correct file structure, for example Montserrat.zip should be:
    – Montserrat-Regular.eot
    – Montserrat-Regular.woff
    – Montserrat-Regular.woff2
    – Montserrat-Regular.svg
    – Montserrat-Regular.ttf
    this is only for one font-weight, so if there are 4 font-weights then it should be around 20 font files.
    I hope this helps.

    Best regards,
    Nikko

    in reply to: Footer Error causing display issues #1399122

    Hi jsharpripple,

    I have disabled Javascript File Merging And Compression in Enfold > Performance and that seems to have fixed the issue.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Make active selection on portfolio options bold #1399120

    Hi tonyiatridis,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top #js_sort_items a.active_sort {
        font-weight: bold;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: avia-slideshow-inner auto height issue #1399119

    Hi planttilesseo,

    I’m glad that Mike could help you :)
    Just let us know if you still need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Shop overview Page filters not working #1399118

    Hi LearnSAP,

    Thanks for giving us admin access and we apologize for the delayed response.
    I have checked it, however, we might need to try to disable some if not all plugins temporarily so we can try to debug the issue further.
    Can you setup a staging site for us? it’s basically just a duplicate of your live site and placed on a subdomain where we can try to debug without affecting your live site, some hosting provider offer an option to create a staging site via cpanel, but your webhost does not have it on your Cpanel then you can use a plugin, please check this tutorial: https://wpengine.com/resources/what-is-a-staging-site-why-have-one/#How_to_Create_a_Staging_Site_for_WordPress

    Best regards,
    Nikko

    in reply to: Easy Slider #1399117

    Hi ahaderer,

    You are using the correct slider, however you will need to edit the slide item in order to add those buttons.
    Edit the Slider, then edit the Slide item (click on the image in one of the slide items under Add Images), then go to Styling > Caption > Caption Positioning set to Center Framed, next go to Advanced > Link Settings > Apply A Link Or Buttons To The Slide set to Attach two buttons and fill in the details.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Problem with closing p-tags #1399116

    Hi patriziahucho,

    I have checked it, however, we might need to try to disable some if not all plugins temporarily so we can try to debug the issue further.
    Can you setup a staging site for us? it’s basically just a duplicate of your live site and placed on a subdomain where we can try to debug without affecting your live site, some hosting provider offer an option to create a staging site via cpanel, but your webhost does not have it on your Cpanel then you can use a plugin, please check this tutorial: https://wpengine.com/resources/what-is-a-staging-site-why-have-one/#How_to_Create_a_Staging_Site_for_WordPress

    Best regards,
    Nikko

    in reply to: Enfold Theme #1399115

    Hi Jonathon,

    Thanks for contacting us!
    We only provide support to our registered users.
    Please register to our support forum first– https://kriesi.at/support/register/ and start new threads under Enfold sub forum.

    Best regards,
    Nikko

    in reply to: Fonts import doesn’t work #1399113

    Hi Eve,

    I have added those three fonts you mentioned.
    You can verify it is added in Enfold > Import/Export > Custom Font Manager.
    Also, you can see those three fonts mentioned in General Styling, Advanced Styling and other options that shows a font family dropdown.

    Best regards,
    Nikko

    in reply to: Post Slider #1399112

    Hi markmade,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi Guenni007,

    You’re correct, Background Images Option was only added on version 5.1.2.

    Best regards,
    Nikko

    in reply to: 5.4.1 – Video not fullscreen #1399109

    Hi mvi,

    You’re welcome :)
    As for the reason, it seems to be an isolated case since I could not reproduce it on my end, and the CSS I mentioned that is the cause seems nowhere to be found in the backend but surprisingly appears on the frontend, so it cannot be removed which is the ideal solution, so I opted to the 2nd solution which was to add a CSS code to override the problematic CSS code.

    Best regards,
    Nikko

    in reply to: Post Slider #1399104

    Hi markmade,

    Please try to add this CSS code as well:

    #top .avia-content-slider .slide-entry-excerpt .more-link:after {
        content: '\e88d';
        font-family: 'entypo-fontello';
        font-size: 18px;
        margin-left: 8px;
    }

    Best regards,
    Nikko

    in reply to: Bottom margin of masonry elements with large gap #1399102

    Hi Marina,

    I also tried to check your website on a desktop using the major browsers (Chrome, Firefox, Edge) and I don’t see any large gap on my end.
    It’s only 15px bottom margin. Screenshot link in private content (using Chrome).

    Best regards,
    Nikko

    Hi Lokman,

    Your site seems to have a js error showing in the web console.
    Can you try to flush out cache, temporarily disable caching and any js optimization/minification plugins?

    Best regards,
    Nikko

    in reply to: Custom masonry gallery layout #1399099

    Hi Sean,

    I think you can restructure it to some degree but you’ll need to use Perfect Automatic Masonry for Size Settings in the Masonry Gallery.
    If the image you upload has a width more than 1.78 times (or higher) its height then it should occupy two columns in a single row, if the image uploaded has a height more than 1.78 times (or higher) than the width then it occupies two rows in a single column, otherwise it will just occupy a single row/column.
    I hope this helps.

    Best regards,
    Nikko

    in reply to: Help needed pls with alternate header logo #1399078

    Hi Alex,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Header transparency #1399077

    Hi silvia,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #header.av_header_sticky .av-hamburger-inner, 
    #top #header.av_header_sticky .av-hamburger-inner:before, 
    #top #header.av_header_sticky .av-hamburger-inner:after {
        background-color: #999;
    }

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Fonts import doesn’t work #1399076

    Hi Createve_Solutions,

    What’s the name of the font you wanted to import?

    Best regards,
    Nikko

    in reply to: Post Slider #1399075

    Hi markmade,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-content-slider .slide-content .slide-entry-excerpt {
        border-top: 1px solid white;
        padding-top: 16px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    Best regards,
    Nikko

    in reply to: 5.4.1 – Video not fullscreen #1399070

    Hi mvi,

    Thanks for providing the login link, it seems the reason for the issue you are having on your site is this code:

    #top #desktop-header .av-section-video-bg iframe, #top #desktop-header .av-section-video-bg embed, #top #desktop-header .av-section-video-bg object, #top #desktop-header .av-section-video-bg video {
        height: 1070.4375px;
        top: -282.71875px;
    }

    I could not find it in common location for custom CSS.
    Clearing cache does not seem to fix it nor disabling plugins and switching themes.

    To fix it, I have added this CSS code in Enfold > General Styling > Quick CSS:

    #top #desktop-header .av-section-video-bg video {
        top: 0 !important;
    }

    Please review your site.

    Best regards,
    Nikko

    Hi simplycoding15,

    I apologize for the delayed response since there are many queries in the queue lately.
    It seems that all folders are not writeable though when I check via FTP, folders are using 755 (permission) but when you go to the WordPress Dashboard > Tools > Site Health > Info > Filesystem Permissions, you will see they are not writeable. Also I tried to verify if it is writeable or not, I tried to create a file via FTP and it returns this error:

    553 Could not create file

    When trying to create a folder

    550 Create directory operation failed

    Please try to check this first with your webhost since the issue is related with the server and we could not really do anything without proper file and folder permission.

    Best regards,
    Nikko

    in reply to: Table text centered in each cell #1399067

    Hi JannyPolak,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Post Slider #1398908

    Hi Markus,

    The homepage is password protected even when logged in, please post the password in the private content.

    Best regards,
    Nikko

    in reply to: 2 lines after top menu & change button colors #1398905

    Hi anma,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Download attribute only plays audio #1398904

    Hi sryde,

    I’m glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: I cannot reach my Website #1398903

    Hi Arantza,

    Can you try to change the URL directly in the database?
    Try to follow the instructions in the codex: https://wordpress.org/documentation/article/changing-the-site-url/#changing-the-url-directly-in-the-database
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Tab section/masonry gallery #1398902

    Hi Silvio,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top .av-layout-tab-inner .container {
        max-width: 100%;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: 5.4.1 – Video not fullscreen #1398898

    Hi mvi,

    Thanks for providing the login credentials.
    Can you give us the login link as well? I tried /wp-admin and /wp-login.php however it does seem to load endlessly and not showing the login form, please check.

    Best regards,
    Nikko

    in reply to: alb footer gone for Costumer #1398896

    Hi Tobias,

    Can you setup a staging site? so we can try to check it further.
    We will try to help and see what we can do.
    Just post the credentials in private content.

    Best regards,
    Nikko

Viewing 30 posts - 1,681 through 1,710 (of 25,536 total)