Forum Replies Created

Viewing 30 posts - 391 through 420 (of 2,122 total)
  • Author
    Posts
  • in reply to: Enfold Church Demo not Importing #690464

    Hey PabloStennett,

    Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.

    To increase the wordpress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Or you can contact your service provider and they can do it for you.

    Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
    Make sure to check the option “Download and import file attachments” while importing.

    Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.

    Default demo
    Business Flat
    App Showcase
    Church Demo
    Construction Demo
    Cunsulting Demo
    Gym Demo

    Best regards,
    Jordan

    in reply to: Footer #690385

    Hey Roberta,

    Could you please also provide login details to your administrator panel so that we can have a closer look.

    Best regards,
    Jordan

    in reply to: WPML – Enfold duplicate flags on my menus #690367

    Hey Pedro,

    Thanks for reaching out to us!

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

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    in reply to: Footer text #690364

    Hey Mike,

    Thanks for reaching out to us!

    Please go to Enfold -> Advanced Styled and from the option select the elements you with to change the font, color and so on for.

    If you still have issues, please provide a link to your site so we can take a closer look. :)

    Best regards,
    Jordan

    in reply to: Weird footer appearing #690362

    Hey Jenny,

    Could you please also provide login details to your site so that we can take a closer look. You can place the information in the private data section.

    Thanks for your cooperation :)

    Best regards,
    Jordan

    in reply to: How do I install theme like enfold demo #690346

    Hey jimmytkk,

    Thanks for reaching out to us!

    Please go to Enfold on your dashboard in the theme settings and there is a section to import the Enfold demo. Let me know if you need further assistance.

    Best regards,
    Jordan

    Hey pimroll,

    Would you mind providing a precise link to your site here as well, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    in reply to: Problems with the upgrade to 4.6.1 (urgent) #690340

    Hey npmorante,

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

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    in reply to: Widget Button in Header not Working #690339

    Hi,

    Glad to hear it worked! Feel free to reach out to us again if there is anything else that you need.

    Best regards,
    Jordan

    in reply to: cannot import demo #690338

    Hey dennisveeken,

    Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.

    To increase the wordpress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Or you can contact your service provider and they can do it for you.

    Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
    Make sure to check the option “Download and import file attachments” while importing.

    Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.

    Default demo
    Business Flat
    App Showcase
    Church Demo
    Construction Demo
    Cunsulting Demo
    Gym Demo

    Best regards,
    Jordan

    in reply to: Pictures not aligned #690016

    Hey Dalen,

    The image looks aligned. Please check again and let me know. You can view a link to my screeshot in the private data section.

    Best regards,
    Jordan

    in reply to: fullwidth for only one page #690014

    Hey Liron,

    Thanks for reaching out to us!

    Exactly which page do you wish to have full width? We need to inspect the exact page in order to assist you better.

    Best regards,
    Jordan

    in reply to: Black bar at bottom of background video #689854

    Hey communications_RoS,

    Thanks for reaching out to us!

    I’m not seeing any black space under the video, please see the link to my screenshot in the private data section.

    Would you mind sending a screenshot of what you are experiencing.

    Best regards,
    Jordan

    in reply to: No result search #689851

    Hey Geert,

    Thanks for reaching out to us!

    Both changes can be done in the 404.php file. You can remove the related posts and edit the text there. If you need further assistance please provide login credentials to your site along with FTP credentials if possible. You can place the info in the private data section.

    Best regards,
    Jordan

    in reply to: Turn Off Logo, Just Show Title of Website as Text #689847

    Hi Tim,

    Add the following code to add the site title:

    
    add_filter('avf_logo_subtext', 'kriesi_title_addition');
    function kriesi_title_addition($sub) {
        $sub .= get_bloginfo('name');
        return $sub;
    }

    Then add the following to use a subtext:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= "Company Name";
        return $sub;
    }

    Let me know if that helps!

    Best regards,
    Jordan

    Hey leainvestment,

    Thanks for reaching out to us!

    In the Enfold theme options, go to header settings and ensure you are not using a transparent menu.

    Best regards,
    Jordan

    in reply to: Facebook Like Widget #688869

    Hey Cynthia45,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    in reply to: pictures are gone #688865

    Hey Jelle,

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

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    in reply to: Social Icon not vertically centered after size increase #688274

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .social_bookmarks {
        height: auto !important;
    }
    

    Let me know if that helps.

    Best regards,
    Jordan

    in reply to: Remove border on WooCommerce product image #688273

    Hi,

    Thanks for getting back to me!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .template-shop .single-product-main-image .images a {
        border: none !important;
    }
    

    Best regards,
    Jordan

    in reply to: webshop #688268

    Hi,

    Might be easier to just remove the border. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .inner_product {
        border: none !important;
    }
    

    Best regards,
    Jordan

    in reply to: Shop dropdown menu #688266

    Hey Ronaldgoudriaan,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_mega_div.avia_mega3.nine.units {
        opacity: 0.9 !important;
        width: 500px !important;
    }
    

    Best regards,
    Jordan

    in reply to: Shopping cart on smart phone #688264

    Hey Ronaldgoudriaan,

    Sorry for the delayed response.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 100%;
    }
    }
    

    Best regards,
    Jordan

    in reply to: Customize e-commerce option #688263

    Hey ssorokin,

    Sorry for the late response.

    You can add the e-commerce functionality to your site by downloading the plugin WooCommerce. This is how the shop is setup in the demo.

    Will need a link to your site or a mockup to better understand what you want to achieve for the category page.

    Best regards,
    Jordan

    in reply to: Remove border on WooCommerce product image #688259

    Hey petergc,

    Thanks for reaching out to us!

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    in reply to: Post Slider not loading #688257

    Hi,

    Glad you fixed the issue! Feel free to reach out to us again on the forum if you anything else.

    Best regards,
    Jordan

    in reply to: Social Icon not vertically centered after size increase #688254

    Hey sbudnic1,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    in reply to: SLider not working #688251

    Hey YongyanLi,

    Would you mind posting us a screenshot of what exactly is the issue with the slider? You can upload the screenshot to imgur.com or dropbox and share the link here.

    Best regards,
    Jordan

    in reply to: Update issue: Website stuck on maintenance mode #688250

    Hey webblove,

    The site looks good on my end. See link to my screenshot in the private data section. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    in reply to: Demo Creative Services #688248

    Hey Inklingsinc,

    Thanks for reaching out to us!

    Would you mind providing a precise link to your site, showing the fonts in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

Viewing 30 posts - 391 through 420 (of 2,122 total)