Forum Replies Created

Viewing 30 posts - 2,911 through 2,940 (of 10,428 total)
  • Author
    Posts
  • in reply to: Problem after update to 2.4.2 #920115

    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: Center "Small bar above Main Menu" element #920113

    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: Portfolio Title On Hover or Click On Mobile #920109

    Hi,

    Thank you for sharing the credentials. I checked the code in Quick CSS and it appears the previous code you added was not closed correctly so any code that you add below was not working for you. I have closed the codes for you and everything seems to work fine.

    Please review the site and let us know if you have any questions.

    NOTE: Make sure to clear the browser cache by holding down the shift key and press refresh or F5 key a few times.

    Best regards,
    Vinay

    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: Portfolio Title On Hover or Click On Mobile #919864

    Hi,

    To change the color of the button menu item please use the below CSS

    #top .av-menu-button > a .avia-menu-text {
        background: #b51212 !important;
        border: none!important;
    }

    Best regards,
    Vinay

    in reply to: Sticky Header on Mobile #919862

    Hey ginnywills,

    To reveal the cut off content please add the below CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
        padding-top: 100px !important;
    }}

    Best regards,
    Vinay

    in reply to: Problem after update to 2.4.2 (delete the other topic) #919860

    Hey nicolasweh,

    I have replied to your previous ticket.

    It appears due to custom code the menu icon is re-appearing. Please update your theme to latest version. If not use the code provided in the previous duplicate ticket.

    Closing duplicate ticket.

    Best regards,
    Vinay

    in reply to: Button not working #919856

    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: Problem after update to 2.4.2 #919852

    Hi,

    A new version 4.2.5 is released please try updating your enfold theme.

    If that does not help please use the below css

    #advanced_menu_toggle, 
    #advanced_menu_hide {
    display:none;
    }

    Best regards,
    Vinay

    in reply to: Grid Row anmiate? #919850

    Hey isarcolor,

    I’m not sure I understand correctly what exactly you like to do? Would you like to remove the grid row animation? or would you like to add custom animation to Grid row element?

    Grid row element cannot be animated but a simple workaround would be to add the column inside the Grid row and animate the column.

    Best regards,
    Vinay

    in reply to: Footer #919755

    Hi,

    I’m not sure if I understood correctly. However, to achieve a similar result to your mockup you can create icons using Icon list element and copy the shortcode to the footer widget area.

    Please enable debug mode to copy element shortcode from the page.

    Best regards,
    Vinay

    in reply to: Linked Image Overlay product gallery #919748

    Hey koszachos,

    The tooltip you noticed on our demo site is for the gallery element. Image caption text is shown as tooltip only for the gallery element.

    To show tooltip for shop products you might have to look for a third party plugin.

    Best regards,
    Vinay

    in reply to: How to move logo to the left on mobile? #919746

    Hi,

    We have added the below code to the Quick CSS section please clear the browser cache to view changes on the mobile you may have to refresh several times. If you still have any issue please increase the max-width value in the very first line of the code (max-width: 767px).

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        float: left!important;
    }}

    Best regards,
    Vinay

    in reply to: gap #919744

    Hi,

    I’m unable to test the CSS on your site please give the below code a try

    
    .av-catalogue-container li img {
    	position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
    } 

    Best regards,
    Vinay

    in reply to: Sticky Header On Mobile #919440

    Hi,

    We have tested this code on your site. Please clear the cache by refreshing the browser a few times to view the changes.

    To make the header sticky in mobile please use the below code

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed;
    }
    .responsive #top #main {
        padding-top: 131px !important;
    }
    }

    Best regards,
    Vinay

    in reply to: picture in header #919437

    Hi,

    To center the background image of the service van please use the below CSS

    .container.av-logo-container {
        background-position: center center!important;
    }

    To add more images and rotate them
    1. Add a widget area in the header https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ (Do not use the CSS code only create the header widget).

    2. Use custom CSS to place the header widget on top of the header.

    3. Enable debug mode https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    4. Create your slider on an empty page and copy the shortcode.

    5. Paste the slider shortcode in the header widget area.

    Best regards,
    Vinay

    in reply to: Can't change the background color behind main menu #919209

    Hi,

    Please check the settings once in
    Enfold > Advanced Styling > Menu links

    If any background color is set for the menu items just clear the color value and save it. If it does not work we have tested the below code on your site please replace the code with this one to remove the menu background color when the page is scrolled.

    #top #header.header-scrolled-full .av-main-nav>li>a {    
        background-color: transparent;
    }
    #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-text, 
    #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-subtext {
        color: #333;
    }

    Best regards,
    Vinay

    • This reply was modified 7 years, 5 months ago by Vinay.
    in reply to: Center "Small bar above Main Menu" element #919156

    Hi,

    Please replace the code with the below one to center the top menu and change the font size for the sub menu items :)

    #top .av_secondary_left .sub_menu {
        padding-right: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #top #header_meta nav ul ul a, 
    #top #header_meta nav ul ul {
        font-size: 12px!important;
    }

    Best regards,
    Vinay

    in reply to: Issues with mobile menu on Android 4.4.2 Device #872243

    Hi,

    I checked all the example sites you mentioned on my android device and took some screenshots of the menu working without any issue.

    Android 4.x is pretty old version. If you have not updated the device and browser the latest CSS and JS may not work properly. I recommend upgrading the browser from play store and check again.

    Best regards,
    Vinay

    in reply to: New Google Font #867853

    Hi,

    If you are not using a child theme please add the CSS in Enfold > General Styling > Quick CSS

    When you activate the child theme the theme options by default the theme options will be empty. Please go to Theme Options > Import/Export tab and select “Import Settings from your Parent Theme”.

    Best regards,
    Vinay

    in reply to: New Google Font #867483

    Hi,

    Did you try the CSS method suggested in the previous post?

    You need to generate a webfont kit and upload the fonts to your server.

    Use the CSS code provided and it should work just fine.

    Once you upload the fonts if you have any issue with the CSS we can help you with it.

    Let us know.

    Best regards,
    Vinay

    in reply to: Tab section content issues with iOS on Safari #867482

    Hi,

    As mentioned earlier the code provided is for “TESTING” purpose only because I tested the same setup on my installation and it works fine. There are many factors due to which this issue persist on your end and we appreciate your co-operation to determine and resolve this issue for you :)

    At the moment we do not have an ETA but we do release updates quite often in a very short span of time.

    Best regards,
    Vinay

    in reply to: Remove featured image from blog pages #867192

    Hi!

    To remove featured images from all post page please try this code in your functions.php

    //--------------------------------------------------------
    // PHP function - Remove featured image on all post page
    //--------------------------------------------------------
    
    function wordpress_hide_feature_image( $html, $post_id, $post_image_id ) {
      return is_single() ? '' : $html;
    }
    // add the filter
    add_filter( 'post_thumbnail_html', 'wordpress_hide_feature_image', 10, 3);

    Best regards,
    Vinay

    in reply to: Tab section content issues with iOS on Safari #865506

    Hi,

    Sorry for the late reply. Your issue has been reported to our developer team and no you are not ignored :) Sometimes few issues take time.

    I suspect that the safari does not support the animation of the element and it is causing the icons to not load properly on the front end.

    For testing purpose add the below CSS code to remove animation on the icons and check if that help!

      #top .avia-icon-list * {
        transition: none!important;
        opacity: 1!important;
      }

    Best regards,
    Vinay

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

    Hi,

    Please try adding this to your Quick CSS

    /* Active menu styles */
    #top #avia-menu .current-menu-item .avia-menu-text{
    	color:gold!important;
    }

    Here is the feature request link https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Vinay

    in reply to: flickering on header with chrome and fixed frame layout #864679

    Hi!

    Please try adding the below code to your custom CSS :)

    #top .header_bg {
       background:#7d0000!important;
    }
    #header_main {
        background:#FFF;
    }

    Cheers!
    Vinay

    • This reply was modified 7 years, 9 months ago by Vinay.
    in reply to: New Google Font #864623

    Hey!

    I checked the credentials. WP admin page is not accessible and the link re-directs to (mentioned in private) with a “403 Forbidden” message.

    Please post us working 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.

     If you like to install a custom font using CSS please check this post https://kriesi.at/support/topic/own-custom-font/#post-733898

    Oh! and please dont’ forget to turn off any caching plugins and clear the browser cache to view the changes :)

    Best regards,
    Vinay

    • This reply was modified 7 years, 9 months ago by Vinay.
    in reply to: Small annoying movement on slider caption in FF #862027

    Hey!

    I checked your site on the latest version of FF on windows and the gaps are consistent on all slides.

    Try adding the below CSS and refresh the browser cache.

    #top .slideshow_caption .avia-caption-title {
    margin:0 0 1px 0!important;
    }

    Best regards,
    Vinay

    • This reply was modified 7 years, 9 months ago by Vinay.
    in reply to: Urgent : site migration, Enfold not accesible any more #859298

    Hi,

    Moving data from one server to another is out of our support scope, but do not worry since you are Enfold user we will point you in the right direction.

    The WordPress Codex has useful info about WordPress site backups. https://codex.wordpress.org/WordPress_Backups

    Some plugins make it easy to take backups and move WordPress site to a new host:

    UpdraftPlus
    Duplicator
    BackUpWordPress
    BackupBuddy

    To Import/Export Theme Settings

    Enfold theme options can be exported or imported very easily from Enfold > Import/Export tab.

    Note: After importing the theme settings file to see the changes please make a small change in the theme options by changing the font size or color and save the settings.

    Best regards,
    Vinay

    in reply to: Google Map Not Displaying/API Error Message #857682

    Hi!
    It appears the API key you have entered is not valid. Please check Enfold > Google Services for more info.

    Please follow the step by step instructions in the below link to create a new API key

    Regards,
    Vinay

Viewing 30 posts - 2,911 through 2,940 (of 10,428 total)