Forum Replies Created

Viewing 30 posts - 91 through 120 (of 2,122 total)
  • Author
    Posts
  • in reply to: Replace enfold menu with plugin #705952

    Hey lmanney,

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

    .avia-menu.av-main-nav-wrap {
        display: none;
    }
    

    Best regards,
    Jordan

    in reply to: Line Break before Read More Links in Archive Pages #705951

    Hey JeeBar,

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

    Best regards,
    Jordan

    in reply to: Video autoplay does not work on mobile #705948

    Hey Tilman,

    Thanks for reaching out to us!

    Unfortunately this is a mobile device limitation. Android and iOS intentionally block the autoplaying of videos so as not to exceed mobile data limits.

    Let us know if there is anything else we can assist you with.

    Best regards,
    Jordan

    in reply to: Styling Next/Prev Post Buttons #705946

    Hi,

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

    .avia-post-nav .entry-image img {
        border-radius: 0 !imporatant;
        max-width: 120px !important;
    }

    Change the width to what size you want the thumbnails to display.

    Best regards,
    Jordan

    in reply to: Size of magnifier symbol background editable? #705943

    Hey Aerdvark,

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

    li#menu-item-search {
        width: 35px;
    }
    

    Best regards,
    Jordan

    Hi,

    Thanks for getting in touch with us!

    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: Avia page builder not loading #705938

    Hi,

    Glad to hear you found the fix! Feel free to reach out to us again on the forum if you need anything else.

    Best regards,
    Jordan

    in reply to: Mobile Only Widget #705912

    Hi,

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

    #text-6.geodir-widget {
        display: none;
    }
    
    @media only screen and (max-width: 767px) {
    #text-6.geodir-widget {
        display: block !important;
    }
    }
    

    Best regards,
    Jordan

    in reply to: How can I install my new Enfold at wordpress? #705909

    Hey arthurfabris,

    Thanks for reaching out to us!

    Are you recieving any errors when trying to install the theme? Please provide the url to your site in the private data section of your reply.

    Best regards,
    Jordan

    in reply to: Styling Next/Prev Post Buttons #705908

    Hey JeeBar,

    I visited your site and the prev and next post navigation buttons are 200px in height. 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: Disable WPML language switcher #705907

    Hey vanwoods,

    Try this code instead and let me know if it works:

    add_action('init','ava_remove_lang_flags', 9999);
    function ava_remove_lang_flags() {
    	remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 );
    	remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
            add_action('avia_after_footer_columns', 'avia_wpml_language_switch', 10);
    }

    Best regards,
    Jordan

    in reply to: How to Center Featured Image on Home Page #705904

    Hey SK,

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

    .big-preview.multi-big {
        padding-left: 12%;
    }
    

    Best regards,
    Jordan

    in reply to: Additional Portfolio Views #705768

    Hey hoibi1984,

    You can view the different portfolio views here on our demo http://kriesi.at/themes/enfold/portfolio/

    Best regards,
    Jordan

    in reply to: Can't change the static homepage #705766

    Hi,

    Glad to hear that it worked! Feel free to reach out to us again if there is anyhting else you need assistance with.

    Best regards,
    Jordan

    in reply to: Mobile Only Widget #705765

    Hey CautiousPossum,

    Thanks for reaching out to us.

    This can be done using some custom code. You will need to set up the widget on the page you want it to show then you need CSS code to only display it on mobile.

    If you place the widget on the page now and share the link to the page, we can assist you with the code to display the widget on mobile only.

    Best regards,
    Jordan

    in reply to: Galleries inside an Accordion #705749

    Hey Troy,

    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: Header covers content on mobile #705739

    Hey DentalUnion,

    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:

    @media only screen and (max-width: 767px){
    .responsive #top #main {
        padding-top: 150px !important;
    }
    }
    

    Best regards,
    Jordan

    in reply to: Remove right sidebar on checkout/order-received page #705738

    Hey jb84,

    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: Buddypress error #705737

    Hi,

    What is the link to your site? You only provided username and password.

    Best regards,
    Jordan

    in reply to: Social shares do not work #705735

    Hey Roderick,

    The social sharing is working for me. Please see a link to my screenshot in the private data section.

    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: Mail chimp Problem #705733

    Hey BrigidCrowe,

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

    in reply to: Spacing between Icon Boxes #705732

    Hi,

    Could you provide us administrator login details to have a closer look on the spacing and provide you with the correct code.

    Best regards,
    Jordan

    in reply to: Enfold Logo on slider will not delete. #705731

    Hey bra101,

    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:

    .logo img.alternate {
        display: none;
    }
    
    .logo img {
        opacity: 1 !important;
    }
    

    Best regards,
    Jordan

    in reply to: Images uploaded have no thumbnails #705730

    Hey shalenie,

    We’ll be happy to assist you!

    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: Radial button color slider controles #705729

    Hey appsolutelymediallc,

    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:

    #top .av-control-minimal-dark .avia-slideshow-arrows a:before {
        border-color: #719430;
    }
    
    #top .av-control-minimal-dark .avia-slideshow-arrows a {
        color: #719430;
    }
    

    Best regards,
    Jordan

    in reply to: Footer differs on one page #705728

    Hey tremblayly,

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

    footer .container {
        height: 108px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    

    Best regards,
    Jordan

    in reply to: Website Title and Tagline don't match backend. #705727

    Hey Kyle,

    Please go to Appearance -> Customize on the your dashboard then select Site Identity and place the correct site title and tagline.

    Best regards,
    Jordan

    in reply to: position of trademark #705723

    Hey JennyGr,

    Try adding the !important tag to each attribute in your code like you did with the first. If that doesn’t work, 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: Third-Party Shortcodes no longer working #705722

    Hey getleveledup,

    Thanks for reaching out to us!

    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: Problem title under logo #705603

    Hey matruelle,

    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

Viewing 30 posts - 91 through 120 (of 2,122 total)