Forum Replies Created

Viewing 30 posts - 30,901 through 30,930 (of 34,550 total)
  • Author
    Posts
  • in reply to: Button link contact form #875485

    Hey dittefrandsen,
    You had tried using the “Custom Css Class” field in your element for your anchor ID, since this element was not a color section that has a ID field the solution is to use a “code block” element above your target and use this code:

    <div id="your-custom-id"></div>

    I added this for you so you can see how it works, please check and clear site and browser cache.

    Best regards,
    Mike

    in reply to: How to Change background color & font colour of tabs. #875479

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

    Best regards,
    Mike

    in reply to: How to Change background color & font colour of tabs. #875477

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

    Best regards,
    Mike

    in reply to: Detailed menu in sidebar when using Woocommerce #875464

    Hi,
    Have you been able to make the adjustment?

    Best regards,
    Mike

    in reply to: Problem showing symbols (✔, ✖) in table #873618

    Hi,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Enfold Version Not Updating #873614

    Hi,
    I removed the old enfold-test theme & child. Unless you have any other questions about this issue we would like to close this ticket.
    Glad we were able to help. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Version Not Updating #873470

    Hi,
    Please restore your widgets, there must have been an error in the processes, hope this will not be difficult.
    I updated your theme to v4.2 & all looks good please check.
    I your old enfold-child css you had a function that should have been in your functions.php, this has not been working I’m not sure if you want to use it now:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
    $size['portfolio'] = array('width'=>495, 'height'=>400);
    return $size;
    }

    Would you like me to add it to your new child theme?
    I recommend removing the old enfold-test theme & child, please check your site very carefully then remove them. (If you like I will do it for you, considering all the issues you have been having)
    Afterwards please backup your site and save it to your computer, your last two backups didn’t work, just a heads up :)

    Best regards,
    Mike

    in reply to: Still can't manage upload Enfold 2017 Demo #872983

    Hi,
    If your are running a localhost environment, you can still import the demo from within Enfold.
    The demos are at \enfold\includes\admin\demo_files\enfold-2017.xml

    Best regards,
    Mike

    in reply to: Main Menu + Full Width Sub menu #872981

    Hi,
    try adjusting the [height: .5px!important;] to .3px or to suit
    2017-11-06_045310
    Also clear site and browser cache after changes.

    Best regards,
    Mike

    in reply to: Blurry Thumbnail Pictures in Portofolio Ajax #872967

    Hi,
    In your Portfolio grid element I changed the “Select custom image size” from thumbnail 180×180 to shop catalog 450×450.
    It seems much better now, please check & clear your cache.

    Best regards,
    Mike

    in reply to: Sidebar Settings #872965

    Hi,
    Sorry, I’m not seeing that with Chrome, Firefox, or Edge on Windows. Which browser / OS are you using? Can you add a screenshot of what you see?
    2017-11-06_041944

    Best regards,
    Mike

    in reply to: Problem showing symbols (✔, ✖) in table #872962

    Hi,
    It seems to be working, try clearing your cache
    2017-11-06_041015

    Best regards,
    Mike

    in reply to: Footer broken. #872856

    Hi,
    I believe this is because your Column Link is moving the anchor into place. Not sure if we can adjust this since the Column Link is not a standard function and it is combined with the inline popup script in your functions.php
    It doesn’t seem to affect the user experience though right?

    Best regards,
    Mike

    in reply to: layer slider #872843

    Hey Dialogo2017,
    Go to slider settings > slideshow > cycles and enter a 0 to make it stop on the last slide.
    To add a image button, when editing your slide, ckick “+ Add New” and choose image, click the new image in the preview to add your image, then go to the Link & Attributes tab to add your link.
    Did you see the help docs on the About page of the layerslider, under Getting Started, it links to this page: Online Documentation
    Best regards,
    Mike

    in reply to: unable to view content when edit any page. #872835

    Hi,
    I had looked under server information
    2017-11-05_152319
    Yet I see under select php version it’s 7.1, odd
    Best regards,
    Mike

    in reply to: Secondary menu items not showing with hamburger mobile menu #872832

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

    Best regards,
    Mike

    in reply to: Different Menu on Mobile to Desktop #872830

    Hi,
    For your hide-on-mobile try using the menu items IDs as classes like this:

    @media only screen and (max-width: 989px) {.menu-item-4022,.menu-item-4022,.menu-item-4023,.menu-item-4020,.menu-item-4021 { display: none !important; }}

    2017-11-05_151300
    This is because the burger menu is building a menu from the main menu and not adding your custom class, but taking the IDs from the main menu and creating classes with them.
    2017-11-05_150307

    Best regards,
    Mike

    in reply to: Stop automation of all sliders at once #872822

    Hi,
    Please try this:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content,.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
        -webkit-animation: none!important; 
        animation: none!important; 
    }

    Best regards,
    Mike

    in reply to: Blog post grid layout thumbnails not showing #872818

    Hi,
    To remove the logo from the home page, Try this code in the General Styling > Quick CSS field:

    .html_entry_id_9 .logo img {
    display: none!important; 
    }
    
    

    Best regards,
    Mike

    Hi,
    Please try this plugin: WooCommerce Customizer

    Best regards,
    Mike

    in reply to: Woocommerce In stock & Out Of Stock texts change #872815

    Hi,
    To change the text try a plugin such as: WooCommerce Customizer

    Best regards,
    Mike

    in reply to: Enfold 4.2 Update trouble in full width slider #872814

    Hi,
    Please try:

    #top .avia-video .mejs-container {
        width: 100% !important;
    height: 100% !important;
    }

    Best regards,
    Mike

    in reply to: Custom roll over image #872812

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

    Best regards,
    Mike

    in reply to: Woocommerce Remove/Update Cart Issue #872811

    Hey ChocChipDigital,
    My research shows this issue was solved in the woocommerce forums:
    Solution:
    Changing permalinks to “post” instead of “plain” resolves this issue
    Let us know if this worked for you also.

    Best regards,
    Mike

    in reply to: Problem with suscribe formular in smartphones #872809

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

    @media only screen and (max-width: 767px) { 
    #seed-csp4-page {
        width: 500px!important; 
    }
    #mc_embed_signup_scroll {
        width: 400px!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Use a Different Logo for Print #872808

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

    @media print {
    .logo img {
    display: none!important; 
    }
    .logo {
    background: url('https://kriesi.at/wp-content/themes/kriesi/images/logo.png') no-repeat!important; 
    width: 300px!important; 
    height: 100px!important; 
    }
    }

    Change the logo url to suit.

    Best regards,
    Mike

    in reply to: Woocommerce category images #872799

    Hey Jason,
    Have you tried going to product > categories and uploading the image there?

    Best regards,
    Mike

    in reply to: Enfodl Child – Schema.org oprtion not available #872795

    Hey nuncer,
    It is in Enfold Theme Options > Layout builder > Automated Schema.org HTML Markup

    Best regards,
    Mike

    in reply to: unable to view content when edit any page. #872793

    Hi,
    I deactivated your plugins and checked your functions.php for extra code, but no luck. Odd that your page works on a clean install.
    I see you are using PHP Version 5.6.31, please ask your host to update to v7, and try to update manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    to overwrite any corrupt files.

    Best regards,
    Mike

    in reply to: Link shoping cart mobile icon to shop page. #872789

    Hi,
    Ok, how about adding a custom menu at the top of your page?
    2017-11-05_113353
    Go to Enfold Theme Options > Header > Extra Elements > Header Secondary Menu and activate, then go to your menus and create a new menu, you can name it anything.
    Add two custom menu items, set the URL to your pages, in the Navigation Label add this code, one for each link:

    
    Tienda <img title="Español" src="https://[your-url].com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.png">
    Shop <img title="English" src="https://[your-url].com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png">

    Save menu and set it in the Manage Locations tab
    To hide the menu on any screen larger than a phone add this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 767px) { 
    .av_extra_header_active {display:none!important;}}

    Best regards,
    Mike

Viewing 30 posts - 30,901 through 30,930 (of 34,550 total)