Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 10,428 total)
  • Author
    Posts
  • in reply to: Browser font coloring issues for drop downs. #929171

    Hi,

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

    Please change the color value to suit your design.

    #top select, 
    #top .avia_ajax_form .select, 
    #top .entry-content-wrapper select {
        background: #000;
        color: gold;
    }
    

    If you do not view the changes 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,
    Vinay

    in reply to: Change Menu Background Image Position #929169

    Hi,

    Have you tried to use the background position in % instead of px or you can even try 10vw which is 10% of the viewport width so it maintains a constant distance.

    Best regards,
    Vinay

    in reply to: Topbar and Burger Menu sticky on mobil #929148

    Hi,

    Please try the below CSS

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #main {
      	/* Margin top value should be equal to header height*/
        margin-top: 180px;
      }
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }

    You can also use a fullwidth submenu element and use the stick to top option in the element.

    If you still have an issue provide 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: Portfolio Category vs. Categories? #929144

    Hi,

    Please check the number of items in each category under Portfolio > Categories >

    If the number of items added to each category is correct. Please create a new ticket and post your login details so we can take a closer look at the issue.

    Best regards,
    Vinay

    in reply to: problems with pages, footer, overal layout #929139

    Hey yossi,

    Did you manage to get this sorted? I see the Instagram is working and the layout looks fine on my end.

    If you still have any issue please clear the cache, re-save the options in the theme settings and let us know if that helps.

    Best regards,
    Vinay

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

    Hi,

    I tried to login and check your site but I’m getting an error

    Are you using Wordfence or any other security plugin? If so please whitelist the below file in the plugin settings.

    wp-admin/admin-ajax.php
    

    If you still have the same issue please try to deactivate all plugins for testing purpose and let us know if that helps.

    Best regards,
    Vinay

    in reply to: Adjust Width of Masonry and Adjust Image Sizes #929129

    Hi,

    Is this how you like to make the masonry gallery?

    Unfortunately, it would require quite some time and customization of the theme to achieve this. However, if you like to get started on your own here is some CSS you can use

    #top .av-masonry-entry .av-inner-masonry {
    bottom:50%;
    }
    #top .av-masonry-entry .av-inner-masonry-content {
        width: 60%;
        top:0;
        bottom:0%;
        overflow:hidden;
    }
    
    #top .av-masonry-outerimage-container, .av-masonry-image-container {
        left: 40%;
        bottom:0%;
        top:0;
    }

    I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    Hi,

    I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    However, once you contact the plugin author do let us know what they have to say about this issue. If there is anything we can do from our side we will definitely be happy help you :)

    Best regards,
    Vinay

    in reply to: sidebar in tablets like in mobile #929111

    Hi,

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

    @media only screen and (max-width:767px) {
      .responsive #top #main .sidebar {
        display: block;
        border-color: white;
      }
    
      .responsive #top #main .sidebar .inner_sidebar {
        margin-left: 0;
      }
    }
    

    Best regards,
    Vinay

    in reply to: Submenu in Avia Layout Architekt #929100

    Hi,

    I have tested the code on your site and it works fine. Please refresh the cache or deactivate any caching plugin after adding the below CSS to view the changes.

    /* Current menu item */
    .av-subnav-menu .current-menu-item ,
    .av-subnav-menu .current-menu-item a,
    .av-subnav-menu .current-menu-item a .avia-menu-text {
    background:#000!important;
    color:#FFF;
    }
    
       #top .av-submenu-container {
        max-width: 850px;
        background: gold;
        left:50%;
        transform:translateX(-50%);
    }

    Best regards,
    Vinay

    Hi,

    By color box, I’m assuming you like to position the “color section” background image correct?

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

    First please add a unique id to the color section developer ID then change the unique ID name in the below code and use it in Enfold > general styling > Quick CSS :)

    NOTE: Please change the % value of the position in X and Y axis to adjust the image position.

    
    /* For desktop*/
    #top #unique-id {
    background-image: url(https://your-site.com/image.jpg)!important;
    background-position: 0% 50%!important;
    }
    
    /* For mobile */
    @media only screen and (max-width: 767px) {
    #top #unique-id {
    background-image: url(https://your-site.com/image.jpg)!important;
    background-position: 0% 50%!important;
    }
    }
    
    

    Best regards,
    Vinay

    in reply to: fixed picture #929092

    Hi,

    That is a post slider with custom code.

    Please use a post slider and change the date format in your WordPress settings and add the below CSS to Enfold > General Styling > Quick CSS.

    
    /*----------------------------------------
    // CSS - Post slider border, shadow and background
    //--------------------------------------*/
    #top .avia-content-slider {
    padding:0 10px!important;
    }
    #top .avia-content-slider article.slide-entry {
    margin-bottom:40px!important;
    }
    
    /* Text area  */
    #top .avia-content-slider .slide-content {	
    	padding:30px 20px;
    	margin-top:-10px;
    	background:#eecc88;
    	}
    
    #top .avia-content-slider .slide-meta-comments,
    #top .avia-content-slider .slide-meta-del {
    display:none;
    }
    
    #top .avia-content-slider .slide-meta-time {
    	background:gold;
    	width:70px;
    	height:70px;
    	border-radius:100px;
    	position:absolute;
    	top:-130px;
    	right:0;
    }

    Best regards,
    Vinay

    in reply to: whats wrong with my submenu? #927981

    Hi,

    I have added the below code to Quick CSS

    /* submenu color */
    
    #top #header ul li ul li a:hover .avia-menu-text {
        color: #FFF;
    }

    Please review the site now :)

    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: Error in structured data #927970

    Hi!

    The function has been added to your site via FTP. Please review the site and let us know if you have any questions.

    Please wait while we update you!

    In the meantime could you please provide us with your hosting control panel details, please?

    Thank you for using Enfold.

    Regards,
    Vinay

    • This reply was modified 7 years, 4 months ago by Vinay.
    in reply to: Change Accordion Toggle Icons to entypo-fontello icons #927824

    Hi,

    Glad you figured it out!
    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

    Hi,

    Please try adding !important to the position rule

    /* BG adjustment for Mobile */
    @media only screen and (max-width: 767px) {
    #top #home-section1 {
    background-image: url(https://fwiwappraisals.com/wp-content/uploads/2018/02/bnr-391701547.jpg)!important;
    background-position: 0% 50%!important;
    }
    }

    Best regards,
    Vinay

    in reply to: diagonal section border doesn't work any more #927802

    Hey frontastic-gmbh,

    I’m not sure why it is not working for you. Do you remember if any changes were made to the site or any plugins were recently added ? Please revert the recent changes and review the site.

    Make sure you have the latest version of the theme installed.

    Let us know if you still have an issue.

    Best regards,
    Vinay

    in reply to: Difficulty of enfold #927798

    Hi,

    Thank you for contacting us, Please select 3 under the number of columns.

    For further assistance, we request that you create a new ticket on our support form.

    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: Content Slider at bottom of home page #927792

    Hi,

    I checked the content slider on the homepage.

    You have 2 slides with 3 logos in each and it is showing perfectly fine on your homepage.

    What exactly is the issue you are facing?

    Best regards,
    Vinay

    in reply to: whats wrong with my submenu? #927787

    Hi,

    I have added the below CSS please review the site and let us know if you have any questions.

    #top .header_color .main_menu .menu ul li > a:hover {
        color: #FFF!important;
        background-color: #005471;
    }

    The CSS don’t seem to work. You can remove that and please change the color value of the “Logo Area secondary font color” from Enfold > General styling.

    Best regards,
    Vinay

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

    Hi,

    The below code is to adjust the image for the mobile view

    @media only screen and (max-width: 767px) {
        #top #home-section1 {
            background-image: url(image.jpg)!important; 
            background-position: 50% 50%;
         }
    }

    Adjust the background position for desktop from color section options or use the below css.

    #top #home-section1 {      
            background-position: 0% 50%!important;
         }

    Best regards,
    Vinay

    in reply to: Custom Widget Area spacing #927775

    Hi,

    I’m sorry I did not understand the issue properly the first time. Glad you got it working!

    Color section padding can be adjusted from the element options.

    You can also turn on custom css class name support from the theme options > Layout Builder > Show element options for developers

    This will allow you to target every builder element such as headings, columns etc.

    Let us know if you need any further assistance. We are happy to help :)

    Best regards,
    Vinay

    in reply to: whats wrong with my submenu? #927643

    Hi,

    Please update to the latest version, you can change the submenu hover style from Enfold > Advanced styling > Main menu sublevel links

    If you like to do it using CSS please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .header_color .main_menu .menu ul li>a:hover {
        color: #333333;
        background: gold;
    }
    

    Best regards,
    Vinay

    in reply to: fixed picture #927640

    Hey lena1234,

    I check the example link but I couldn’t notice any fixed elements other than the social icons and the logo.

    Please specify what exactly you like to do?

    Best regards,
    Vinay

    in reply to: Menu problem #927632

    Hi,

    The code provided by Mike seems to work fine. The mobile menu kicks in at a higher resolution. 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.

    If you still have an issue please try the below code and feel free to adjust the max-width value for the @media query.

    /* Activate burger menu */
     @media only screen and (max-width: 1224px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }}

    Best regards,
    Vinay

    in reply to: Content Slider at bottom of home page #927625

    Hey Gene,

    Please try and deactivate all the plugins for testing purpose.
    If there is no issue when the plugins are deactivated, turn them back on one by one and check if the issue exists to know which plugin is causing the conflict.

    If you still have any issue let us know please provide 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: Pages won't update anymore. #927624

    Hey Jackal01,

    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: Can't Upload Demo Content #927621

    Hi,

    Update your PHP version to the latest version on the server.

    Then replace the entire code from the header.php found in “wp-content/theme/enfold/header.php” from this link
    https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_2_6/header.php

    Still, have an 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.

    You can upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

Viewing 30 posts - 2,671 through 2,700 (of 10,428 total)