Forum Replies Created

Viewing 30 posts - 4,381 through 4,410 (of 10,428 total)
  • Author
    Posts
  • in reply to: Enfold and Formidable #719199

    Hey MarSwan,

    We do not support thirt party plugins. But you are an Enfold customer so we are willing to go that extra mile and happy to help you with this issue.

    If you like to remove the form field borders Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top.page-id-2737 .main_color input[type='text'], 
    #top.page-id-2737 .main_color input[type='input'], 
    #top.page-id-2737 .main_color input[type='password'], 
    #top.page-id-2737 .main_color input[type='email'], 
    #top.page-id-2737 .main_color input[type='number'], 
    #top.page-id-2737 .main_color input[type='url'], 
    #top.page-id-2737 .main_color input[type='tel'], 
    #top.page-id-2737 .main_color input[type='search'], 
    #top.page-id-2737 .main_color textarea, 
    #top.page-id-2737 .main_color select {
        border-color: #ea3535!important;
        letter-spacing:.15em;
    }
    

    Best regards,
    Vinay

    in reply to: Enter key not working inside Advanced Layout editor #719187

    Hi,

    To check the issue with the Enter key is not working in the text editor after pasting some text the login credentials you’ve provided does not work for me to further investigate this issue.

    Please setup a dev site if that is possible so we can disable the plugin and check for the issue.

    As per your findings please do let us knwo which plugin is causing the issue so we can check it out.

    We need your permission to deactivate the plugins to further troubleshoot this issue.

    Best regards,
    Vinay

    in reply to: Line spacing in Fullscreen Slider Captions #719181

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Replace the flags with language name in WPML #719180

    Hey Zest,

    Thank you for the kind words. Sorry for the delay we need to take a closer look 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,
    Vinay

    Hi,

    To upload simple icons download the icon pack from github and extract the package.

    Once you extract the package

    1. Find the fonts folder which has the .eot, .svg, .ttf, .woff and other font fontmats.
    2. Rename the fonts folder to simple-icons or any name to reference it in layout builder.
    3. Upload from Enfold > Import/Export > Upload font icons options

    This will enable the icons in advanced layout builder.

    This process works for any icon sets with required font formats. Just make sure to rename and zip only the fonts folder.

    Best regards,
    Vinay

    in reply to: Problems with SVG Logos and Internet Explorer #719166

    Hi,

    Thank you for sharing the login details. However it does not allow me to look at the sections i want to in the backend. Please post us login credentials with full admin rights (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,
    Vinay

    in reply to: Partner/Logo Element not showing up #718850

    Hey BrittS,

    Please deactivate all active plugins and check if the partner logo element appears.

    To update the theme please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    If you still have an issue we need to take a closer look 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,
    Vinay

    Hi,

    The form seem to appear on the page (please see attached screenshot).

    If that is not correct provide us the link to the zoho form where we can see how it looks and the code to it from the zoho page.

    We will need to take a closer look so 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,
    Vinay

    in reply to: Widget area im mobilen Menü #718839

    Hey Christoph,

    To show the header widget area only in mobile

    1. Please add a widget area to the header http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    2. Drag and drop a text field into the Header widget area in Appearance > Widget > Header
    3. Inside the text area add your content with in a div and a class name “only_mobile”.

    <div class="only_mobile" > Header widget </div>

    4. add the below css in quick CSS

    /*Show only in mobile or desktop*/
    
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Sub Sub Menu #718835

    Hi,

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

    #top .av-main-nav ul ul {
        left: 220px!important;
    }
    


    Best regards,
    Vinay

    in reply to: Assisting users of kriesi.at to speed up their site #718832

    Hey Andrew,

    Thank you for sharing the link with us :)

    Hope this will help others too.

    Best regards,
    Vinay

    in reply to: Problems with SVG Logos and Internet Explorer #718829

    Hi,

    Thank you for reaching out to us, we are happy to help you with this issue.

    Please let us know how the svg logo is added ? Was there any plugin used?

    We recommend using a plugin like https://wordpress.org/plugins/svg-support/ and upload the svg logo to media library like a normal image and use it where ever you like on the site.

    Also please update the site to the latest version as suggested earlier.

    If you need any further assistance please feel free to get back to us with login crediantials in private so we can take a closer look at the issue.

    Best regards,
    Vinay

    in reply to: Google analytics on dashboard #717696

    Hey robinmetral,

    I’m afraid this is not possible without using a plugin.
    Please try using a google analytics plugin like https://wordpress.org/plugins/google-analytics-dashboard-for-wp/

    Best regards,
    Vinay

    in reply to: can homepage can be open #717180

    Hi!

    As Basilis mentioned this is out of our support scope.

    If you like to give it another try please try using a plugin like updraft to move your wordpress site. https://wordpress.org/plugins/updraftplus/
    For more options please check this https://premium.wpmudev.org/blog/moving-wordpress-site/
    Also search for “Migrating a wordpress site” on youtube for helpful video tutorials.

    Thank you for contacting us :)

    Regards,
    Vinay

    Hey Webfixers,

    Would you mind providing a precise link to your site, showing which post you need to add excerpt? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Image size #717174

    Hey!

    If you like to display the whole image at all times irrespective of browser width please use a image element.

    When used an image as a background images to fill the whole container the browser by default re-size the image to fill the container it is assigned to, depending on the browser width the image also scales accordingly and in the process of filling the container some part of the image wont be displayed. I’m afraid there is not much we can do about this.

    Thank you for your co-operation and understanding.

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Adding information text to quick CSS #717172

    Hi richardbeatty!

    Thank you for reaching out to us.

    It can be done by using /* YOUR COMMENTS */

    for more info please check https://css-tricks.com/snippets/css/comments-in-css/

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: my own icon on ipad #716776

    Hey teotaban!

    Please give these plugins a try
    https://wordpress.org/plugins/very-simple-favicon-manager/screenshots/
    or
    https://wordpress.org/plugins/add-to-home-screen-wp/

    If you like to do it manually add the below code to your functions.php
    NOTE: Please update the icon path in the below code where it say’s href=”/path/to/my/icon/192X192.ico”

    function blog_favicon() {
    echo '<link rel=”shortcut icon” href=”/path/to/my/icon/192X192.ico”>
    <link rel=”apple-touch-icon-precomposed” href=”/path/to/my/icon.png”>';
    }
    add_action('wp_head', 'blog_favicon');

    Regards,
    Vinay

    in reply to: SVG code for Logo #716766

    Hey siteraum,

    1. Please install this plugin https://wordpress.org/plugins/svg-support/
    2. Upload your svg file to media library
    3. Browse the svg file or just insert the URL to the svg file in the logo upload options.

    Let us know if you need any help :)

    Best regards,
    Vinay

    in reply to: Add Roboto Condensed as a font option in Child Theme #716702

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Portfolio filtering #716701

    Hey clairemartindigital,

    Thank you for reaching out to us.

    Please try to insert the breadcrumbs as shortcode in the pages where you require it or you can activate it on all pages from theme options.

    Enfold > Header > Header Title and Breadcrumbs

    Please check http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/

    Best regards,
    Vinay

    in reply to: changing background of toggler #716434

    Hey Uroš,

    Please enable custom css class name to target specific elements.
    kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Give it a custom css class name and use the same class name in your css code to target the element+.

    In case you have an issue please get back to us with the custom css class name and we will help you with the css code :)

    Best regards,
    Vinay

    in reply to: Tabs in mobile view #716411

    Hey lenvo,

    The link you shared does not work for me. 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,
    Vinay

    in reply to: Contact form not working #716382

    Hi,

    I created a test page to test the issue but the results were the same. Was there any changes made to the site?

    It appears the emails are getting processed from the theme but there may be an issue on the server which is blocking it.

    We would be interested to know what the hosting company has to say.

    If that does not work as a last resort we need to install the theme manually

    Access the folder ‘/wp-content/themes/’ from hosting control panel > file manager or via the FTP tool and rename the ‘enfold’ folder to ‘enfold-old’.

    Download a fresh copy of enfold theme and extract the ‘enfold’ theme folder from the downloaded package and upload it to same location ‘/wp-content/themes/’ this should fix the issue.

    Please refer to the link below for more info on updating the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Vinay

    in reply to: Stretch Logo size in Lifestyle Blog Layout Demo #716265

    Hi,

    To make the logo stretch the same width as the browser please use the below css

    .logo img {
        width: 100vw!important;
    }

    To remove the logo simply remove the image from Enfold > Logo

    or use the below css

    .logo {
        display:none;
    }

    Hope this helps :)

    Best regards,
    Vinay

    in reply to: Having a different menu on one page #715828

    Hey limedrop,

    To show different menus please try using a plugin like

    https://wordpress.org/plugins/menu-swapper/
    or
    https://wordpress.org/plugins/page-specific-menu-items/

    Best regards,
    Vinay

    in reply to: masonry gallery with customed links #715812

    Hey Kim,

    Please try adding this at the very end of your themes / child themes functions.php file:

    http://pastebin.com/sZ2J4T8K

    After copying the code please update your domain name in line

      jQuery("a[href^='http:']").not("[href*='YOUR-DOMAIN-NAME-HERE.com']").attr('target','_blank');

    Best regards,
    Vinay

    in reply to: Horizontal footer menu instead of vertical #715767

    Hey DJQuad,

    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,
    Vinay

    in reply to: Enfold Contact Form Broken #715766

    Hi,

    Please try the steps provided here http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    If you still have any issue 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,
    Vinay

    in reply to: notification ribbon #715765

    Hey Andrea,

    please check out for floating button plugin https://wordpress.org/plugins/search.php?q=floating+button

    If that don’t suit your needs do not worry we are here to help you :) it is a custom coded button and it’s not difficult to achieve at all. For technical support please register here kriesi.at/support/register

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example : https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

Viewing 30 posts - 4,381 through 4,410 (of 10,428 total)