Forum Replies Created

Viewing 30 posts - 2,551 through 2,580 (of 10,428 total)
  • Author
    Posts
  • in reply to: remove animation Icon #931441

    Hey jleclair87,

    Nice looking site!

    To remove the icon loading animation please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    xxx
    
    /* Remove icon loading animation*/ 
    .avia_transform .av_font_icon,
    .avia_transform .avia_start_delayed_animation.av_font_icon {
    -webkit-animation: none!important; 
    animation:         none!important; 
    opacity: 1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    }

    Best regards,
    Vinay

    in reply to: Changing the font size of a H1 text inside a text-block #931438

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support 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: Client site is not mobile friendly #931433

    Hey jeffrey_staats,

    Thank you for sharing the link. I noticed the message on the site which say

    I checked your site and everything looks fine on my end but on google result page the site looks broken. It is possible that your site is not being correctly evaluated.

    I checked your site in different browsers and it looks perfectly fine. There is not much we can do when we cannot find an error to resolve it.

    Best regards,
    Vinay

    in reply to: Overwriting Favicon #931431

    Hi,

    You can post the wp-config info in private content area or create a password protected page on your site and share it with us as it will contain sensitive information.

    Please delete the old favicon via FTP or Control Panel file manage from the locations mentioned below in private content.

    Purge cache in the caching plugin or deactivate it and hard refresh the browser.

    If you still have any issue a plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Enfold – Spacings and Header Transparency #931422

    Hey UNID2017,

    1. To fix the header transparency issue while scrolling the page

    #top #header_main {
        background: #FFF!important;
    }

    2. Please wrap the list on the right side in a paragraph element p to give it a little margin on the top to give it same spacing on the top as the left column.

    3. To fix the text Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av_iconlist_title a {
        text-decoration: none;
        word-wrap: break-word;
        line-height: 1.25em;
    }
    

    Best regards,
    Vinay

    in reply to: I can not import Enfold 2017 #931416

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Did you try importing the xml data via WordPress > Tools > Import ?

    Best regards,
    Vinay

    Hey!

    I just noticed you have disabled the overlay option in the masonry element and trying to force display the title via custom code.

    Is there any specific reason why you took this approach?

    We recommend activating the overlay in the element option as the current approach will cause a conflict with the existing titles. To fix this will snowball to another issue.

    Let us know if you are ok with activating the overlay option available in the element options?
    If you need any further modifications we will be happy to help :)

    Regards,
    Vinay

    in reply to: How to increase image size for testimonials element? #931377

    Hi,

    Please refer to the link in private :)

    Let us know if you have any question.

    Best regards,
    Vinay

    in reply to: Changing background colour of breadcrumbs #931376

    Hi,

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

    /* Title color */
    #top .alternate_color.title_container .main-title a { color: black; }
    
    /* Breadcrumb link color */
    .breadcrumb-trail * { color: gold!important; }
    

    Best regards,
    Vinay

    in reply to: Text in text box disappears in edit mode #931369

    Hi,


    @monalp

    You are using an old version of enfold please update to the latest version.

    After updating the theme if you still see the issue please enable debug mode and create a new page and copy the text on to a new page.

    Your issue seems to be a different one from the above, please create a new ticket.

    Before

    Best regards,
    Vinay

    in reply to: Padding in Special Heading #931357

    Hi,

    Please see the test page setup for you with a full-screen slider element.
    We have added this code to the Quick CSS section under Enfold > General Styling
    Please feel free to adjust the width, line height and other values to suit your design.

    /* Caption title */
    #top .avia-fullwidth-slider .avia-caption-title {
    max-width:500px;
    }
    #top .avia-fullwidth-slider .avia-caption-title span {
    color:#FFF;
    background:#000;
    line-height:2em;
      display: inline-block;
     padding: 5px 20px;
    margin:5px;
    clear:both;
    }
    
    /*caption content */
    #top .avia-fullwidth-slider .avia-caption-content p span {
    color:#000;
    line-height:2.25em;
      display: inline;
     padding: 5px 20px;
     background: #FFF;
    }
    
    #top .avia-fullwidth-slider .avia-caption-content {
    max-width:500px;
    }
    
    

    Best regards,
    Vinay

    • This reply was modified 7 years, 4 months ago by Vinay.
    in reply to: Image Caption Font CSS #931328

    Hi,

    Glad you got it working!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Ho can i realize like this? #931327

    Hi,

    Thank you for sharing the screenshots and clarifying. To reduce the space between the elements please add the element inside a color section and reduce the width of the color section.

    Color section is a fullwidth element and always takes up the entire width of the page container. Depending on your design you may want to make the color section take up less than 100% width of the page. To reduce the width of the color section please give the color section a unique developer ID and use the below CSS code in Quick CSS or child theme styles.

    Please adjust the max-width value to suit your design.

    #section-width {
        max-width: 80%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    Best regards,
    Vinay

    in reply to: how to remove dots/lines from iconlist element #931317

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    Hi,

    The line break tag should work by default I’m not sure why it was not working on your site.
    Glad you found a workaround.

    If you need any further assistance please feel free to get in touch with us :)

    Best regards,
    Vinay

    in reply to: Adding Fonts to Enfold #930829

    Hi,

    I checked your site and did not find the code in functions.php

    I’m not sure where you added the code earlier? Please remove it and make sure to change the font name PT sans to the fonts you want to use before adding the code in the right place.

    NOTE: If you add the code again without removing the code added earlier your site may crash. If it happens do not worry just access the site via FTP and remove the code from the wp-content/themes/enfold/functions.php and re-upload it.

    Best regards,
    Vinay

    • This reply was modified 7 years, 4 months ago by Vinay.

    Hey scopicsoftware,

    You can try using a plugin as mentioned here https://kriesi.at/support/topic/portfolio-category-in-url/#post-326099

    Best regards,
    Vinay

    in reply to: Adding jquery on header #930824

    Hi,

    Please avoid creating duplicate tickets it will cause more delay. I have answered your ticket earlier for the same issue.

    Closing the duplicate ticket. If you have any questions please get back to us on the other ticket you have for the same issue. We will be happy to help :)

    Best regards,
    Vinay

    in reply to: School / Courses / College #930820

    Hi,

    As far as I know, WordPress themes do not support this feature out of the box. You can easily import XML using a third party plugin. There are many options available to import the XLM to WordPress tables. We have not tested this but you can try whichever suits you the best from the google search result

    https://www.google.co.in/search?ei=aZ-yWsjrE4HG0gTShI6ICg&q=import+xml+to+wordpress&oq=import+xml+to+w&gs_l=psy-ab.3.1.0l3j0i22i30k1l7.241039.243675.0.245443.7.7.0.0.0.0.255.981.0j4j1.5.0….0…1.1.64.psy-ab..2.5.973…0i7i30k1j0i8i7i30k1j0i13k1j0i30k1j0i5i30k1.0.dlgjmE9ycKE

    Best regards,
    Vinay

    in reply to: How to increase icon caption font size? #930815

    Hey DROR,

    To custom style, your icons add the CSS below to your site.

    /*----------------------------------------
    // CSS -  Icon Standard
    //--------------------------------------*/
    
    .av_font_icon .av_icon_caption {
    	font-family: 'Anton', sans-serif;
    	font-weight:200;
    	color: #ed1c24;
    }
    

    Best regards,
    Vinay

    in reply to: how to remove dots/lines from iconlist element #930814

    Hey DROR,

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

    /* IconList Timeline */
    #top .avia-icon-list .iconlist-timeline {
    	border: none!important;
    }
    

    Best regards,
    Vinay

    in reply to: Set Layout Elements order #930809

    Hey neverstar,

    To change the order in mobile view you need to create a copy of the element and hide it in desktop and show in mobile.

    For example:

    If you like to display a video on desktop and image on mobile.

    Create a video and an image element.

    hide the image element on the desktop and show only on mobile. Repeat the same with the video hide in mobile and show on desktop.

    Please refer to the “Change content order in mobile view” section in this link http://graphitivity.com/enfold/docs/columns

    Best regards,
    Vinay

    in reply to: customize Porfolio Entry text css on a masonry gallery #930806

    Hey Yan,

    To apply custom styles to the masonry elements and sort filter please check the link in private content.

    Best regards,
    Vinay

    in reply to: Show image slider on mobile and hide video #930804

    Hi,

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

    in reply to: COLOR LINE UNDER HEADER MENU #930739

    Hi,

    Glad you got it sorted.
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: How to increase image size for testimonials element? #930736

    Hey DROR,

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

    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        width: 200px;
        height: 200px;
    }
    

    Best regards,
    Vinay

    in reply to: Image Caption Font CSS #930731

    Hey jaroljmek,

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

    #top .av-image-caption-overlay {
        /* Your styles here */
        font-weight:900!important;
    }
    

    Best regards,
    Vinay

    in reply to: Accordion Toggles not working #930727

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support 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: Which gallery is speed test friendly? #930721

    Hi,

    Yes, that is correct. The first few images will be loaded as soon as the page is opened and then the rest will be loaded when the user clicks the “Load more” button.

    Best regards,
    Vinay

    Hey zqmaqma,

    The web browsers by default open the pdf. It is up to the users to change the settings in the browser to download or view pdf files. However, if you like to force download the pdf file you can only do that by using a text link.

    Please create a text widget area and add the HTML with download attribute :) You can refer to this link for more info https://davidwalsh.name/download-attribute

    Best regards,
    Vinay

Viewing 30 posts - 2,551 through 2,580 (of 10,428 total)