Forum Replies Created

Viewing 30 posts - 2,341 through 2,370 (of 10,428 total)
  • Author
    Posts
  • in reply to: Cannot find Purchase Code #934201

    Hey Dominik Siegers,

    Glad you have the username, please use the “forgot password” option on themeforest or contact themeforest support to get access and go to your download section and download the purchase code for Enfold.

    Once you gte the purchase code please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

    in reply to: logotype in transparent header on multilanguage site #934191

    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: Masonry not working // JavaScript error #934190

    Hi,

    I’m unable to view your site as the password do not to work.
    Please do let us know if you need any further help with the issue or you got it sorted?

    Best regards,
    Vinay

    in reply to: Custom scroll to top icon #934186

    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: Separation/whitespace between sections #934185

    Hi,

    I still see a different theme active on your site.
    Please activate enfold theme and let us know so we can help you with the issue :)

    Best regards,
    Vinay

    in reply to: Close icon on hamburger menu. #934180

    Hi,

    How did you set this up?

    The login credentials do not work. would you mind giving us working credentials and please explain where exactly are you adding the links to open when you click the image?

    Best regards,
    Vinay

    in reply to: Widget Editor and Menu Editors not working #934166

    Hi,

    I checked your site and found widgets are not enabled. However, menu editor is not working.

    It appears jQuery is not loading on your site please go ahead and add the below code to wp-content/themes/enfold/functions.php

    We recommend using a child theme

    /* Force load jQuery First */
    if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11);
    function my_jquery_enqueue() {
       wp_deregister_script('jquery');
       wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js", false, null);
       wp_enqueue_script('jquery');
    }

    Please enable footer widget area from Enfold > Footer > Default Footer Widgets & Socket Settings

    The footer widgets are empty and I don’t see a header widget area being created.

    Please create a header widget area and position it according to your design.

    Go to appearance > widget > header and add the widgets you like to display in the header.

    Best regards,
    Vinay

    • This reply was modified 7 years, 3 months ago by Vinay.
    in reply to: Images not aligned to center on mobile #934154

    Hi,

    I assure you there is nothing wrong with the theme. The existing custom CSS added to the child theme is conflicting with the alignment of the images. To find out which code it is you can right-click and inspect and remove the block of code which is affecting the image alignment.

    Best regards,
    Vinay

    • This reply was modified 7 years, 3 months ago by Vinay.
    in reply to: Use a fontello icon in a pulldown select form field #934148

    Hey webWahine,

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

    #top select:after {
    	z-index:9999!important;
        font-family: 'entypo-fontello';
        content:'\e802'!important;
        color: #000;
        padding: 12px 8px;
        position: absolute; 
        right: 0; 
        top: 0;
        background: redimportant;    
        text-align: center;
        width: 30px;
        height: 100%;      
        pointer-events: none;
    }
    
    

    Best regards,
    Vinay

    in reply to: 500 Error Blog #934033

    Hi,

    Glad you were able to fix 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: logotype in transparent header on multilanguage site #934032

    Hi,

    I have updated the code in quick CSS Please review the site now :)

    Best regards,
    Vinay

    in reply to: Partner logo element disabled #934029

    Hi,

    You are using a very old version of the theme which is causing the issue. Please update the theme to the latest version which is 4.2.6

    Since the update option is not showing WordPress dashboard 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: Partner Logo Element showing doubles with WPML #934025

    Hi,

    We need to find what exactly is causing the problem? It could be due to various reasons.

    Does the problem go away when you deactivate the plugin?

    Best regards,
    Vinay

    in reply to: Images not aligned to center on mobile #933973

    Hey DROR,

    Please add a custom CSS class name “my_centered_image” to the images you like to center and add the below CSS :)

    .my_centered_image  {
    	right:50%;
    	transform:translateX(50%);
    }

    Best regards,
    Vinay

    in reply to: enfold mobile menu is not displaying #933972

    Hey ccpwebteam,

    Was there any customization done?

    What changes were made recently? Was there any plugin installed?

    For testing purpose please go to your plugins page > Deactivate all active Plugins

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Chart icon #933968

    Hey isapetra,

    As I understand you like to change the “Shopping Cart” icon correct? If not please explain what are you referring to as “icon chart” ?

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

    #top .cart_dropdown_link > span:before {
        font-family: 'entypo-fontello';
        content:'\E802'!important;
    }
    

    Please refer to the below post for more info

    Change Woocommerce cart icon to custom fontello icon

    Best regards,
    Vinay

    in reply to: Unique Headers plugin #933965

    Hi,

    Sorry to say that this plugin does not work with enfold. 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!

    If you like to use custom CSS we can help you with that let us know.

    The below code will apply the background for all pages.

    #top #header .container.av-logo-container {
    	background:url(https://newenglandbusinesslistings.com/wp-content/uploads/2018/03/630x355.jpg) no-repeat;
    	background-size:cover;
    }

    To make it page or post specific please add the page/post ID which you can easily find in the body tag when you inspect the page.

    So, if you want to add a header image only to the listings page right click and inspect it to find the page id which is 804 and add it after #top without space.

    #top.page-id-804 #header .container.av-logo-container {
    	background:url(https://newenglandbusinesslistings.com/wp-content/uploads/2018/03/630x355.jpg) no-repeat;
    	background-size:cover;
    }

    Best regards,
    Vinay

    in reply to: Sub-menu items to show down #933961

    Hi,

    By default, the menu items should display vertically. Do you know if there was any custom code added to modify it?

    If not please give us access to WordPress backend to check the settings ( Mention the details in private content area).

    Best regards,
    Vinay

    in reply to: How to increase image size for testimonials element? #933959

    Hi,

    To move the image up and name element down please adjust the margin-top value for

    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        margin-top: 0px; 
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-name {
        margin-top: 9.255em;
    }

    Please use the !important rule if it does not work at the first attempt :)

    Sorry at the moment the dot navigation is not supported and it will take a lot of time to customize it. If it is really important for you, we recommend hiring a freelancer to get the job done.

    Best regards,
    Vinay

    in reply to: Ho can i realize like this? #933957

    Hi,

    Elements are always aligned to left in a color section.
    If you use 1/4 column it will occupy 25% of the container width.
    If you use 1/5 column it will occupy 20% of the container width.

    I have made the columns 1/4 please review the site :)

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Large logo on header to expand into content and Meta area #933952

    Hi,

    I tried to make the logo bigger as shown in your mockup but the header height is much larger on the live site and the logo needs to be extremely large to accomplish that. Please adjust the logo width and height in the CSS code and adjust the header height from Enfold > Header > Header size

    Since the logo has to grow much large to make it look like your mockup it may run into menu items. If that happens please activate the burger menu from Enfold > Main Menu > Menu Items for Desktop > Icon menu

    Best regards,
    Vinay

    in reply to: Separation/whitespace between sections #933950

    Hi,

    Your site is not built using Enfold theme, unfortunately, we cannot help you with this issue. Please contact the theme author only they can support their theme better.

    Best regards,
    Vinay

    in reply to: Header Adjustments / Tweaks #933934

    Hi,

    Thank you for the permission, I have updated the CSS code in Quick CSS please review the site now :)

    Best regards,
    Vinay

    in reply to: Enfold site not showing after WPML activation #933923

    Hi,

    I’m not sure either but I think those plugins will give you additional features maybe WPML would be able to answer you that. I’m glad basic feature what is required is working fine for you :)

    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: secondary menu not centering in tablet size #933919

    Hey crtdude,

    Would you mind providing 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: Burger Menu Missing #933918

    Hi,

    PHP 5 and 7 have a lot of difference. It is good to update to PHP 7 now as PHP 5 security updates will stop soon. When we release an update please check the changelog and follow the standard WordPress theme update procedure to avoid conflicts on a production site.

    First set up a staging site and update the site and move the theme files from staging to the production site :)

    Best regards,
    Vinay

    in reply to: Problem after 4.2.6. update #933917

    Hi,

    Thank you for letting us know, I’m glad it helped you out as well :)

    Best regards,
    Vinay

    in reply to: Installment issue #933916

    Hi,

    You can remove the menu items from Appearance > menu > select main menu from the drop down list and you can delete the one which you don’t want.

    Lastly, please save the menu.

    Best regards,
    Vinay

    in reply to: Change Woocommerce cart icon to custom fontello icon #933911

    Hi,

    I have updated the code.

    You do not need to add the letter “U” just e802 and so on… but the icon Unicode you are using is wrong. Please use the correct Unicode the below code will work 100%

    #top .cart_dropdown_link > span:before {
        font-family: 'entypo-fontello';
        content:'\E802'!important;
    }

    Best regards,
    Vinay

    in reply to: child theme #933908

    Hey forever_prodotti,

    Please copy the complete loop-index.php file to the child theme and add your custom code to make changes.

    If you want to add just a single line you need to write custom functions and add the function to the functions.php file.

    Best regards,
    Vinay

Viewing 30 posts - 2,341 through 2,370 (of 10,428 total)