Forum Replies Created

Viewing 30 posts - 271 through 300 (of 2,122 total)
  • Author
    Posts
  • in reply to: Categorie widget displays bullets #693522

    Hi,

    Thanks for getting back to me!

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

    ul.disc, .entry-content-wrapper ul {
        list-style: none outside !important;
    }
    

    Best regards,
    Jordan

    in reply to: Social icons in the author page #693282

    Hey Victor,

    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,
    Jordan

    in reply to: Enfold Mailchimp Newsletter form customization #693277

    Hi,

    Sorry about that, I made a mistake.

    That should have been #element_avia_1_1 and #element_avia_2_1. I have made the correction for you.

    Best regards,
    Jordan

    in reply to: update cart not working #693272

    Hey pauldevine78,

    Could you please also provide login credentials to your site, so that we may take a closer look at the backend.

    Best regards,
    Jordan

    in reply to: Angled edges for background images #693268

    Hey Cihan,

    Seems to be working for me. Try clearing your browser’s cache and refreshing the page.

    Also you may want to add the property:

    backface-visibility: hidden;

    Add that to your above code as well and let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: Categorie widget displays bullets #693266

    Hey Lyse,

    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,
    Jordan

    in reply to: Effect hover on Masonry Gallery and Masonry Portfolio #693259

    Hi,

    Glad we could be of assistance! Feel free to reach out to us again if you need anything else :)

    Best regards,
    Jordan

    in reply to: Author and date not showing on posts #693253

    Hey natubat,

    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.

    Best regards,
    Jordan

    in reply to: tema Enfold duvidas #693249

    Bom dia Debora,

    Você poderia fornecer informações de login FTP.

    Saudaçoes,
    Jordan

    in reply to: Overlap logo and menu #693061

    Hi,

    I’m not sure I completely follow. What do you mean by put the logo on top of the menu? Do mean you would want the logo placed above the nav menu in a situation like that where it overlaps?

    Best regards,
    Jordan

    in reply to: submenu dropdown text colour #693058

    Hey Rachel,

    Thanks for reaching out to us and sorry for the delayed response.

    The sub menu text color is now grey. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    in reply to: Major issues with update enfold 3.8. #693057

    Hey Sébastien,

    Sorry for the delay in response.

    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.

    Best regards,
    Jordan

    in reply to: Fontello import doesn't work #693055

    Hi,

    Glad to see you got it working and thanks for letting us know!

    Best regards,
    Jordan

    in reply to: Padding to a separator #693054

    Hi,

    Thanks for getting back to me.

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

    .hr.hr-custom.hr-left.hr-icon-no {
        padding-left: 25px;
    }
    

    Best regards,
    Jordan

    in reply to: Remove Header Shopping Cart Icon when empty #693049

    Hi Dario,

    Have you tried the code Yigit provided? The css only hides the cart when it is empty but there is a different class when the cart has something in it which displays the cart again.

    Let us know if we are still misunderstanding.

    Best regards,
    Jordan

    in reply to: Portfolio Entry #693044

    Hey pistonluca,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Please point us to the portfolio entry as well.

    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.

    Best regards,
    Jordan

    in reply to: Problem Restore Backup #693043

    Hey 4paintaker,

    The database may need to be repaired”, then you need to repair your database.
    You can do this by adding the following line in your wp-config.php file. Add it just before ‘That’s all, stop editing! Happy blogging’ line wp-config.php.

    
    define('WP_ALLOW_REPAIR', true);

    Once you have done that, you can see the settings by visiting this page: http://www.yoursite.com/wp-admin/maint/repair.php

    Once you are done repairing and optimizing your database, make sure to remove this from your wp-config.php. Let us know how it goes.

    Best regards,
    Jordan

    in reply to: Text when mouse on image #693042

    Hey Janus,

    Try adding this at the very end of your theme functions.php file:

    
    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    	jQuery('img').removeAttr('title');       
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Best regards,
    Jordan

    in reply to: tema Enfold duvidas #693041

    Boa tarde,

    Abrir config-templatebuilder> avia-shortcodes> testimonials.php, encontrar este código:

    
    if($link)	$output .= 					" &ndash; <a class='avia-testimonial-link' target='_blank' href='{$link}'>{$linktext}</a>";

    Remover target = ‘_blank ‘.

    Saudações,
    Jordan

    in reply to: Template as default #693037

    Hi,

    Great! Look forward to seeing your request.

    Let us know if there is anything else you need assistance with by reaching out on the forum again.

    Best regards,
    Jordan

    in reply to: Change header color when scroll down on sticky header #693034

    Hi Tarek,

    Thanks for the further explanation.

    We need a link to you homepage so that we can inspect the element and assist with the code to make those changes. You can place the link in the private data section.

    Best regards,
    Jordan

    in reply to: Make Icon size for larger for only this section #693033

    Hey mcraig77,

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

    #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
        font-size: 50px;
    }
    

    You will need to add the section class to the code and replace the #top to target only that section’s icon.

    Best regards,
    Jordan

    in reply to: Default sidebar error #693032

    Hey ttiagoo,

    Could you please provide administrator login details to your WordPress dashboard so that we can have a closer look. You can place the information in the private data section.

    Best regards,
    Jordan

    in reply to: Overlap logo and menu #693031

    Hi,

    Thanks for reaching out to us!

    Regarding the overlapping issue, please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    If that does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Jordan

    in reply to: Enfold Mailchimp Newsletter form customization #693019

    Hi,

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

    #element_avia_1_2, #element_avia_2_2 {
        display: none;
    }
    

    To change the placeholder text try adding the following to your theme functions (using a Child theme preferably):

    
    <script>
    document.getElementsByName('avia_0_2')[0].placeholder='new text for email';
    </script>

    Change new text for email to the text you want.

    Best regards,
    Jordan

    in reply to: Line icon list into the centre #692997

    Hi,

    Glad to hear it worked :) Feel free to reach out to us again on the forum when you need assist with anything else.

    Best regards,
    Jordan

    in reply to: How to change accordion slider text size #692993

    Hi,

    Thanks for getting back in touch.

    The first code you are using already affects the font size on the accordion slider and overrides Yigit’s code. You can remove the latter code and use yours. You may not be seeing the changes because you probably need to clear your browser’s cache but the effect does happen. Currently using your code I have set the font size to 20px on mobile and it is working.

    Please check and let me know!

    Best regards,
    Jordan

    in reply to: Social Media Icon: text-decoration and color change #692990

    Hey Martin,

    Thanks for reaching out to us.

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

    .social_bookmarks a {
        color: #ffffff !important;
        text-decoration: none !important;
    }
    

    Best regards,
    Jordan

    in reply to: Contact form not working #692934

    Hey kristin8,

    Thanks for reaching out to us!

    What exactly is the issue with the contact form? Are you unable to send emails or you receive no notifications? Could you please please provide a little more detail as to the issue you are experiencing.

    Best regards,
    Jordan

    in reply to: Change header color when scroll down on sticky header #692885

    Hey Tarek,

    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,
    Jordan

Viewing 30 posts - 271 through 300 (of 2,122 total)