Forum Replies Created

Viewing 30 posts - 5,941 through 5,970 (of 34,721 total)
  • Author
    Posts
  • in reply to: Framed pictures? #1416514

    Hey Martin,
    Thanks for your question, I checked your page on mobile and see that you have a 6px border which looks correct, when do you see that issue “the frames are wider than the image”?

    Best regards,
    Mike

    in reply to: mobile menu should remain visible #1416513

    Hey Martin,
    Thanks for your question, there is not a option to make the header sticky on mobile, but you could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
      .responsive #top #wrap_all #main {
      	padding-top: 110px !important;
      }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    You must create a token in your Envato Theme Forest account, we can not create it for you, please see our documentation How to generate a Envato Personal Token
    Step One: To generate your personal token, go to Envato create a token page. If not logged in please use your Envato credentials.
    Step Two: Your Token needs specific permissions to verify the purchase and link your Envato account to the theme. 7 permissions are necessary to display user information on Enfold theme options ▸ https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2018/12/token-permissions.png
    Step Three: After selecting the required permissions, read the Terms and Conditions and agree to create your new token. Copy and save your token on your local system.
    After completing the steps above, you are now ready to register your Enfold theme. Go to Enfold > Theme Update > Enter a valid Envato private token and enter your token.
    If you still have trouble try using the Envato market plugin
    Another option is to update the theme via FTP, or though the WordPress theme page.
    Download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    Best regards,
    Mike

    in reply to: Advanced Layer Editor with Pages vs Posts #1416511

    Hey gatehealing,
    Thanks for your question, the reason the Advanced Layout Builder (ALB) is not recommended for posts is because some features are not automatically added to these posts, such as the featured image, the social share box, the related posts, and the comment form, also the excerpt must be manually added in the manual excerpt field.
    Enfold_Support_2959.jpeg
    This is by design so that you would have full control of the layout, you can manually add these with the ALB elements, so if you don’t mind adding these manually using the ALB for posts is fine.

    Best regards,
    Mike

    in reply to: MailChimp no list to choose from? #1416510

    Hey ballindigital,
    Thank you for the link to your site, I see that you are using v5.6.2, please update to v5.6.5
    The MailChimp API has changed, after you update the setting at Enfold Theme Options ▸ Newsletter ▸ Mailchimp needs to be reverified and then each mailchimp element on your pages needs to be opened and resaved.

    Best regards,
    Mike

    in reply to: Column Margin – Custom Margin Error #1416509

    Hi,
    Thank you for your patience and for pointing this out, I have reported it to the Dev Team for their review.
    In my tests I found setting the row layout to equal height allows the row margin to work correctly, please try this for now.
    Enfold_Support_2957.jpeg

    Best regards,
    Mike

    in reply to: Demo import not possible #1416498

    Hi,
    Yes, you should include the child theme when you copy the files and database from the staging site to the live site.
    To move the menu text in line with the bottom of the logo, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 990px) { 
    #top .main_menu .menu li a {
    padding-top: 50px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Buttons #1416494

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Demo import not possible #1416472

    Hi,
    When the child theme is active the setting Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme doesn’t ask for a file to upload, it automatically gets the file from the parent theme.
    I added a child theme for you and imported the parent theme, please review the documentation so you can apply this to your live site.
    The Logo left and menu centered on the same line is not and option, but I adding this css to achieve it:

    @media only screen and (min-width: 990px) { 
    #top .main_menu {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I’m thinking that perhaps Ismael solution could be applied like this:

    add_filter('avf_ratio_check_by_tag_values', 'avf_ratio_check_by_tag_values_mod', 10, 1);
    function avf_ratio_check_by_tag_values_mod($tags) {
        $lang = pll_current_language();
    	if($lang == 'en-GB') $tags = array('portrait-en' => 'portrait', 'landscape-en' => 'landscape');
        return $tags;
    }

    but I’m not able to login to your site to test, I also notice that your German version is now not working so your tags were probably changed, try changing them back.

    Best regards,
    Mike

    in reply to: Buttons #1416469

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-button-wrap .avia-button {
    	border-radius: 50px;
    }
    #top .avia-button .avia_button_background {
        bottom: -3px;
    }
    #top .form_element .button[type="submit"] {
    	border-radius: 50px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Youtube videos not playing #1416439

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Demo import not possible #1416437

    Hi,
    1: You can change the logo and menu style without a child theme, go to Enfold Theme Options ▸ Header ▸ Header Layout ▸ Menu and Logo Position and choose Logo left, Menu below
    Enfold_Support_2953.jpeg
    2: You can add a child theme without losing your current layout, please see our documentation Step 4: Import parent theme options
    Enfold_Support_2955.jpeg

    Best regards,
    Mike

    in reply to: Buttons #1416436

    Hey Stilecatalini,
    You would adjust in the button element under Styling ▸ Border Radius, a 50px Border Radius will make them slightly round, try adjusting to suit.
    Enfold_Support_2951.jpeg

    Best regards,
    Mike

    in reply to: Column Margin – Custom Margin Error #1416435

    Hey Dave,
    Thank you for your question, in the column element the “row settings” refer to all of the columns in a row, and can only be adjusted in the first column.
    Enfold_Support_2949.jpeg
    This would be the correct behavior.
    Perhaps if you linked to your page and explain what you would like to achieve we could advise.

    Best regards,
    Mike

    in reply to: How to get Enfold theme license outside of Envato? #1416434

    Hi,
    I understand, hopefully she will be able to sort it out.

    Best regards,
    Mike

    in reply to: YouTube video #1416433

    Hi,
    You would have less content, videos, and images.
    But as it is right now I don’t have any problems with it on my Android.

    Best regards,
    Mike

    in reply to: How to get Enfold theme license outside of Envato? #1416421

    Hey phausner,
    Sorry to hear that your client is having trouble, but unfortunately Enfold is only available on Envato, we can not sell or give licenses directly.
    Perhaps you can purchase the license for her or she can ask a family member to open an account and purchase it for her?
    Unfortunately there is nothing we can do on this end to help.

    Best regards,
    Mike

    in reply to: YouTube video #1416417

    Hi,
    I see no problem on my Android phone.
    You page is very heavy to load, so make sure that your phone is not on power saver mode or that it allows videos to be loaded on power saver mode and on mobile network, not just over wifi.

    Best regards,
    Mike

    in reply to: Post Types Order not working anymore #1416416

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Youtube videos not playing #1416415

    Hi,
    Thank you for the link to your site, deactivating Jetpack Boost solves the issue, try reviewing the Jetpack Boost settings deactivating each one at a time to find the conflict.
    I don’t have experience this this plugin so I’m not sure what the cause could be, if you can’t find the setting causing the issue then I would recommend disabling it completely.

    Best regards,
    Mike

    in reply to: Lost all content except header and footer #1416370

    Hey M-Graphics24,
    Thanks for your patience, I checked your homepage on the backend and see there are 570 Revisions, but all of them are empty without any Enfold elements, I don’t know what would have caused this, but the only option that I can think of is to ask your webhost to restore the last working backup of the site.
    Try asking your webhost for help, typically webhosts will make a full backup weekly, but each host is different so you’ll need to ask them, please ensure to restore the database and files as all of your content is stored in the database.

    Best regards,
    Mike

    in reply to: 2 columns (side by side) on mobile #1416357

    Hi,
    Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Blog Post Element on shows 6 Posts per page #1416355

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Champs non centrés #1416354

    Hey jetsaveurs.com,
    Thanks for the screenshot and the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .woocommerce .products.columns-4 .inner_product {
    	text-align: center;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hochgeladen Bilder sind dunkler! #1416352

    Hey Glaser,
    It could be the color profile settings in the camera or in Photoshop or the editor that you are using, please see this thread, the user was experiences oversaturated colors from their image thumbnails that WordPress created, but not the original full sized images and they found that in their Lightroom that the color profile had accidentally been changed to ProPhoto RGB.
    Perhaps this is a similar situation for you, try testing with an image that you download from unsplash.com and see if you have the same error.
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: issue not solved #1416335

    Hey Lefteris Chatziioannidis,
    Thank you for your patience, I see that the thread that you linked to is 2 years old, I checked the site zorbas.dk and I don’t see any 404 errors on the frontend, your screenshot https://snipboard.io/nApyVU.jpg is of a plugin and the URLs listed are for files that don’t exist, or that are blocked from direct access for security reasons by WordPress, most of which are not theme files. Typically this occurs when bad bots scan your site for ways to attack it. I would recommend using a plugin like Blackhole for Bad Bots to block these bad bots.
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: Do not transform image to webp. #1416334

    Hey Alvaro,
    Typically the webp format is created by a plugin, the theme doesn’t do this, try to find the plugin and disable it.
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: Admin-Seite wählt Hauptmenü nicht an #1416333

    Hi,
    It is not a bother, we are glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 5,941 through 5,970 (of 34,721 total)