Forum Replies Created

Viewing 30 posts - 10,021 through 10,050 (of 25,536 total)
  • Author
    Posts
  • in reply to: Subtitles within forms #1206624

    Hi cmeurer,

    We apologize for the inconvenience, Enfold’s Contact Form is made only for basic contact form purposes and there’s Select element for single selection and checkbox for multiple selections.
    For more complex forms we usually recommend Contact Form 7 for it.

    Best regards,
    Nikko

    in reply to: Downloadable Icon Sets #1206621

    Hey Michael,

    You can check it here on our documentation: https://kriesi.at/documentation/enfold/icon/#resource-
    Here are the 2 links:
    http://fontello.com/
    https://www.flaticon.com/

    Best regards,
    Nikko

    in reply to: cookie switches setting #1206613

    Hi Jay,

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

    Best regards,
    Nikko

    in reply to: General Layout vs Specific Page Requirements #1206610

    Hi JohnMYates,

    Yes, that’s possible with CSS.
    By default set the Max Container width.
    As for full-width pages, you can use this CSS code and add it to Enfold > General Styling > Quick CSS: (11 is the page ID)

    .page-id-11 #main .container {
        max-width: 100%;
    }

    if you need multiple pages, you can do something like this:

    .page-id-11 #main .container,
    .page-id-12 #main .container
    .page-id-13 #main .container {
        max-width: 100%;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Disable Lightbox for blog page #1206599

    Hey andoni34,

    Can you try to add this code in functions.php (child theme):

    function remove_lightbox(){
    	?>
    	<script>
    		document.querySelector(".big-preview a").classList.add("noLightbox");
    	</script>
    	<?php
    }
    add_action('wp_footer', 'remove_lightbox');

    Best regards,
    Nikko

    Hey rakista80,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #top #wrap_all #header_main .inner-container .main_menu {
        left: 0;
        right: auto;
      }
    
      #top #wrap_all #header_main .inner-container .logo {
        float: right;
      }
    
      #top #wrap_all #header_main .inner-container .logo img {
        margin-left: auto;
      }
    }

    Best regards,
    Nikko

    in reply to: Fullwidth submenu, subleve font color #1206589

    Hi tammiviestinta,

    Can you give us a link to the page mentioned? so we can inspect further and give you the CSS code that should work.
    You can post it in private content if you want it visible only for the moderators.

    Best regards,
    Nikko

    in reply to: Replace default icon with an image #1206588

    Hey Mike,

    Can you try adding this CSS code:

    #top .fallback-post-type-icon:before {
        display: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Error updating portfolio items #1206582

    Hi Tim,

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

    Best regards,
    Nikko

    in reply to: 404 Not Found #1206580

    Hi at-elier,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Main menu font issues #1206448

    Hi SaraMichelle,

    Yes, you mentioned it was on the staging server, is this the link to your staging site https://liceclinicsnewyorkcity.com ? (usually staging site is in a subdomain)
    If not, please give us a link to your staging site login link.

    Best regards,
    Nikko

    in reply to: Using ALB in posts shows no content in preview #1206446

    Hi Patric,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: update old version of EnfoldChild theme #1206335

    Hey panzero,

    Envato has already stopped using API keys and are now using tokens, so you can’t do the theme update using the normal process.
    Please do the following after making a backup:

    • Put your site in maintenance mode (using a plugin)
    • Switch to Twentytwenty or any WordPress Default Themes and Delete Enfold
    • Unzip the zip file you have downloaded from Themeforest
    • Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    • Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    • Click the Upload Theme button then click Choose File and upload the enfold.zip file
    • Install and Activate the theme
    • Turn off maintenance mode, deactivate and uninstall the maintenance plugin

    To make updates work normally again, here’s our documentation for register your theme with a personal token in Envato: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-1-closed

    Best regards,
    Nikko

    in reply to: Enfold for 10$ from ffscripts? #1206329

    Hi ollie08,

    Thanks for informing us we will forward this to Kriesi. :)

    Best regards,
    Nikko

    in reply to: Month and day in reverse order on date picker #1206325

    Hi Ryan,

    I’m glad to hear that :)
    I hope everything will run smoothly on your site.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Instagram widget not loading #1206324

    Hi mkamir,

    Please refer to Yigit’s answer on this thread: https://kriesi.at/support/topic/instagram-widget-8/#post-1201545
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Month and day in reverse order on date picker #1206320

    Hi Ryan,

    Some hosting environments doesn’t work properly when it comes to Theme Editor, probably due to some extra securities.
    It’s much better to work via FTP or Cpanel so you can modify it with 99.9% success.

    Best regards,
    Nikko

    in reply to: Image share code breaking layout #1206318

    Hi Ryan,

    Thanks for giving us admin access.
    Yes, this is out of our scope but I think we can help with it.
    The Code Block does break when I tested it, I have created a test page (a duplicate of your homepage), link in private content.
    For the code I used a Widget Area for it, in Appearance > Widgets > Embed Widget Area (named widget area), I used a Custom HTML widget and placed the code there.

    Best regards,
    Nikko

    in reply to: Styling Full Width Button #1206309

    Hi Monica,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Month and day in reverse order on date picker #1206308

    Hi ryanmeighan,

    You’re welcome, glad we could help :)

    Best regards,
    Nikko

    in reply to: Styling Full Width Button #1206284

    Hi Monica,

    Thanks for giving us admin access.
    I have added this CSS code in Quick CSS:

    #top .avia-button-fullwidth.avia-icon_select-yes-left-icon {
        padding-left: 100px;
        text-align: left;
    }
    
    #top .avia-button-fullwidth.avia-icon_select-yes-left-icon .avia_button_icon_left {
        font-size: 60px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -12.5px;
    }

    As for the button colors you can change it on the button itself.
    This CSS code only works for full-width buttons with icons positioned on the left.

    Best regards,
    Nikko

    in reply to: Month and day in reverse order on date picker #1206280

    Hi ryanmeighan,

    You can do this by going to Enfold Child > Import/Export > click Import Settings from your Parent Theme.
    You can find this instruction in the link I gave in Step 4.

    Best regards,
    Nikko

    Hey Swathi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Using ALB in posts shows no content in preview #1206272

    Hi Patric,

    Thanks for giving us admin access, I tested this using 4.7.4 on my end and it works properly.
    Also I noticed that Gutenberg editor shows up on top, though it may or may not have affected the issue you’re having, I tried to check preview on other ALB posts and it worked fine (link in private content).
    I tried this also on my end to create an ALB post and save as draft and preview it and it works properly even copying the shortcodes on your post that has the issue.
    Can you try to flush out cache from your caching plugins and check it out?

    Best regards,
    Nikko

    in reply to: FB view count #1206193

    Hi Rolf,

    No worries, I understand your position however we also can’t do anything since we can’t reproduce it on our ends and try to investigate it.

    Best regards,
    Nikko

    in reply to: Remove author's name in blog posts #1206192

    Hi Nora,

    The reason why it’s on the first place instead of second is because it’s arranged in this order:
    – blog posts – interview
    – blog posts – allgemein
    You can instead select all categories and use 1 blog post not necessarily set it to uncategorized but that does work as well.

    Best regards,
    Nikko

    in reply to: Embed video mp4 and align center in mobile view #1206156

    Hi Marieke,

    I have checked your site and in the Technology page there’s no poster attribute with the location of the image for the poster on it.
    Please add the poster attribute and the location of the image to be used: https://wordpress.org/support/article/video-shortcode/

    Best regards,
    Nikko

    in reply to: Remove author's name in blog posts #1206154

    Hi Nora,

    Thanks for giving us admin access.
    I have checked it and I don’t see any changes in the appearance of the date.
    As for the category issue, if I’m correct you’re looking for a way to have it sorted in Categories, I think you can use Masonry for this but the design is like a grid and not the same as the one you currently have, so unfortunately I think that type of modification would take a lot of time and it’s outside the scope of our support :(

    Best regards,
    Nikko

    in reply to: Grid Row Padding or Spacing #1206136

    Hi slabadoo,

    On both sections (top and bottom) there’s a 150px padding which measured a total of 300px.
    You can change it in the 1/2 columns inside the Grid Layout, then go to Styling (tab) > Padding.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: FB view count #1206134

    Hi Rolf,

    We don’t have something like that in the theme as Rikard mentioned.
    Also there’s no js error showing in the page.
    Can you give us some clues on how you added it? and maybe we can try to figure out why it’s not showing.

    Best regards,
    Nikko

Viewing 30 posts - 10,021 through 10,050 (of 25,536 total)