Forum Replies Created

Viewing 30 posts - 2,041 through 2,070 (of 2,122 total)
  • Author
    Posts
  • in reply to: BACKGROUD SONG #597116

    Hey mleite1!

    Thanks for getting in touch.

    This is not possible with the theme to have a background song on the site. But I would suggest searching the WordPress repository for plugins to add this functionality if you wish.

    Cheers!
    Jordan

    in reply to: Theme Options Won't Save #597113

    Hi losting!

    Please provide us a link to your website and login information. You can post the details in the Private Content section of your reply. For now, please deactivate all plugins specially cache and minify plugins then test it on another browser or computer.

    Best regards,
    Jordan

    in reply to: Make social icons in header color #597112

    Hi!

    You are most welcome. Glad it worked :)

    Best regards,
    Jordan

    in reply to: facebook widget for the footer #597111

    Hey Joe!

    Thanks for reaching out to us.

    Could you please provide login details for your site so that we can have a closer look at the issue. You can place the details in the Private Content section of your reply.

    Cheers!
    Jordan

    in reply to: 403 Error Permission Denied for comments? #597110

    Hey Hayden!

    Try disabling domain mapping and check again if you are able to make comments. Also check with your hosting provider to check if mod_sec is enabled and try temporarily disabling that if possible.

    Let me know the outcome after trying.

    Regards,
    Jordan

    in reply to: Having an issue with Enfold and Multisite #597108

    Hi jeffjorgy!

    Thanks for reaching out to us!

    The error is in the index.php file on line 9. This article here may help you with the issue you are experiencing https://ardamis.com/2011/06/02/fix-for-php-fatal-error-get_header-in-wordpress/.

    Let me know if you need further assistance and provide a link to your site with login details if possible. You can put the login details in the Private Content section in your reply.

    Best regards,
    Jordan

    in reply to: Theme crashed site #597107

    Hi!

    You can add Color Section element to your page under Layout Elements in Advanced Layout Builder and then insert a background image to it and choose “Parallax” as “Background Attachment”.
    Please also see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Let me know if you need further assistance.

    Cheers!
    Jordan

    in reply to: Urgent Help #597105

    Hi victor!

    Thanks for reaching out to us!

    I visited your site and it seems your site is back up and the maintenance message is gone. I was able to access both the front end and back end.

    Cheers!
    Jordan

    Hi Alex!

    Thanks for getting back to me.

    Could you please also send a link to your site along with login credentials. You can send the login details in the Private Content of your reply, so that I can have a closer look at these issues.

    Best regards,
    Jordan

    in reply to: What's the correct way to change themes? #597031

    Hey!

    You’re most welcome! Enjoy your weekend :)

    Cheers!
    Jordan

    in reply to: Add code to header tag #597029

    Hey!

    Definitely! That way your code won’t get erased when the theme updates.

    Best regards,
    Jordan

    in reply to: Fullwidth Slider on Blog page #596946

    Hey!

    I had a closer look and there is CSS code that is forcing padding to the top of the full-width slider on the blog page only. Please try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:

    main.template-page.content.av-content-small.alpha.units {
        padding: 0px;
    }

    Let me know if that works for you.

    Cheers!
    Jordan

    in reply to: create mail-to button #596928

    Hey andreasmang!

    Thanks for getting in touch!

    You have set up the buttons correctly, just simply remove the mailto from in front of the email addresses. This will not take away from the button’s functionality to open the mail client.

    Regards,
    Jordan

    in reply to: Child Theme #596923

    Hi!

    The link and the login credentials are not working. Please provide a working link and check to see that the login information is correct.

    Best regards,
    Jordan

    in reply to: shop system in enfold enclosed? #596920

    Hi 91301!

    Thanks for reaching out to us.

    The WooCommerce plugin should be installed for shop functionality. Let me know if you require further assistance.

    Cheers!
    Jordan

    in reply to: What's the correct way to change themes? #596915

    Hey lemming202!

    Thanks for reaching out to us. I’m glad you like Enfold!

    Yes you have done everything correctly if you are seeing the demo content for Minimal Portfolio. All you need to do edit and delete the demo content you don’t need.

    If you want to import another demo you just go through the same process of importing by going to Demo Import in the theme options. Then just edit and delete the content you don’t need. Also note that whenever you import a demo the theme settings gets overwritten.

    Regards,
    Jordan

    in reply to: Add code to header tag #596914

    Hey!

    The head tag is located in the file header.php. Just place the code before </head>. The footer tag is found in the file footer.php. Likewise, simply place the code before the line </footer>.

    Cheers!
    Jordan

    in reply to: How to edit images in Enfold Media Library? #596774

    Hey Marc!

    There are a few ways to connect through ftp. This also depends on your hosting provider. Please ask your hosting provider for your ftp credentials and how to access your files. Some hosting providers have their own ftp client access or you can download an ftp client such as FileZilla on your computer. But again I advice you to ask your hosting provider for assistance before accessing ftp.

    Cheers!
    Jordan

    in reply to: How to add facebook comments to the theme? #596765

    Hey!

    Could you please provide a link to the page where the comments are displaying. You can share the link in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Widget in Header #596665

    Hi!

    That is correct! If you remove the Apply Now button then the menu items will move to fill the space. However, if the menu moves to fill the space then some of the menu will also be covered by the BBB logo. So I would indeed suggest trying to make it smaller.

    You could also try moving the BBB logo little further down adding the following CSS to the Quick CSS field, that way you won’t need to shrink the logo:

    #text-8 .textwidget {
        margin-top: 40px !important;
    }

    Regards,
    Jordan

    in reply to: Add code to header tag #596638

    Hi Peter!

    To add the Facebook Pixel Code to the header tag you need to edit the header.php file. I would recommend using a Child theme to make these changes because every time the theme updates, your changes will be lost in the header. http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Jordan

    in reply to: Mega Menu images are not the same size #596628

    Hi Peter!

    Thanks for reaching out to us!

    Please add the following code in the Quick CSS field under the General Styling tab in the theme options:

    .mega_menu_title img {
        width: 275px;
        height: 195px;
    }

    This will force the images to all be the same size. Let me know if you need further assistance.

    Cheers!
    Jordan

    in reply to: Hiding Add to Cart from a product category in Woocommerce #596625

    Hey!

    Glad to hear that it worked!

    Best regards,
    Jordan

    Hey!

    Sorry if I misunderstood your question. You wish to remove the white background when the navigation menu starts to shrink? If so, you can add the following CSS in the Quick CSS field under the General Styling tab in the theme options:

    .header_color .header_bg{
     background-color: transparent !important;
    }

    Best regards,
    Jordan

    Hey!

    The site is in maintenance mode so I am unable to see anything. Please provide access if you can and I can provide you with the CSS selectors. If possible you can also tell me which pages you need the color of the menu font changed on.

    Cheers!
    Jordan

    in reply to: Phone Number & Info Larger #596573

    Hi!

    Glad to hear it worked! :)

    Cheers!
    Jordan

    Hi Julie!

    Thanks for reaching out to us!

    There is no limit in WordPress or Enfold as to the number of menus you can have. To change the font color for each menu on a specific page that will require CSS code for each menu’s font color you want changed.

    Regards,
    Jordan

    in reply to: Media Gallery Not Loading Properly #596567

    Hi EZ_28!

    Thanks for reaching out to us with this issue your having.

    Could you please provide a link to your website and temporary login information. You can send the details using the Private Content section in your reply. This will help us to have a closer look and investigate why this problem is occurring.

    Best regards,
    Jordan

    in reply to: Make social icons in header color #596562

    Hey!

    It’s not a problem. Here is the CSS with the color for the icons you requested:

    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: #46d4fe !important;
    }
    
    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important;
    }
    
    #top #wrap_all .av-social-link-instagram a {
        color: #fff;
        background-color: #a67658 !important;
    }
    
    #top #wrap_all .av-social-link-linkedin a {
        color: #fff;
        background-color: #419cca !important;
    }
    
    #top #wrap_all .av-social-link-gplus a {
        color: #fff;
        background-color: #de5a49 !important;
    }
    
    #top #wrap_all .av-social-link-pinterest a {
        color: #fff;
        background-color: #cb2027 !important;
    }
    
    #top #wrap_all .av-social-link-youtube a {
        color: #fff;
        background-color: #a72b1d !important;
    }

    Regards,
    Jordan

    in reply to: Layerslider not advancing to next slide #596545

    Hi Gabe!

    Glad to hear you managed to fix the fix! Feel free to ask for assistance again if you have any more issues.

    Regards,
    Jordan

Viewing 30 posts - 2,041 through 2,070 (of 2,122 total)