Forum Replies Created

Viewing 30 posts - 17,821 through 17,850 (of 25,536 total)
  • Author
    Posts
  • in reply to: Custom Icons not showing up #915890

    Hi,

    Thanks, I still couldn’t fix it, so I just forced it to show up via css, I have added this css code in your Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .social_bookmarks .social_bookmarks_yelp a:before {
        font-family: 'fontello' !important;
        content: '\e800' !important;
    }
    
    #top #wrap_all .social_bookmarks .social_bookmarks_weddingwire a:before {
        font-family: 'fontello' !important;
        content: '\e801' !important;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Script Conflict with Tabs Element #915879

    Hi,

    You’re welcome, the latest version has just released 4.2.4, you should see this fixed in our changelog: https://kriesi.at/documentation/enfold/enfold-changelog/
    – fixed: issue with magic wand shortcodes and modal subwindow not loading
    If you haven’t updated yet, please make a backup first before updating :)

    Best regards,
    Nikko

    in reply to: Demo import didn´t working (2) #915876

    Hi,

    Please try to check this post: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
    If none of it works please try to contact your hosting provider, so they can check the server logs and fix the 500 Internal Server error.

    Best regards,
    Nikko

    Hi,

    Can you give us a link to the page in the screenshot? so we can take a closer look. You can post the link in private content if you only want it to be seen by moderators.

    Best regards,
    Nikko

    in reply to: WP Courseware #915868

    Hi,

    Please refer to this post: https://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: WooCommerce Mobile Cart Icon Item Counter Issue #915865

    Hey jolamptey,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .av-cart-counter {
        top: 22%;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: no images after demo import #915861

    Hi Matthias,

    This error is fixed:

    Warning: include(/home/swissaga/public_html/enf/wp-content/uploads/avia_fonts/medical/charmap.php): failed to open stream: No such file or directory in /home/swissaga/public_html/enf/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 488
    Warning: include(): Failed opening ‘/home/swissaga/public_html/enf/wp-content/uploads/avia_fonts/medical/charmap.php’ for inclusion (include_path=’.:/opt/alt/php70/usr/share/pear’) in /home/swissaga/public_html/enf/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 488

    As for the images, I tried to export media files from Enfold Medical which I imported just now to my local installation and imported it on your site, however it doesn’t import the images, so I have uploaded them manually and the Enfold Medical theme should be working fine now :) Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: easy slider full width pause on hover #915829

    Hey lucky7t,

    It’s still there, if you are using 4.2.3 it’s in line 4754 and on 4.2.4 it’s in line 4383. Hope this helps.

    Best regards,
    Nikko

    in reply to: Using Home v9 as the Home Page #915817

    Hi,

    Glad to hear that :) Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Hover lines under main menu objects #915568

    Hi,

    Glad we could help :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Using Home v9 as the Home Page #915561

    Hi,

    Yes, you need to remove the homepage from trash then you can use that permalink without any issue :)

    Best regards,
    Nikko

    in reply to: Progress bar #915558

    Hi,

    Can you try to remove this css code that I gave:

    span.av-bar-counter.__av-single-number {
        display: none !important;
    }

    then use this php code:
    $output .=”

    “;
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Portfolio extract with advanced editor #915555

    Hi,

    I see what you meant now, however ALB isn’t available on Preview Text, You can use the Magic Wand tool so you can use Theme Shortcodes. We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Nikko

    in reply to: Demo import didn´t working (2) #915550

    Hi,

    Thanks I have exported the layerslider and adjusted some settings, I also can see this error when I tried to import just now:

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)     admin-ajax.php

    Best regards,
    Nikko

    in reply to: Change colours on full width slider #915543

    Hi Dom,

    No, it does work also with hex values, I just used rgba so it can have those semi-transparent look. :)

    As for the buttons you can use:

    #full_slider_1 .avia-slideshow-inner .slide-1 .avia-slideshow-button {
        background-color: #79b949;
    }

    just change the background color, and .slide-x :)

    Best regards,
    Nikko

    in reply to: change image caption font weight #915425

    Hi,

    Glad to hear that :) Thanks for using Enfold and have a nice day! :)

    Best regards,
    Nikko

    in reply to: Comment labels not displayed in the fields #915423

    Hi,

    There’s a comment above which points to sidebar, I guess you want to hide some label in the sidebar. Glad that we could help. :) And thanks for using Enfold! Have a great day too :)

    Best regards,
    Nikko

    in reply to: Change color on header scroll #915422

    Hi,

    You’re welcome, let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Change colours on full width slider #915421

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #full_slider_1 .avia-slideshow-inner .slide-1 .avia-caption-content p {
        background: rgba(0,0,255,0.2) !important;
    }
    
    #full_slider_1 .avia-slideshow-inner .slide-2 .avia-caption-content p {
        background-color: rgba(0,255,0,0.3) !important;
    }
    
    #full_slider_1 .avia-slideshow-inner .slide-3 .avia-caption-content p {
        background-color: rgba(255,0,0,0.3) !important;
    }
    
    #full_slider_1 .avia-slideshow-inner .slide-4 .avia-caption-content p {
        background: rgba(0,0,255,0.2) !important;
    }
    
    #full_slider_1 .avia-slideshow-inner .slide-5 .avia-caption-content p {
        background-color: rgba(0,255,0,0.3) !important;
    }

    The codes are arranged per slider, just adjust the background color, let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: change image caption font weight #915414

    Hi,

    Glad we could help :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Comment labels not displayed in the fields #915411

    Hey newki75,

    I checked your site and it seems the label are hidden because of this css code:

    #top label {
        display: none;
    }

    Can you try to look in your Quick CSS, try to remove or comment it out then flush out the cache and check. Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Category pictures in webshop different sizes #915407

    Hey dadisk8,

    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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Enfold Blog #915406

    Hi shaunbrickell,

    Yes, we will assist you on it. Can you give us the link so we can check?

    Best regards,
    Nikko

    in reply to: Change color on header scroll #915403

    Hi,

    Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .av_header_transparency #header_main {
        background: transparent;
    }
    
    #top #header_main {
        background: rgba(255,255,255,0.4);
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: change image caption font weight #915400

    Hi Peter,

    Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-image-container-inner:hover p {
        font-weight: 700 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Change colours on full width slider #915399

    Hey Dom,

    Can you post a link to the page mentioned? so we can take a closer look. If there are more than 1 sliders in that page, please point which one. You can post the link in private content so only moderators can view it and you as the thread creator.

    Best regards,
    Nikko

    in reply to: Logo change when scrolling #915398

    Hi,

    Glad that we could help. :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Portfolio extract with advanced editor #915396

    Hey schubling,

    I’m not sure if I understand exactly the issue, but if you’re try to fetch portfolio items using ALB, you can use Masonry for it, let us know if this helps.

    Best regards,
    Nikko

    in reply to: Demo import didn´t working (2) #915395

    Hi,

    Thanks I could access it now and enabled debug, I couldn’t find any. I tried to install this plugin: https://wordpress.org/plugins/wordpress-importer/ to try to import manually however it doesn’t seem to work, most of the plugins that are available couldn’t be installed for some reason, can you install that plugin via Plugins > Add New?

    Best regards,
    Nikko

    in reply to: Logo change when scrolling #915370

    Hi,

    I see, it’s all good in chrome but it doesn’t work on firefox, I added this css code in your Quick CSS (located in Enfold > General Styling):

    #top #header.hasScrolled .logo a {
        background-image: url(https://herbon.de/soldier/wp-content/uploads/2018/02/ofpt_apfel_transp_80.png);
        max-height: 80px;
    }
    
    #top #header.hasScrolled .logo img {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    Let us know if this works on your end. :)

    Best regards,
    Nikko

Viewing 30 posts - 17,821 through 17,850 (of 25,536 total)