Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 10,428 total)
  • Author
    Posts
  • in reply to: Change size of logo in header #709552

    Hi,

    Please upload a high quality logo image to media library and share the link so we can try any other alternate methods using custom css.

    Best regards,
    Vinay

    in reply to: Standard Text Editor not activating #709550

    Hi,

    Please enable debug mode to view the shortcode in the default editor.

    kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Let us knwo if this helps :)

    Best regards,
    Vinay

    in reply to: Two different styles for accordion element #709536

    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: Icon not centered on iconbox after making it larger #709527

    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: Enfold Medical Demo #709526

    Hey javalidigital,

    Please make sure you are using the latest version of the theme which is 3.8 at the moment.

    If you are using an old version and do not see the update options try clicking on check manually.

    If you still have an issue 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 :/

    Best regards,
    Vinay

    in reply to: Version 3.7 is good for IE8, #709525

    Hey Zeng,

    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. If you still have any issues please get back to us with a precise link where we can see the issue and inspect the element in question to help you better.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Breadcrumbs #709519

    Hi,

    Glad it’s 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: Center js_sort_items #709517

    Hi,

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

    .sort_by_cat {
        display:inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    

    Best regards,
    Vinay

    in reply to: Change size of logo in header #709511

    Hey WCWL1650,

    Please use a high resolution logo image and add the below css in Enfold > general Styling > Quick CSS

    div#header_main .container, .logo, .logo a, .logo img {
    min-width: 80vw;
    }

    Best regards,
    Vinay

    in reply to: Post slider: #709484

    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: Remove and Disable Blog #709478

    Hi,

    If you do not want the default blog to show when someone visit your site… Please create a new page and add your custom message or content and set it as homepage from Enfold > Theme Options

    Best regards,
    Vinay

    in reply to: Fullwidth Sub Menu #709475

    Hey grwebs,

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

    Feel free to change the font size value to suit your deisgn :)

    #top .av-subnav-menu > li > a {
    font-size:18px!important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Animation's issues #709474

    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.

    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: Scroll down in pixels! #709469

    Hey bardinidavide,

    Using anchor links would be the best solution to scroll the page a few pixels when a link is clicked. This will give you consistancy across all browsers and devices else the distance to scroll will have to be manually caliculated for all the different devices and screen resolutions, not to mention landscape and portrait mode as well. It will take a lot of time to get the page to scroll to the linked content otherwise.

    Add the icon element from the advanced layout builder and change the link to set manually and add your anchor tag or ID.
    for more info please check http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Mobile menu effect Code Snippet problem #708966

    Hi,

    Looking at the code snippet it appears that you are trying to slide the menu from top. I checked your site and it loads up fine without any gap on top.
    screenshot ->
    http://i.imgur.com/M7B9UNl.png” alt=”” />

    Like Yigit mentioned due to a caching issue 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 the same issue please try loading the site on a different system or use the below code in Quick CSS:

    #mobile-advanced{
    right:0!important;
    top:-100%!important;
    -webkit-transform: 	scale(1)!important;
    -moz-transform: 	scale(1)!important;
    -ms-transform: 		scale(1)!important;
    transform: 			scale(1)!important;
    -webkit-transform-origin: 0% 0%!important;
    -moz-transform-origin: 0% 0%!important;
    -ms-transform-origin: 0% 0%!important;
    transform-origin: 0% 0%!important;
    display:block!important;
    }
    
    .csstransforms3d #mobile-advanced{
    -webkit-transform: 	scale3d(1)!important;
    -moz-transform: 	scale3d(1)!important;
    transform: 			scale3d(1)!important;
    }
    
    .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate(0, 100%)!important;
    -moz-transform: 	translate(0, 100%)!important;
    -ms-transform: 		translate(0, 100%)!important;
    transform: 			translate(0, 100%)!important;
    }
    
    
    
    .csstransforms3d .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate3d(0, 100%, 0)!important;
    -moz-transform: 	translate3d(0, 100%, 0)!important;
    transform: 			translate3d(0, 100%, 0)!important;
    }
    
    .container #advanced_menu_toggle, #advanced_menu_hide {
         right: 20px!important;
        top: 58px!important;
        z-index: 999999!important;
    }

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Mobile menu animation #708965

    Hey kilimats,

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

    #mobile-advanced{
    right:0!important;
    top:-100%!important;
    -webkit-transform: 	scale(1)!important;
    -moz-transform: 	scale(1)!important;
    -ms-transform: 		scale(1)!important;
    transform: 			scale(1)!important;
    -webkit-transform-origin: 0% 0%!important;
    -moz-transform-origin: 0% 0%!important;
    -ms-transform-origin: 0% 0%!important;
    transform-origin: 0% 0%!important;
    display:block!important;
    }
    
    .csstransforms3d #mobile-advanced{
    -webkit-transform: 	scale3d(1)!important;
    -moz-transform: 	scale3d(1)!important;
    transform: 			scale3d(1)!important;
    }
    
    .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate(0, 100%)!important;
    -moz-transform: 	translate(0, 100%)!important;
    -ms-transform: 		translate(0, 100%)!important;
    transform: 			translate(0, 100%)!important;
    }
    
    .csstransforms3d .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate3d(0, 100%, 0)!important;
    -moz-transform: 	translate3d(0, 100%, 0)!important;
    transform: 			translate3d(0, 100%, 0)!important;
    }
    
    .container #advanced_menu_toggle, #advanced_menu_hide {
         right: 20px!important;
        top: 58px!important;
        z-index: 999999!important;
    }
    

    If this does not work for you please share a precise link where we can see the menu on your site.

    Best regards,
    Vinay

    in reply to: wrong appearance homepage #708959

    Hi,

    Sorry for the delay, To check the issue we need the login credentials to your wordpress site (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: Masonry shop second image on hover different aspect ratio #708957

    Hi,

    Please resize the overlay image to be exactly same as the default image.

    You can add white space on top and bottom of the image to fit the table inside the image in same dimension as the default image.

    Best regards,
    Vinay

    in reply to: Login problem #708931

    Hi,

    To increase the wordpress memory limit please access wp-config.php file and add the below line at the bottom

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    and you can contact your service provider to increase the memory limit.

    Best regards,
    Vinay

    in reply to: Anchor link won't entirely work #708929

    Hi,

    You’re too kind and glad we could help!
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Mouse-over icons to expand information #708928

    Hi,

    Unfortunately it would require quite some time and customization of the theme 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 :)

    However you can give these plugin a try
    https://wordpress.org/plugins/wp-show-more/
    https://wordpress.org/plugins/jquery-collapse-o-matic/
    https://wordpress.org/plugins/wp-showhide/

    Best regards,
    Vinay

    in reply to: STRANGE BEHAVIOR OF FONTS TYPES ON DEVICES #708926

    Hi,

    It’s not clear what you are refering to as the link you provided is a blank page with just the header and footer. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    in reply to: STRANGE BEHAVIOR OF FONTS TYPES ON DEVICES #708769

    Hey mleite1,

    I’m unable to view any content on your site.

    Please elaborate the issue and share 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: Alignment #708724

    Hi,

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

    body 
    p a {   
        display: inline-block;
    }
    .av-special-heading .av-special-heading-tag {
        word-wrap: break-word;
    }

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: move meta data above post contact #708617

    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

    in reply to: Full Screen slider button size #708615

    Hey kilimats,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    adjust the scale value from 0 to any number including decimal like 1.5 etc.

    #top .avia-slideshow-button {
        transform: scale(2);
    }
    

    Best regards,
    Vinay

    in reply to: Hiding Dates and Comments etc META? #708613

    Hey wormwoody,

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

    .slide-meta {
       display:none;
    }
    

    Best regards,
    Vinay

    in reply to: Menu Issue #708608

    Hey getmebrian,

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

    .current-menu-item .avia-menu-text{
    	    color: #555555!important;
    }
    .current-menu-item:hover .avia-menu-text{
    	    color: #FFF!important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: add "live" image #708605

    Hey alexanderjohannes,

    You do not need js or any other function to add the live image on specifiv catogery.

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

    .category-live .av-masonry-image-container:before {	
      position:absolute;			
      content: " ";  
      width: 100px;
      height: 41px;
      background: url(https://www.kostenlose-online-kongresse.com/wp-content/uploads/2016/11/live.png) no-repeat;    
      z-index:999999!important;
      background-position: 0px 10px
    }
    

    Best regards,
    Vinay

Viewing 30 posts - 4,441 through 4,470 (of 10,428 total)