Forum Replies Created

Viewing 30 posts - 7,471 through 7,500 (of 10,428 total)
  • Author
    Posts
  • in reply to: Woocommerce Star Ratings not showing on desktop only. #634132

    Hi,

    Glad we could help! Thank you for using enfold.

    Best regards,
    Vinay

    in reply to: Icons not organized – Enfold #634131

    Hey inayethadi,

    Please add the icons inside the 1/3 col elements and select equal height from the first 1/3 col edit options. That way if you have some extra text on some blocks the grid will maintain equal height.

    If this is does not help please post 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: WooCommerce product grid images #634129

    Hi,

    Glad you figured it out. Let us know if you have any questions we are happy to help.

    Best regards,
    Vinay

    in reply to: Enfold Woocommerce product title change size #634127

    Hi,

    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: theme conflict with wordfence plugin #634125

    Hi,

    Glad we could help :)

    Best regards,
    Vinay

    in reply to: enfold- logo and menu overlap #634122

    Hi,

    The login credentials do not work. Please add the below CSS in Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 1166px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Vinay

    Hi,

    Please use the below css and turn the links to a dark color

    @media only screen and (max-width: 767px) {
    	.av_extra_header_active a {
    		color:#000!important;
    	}
    }

    Best regards,
    Vinay

    in reply to: Avia Layout Builder Not Working #634119

    Hi,

    We checked if there were any plugin compatibility issue but it turned out the plugins are not causing this problem. There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Vinay

    Hey ljaworski,

    Please go to Enfold > General Styling > Select a predefined color scheme
    and select a predefined color scheme and let us know if that helps. Then the header and footer colors can be customised in logo area and footer sections.

    I’m assuming by up arrow you mean the scroll to top button ? To change it’s background color please use the css below

     #scroll-top-link {
        background-color: gold;
    }

    Best regards,
    Vinay

    Hi,

    Since this is a live site I din’t wanted to add this code without an icon please replace the word “icon” in the below code to the icon image path and add it to functions.php

    function custom_icon(){
    ?>
    <script>
    jQuery(window).load(function(){	
       jQuery("#scroll-top-link").html( "
    <div id='custom-icon'>Icon</div>
    " );
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_icon');

    To adjust the above icon on the front end please make change to the bottom and right values as required.

    #custom-icon {
    	width:50px;
    	height:50px;
    	background:gold;
    	display:block!important;
    	position:fixed;
    	bottom:70px;
    	right:50px;	
    }
    

    Request you to open different tickets for different issues.

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Woocomerce Cart Button Removal #634113

    Hey artyyart,

    It appears you have managed to hide the cart icon as I do not see it on the site. However if you still looking for a solution please disable the cart from Enfold > Shopping Options > Header Shopping Cart Icon

    Best regards,
    Vinay

    Hi,

    Sorry for the late reply, I was on leave and your’s is the first ticket i’m answering. Let me see what’s going on and sort this out for you soon.

    Thank you for your patience :)

    Actually it takes more time to post a solution with screenshots than making those changes myself but the reason behind posting the instructions is we are able to walk you through the steps and in case anything goes wrong we are right here to help. It will also help other’s who are looking for solution for this issue. This way it helps more people.

    I’m sorry my intention was not make it unpleasant but I understand if it’s not easy do not worry at all, we are happy help.

    UPDATE: Please review the homepage and screenshot in private all the sliders and textbox are visible now.

    There are many slides with similar names to avoid confusion I have renamed the working slider as “Main Slider”.

    Let us know if you have any questions :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Mobile menu: background colors of menu sections #632512

    Hey peterkra,

    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 to your site where we can inspect the element in question :)

    Best regards,
    Vinay

    in reply to: 3.5.4 update issue #632507

    Hey!

    When i try the code provided in the previous post in Quick CSS it works fine. please review the site header and footer. The footer links are now yellow and the font size of the main menu links are slightly larger. I believe the CSS selectors you are using is incorrect hence it has no effect.

    Please do let us know exactly what are you trying to change? If possible please share a mockup of the same. (Upload screenshots to dropbox or imgurl.com and share the link here).

    Best regards,
    Vinay

    in reply to: Page Layout #632436

    Hi,

    Slide shows do not have social icons integrated so both are separate elements. You need to create 2 elements on same page and overlap them. Please follow the steps provided by Yigit to accomplish it. If you still have any issue 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

    Best regards,
    Vinay

    in reply to: Mobile – go next and previous post navigation #632435

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    You could also try a plugin like https://wordpress.org/plugins/wp-post-navigation/

    Best regards,
    Vinay

    Hey pomeroymom,

    The site looks good on my end. Would you mind providing a precise link to your site, showing the elements in question or where we can see the error you are viewing? We need to be able to inspect them in order to help :)

    To transfer the site easily without any errors please use a plugin like http://www.wordpress.org/plugins/duplicator/

    Best regards,
    Vinay

    Hey khickman,

    To remove the background color please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .avia-caption-title,.slideshow_caption .avia-caption-content p {
    	background: transparent!important;
    }
    

    We would be glad to help you with double captions on single slide, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Vinay

    in reply to: Text Alignment Next To Icon #632431

    Hi,

    The water drop icon appears to be correct, however i cannot see the lungs icon 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: Blog posts not appearing on blog page #632428

    Hey mark1inla,

    Please select the homepage and blogpage in Enfold Theme options :) I have set them in theme options you can change it any time to suit your needs.

    Best regards,
    Vinay

    in reply to: choose mailchimp list #632425

    Hi,

    Glad we could help! We really appreciate it if you rate our theme on themeforest :)

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: find_tree_item – Massive memory hog #632424

    Hey scottybowl,

    Sure we are happy to help! Please let us know more details, what test are you running and what concludes the findings? We also need a link to your site where we can run the same test and reproduce the results to be able to sort this :)

    Best regards,
    Vinay

    in reply to: styling contact 7 form as Enfold default #632423

    Hey comelen,

    We will gladly help you with this issue. Please find detailed information in this post https://kriesi.at/support/topic/contact-form-7-enfold-contact-form-identical-styling/ If you have any questions please feel free to let us know…

    Best regards,
    Vinay

    in reply to: fulwidth slide disappears #632421

    Hi,

    Glad you got the issue sorted.

    The fullscreencslider works fine in tablets and mobile on my end. please elaborate the issue what exactly you want to improve?

    Best regards,
    Vinay5

    Hi!

    All changes are updated please clear the cache and review the site :)

    We have added the following css in Enfold > General Styling > Quick CSS

    
    /* Footer subscribe form */
    @media only screen and (max-width : 897px) and (min-width : 768px) {	
    #footer .avia-mailchimp-form .form_element_fourth  {
    	margin-top: -12px!important;
    }}
    
    #footer .avia-mailchimp-form .required {
    	display: none !important;
    }

    Cheers!
    Vinay

    Hi,

    If you are not using a child theme please paste the code in functions.php after the line

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    If that don’t solve the issue go ahead and 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
    • Please confirm if “Deze groep is vol” should be replaced with “Out of stock” ?

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.

    Hi,

    In the below code please replace “New text” with your own text and add this at the very end of your themes / child themes functions.php file:

    // Change "Out of stock" text
    function custom_excerpt(){
    ?>
    <script>
    jQuery(window).load(function(){
        jQuery('.single-product-summary').each(function() {
         	jQuery(".out-of-stock").text("New Text");
        });
    });
    </script>
    <?php
    }
    add_action('wp_head', 'custom_excerpt');

    In case you have any issues please let us know the exact text you like to replace.

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.

    Hi,

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

    
    /*Hide members date info*/
    .page-id-4090 .post-entry-3508 .slide-meta {
    	display: none !important;
    }
    

    Best regards,
    Vinay

    in reply to: I lost my homepage after I update the theme #632009

    Hey erkuto,

    If you are able to login as admin please add the below code in functions.php

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    If you still have any issues let us know more details about it and 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

    Best regards,
    Vinay

    in reply to: problem with update #632008

    Hi,

    Backup theme settings from Import/Export tab in Enfold options. Login to FTP and please delete the theme folder and re-upload a fresh copy of Enfold downloaded from Themeforest.

    Let us know if you have any questions.

    Best regards,
    Vinay

Viewing 30 posts - 7,471 through 7,500 (of 10,428 total)