Forum Replies Created

Viewing 30 posts - 8,971 through 9,000 (of 10,428 total)
  • Author
    Posts
  • in reply to: Header Widget Area like Beauty Theme #596194

    Hey!

    You have done it correctly but there is simply not enough space in mobile version for the widgets to fit in so hide the widgets in mobile version

    Use the CSS in Quick CSS under General Styling in Enfold Options.

    @media only screen and (max-width: 767px) {
        #text-5 {
            display: none;
        }
    }

    Cheers!
    Vinay Kashyap

    in reply to: Import demo doesn´t work #596189

    Hi!

    We tried to reset the database and import the demo a few times but it’s really not working. None of the demos are importing. This could be because of the memory issue. Please contact your hosting company and increase the memory limit. Once you can try importing the demos if you still have issues please let us know we will keep this ticket open for you.

    Cheers!
    Vinay Kashyap

    Hey!

    Please create a backup of these 2 CSS files and replace editor.css and editor.min.css files in http://visionanimale.fr/wp-includes/css/ folder via FTP with the ones below

    editor.css https://www.dropbox.com/s/ripffdog0duz3ch/editor.css?dl=1
    editor.min.css https://www.dropbox.com/s/f6vj9gymgqviuhe/editor.min.css?dl=1

    Best regards,
    Vinay Kashyap

    in reply to: Header CSS Changes #596182

    Hi!

    Try using a placeholder image for the video.

    #player_26_1895992992_522052004 {
    background:url(placeholder_image.jpg);
    }

    If you have any issues please feel free to get in touch with us.

    Please create new tickets for new issues so we can keep the focus on the original topic and it helps us help you faster :)

    Best regards,
    Vinay Kashyap

    in reply to: Custom CSS in Color Section vs. in Column element #596163

    Hey!

    Glad that worked out for you :)

    There is no issue with the custom script i have double checked it however the only reason i see why it works on some and not on others is some discrepancy in adding correct #ID’s or class. Please re-check the same page or create a new page and add the #ID’s or Class so if something was missed out earlier it will be fixed.

    To re-confirm it quickly create a new page and add a fullwidth submenu and create empty color sections with #ID’s and check it out! It should work fine on all sections then you can fill in the page with content.

    Regards,
    Vinay Kashyap

    in reply to: portfolio items won't resize to 100% on small screen #596160

    Hi!

    Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    we really appreciate if you rate our theme on themeforest :)

    Thank you for using Enfold :)

    Best regards,
    Vinay Kashyap

    in reply to: News posts only selected, but still see them all #596159

    Hey!

    You have 2 post in News catogery hence it is showing 2 post in News :)

    Regards,
    Vinay Kashyap

    in reply to: Remove shop sidebar #596155

    Hi Elsa!

    In enfold options > Sidebar please select no sidebar for Archive pages

    Best regards,
    Vinay Kashyap

    in reply to: Main Menu shrink too far do to line-height #596145

    Hey aaronlevy1!

    Line height is added as an inline style via js so it’s specificity is the highest and cannot be altered using CSS

    style="height: 51.7647px; line-height: 51.7647px; min-height: 58.6667px;"
    

    You can change it’s height in Enfold > header options

    Cheers!
    Vinay Kashyap

    Hi!

    Please use the below css in Enfold > General styling > Quick CSS

    .player .controls .play {
         display:none;
    }

    Cheers!
    Vinay Kashyap

    in reply to: Adsense Code #596125

    Hey!

    When you view the page source the Google Adsense code is installed correctly and no issue was found.

    Please check if you are getting the stats in adsense manager.

    Where are the 2 dots you mentioned? i did not notice anything strange…

    Best regards,
    Vinay Kashyap

    in reply to: Hide Full Width Easy Slider Text/Button On Mobile #596120

    Hey w3newbie!

    Please try

    .slideshow_inner_caption{
    display:none!important;
    }

    If you still have issues please share the link where we can inspect the element in question :)

    Cheers!
    Vinay Kashyap

    Hey greenlinkweb!

    We would like to take a closer look please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Regards,
    Vinay Kashyap

    in reply to: Creating Diagonal #596111

    Hi!

    Glad it’s sorted for you now :)

    Please feel free to get in touch with us if you have any questions. We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay Kashyap

    in reply to: Added Pages, But Not Showing in the Right Place #596106

    Hey!

    Please check the screenshot below

    There is something wrong with the FTP connection. Please re-create a new FTP account and check if it works if you get the same error please contact your hosting provider and let us know when the FTP issue is sorted so we can continue our work.

    Cheers!
    Vinay Kashyap

    in reply to: Responsive display issues #596099

    Hey!

    Please remove Color Section background image.
    Instead use custom class and add the background using CSS and adjust as you like.

    First enable custom class support and add class name "custom-bg-1" to the color section

    Add the below css in Quick CSS and you might have to tweak some CSS in mobile version.

    
    /* Color Section Bg Image*/
    .custom-bg-1 {
    background: #FFF url(https://www.potentialmatters.com/wp-content/uploads/2016/01/123rf-28387068-2560x933-smaller.jpg);   
    background-size: cover;     
    background-position:bottom right; 
    }
    /*Background in mobile version*/
    @media only screen and (max-width: 767px) {
      .custom-bg-1 {
    background-size: cover;     
    height:auto;
    background-position:topcenter; 
    } 
    }

    If it still don’t look right to you please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay Kashyap

    in reply to: Remove "All" Category on Portfolio Filter #596082

    Hey!

    Thank you for the kind words :)

    Glad we could help! We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay Kashyap

    Hi sparkzilla!

    Please share the link to the page where we can inspect the element in question :)

    Before you get back to us with the link please try the following to resolve the issue

    Since this is new installation i doubt you have installed any plugins in case you have to find out if there is a plugin conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Lastly please re-install WordPress.

    Regards,
    Vinay Kashyap

    in reply to: Help Template Iphone Application #596060

    Hi Jordan090!

    For all the available demos at the moment please check http://kriesi.at/themes/enfold-overview/

    We will release new demos in a very short time.

    Enfold is very easy to customise and work with once you download the demo you like let us know if you need any help to make any minor changes.

    Best regards,
    Vinay Kashyap

    Hi!

    We enabled custom class name.
    In the 3/4 column we added a custom class called “center_this”

    We added custom CSS in Quick CSS as mentioned above

    and created a test page here (see private content)

    Best regards,
    Vinay Kashyap

    in reply to: Enfold – Fullwidth Easy Slider not working #596046

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    There is no problem with the slider it works correctly please check the screenshot below but some 3rd party plugin is causing a conflict so the slider is not working to find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Activating WooCommerce Error Message #596043

    Hi!

    ‘WC_Payment_Gateway’ is an woocommerce plugin error our support for third party plugins are limited. But we love to help you so let’s try and get you back online.

    This might be caused dude to a plugin conflict with some plugins you are using to find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins (except woocommerce)
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    If you get error only while using woocommerce please re-install woocommerce plugin.

    Regards,
    Vinay Kashyap

    in reply to: Custom CSS in Color Section vs. in Column element #596041

    Hey!

    Sorry the sections like ¾ + ¼ cannot take custom #ID so you have to use a color section or instead use a Grid Row the one at the extreme right.
    Using the grid row add your custom ID and Custom Class “avia-section”

    This should fix the issue for you :)

    Cheers!
    Vinay Kashyap

    in reply to: multi-level menu #596037

    Hi anjusan!

    Submenus can be setup in different ways please check the below link for more info

    Please feel free to get in touch with us if you have any questions.
    Thank you for using Enfold :)

    Cheers!
    Vinay Kashyap

    in reply to: How to make background image shrink ? #596036

    Hey Vicken!

    1. Create a new homepage.
    2. Add Layer Slider
    3. Select the transparent header from right sidebar option in the page.

    By image should shrink do you mean it should zoom out instead of fade out? If so please use a transition effect in layer Slider.

    If not please share a mockup of what you are trying to do so we can help you with it.

    Another way to create a page exactly like that is to goto enfold options > Import/Export > Select a demo to import.

    NOTE: This will re-set your theme settings.

    Regards,
    Vinay Kashyap

    in reply to: Google Font #595547

    Hey!

    Child themes are best way to start customizing the theme :)

    Please check this thread https://kriesi.at/support/topic/add-custom-self-hosted-font-to-enfold-fonts-list/

    Here is a more detailed decription of @font face http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/

    If you have the ttf and otf format of the font you can also use this plugin https://wordpress.org/plugins/use-any-font/

    Cheers!
    Vinay Kashyap

    Hey grusett!

    Sorry for the delay. We would love to help you with this but the feature you are requesting requires a lot of custom coding and time. We recommend hiring a freelancer to do this job.

    Since this is out of our support scope we would like to point you to some helpful links if you like to give it a shot
    http://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/

    Best regards,
    Vinay Kashyap

    in reply to: Responsive design overlaps page titles #595535

    Hey!

    Please add this to your Quick CSS to hide the desktop menu that shows when the screen size is approx 1010px wide.

    NOTE: This will push the menu 10% to the right to hide it and when you open the menu it has 10% gap on the left side.

    #mobile-advanced {
        right: -110%!important;
    }

    Cheers!
    Vinay Kashyap

    in reply to: Mobile Friendly List Page #595530

    Hi doperdoll!

    Sorry for the delay.

    The links provided are not working please share the link to the page where we can inspect the element in question so we can help you with custom CSS :)

    Regards,
    Vinay Kashyap

    in reply to: Portfoliogrid with Lightbox #595528

    Hi intosuwo!

    As i understand you would like to show a default portfolio catogery correct?

    Copy the below code and add it inside a “Code Block” element on the portfolio page and replace the number in the eq(#) function with the navigation / category item you want to display. :)

    <script type="text/javascript">
    jQuery( window ).load(function() {
      jQuery('.inner_sort_button:eq(3)').click();
    });
    </script>

    Cheers!
    Vinay Kashyap

Viewing 30 posts - 8,971 through 9,000 (of 10,428 total)