Forum Replies Created

Viewing 30 posts - 30,151 through 30,180 (of 34,929 total)
  • Author
    Posts
  • in reply to: Can't Import Freelancer Demo #898703

    Hi,
    This is something I’m experimenting with on a “at need” basis, we’ve found that some webhosts have more issues than others, and in the interest of getting you, our customers, up and running, this maybe helpful.
    I don’t have all the demos built yet, but we are glad that this helped.
    If you don’t mind, what webhost are you using? And shall we close this now?

    Best regards,
    Mike

    in reply to: Custom Class Icon Box #898696

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: hiding/showing sections on mobile vs desktop #898690

    Hi,
    Yes I’m seeing the same, yet when I add the css to my browser only one or the other will show. Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Breadcrumb and more #898685

    Hi,
    If you would like me to take a look, please include a admin login and ftp access in the private content area.

    Best regards,
    Mike

    in reply to: Change open tab via Main-Menu #898683

    Hi,
    Sorry, I didn’t find your direct link to a tab in your main menu. I do see the tabs in the url you added. Please advise.

    Best regards,
    Mike

    in reply to: Social Icons Buttons in Text Block #898674

    Hi,
    Please include the url to your site.

    Best regards,
    Mike

    in reply to: delete article from cart #898473

    Hey bcdcosmetici99,
    I tried to recreate this issue by adding a item to the cart, and removing it by clicking the “X” and it worked for me, the cart is now empty. Perhaps try clearing your browser cache. Also try recreating the issue in a private browser tab. (incognito)

    Best regards,
    Mike

    Hi,
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    in reply to: add to cart button #898470

    Hey bcdcosmetici99,
    I don’t believe this is possible, the default options are stay on product page & go to cart, yet it seems you have created a custom shopping page, so the “add to cart” action needs to do one of the two options. There is a plugin you could try: WooCommerce Add to Cart Custom Redirect perhaps you could set the redirect to # so it doesn’t go to any page. Or you could try this one to go directly to checkout: WooCommerce Direct Checkout

    Best regards,
    Mike

    in reply to: Breadcrumb and more #898448

    Hi,
    I also tested the Say What plugin with my site language set to German and these settings in the plugin:
    2018-01-17_053252
    and found it worked, perhaps you could try this.

    Best regards,
    Mike

    in reply to: Breadcrumb and more #898431

    Hi,
    Sorry there is not a setting, it is hard coded, but you can change it if you use ftp and edit the Enfold/framework/php/class-breadcrumb.php file and find “You are here:” twice and change it to “Sie sind hier:”
    If you place a copy of this in your child theme folder, keeping the file structure, your change will stay after your next update.
    Also add following code to functions.php file of your child theme:

    add_filter('avia_breadcrumbs_args', 'avia_change_bc_truncate', 50, 1);
    function avia_change_bc_truncate($args){
        $args['truncate'] = 30;
        return $args;
    }

    Best regards,
    Mike

    in reply to: Quick CSS in Child or Parent Theme, or both? #898409

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Social Icons Buttons in Text Block #898405

    Hi,
    It should be centered because we have given the code block a width of 400px and margin of auto in the last two lines of code above, did you happen to change those lines or are you missing the last curry bracket? You can try adding !important; to it like this:

    
    .avia_codeblock.custom-social {
        width: 400px!important; 
        margin: auto!important; 
    }

    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look?
    Try this code to give them a transparent background color:

    #top #wrap_all .custom-social li.av-social-link-youtube:hover a,#top #wrap_all .custom-social .av-social-link-instagram:hover a,#top #wrap_all .custom-social .av-social-link-pinterest:hover a,#top #wrap_all .custom-social .av-social-link-facebook:hover a,#top #wrap_all .custom-social .av-social-link-twitter:hover a {
        background-color: transparent;
    }
    

    Best regards,
    Mike

    in reply to: change font size on home slider #898291

    Hey larineka,
    Try this code in the General Styling > Quick CSS field:

    
    .aviaccordion-preview-title h3.aviaccordion-title {
    font-size: 40px !important;
    }
    .aviaccordion-preview-title .aviaccordion-excerpt {
    font-size: 30px !important;
    }

    Please adjust to suit, the top one is the title, and the bottom is the excerpt.

    Best regards,
    Mike

    in reply to: Quick CSS in Child or Parent Theme, or both? #898289

    Hey Webmaster,
    You should remove the quick css from the parent theme and place it in the child theme, as the child theme is what you will be using actively.

    Best regards,
    Mike

    in reply to: hiding/showing sections on mobile vs desktop #898288

    Hey 34oldcat29,
    Your tags are ID’s not classes, please try this instead:

    @media only screen and (min-width: 769px) {
    #only-mobile { display: none !important; }}
    @media only screen and (max-width: 768px) {
    #only-desktop { display: none !important; }}

    Please clear any cache plugin and your browser cache.

    Best regards,
    Mike

    in reply to: Socket #898284

    Hey swmfirm,
    Try this code in the General Styling > Quick CSS field:

    #socket {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 500!important; 
    }

    Best regards,
    Mike

    in reply to: Import Demo Pages Issue #898282

    Hi,
    Try to reinstall manually via FTP: https://vimeo.com/67209750
    Please let us know when your site is back up so we can asset.

    Best regards,
    Mike

    in reply to: Can't Import Freelancer Demo #898281

    Hey Mark,
    You could try the All-in-One WP Migration files for the Freelancer Demo in the Private Content area.
    They are in a zip file that you will need to extract, one is the import, the other is the login info for after the import. Note that you will lose your current settings and content. Install this plugin: all-in-one-wp-migration
    Read this All-in-One WP Migration tutorial

    Best regards,
    Mike

    in reply to: Custom Class Icon Box #898278

    Hey mcraig77,
    I didn’t find the class “no-icon” on your pages, but I’m thinking your code should like like this:

    .no-icon .iconbox_icon.heading-color {
        display: none!important; 
    }

    If this doesn’t help please post a direct link to your page with the element.

    Best regards,
    Mike

    in reply to: Change the font for the main menu #898276

    Hey projectt_co_uk,
    The Advanced Styling is the right place to make your changes, please note when working with the main menu it has two settings, normal & hover. You had the hover box checked so your changes would only show on hover. I added another main menu option box without checking the hover so the normal state would take affect.
    2018-01-16_212032
    After making changes, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Social Icons Buttons in Text Block #898274

    Hey goingthewholehogg,
    Is this what you had in mind:
    2018-01-16_204846
    If so, I put a code block in my page and added this code:

    
    <ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_twitter av-social-link-twitter social_icon_1"><a target="_blank" href="http://twitter.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li><li class="social_bookmarks_facebook av-social-link-facebook social_icon_2"><a target="_blank" href="http://facebook.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li><li class="social_bookmarks_pinterest av-social-link-pinterest social_icon_3"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Pinterest"><span class="avia_hidden_link_text">Pinterest</span></a></li><li class="social_bookmarks_instagram av-social-link-instagram social_icon_4"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a></li><li class="social_bookmarks_youtube av-social-link-youtube social_icon_5"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"><span class="avia_hidden_link_text">Youtube</span></a></li></ul>

    (Adjust the url’s to your social site’s)
    having already Turned on Custom CSS Class field for all ALB Elements I added the class “custom-social”
    Then I added this code in the General Styling > Quick CSS field:

    .custom-social .social_icon_1,.custom-social .social_icon_2,.custom-social .social_icon_3,.custom-social .social_icon_4,.custom-social .social_icon_5 { 
    font-size: 40px;
    border-color: transparent;
    }
    .main_color .custom-social .social_bookmarks a {
    color: #455a64!important; 
    }
    .avia_codeblock.custom-social {
        width: 400px;
        margin: auto;
    }

    Best regards,
    Mike

    in reply to: errorcodes with regard to Enfold theme #898268

    Hi,
    We would open the robots.txt via ftp and add this code. I have made a copy of your robots.txt & added the code for you. Please see link in Private Content area and replace your current robots.txt via ftp.
    Can you

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Adding a Backround Color for Left Menu Item on Mouse Over #898264

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: row with text block full width #898263

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header in color section #898262

    Hi,
    Just so we understand, please see screenshot in Private Content area, the first one shows the errors we see now, the second one is what we think you want.
    If we are wrong, can you show what you would like to see?

    Best regards,
    Mike

    in reply to: Adding a Backround Color for Left Menu Item on Mouse Over #898139

    Hi,
    That is good to hear, shall we close this then?

    Best regards,
    Mike

    in reply to: row with text block full width #898138

    Hi,
    Glad we could help, shall we close this then?

    Best regards,
    Mike

    in reply to: Css does not work in different browsers / devices #898132

    Hi,

    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 30,151 through 30,180 (of 34,929 total)