Forum Replies Created

Viewing 30 posts - 19,351 through 19,380 (of 82,620 total)
  • Author
    Posts
  • in reply to: Enfold theme #833340

    Hi Wael!

    Thanks for contacting us!

    Each domain requires a separate license therefore you would need to purchase 4 license in total for 4 websites.
    Since purchase and downloaded processes are managed by Envato/ThemeForest, it would be better if you contacted them and ask if you could have a discount when making multiple licenses.

    Let us know if you have any other questions :)

    Best regards,
    Yigit

    in reply to: How do you add site title beside logo #833037

    Hey!

    There seems to be syntax error. Please go to public_html/wp-content/themes/enfold/functions.php via FTP and correct it.

    Best regards,
    Yigit

    in reply to: Theme installation #833027

    Hey Amy!

    Thanks for contacting us!

    No, you would need to download the installable theme files from ThemeForest after purchasing the theme. Then you can install the theme just as any other WordPress theme, in Appearance > Themes > Add New. We can also install the theme for you :)

    Let us know if you have any other questions!

    Cheers!
    Yigit

    in reply to: How to change header font color? #833025

    Hi,


    @klaragrunsberg
    You are currently using a very old version of the theme. Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    After updating the theme, you can simply edit those elements and change colors as needed :)

    I am closing this thread as it is pretty old. Please feel free to start a new thread under Enfold sub forum if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: Google Maps API Issues #833023

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Social Icons in Footer #833021

    Hi,


    @Tamosch
    Please start a new thread under Enfold sub forum and attach temporary admin logins there and elaborate on the changes you would like to make.
    Since this is an old thread, we are closing this one :)

    Best regards,
    Yigit

    in reply to: How do you add site title beside logo #833020

    Hi,

    Yes, that would work :)

    Best regards,
    Yigit

    in reply to: How do you add site title beside logo #832981

    Hi,

    Please see it highlighted on the right side in my screenshot below

    Best regards,
    Yigit

    in reply to: Google Maps API Issues #832978

    Hi 2SINN!

    Please remove following code from Functions.php file of your child theme

    /* Temp Google Maps Fix */
    
    function ava_googlemaps_apikey() {
    	$prefix  = is_ssl() ? "https" : "http";
        wp_deregister_script('avia-google-maps-api');
    	wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk', array('jquery'), '3', true);
    	wp_enqueue_script('avia-google-maps-api');
    }
    add_action('init', 'ava_googlemaps_apikey');

    Cheers!
    Yigit

    in reply to: Transparency Header gone after update 4.1 #832977

    Hey!

    Login credentials did not work for me as well – “FOUT: Ongeldige gebruikersnaam. Wachtwoord vergeten?”
    Please check them once again.

    Regards,
    Yigit

    in reply to: hide content in browsers print view #832976

    Hi!

    Please edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to your print.css file

    #your-unique-id { display: none; }

    Best regards,
    Yigit

    in reply to: Mobile portfolio #832957

    Hi,

    There was a missing curly bracket in your Quick CSS field. I added it and now your custom CSS would work fine.

    You can go to Enfold theme options > General Layout > Dimensions and change container widths however we would not recommend it in your case as logo would overlap menu items in smaller screen sizes.

    Best regards,
    Yigit

    in reply to: Change the default thumbnail with my own image #832952

    Hi!

    We will keep the thread open and wait to hear from you. Thread will be on hold until you reply :)

    Cheers!
    Yigit

    in reply to: Working with Enfold – Logo not updating #832939

    Hi!

    You are welcome David!
    To update the theme, you would need access to ThemeForest account that was used while purchasing the theme. If you do not have access to it, i am afraid, you would need to purchase another license ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi ) to receive updates and full support.

    Let us know if you have any other questions! :)

    Cheers!
    Yigit

    in reply to: Google Maps Issue #832917

    Hi!

    I thought that solved the issue with Google maps.
    Can you please post FTP logins here privately as well?

    Cheers!
    Yigit

    Hi,

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
        $from = " (Email address hidden if logged out) ";
        return $from;
    }

    Best regards,
    Yigit

    in reply to: Working with Enfold – Logo not updating #832913

    Hi!

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
    Also, you are using a very very old version of the theme, 2.2 while the latest version is 4.1.2. We would strongly recommend you to update the theme. You can check out highlighted new features on our blog – http://kriesi.at/blog

    Best regards,
    Yigit

    in reply to: Google Maps Issue #832910

    Hi!

    Glad you figured it out!
    Could you please contact plugin authors as they should have better insight on what could be causing the issue? :)
    Best regards,
    Yigit

    in reply to: Help Kriesi Team #832909

    Salut :)

    1- 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: 480px) {
    .avia-button-center {
        padding: 10px;
    }}
    

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

     .html_av-submenu-hidden .av-submenu-indicator:before {
        content: "+";
    }
    

    Sub menus work fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    in reply to: Google Maps Issue #832903

    Hi!

    Can you please try de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    in reply to: Need some help making changes to the product page #832902

    Hi,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    /* 1- This is related to your plugin */ 
    #zoom-window { z-index: 99; }
    /* 2 */ 
    #top.single .price span {
        font-size: 25px;
    }
    /* 3 */ 
    #top.single .price {
        display: block;
        margin-bottom: 20px;
    }
    /* 4 */ 
    #top div.product .woocommerce-tabs {
        padding-top: 10px;
    }
    

    5- Please refer to this this post.
    6- Please elaborate on the changes you would like to make.
    7- Seems like you figured it out already. For future readers, please see – https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
    8- Please go to Enfold theme options > Shop Options and choose “default” in “Product layout on overview pages”
    9- Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    In your future threads, please do not include this many questions in one thread. From the past experience we are certain that it only gets confusing for both parts and makes it more difficult to make some progress. You can start a new thread for each question :)

    Best regards,
    Yigit

    in reply to: Malware – Infected PHP #832881

    Hi,

    You are currently using an older version of the theme. Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and check once again

    Cheers!
    Yigit

    in reply to: Google Maps Issue #832878

    Hey!

    Do you have a code similar to following one in functions.php file of your child theme?

    function ava_googlemaps_apikey() {
        $prefix  = is_ssl() ? "https" : "http";
        wp_deregister_script('avia-google-maps-api');
        wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk', array('jquery'), '3', true);
        wp_enqueue_script('avia-google-maps-api');
    }
    add_action('init', 'ava_googlemaps_apikey');

    If so, please remove it. Since Editor is missing under Appearance tab, we could not check

    Cheers!
    Yigit

    in reply to: Layerslider premium activation message on frontend #832876

    Hi dear Marc,

    Glad it does! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    in reply to: Change color of Active Menu in Footer #832874

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Mega Menu Not Working 4.1.2 – when is 4.1.3 coming? #832848

    Hi Rob,

    For the time being, cloning title menu item seems to be the only workaround i am afraid – http://i.imgur.com/YJXIIhn.png :/

    Best regards,
    Yigit

    in reply to: Google Maps Issue #832842

    Hey hobbit1,

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    in reply to: Font changed and text now showing as a series of o's #832821

    Hi,

    Sorry for the late reply!

    1- Please post us your login credentials (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.

    2- 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 .logo {
        width: 100%;
    }}
    

    Best regards,
    Yigit

    in reply to: keine Unterstreichung von Links #832816

    Hi,

    Sorry for the late reply!
    Please add following code to Quick CSS as well

    #top .custom-color-heading a {
        text-decoration: none!important;
    }

    That should remove the underline from the links i attached in private content field. I could not find any other underlined links on your page. If there are, please point them out

    Best regards,
    Yigit

    in reply to: Change color of Active Menu in Footer #832809

    Hi Paul,

    I changed your code to following one

    .main_menu li.current-menu-item > a > .avia-menu-text {
    color: #024175!important;
    }

    and then added following code to bottom of Quick CSS

    #socket li.current-menu-item > a > .avia-menu-text {
        color: #ffffff !important;
    }

    Please review your website

    Best regards,
    Yigit

Viewing 30 posts - 19,351 through 19,380 (of 82,620 total)