Forum Replies Created

Viewing 30 posts - 4,201 through 4,230 (of 10,428 total)
  • Author
    Posts
  • in reply to: Pagination, larger text size. #729137

    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

    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: Own icons #729126

    Hey seykom,

    Custom icons can be imported from the theme options Enfold > Import/Export > Iconfont Manager

    For more info please check http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Best regards,
    Vinay

    in reply to: same height on package offer #729123

    Hi,

    Thank you for the kind words :)

    To align the buttons to the bottom please try this code in the Quick CSS section under Enfold > General Styling :

    .home #av_section_2 .entry-content-wrapper .iconbox_content {
        padding-bottom: 30px!important;
    }
    .home #av_section_2 .entry-content-wrapper .iconbox_content .avia-button-center {
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
        left: 50%; 
    	width:90%;
    }
    

    Best regards,
    Vinay

    in reply to: Contact Form Text Box Formatting #729101

    Hey Valerie,

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

    #top .main_color .input-text,
    #top .main_color input[type='text'],
    #top .main_color input[type='input'],
    #top .main_color input[type='password'],
    #top .main_color input[type='email'],
    #top .main_color input[type='number'],
    #top .main_color input[type='url'],
    #top .main_color input[type='tel'],
    #top .main_color input[type='search'],
    #top .main_color textarea,
    #top .main_color select {
    	color:#000!important;
    }
    

    Best regards,
    Vinay

    in reply to: Site showing older version #729081

    Hey Jameel,

    I checked your site and all the pages except the one in private looks a little different to me because of the extra space below the header image.

    This might be due to the margin added to the Color Section. Please try changing the “Section Padding” to “No padding” in the Color Section options.

    If the issues persist please share a screenshot of the issue (You can upload the image to http://www.imgur.com and share the link here.) and a precise link where we can inspect the element.

    Best regards,
    Vinay

    in reply to: Banner above header problem on tablets and mobile #728361

    Hi,

    Thank you for sharing the video. I have tested the below code on my installation and it works fine. It appears there is a glitch in the way the banner is placed at the moment. Please remove the previous code related to adding a top banner and copy the below code to Quick CSS and functions.php.

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

    .banner-top{
    min-height:90px;
    width:100%;
    background:url('http://www.eiweisspulver-test.com/Bodylab728x90.gif') no-repeat center center ;
    background-size: contain;
    }
    

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

    function bannerTop(){
    ?>
    <script>
        jQuery(document).ready(function() {              
          jQuery('#header_main').prepend( "<a href='https://www.bodylab24.de/'><div class='banner-top'> </div></a>" );
        });
    </script>
    <?php
    }
    add_action('wp_footer', 'bannerTop');

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Retina logo #728358

    Hi,

    Svg is not supported by default so we have to use a plugin that extend this functionality. Do not worry this is a recommended method to add your svg logo.

    After adding the logo please add the below code in Enfold > General Styling > Quick CSS

    NOTE: Adjust the width value to match your design.

    .logo a {
    width:150px;
    }

    Best regards,
    Vinay

    Hi,

    I checked your site on the latest version of the internet explorer on an android phone and it works fine.

    Not sure why it’s not working on your phone have you updated the browser to the latest version?

    If you still have any issue a plugin conflict may be one of the reason 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 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: Main Menu on the bottom of the homepage (only) #728269

    Hi,

    1. To push the header content away from margin we added the below code to Quick CSS

    /* Header Padding */
    #top #header_main > .container {
    	padding:0 2em;
    }

    2. Please check the test page (link in private).

    We added a fullscreen slider element with custom class name and negative top margin.
    And the below code in quick css

    /* Intro section */
    .home-slider {
      margin-top:-55px;
    }
    #top.page-id-1117 .av-submenu-container {
        margin-top: -54px;
        border: none!important;
    background:transparent!important;
        }
    /* End Intro Section */

    3. The background image is not tall enough please change the background image settings to Repeat Vertically or Cover.

    Best regards,
    Vinay

    in reply to: Column bottom line error #728248

    Hey Everylite,

    Thank you for reaching out to us :)

    We have changed the vertical alignment of the column element to bottom which can be accessed from the edit options of the first column. It looks fine on my end, please review the site and let us know if you have more questions.

    We are happy to help you.

    Best regards,
    Vinay

    in reply to: Large gap has appeared after header on iPad #728236

    Hey Paul,

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 142px!important;
    }
    .container.av-logo-container {
    	max-height: 90px !important;
    }}
    

    If you do not notice any changes after adding the code please disable any caching plugin and hard refresh the browser page a few times to clear the cache.

    Best regards,
    Vinay

    in reply to: Find Image file name used in color section #728235

    Hey Jon Erik,

    To find the image name that is used as a colorsection background :

    1. Open the Color Section > Section Background > Custom Background Image
    2. Right click the image and open in new tab

    When the image is opened in a new tab the image path with it’s name in the end just before .jpg will be visible on the address bar.

    The other question you have is about a default wordpress feature and is not handled by the theme, sorry to say but there is not much we can do about that.

    Please feel free to let us know if you have any queries.

    Best regards,
    Vinay

    in reply to: Buttons together on the same line #728221

    Hey wisenlucky,

    It appears you figured to put the buttons on the same line

    To change the menu button color in mobile devices Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top a#advanced_menu_toggle:before {
        color: #000!important;
    }
    

    Best regards,
    Vinay

    in reply to: Contact page shows black bar below header on iphone #728210

    Hi,

    Please update the background position to top and center for the image posted in private.

    This should help you fix the issue :)

    Let us know if you have any questions.

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Change font color and menu color #728197

    Hey isasmar,

    1. If you like to set the page background color please use the color section and put all your content inside it. To highlight random words it will take a lot of customisation and time hence it is out of our support scope please hire a freelancer to do this job.

    2. To highlight different menu items in different color please use the below code in Quick CSS section.

    Note: nth-child(X) in the below code is for the first menu please duplicate the below code and change the value of color and nth-child(X) to nth-child(2) for seconf menu item, nth-child(3) for 3rd menu item and so on.

    
    
    .avia-menu .menu-item:nth-child(1) > a{
    	color:#FFF!important;
    	background: red!important;
    }
    .avia-menu .menu-item:nth-child(1) > a:hover {
    	color:#000!important;
    	background: gold!important;
    }
    
    #mobile-advanced li:nth-child(1) > a {
    	color:#FFF!important;
    	background: red!important;
    }
    #mobile-advanced li:nth-child(1) > a:hover {
    	color:#000!important;
    	background: gold!important;
    }

    3. To add text over a diagram please use the colorsection with the round background image and add your text inside it :)

    Best regards,
    Vinay

    in reply to: Customizing the icon menu? #728168

    Hi,

    To expand or collapse the submenu items in mobile please add the necessary CSS to Quick CSS and Js code to functions.php file from this link http://pastebin.com/raw/ncACWHws

    CSS code:

    #mobile-advanced .hideSubmenu ul.sub-menu {
    display:none;
    }
    
    .subMenuIcon {
    display:inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 99999;
        font-size: 20px;
        background: gold;
        min-width: 48px;
        min-height: 48px;
        line-height: 48px;
        text-align: center;
       cursor:pointer;
    }
    @media only screen and (min-width:767px){
    .subMenuIcon { 
    display:none!important;
    }}

    Js Code:

    function ExpandSubmenuInMobile(){
    ?>
    <script>
        jQuery(document).ready(function() {              
          var menuItem    = jQuery('li.menu-item-has-children'),
              subMenuIcon = jQuery('.subMenuIcon');      
          menuItem.each(function() {        
            jQuery(this).prepend( "<div class='subMenuIcon'>+</div>" );
            jQuery(this).addClass("hideSubmenu");  
          });      
          jQuery(document).on('click', '.subMenuIcon', function () {
            console.log('menu was clicked');
            jQuery(this).closest('li.menu-item-has-children').toggleClass("hideSubmenu");
          });      
        });
    </script>
    <?php
    }
    add_action('wp_footer', 'ExpandSubmenuInMobile');

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Portfolio issue on iOS #728152

    Hi,

    I checked your site on my Android mobile and the portfolio works fine. Please see attached screenshot. If yous till have any issue please clear the browser cache by pressing refresh a few times and check again it should work fine for you.

    Best regards,
    Vinay

    in reply to: How to remove animation and hover from icons #727855

    Hi,

    Glad you found it! To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Mobile Alignment Problems #727854

    Hey tuphoff,

    1. I checked your site header on my Android phone please check the screenshot. If this is not what you see on your phone please let us know which device and browser you are using and share a screenshot of the issue. You can upload the screenshot to imgur.com and share the link here.

    2. To add padding and set the width of the container -Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #main > .container_wrap_first > .container .template-page {
       padding-right: 30px!important;
       position: relative;
       max-width: 70vw;
       left: 50%;
       transform: translateX(-50%);
    }
    

    3. Could you please elaborate the issue.

    Request you to open new tickets in future for different issues so we can provide you with faster and streamline solution :)

    Best regards,
    Vinay

    in reply to: Changing layout on ipad mini to smartphone/ mobile settings #727846

    Hi,

    Glad it is 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: Form text names to the left #727481

    Hi,

    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-570 label {
        text-align: right;
    }
    

    Best regards,
    Vinay

    Hi,

    Parallax is disabled on mobile by default. What exactly would you like to achieve? Could you elaborate the issue please.

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Table #727466

    Hi,

    Unfortunately it would require quite some time and customization to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    in reply to: blocks are acting buggy #727460

    Hi,

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

    Best regards,
    Vinay

    in reply to: WordPress 4.7 Update #727457

    Hi,

    Thank you for reaching out to us.

    I had a look at both the sites and the only difference that i could notice are the icons on the development site appears as boxes.

    To fix this issue please check this link http://kriesi.at/documentation/enfold/enable-cors/

    If you have any other issues please share the precise link, we are happy to help :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Transfer Enfold License to New Envato Account #727356

    Hi InterstateNational!

    Thank you for reaching out to us. We work by Envato rules.

    It has been a while since that ticket was posted and a lot has changed by Envato since then.

    I’ll clarify this with Kriesi and if it’s still possible to transfer your license to a different account we will let you know here.

    Cheers!
    Vinay

    in reply to: An End of Year Thank You #727350

    Hey ReubenTimely,

    Thank you for the kind words, we are happy to receive your message.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: woocommerce transparent header and other CSS woes #727347

    Hi,

    Thank you for your co-operation, we will keep this ticket open for you.
    Please feel free to revert when we can access the site :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.
    in reply to: Retina logo #727284

    Hi,

    That’s a nice suggestion by @Guenni007 to add a svg logo

    1. If you have a image logo first convert it to svg file by searching for a “Online svg converter”.
    2. Install a svg support wordpress plugin https://wordpress.org/plugins/svg-support/
    3. Upload the new svg logo file.

    Let us know if you have any questions :)

    Best regards,
    Vinay

Viewing 30 posts - 4,201 through 4,230 (of 10,428 total)