Forum Replies Created

Viewing 30 posts - 30,571 through 30,600 (of 33,828 total)
  • Author
    Posts
  • in reply to: Landing Page Help #861432

    Hey stewroids,
    To build a landing page use the Template: “Blank – No Header, no Footer” and No Sidebars.
    To collect email address you can use the contact form element and save the emails that are sent to you or the Mailchimp Signup element and have them sign up in your Mailchimp account, or use a plugin such as Easy Sign Up

    Best regards,
    Mike

    in reply to: Mobile View: the logo and menu icons are overlapping #861430

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

    Best regards,
    Mike

    in reply to: URGENT – Layer Slider without licence #861427

    Hi,
    The LayerSlider that comes with Enfold is a bundled version that the Layer Slider team has provided, which they have disabled a few premium features. Should you wish to use the premium features you can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then you are in full control of LayerSlider updates and premium features.
    There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.
    To fix your slide timing, open your slider and change the “Slide Timing” to something like 7000
    2017-10-07_140752
    Read more here: https://support.kreaturamedia.com/docs/layersliderwp/documentation.html#slider-builder

    Best regards,
    Mike

    in reply to: YouTube Video Not Showing #861425

    Hi,
    I have used the debug mode to copy your page to a clean install and the video showed fine, this leads me to believe you have a plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Mobile View: the logo and menu icons are overlapping #861413

    Hi,
    I changed your code to this:

    @media only screen and (max-width: 426px){ 
    .responsive #top #wrap_all .logo a > img {width: 183px !important;}
    .responsive #top #wrap_all .main_menu {right: -50px!important; }}

    it seems to be working on all pages now, please check.
    Best regards,
    Mike

    in reply to: Can't change background image on boxed theme #861406

    Hi,
    Shall we close this then?

    Best regards,
    Mike

    in reply to: Captcha is off the page? #861405

    Hey Darren,
    When checking your contact page, I only see the recaptcha size issue in tablet mode (768px) so try this code in the General Styling > Quick CSS field to target just that size:

    @media screen and (max-height: 769px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }

    Please clear your cache and review.
    2017-10-07_122239
    2017-10-07_122151
    Best regards,
    Mike

    in reply to: Style sheet could not be loaded fault #861401

    Hey Darren,
    I went to your contact page, but didn’t get that error in the console, how can I reproduce the error?

    Best regards,
    Mike

    in reply to: Adjust the height of the Fullscreen Slider #861399

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Change Table Header Color #861398

    Hey HendyZone,
    Here is an example css for your site:

    .postid-2338 td.avia-center-col:nth-child(1) {background-color: red !important;}
    
    .postid-2338 td.avia-center-col:nth-child(2) {background-color: yellow !important;}
    
    .postid-2338 td.avia-center-col:nth-child(3) {background-color: blue !important;}

    2017-10-07_113321
    You can change the colors to suit, and change the postid for each page or post if you use several different tables, but this will effect all tables on the same page.

    Best regards,
    Mike

    in reply to: Mobile View: the logo and menu icons are overlapping #861396

    Hi,
    I added the above code and flushed your site cache, Please clear your browser cache and review
    2017-10-07_111649

    Best regards,
    Mike

    in reply to: Assign post breadcrumb category to page #861390

    Hey Sigmund,
    The category links to a archive page that displays all posts in that category, are you asking to have a shorter url to the same page without the “/category/”? Can I ask what purpose this would achieve?

    Best regards,
    Mike

    in reply to: Custom CSS playing havoc with my home page #861386

    Hi,
    Try using a code block element instead of a text block element.

    Best regards,
    Mike

    in reply to: Enfold > Background image > Remove on mobile #861382

    Hi,
    Try:

    @media only screen and (max-width: 426px) { div#archi-workshop- { background-image: none!important; } }

    Best regards,
    Mike

    in reply to: Logo height #861381

    Hi,
    It looks like you have this custom css controlling the height:

    /* fine */
    #top #header_main > .container, #top #header_main > .container .main_menu ul > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 100px !important;
        line-height: 80px !important;
        position: relative;
    }

    Can you please add a screenshot to point out how you would like to see it?

    Best regards,
    Mike

    in reply to: Mobile View: the logo and menu icons are overlapping #861379

    Hi,
    To move the items to the right try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 480px) {.responsive #top #wrap_all .main_menu {right: -50px!important; }
    }

    Best regards,
    Mike

    in reply to: Vimeo Autoplay / Design Question #861378

    Hey mrjohnson2,
    It could be due to the multiple requests, although I reloaded your page several times with no issues, so I can’t really point to one cause or another.

    Best regards,
    Mike

    in reply to: Error: "ReferenceError: LS_MCE_l10n is not defined" #861375

    Hey mgyura,
    Please try to flush the cache, are you using minfication? If yes, you might want to disable that and enable later.
    Try disabling your other plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    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: Enfold Default Editor Issues #859023

    Hi,
    That’s odd, login with the info you gave us and you will see the visual editor tab and wand. Try creating a new admin account for yourself.

    Best regards,
    Mike

    in reply to: Adjust header color on specific pages #859020

    Hi,

    /*menu color*/ 
    .header_color .main_menu ul:first-child > li > a {color: blue !important;}
    /*menu hover*/
    .header_color .main_menu ul:first-child > li > a:hover {color: #fff !important;}
    /*sub-menu*/
    .header_color .main_menu .menu ul li a {color: green !important;}
    /*sub-menu hover*/
    .header_color .main_menu .menu ul li a:hover {color: #fff !important;}

    You can add your page-ids to these to set them to each page, adjust colors to suit.

    Best regards,
    Mike

    in reply to: Problem with contact form 7 plugin #859012

    Hi,
    ops, I meant to target the button only, try this instead:

    @media only screen and (max-width: 1050px) {.cf7-style.cf7-style-5304 input[type='submit'] {
        width: 90%!important; }
    .cf7-style.cf7-style-5304 input[type='submit'] {font-size: 10px!important; }}

    Best regards,
    Mike

    in reply to: Adjust header color on specific pages #859009

    Hi,
    Ah, I was looking at the wrong site :)
    OK, so it looks like the menu is “light grey with a hover of dark grey” this is how you wanted it right?
    how can I help?

    Best regards,
    Mike

    in reply to: "Back to Shop" Button is connected to default shop #858998

    Hey nadinedomnink,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function wc_empty_cart_redirect_url() {
    	return 'http://yourdomain.com/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    Best regards,
    Mike

    in reply to: Wp Theme Enfold #858997

    Hey Lutz,
    Sorry we don’t offer that option.

    Best regards,
    Mike

    in reply to: Wp Theme Enfold #858996

    Hey Lutz,
    Sorry we don’t offer that option.

    Best regards,
    Mike

    in reply to: Adjust header color on specific pages #858993

    Hi,
    Sorry for the questions, but when I look at your site the header looks red on all pages, yet you say the “Header background on frontpage is white” perhaps I’m looking at the wrong thing? Can you please add a screenshot to point out what you see?

    Best regards,
    Mike

    in reply to: Adjust header color on specific pages #858989

    Hi,
    Perhaps a good approach would be to use the Advanced Styling to change it globaly, and then we can write code for the one page that is different, ie: frontpage.
    Did I understand that right?

    Best regards,
    Mike

    in reply to: Change Header Font Size #858985

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

    Best regards,
    Mike

    in reply to: Blog excerpt not displayed #858983

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

    Best regards,
    Mike

Viewing 30 posts - 30,571 through 30,600 (of 33,828 total)