Forum Replies Created

Viewing 30 posts - 7,411 through 7,440 (of 10,428 total)
  • Author
    Posts
  • in reply to: Main Menu font size #635624

    Hey Bendydad,

    If you already tried to change the font size from Enfold > Advanced Styling > Select > Main Menu Links

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

    #top #header .av-main-nav > li > a {
        font-size: 16px!important;
    }
    

    Would you mind providing a precise link showing the bar on main page? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    Hi,

    Thank you for the permission, I tried to install the plugin for you but the site is down for maintenance please let us know when we can access the site again.

    Best regards,
    Vinay

    Hi,

    Thank you for the video of the issue. The purpose of posting the code was i think the code will help others who are looking for solution :)

    I checked the issue and as mentioned earlier it is wordpress filtering the extra br and p tags automatically. i would go ahead and install this plugin but i need your permission .

    You can try and install this plugin https://wordpress.org/plugins/tinymce-advanced/ and in Settings > advance

    There should be an option to stop wordpress auto remove the tags.

    Best regards,
    Vinay

    in reply to: Live notification bullet on Main Menu #635586

    Hey srcnc,

    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, 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: Booked Plugin Not Displaying Correctly #635585

    Hi,

    Please remove any custom css added to change the background color of the table head and use the below CSS code to change the background color of the table head.

    body table.booked-calendar thead, #top .main_color tr, #top .booked-calendar  tr {
        background: #03A9F4!important;
    
    }
    

    Best regards,
    Vinay

    in reply to: Photos are gone #635577

    Hi,

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    Best regards,
    Vinay

    in reply to: Table not working correctly when placed inside a grd. #635576

    Hi,

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

    
    
    @media only screen and (max-width: 1600px) {
    .responsive .avia_scrollable_table {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }}
    

    Best regards,
    Vinay

    in reply to: random strikethrough text #635574

    Hey amyreiley,

    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: Problem with megamenu when i do click #635573

    Hi,

    It’s not clear but as i understand you like the desktop menu to be visible in mobile devices correct ?

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

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

    If this is not what you want to do 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: Add onclick event to the contact form submit button #635572

    Hi,

    Place your script under the comment //add jQuery your script here

    function custom_func(){
    ?>
    <script>
    jQuery(window).load(function(){	
    
    // Add your jQuery script here
    
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_func');

    Best regards,
    Vinay

    in reply to: Enfold Mailchimp forms doesn't work properly #635569

    Hey jborkenztain,

    I checked the form on the homepage and it is working correctly. Please check screenshot below…

    If it’s not the one 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: Internet Explorer issues #635111

    Hi,

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

    #top #footer .widget ul {
    text-align:center!important;
    }
    

    Best regards,
    Vinay

    Hey GabrielSenn,

    I think you are adding the html tags in visual mode in the text editor? In that case WordPress will filter it out. On the text editor switch to text mode and try adding the html tags.

    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
    • precise links where we can see the issue

    Best regards,
    Vinay

    Hi,

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

    .avia-content-slider .slide-meta {
    	display: none;	
    }
    

    Best regards,
    Vinay

    in reply to: Gravity Forms stopped displaying #635017

    Hey edcable,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Vinay

    in reply to: Avia Layout Text Block Error #635013

    Hi,

    Glad we could help :)

    Thank you for using enfold. Please get in touch with us via new ticket if you have any questions in future.

    Best regards,
    Vinay

    in reply to: Create Static Frontpage #635011

    Hey debacqua19,

    Yes you are almost there please create a new page from Dashboard > Pages > Add new

    Use a code block element on this page to paste your static html if necessary.

    From Enfold Theme Options > Front page > Select the static page.

    Best regards,
    Vinay

    Hi!

    I have updated the code in functions.php please review the site :)

    Cheers!
    Vinay

    in reply to: Disappearing sidebar #635006

    Hi,

    Glad we could help :)

    Best regards,
    Vinay

    Hey Jason,

    Do not worry the site can be brought back to how it was earlier.

    All you need to do is access the site FTP and download the functions.php and remove the last block of code that was added and re-upload it to the same location.

    If you have any issues please post us your FTP info in private.

    Best regards,
    Vinay

    in reply to: How can I lessen the white space on my homepage? #635003

    Hey Welmoed,

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

    
    .page .ck_form.ck_naked {
    margin-top:0!important;
    }
    

    If you like to further reduce you can also add -ve margin like

    
    .page .ck_form.ck_naked {
    margin-top:-20px!important;
    }

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Theme broken on Mobile; Tablet and Desktop Working #635002

    Hi,

    I checked on my android phone and i was able to reproduce the issue. I can conform this is not Enfold related and it looks like in your hosting options somewhere you have selected to make the site mobile friendly so it is forcing a default template or the site is using a 3rd party plugin. Please check in hosting control panel if there are any such options to disable it or better yet contact the hosting company to disable this option on Cpanel.

    Best regards,
    Vinay

    in reply to: Error when opening color section / code block #634993

    Hey Welmoed,

    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: Blog and Excerpt #634987

    Hey Carine,

    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 :)

    Also the example link you mentioned as it’s not showing.

    Best regards,
    Vinay

    in reply to: Image and Fullscreen Silder #634986

    Hey Carine,

    Please try no scaling option as shown in the below screenshot :)

    Best regards,
    Vinay

    in reply to: Buy Now Button in Lightbox? #634978

    Hi,

    Glad we could help!

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Large header image, but keep small logo #634976

    Hi,

    We will keep this ticket open in case if you have any questions for us please feel free to get in touch :)

    Best regards,
    Vinay

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

    Hi,

    We are working on this ticket please await for a reply soon.

    Please check the test page in private content.

    Do check the css class added to contact form 7 in Contacts > forms > _enfold test

    and the css added in Quick CSS on the top :)

    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: Color section -lose top margin #634921

    Hey envapk2,

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

    
    
    .html_header_transparency #top .avia-builder-el-0 .container {
         padding-top: 0!important; 
    }
    

    Best regards,
    Vinay

    in reply to: Problem after update of wordpress release #634755

    Hey!

    Please check private.

    Best regards,
    Vinay

Viewing 30 posts - 7,411 through 7,440 (of 10,428 total)