Forum Replies Created

Viewing 30 posts - 181 through 210 (of 465 total)
  • Author
    Posts
  • in reply to: Text on homepage 'pulses' #343995

    Hey!

    I’ve tested your page on all latest major browsers(Chrome, IE, Opera, Firefox) and on an Android 4. Everything seems to be functioning fine. Have you tried viewing the site on a diferrent device or screen? It could be your monitor.

    Cheers!
    Arvish

    in reply to: Logo looks pixilated on iPhone #343992

    Hi Jamie A!

    You could increase the size of the logo by playing around with the max-height value:

    .responsive .logo img {
        max-height: 150px !important;
    }

    In terms of image format, I believe your choice of PNG-24 is excellent. You are ensured of both high resolution and transparency.

    Best regards,
    Arvish

    in reply to: Phone number changed on 3.2 upgrade #343985

    Hey Jamie A!

    Add this to Quick CSS or custom CSS

    @media only screen and (max-width:360px) { 
    
    #header .av_phone_active_right .container{
    	width: 300px !important;
    	margin-left: 10px;
    }
    
    #header .phone-info {
    	width: 300px;
    }
    	
    }

    Cheers!
    Arvish

    in reply to: Remove shopping cart on iPhone #343973

    Hi Jamie A!

    Add this to Quick CSS or custom.css

    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    .cart_dropdown{
      display: none;
    }
    }

    Best regards,
    Arvish

    in reply to: Title not showing (color issue) #343971

    Hi DROR!

    Add this to Quick CSS or custom.css

    #gallery .av-special-heading-tag{
    color:#FFF !important;
    }

    Best regards,
    Arvish

    in reply to: Google Maps is gone when image with hotspot is in same page #343968

    Hi Zijlstra!

    Please try the following to see if it helps.

    1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.

    2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.

    If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.

    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Regards,
    Arvish

    in reply to: How to increase size of the recent posts widget #343967

    Hi!

    Add this to Quick CSS or custom.css

    #recent-posts-2 h3.widgettitle{
       
       font-size:30px !important;
    
    }

    Cheers!
    Arvish

    in reply to: How to narrow the space? #343963

    Hey!

    Add this to your Quick CSS or custom.css

    #commentform label {
        right: 15px !important;
    }

    Best regards,
    Arvish

    in reply to: Render blocking javascript #343949

    Hi generatrorassociates!

    Try a third-party plugin like https://wordpress.org/plugins/w3-total-cache/ to minify the scripts and cache your content for faster loading times.

    Best regards,
    Arvish

    in reply to: And sign in the special heading #343947

    Hi!

    Looks great on Windows 7 Ultimate and 8.1 Enterprise (Firefox, Chrome, Opera and IE latest) and Android 4.

    Love the wooden feel :)

    Cheers!
    Arvish

    in reply to: CSS for 'toggle' accordion #343946

    Hi DianeBenscoter!

    Please forward us a link to the page you need to customise.

    Regards,
    Arvish

    in reply to: Hide header – margin reduction #343943

    Hi!

    Add this to your Quick CSS or custom.css

    #av_section_1 .container{
    
       padding-top:0px !important;
    
    }

    Best regards,
    Arvish

    in reply to: Fehlermeldung : Design -> Menüs #343942

    Hey!

    Please try the following to see if it helps.

    1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.

    2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.

    If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.

    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Best regards,
    Arvish

    Hi GGLNetwork!

    You can code the CSS in the following way:

    After adding a colored section in Avia Layout Builder,

    Enter the color you want to use in “Custom Background Color”

    In the colored section settings specify an ID for the section:

    The ID can be anything (do not use spaces and special chracters. You can use – and _)

    In your Quick CSS add code in the following way

    #the_ID_you_entered_above{
    opacity:0;
    }

    Opacity can be anything from 0 to 1.

    I would suggest looking into a few CSS coding tutorials before attempting in-depth modifications.
    http://www.w3schools.com/css/default.asp
    http://www.w3schools.com/css/css3_intro.asp

    Regards,
    Arvish

    in reply to: iOS Issues iPhone 6 and 5 #343936

    Hi djsmbd!

    Thank you for using Enfold.

    I have notified my colleagues using IPhones to verify the site on their systems. They will get back to you shortly.

    Regards,
    Arvish

    in reply to: Enfold Secondary Menu #343935

    Hi!

    You can achieve what you are requesting by using conditionals to display different menus or many parts in (theme folder)/includes/helper-main-menu.php

    E.g

    <?php
    if ( is_user_logged_in() ) {
    	echo 'Welcome, registered user!';
    } else {
    	echo 'Welcome, visitor!';
    }
    ?>

    Unfortunately this customisation will take a while to implement and therefore falls outside the scope of our theme support. You can try http://studio.envato.com or http://www.peopleperhour.com for further customization. You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Best regards,
    Arvish

    Hey!

    I have drawn Kriesi’s attention this issue and we are working on a fix.

    In the meantime, try the following third party plugin to see if it helps resolve the issue: https://wordpress.org/plugins/itempropwp/

    Regards,
    Arvish

    in reply to: Enfold theme incomplete? #343911

    Hi!

    We would be happy to help provided you provide us with the following:

    1. FTP details to your site.
    2. Hosting Panel credentials to your site

    Please also upload a copy of your themeforest downloaded zip file to the theme folder of your wordpress install.

    Cheers!
    Arvish

    in reply to: Mega menu problem #343409

    Hi!

    Add the following CSS to your Quick CSS or your custom.css

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    .avia_mega2{
      left: -295px !important;
    }
      
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
      .avia_mega2{
      left: 0px !important;
    }
      
    }

    If the above doesn’t work, please try disabling all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.

    If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.
    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Best regards,
    Arvish

    in reply to: Buttons to share Woo Commerce products? #343399

    Hi Effektid!

    Add this code at the bottom of functions.php:

    add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    		avia_social_share_links();
    }

    And add this to the Quick CSS:

    .single-product .av-share-box {
        margin-bottom: 20px;
    }

    Regards,
    Arvish

    Hi DROR!

    If you want to change the wordpress core language to Hebrew, you can follow this article to change the language
    http://www.wikihow.com/Change-the-Default-Language-in-Wordpress

    The current Hebrew files can be obtained here:
    http://i18n.svn.wordpress.org/

    You can also try using a third-party plugin to handle the language file downloads and administration for you:
    https://wordpress.org/plugins/wp-native-dashboard/

    Cheers!
    Arvish

    in reply to: Mail sent from e-mail forms are not delivered #343321

    Hey t3lgroup!

    Please try the following to see if it helps.
    1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.
    2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.
    If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.
    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Cheers!
    Arvish

    in reply to: Sidebar menu – dropdown style #343316

    Hi k_dev!

    Unfortunately, that’s not possible using the built in megamenu.

    You can use a third-party plugin like
    http://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703
    http://codecanyon.net/item/mega-main-menu-wordpress-menu-plugin/6135125

    Cheers!
    Arvish

    in reply to: How to keep pictures in portfolio same hight? #343303

    Hey daphneVDKL!

    In the Easyslider settings modal, make sure you select the No Scaling option from the Slideshow Image Size dropdown

    Cheers!
    Arvish

    in reply to: All setting menu's and layout builder gone #343302

    Hey neutem!

    Please forward us administrative and FTP credentials to your site for us to have a closer look. Ideally we will require access to your hosting panel and your site’s database as well.

    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Best regards,
    Arvish

    in reply to: make a custom social media icon #343300

    Hey p5uln!

    Please refer to the following post for a solution to your question:
    https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    Best regards,
    Arvish

    in reply to: Single product page with related products sidebar #343299

    Hi danneeroy!

    My suggestion would be to specify your sidebar within the product admin page

    I do not believe the ‘Search by SKU for Woocommerce” plugin ever worked with Enfold’s search functionality. Was this functional on your site before?

    Regards,
    Arvish

    in reply to: Quote element (testimonial) #343288

    Hey yodec!

    You can try this third-party plugin:
    https://wordpress.org/plugins/testimonials-by-woothemes/

    You could then modify the (plugins directory)/testimonials-by-woothemes/woothemes-testimonials-template.php file on line 88 to add the quotes in span tags on each side of the blockquote tags.

    E.g
    <span>"</span>

    Style it and it does the trick.

    Some ideas of quotes styling: http://css-tricks.com/examples/Blockquotes/

    Best regards,
    Arvish

    • This reply was modified 10 years ago by Arvish.
    in reply to: Looking to hire someone to help get my Enfold Theme going! #343286

    Hi browntodde!

    You can try http://studio.envato.com, https://www.elto.com/ or http://www.peopleperhour.com for minor customization jobs

    For much larger customisations you can fill in a request here:
    http://kriesi.at/contact/customization

    Cheers!
    Arvish

    in reply to: Hello, I have a big problem .. #343284

    Hi virtualsa!

    I just tested your site and everything seems to be in order.

    For us to have a better understanding of your requirements, please forward us a mock up or screenshot of the type of modification you wish to achieve.

    Additionally please try the following to see if it helps.

    1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.

    2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.

    If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.

    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Best regards,
    Arvish

Viewing 30 posts - 181 through 210 (of 465 total)