Forum Replies Created

Viewing 30 posts - 24,541 through 24,570 (of 34,600 total)
  • Author
    Posts
  • in reply to: Restrict Content Pro #1019772

    Hey Jason,
    Is your notification block a advanced layout builder element? Perhaps you can use a code block element before and after your notification block and enter the starting shortcode in one and the ending shortcode in the other?
    Another option is to Enable the Avia Layout Builder Debuggerand enter your shortcodes directly in with the theme shortcodes. Please test this first, as I’m not sure if this will cause a conflict.

    Best regards,
    Mike

    in reply to: Can't update 4.4 to 4.4.1 #1019764

    Hey nancyT,
    Please try using the Update Theme and Plugins from Zip File plugin. It will allow you to upload the enfold.zip file from your Theme Forest account to update. Please be sure to download the “Installable WordPress file only”.
    Please use your webhost full backup tool first, as good practice.
    If this doesn’t help we will be happy to assist if you include a admin login & ftp access, & a link to your updated theme files in the Private Content area.

    Best regards,
    Mike

    in reply to: Cant Access WP Admin After Theme Update via FTP #1019757

    Hey kaizeninbound,
    If I understand correctly, right now the site has been restored, so you can login to the WP admin area?
    I ask because when I look at the source code of your site it looks like you have v4.4.1 installed, our latest version?
    When you couldn’t login did you get any error messages?
    From your explanation the first thing I think of is it sounds like you tried to overwrite your parent theme with the update via ftp when you should delete the parent theme and then install the new parent theme so that some old unused files are not left behind. That is files that are not in the new theme, and may cause errors.
    We have been testing the Update Theme and Plugins from Zip File plugin, and it preforms these steps making it possible to update the theme from the theme panel with a zip file.
    Perhaps it will be easier for you also.
    I do recommend making a backup first, just because it’s good practice.

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Sort Blog Posts Element Ascending #1019735

    Hi,
    Are you using a child theme, I believe that the above code snippet is necessary for it to work. Please try adding via ftp so that if you get an error you can simply remove the code to restore your site.

    Best regards,
    Mike

    in reply to: Shop page: add text before products #1019728

    Hi,
    Thank you for the ftp and admin access, I was able to setup the widget area and I added some text for you to see.
    Please feel free to adjust to suit. If you need some assistance with adding some css to style the area, just let us know.

    Best regards,
    Mike

    in reply to: LayerSlider update banner #1019722

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Sorry I should have explained that better, Cross-origin resource sharing (CORS), it is the headers of the web resource that either allows sharing or not, and where the page is coming from. So with iframes if sharing is allowed the iframe will show but you can’t inject css to override the iframes css, it will load it’s own css from it’s own domain.

    Best regards,
    Mike

    in reply to: Problems with Demo layouts #1019714

    Hi,
    Glad we could help, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Center content and show breadcrumbs #1019713

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .html_header_transparency #top .avia-builder-el-0 {
        top: -74px !important; 
    }
    #main {
    background-color: #000 !important; 
    }

    It moves the slider up & changes the background black.

    Best regards,
    Mike

    in reply to: Shop page: add text before products #1019500

    Hi,
    Thanks for the login, but please include the login url
    In your new image the text block looks larger, so my solution is probably not very good. If you don’t see the “Editor” then it could be disabled, are you using a security plugin? We may also need ftp access to assist.
    I have a new solution, we will add a widget to that area so you can easily update the text, this will be the location:
    2018-10-09_074049
    We will add a custom widget area called “textblock” that will only show on the shop page
    2018-10-09_074601
    by adding this code to your functions.php, once we get access:

    add_action( 'woocommerce_before_shop_loop', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'textblock' );
    }

    Then we will need to add some css if you want some styling like in your image, or was the background color just to point out the location?
    So please include the admin url to your site & ftp access in the Private Content area so we can assist in setting this up for you.

    Best regards,
    Mike

    in reply to: Remove hover text cloud above image in gallery #1019485

    Hi,
    I assume that you would like to remove this for the whole site, in that case, Please try this code in the General Styling > Quick CSS field:

    .avia-tooltip.avia-tt {display: none !important;}

    Best regards,
    Mike

    in reply to: need different logos on different pages of site #1019476

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Shop page: add text before products #1019342

    Hey Camilla,
    If this is for a message or a title, then perhaps this will work for you:
    2018-10-09_000915
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_shop_message(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
        $( "<div class='shopbanner'>Welcome to our shop</div>" ).insertBefore( ".container_wrap_first.template-shop" );
      });
    })(jQuery);
    </script>
      <?php
      }
    add_action('wp_footer', 'custom_shop_message');

    you will need to add some css, here’s what I used in the image, just add this code in the General Styling > Quick CSS field:

    .shopbanner {
        text-align: center;
        background-color: greenyellow;
        width: 80%;
        margin: auto;
    }

    If this doesn’t help, please include a admin login in the private content area so we can take a closer look at your page.

    Best regards,
    Mike

    in reply to: need different logos on different pages of site #1019333

    Hey DesignPOD,
    Please see this page in our documentation: Change the logo image on some pages

    Best regards,
    Mike

    in reply to: secure your website #1019328

    Hey Eefke,
    You would need to get a SSL certificate so your site would start with “https” and have your webhost install it for you.
    Some webhosts offer this for free with Let’s Encrypt

    Best regards,
    Mike

    Hey hostworks,
    Sorry, due to CORS you can not change the style of a page that is in a iframe.

    Best regards,
    Mike

    in reply to: Enfold Child theme option, reset all option button #1019322

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

    add_action('admin_head', 'remove_reset_button');
    function remove_reset_button() {
      echo '<style>
    	.avia_footer_reset{ display: none !important; } 
      </style>';
    }

    Best regards,
    Mike

    in reply to: LayerSlider update banner #1019320

    Hi,
    I see, sorry I got mixed up there. Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Menu background color on sub pages #1019317

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Menu issues #1019315

    Hi,
    To do this I had to make the mobile image not parallax, but your desktop image is parallax.
    But your desktop image already looks full size, so I don’t see how this would help, especially when you will lose the parallax?
    Which image isn’t sharp, they both look sharp to me?

    Best regards,
    Mike

    in reply to: Lightbox Image Sizing #1019306

    Hi,
    I tried to login to assist but the password is not working for me, please check.
    Ok, so I thought it though a little more and think we should add a class to the image on click so we can target the one image with the css. This works in my tests.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function add_menu_img_class(){
      ?>
      <script>
    (function($){
    $(document).click(function() {
      $("img[src*=LargeMenuSept19_OL-web-ready-update]").addClass("LargeMenu");
      });
    })(jQuery);
    </script>
      <?php
      }
    add_action('wp_footer', 'add_menu_img_class');

    then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    img.mfp-img.LargeMenu {
        width: 1200px !important; 
        max-width: 1200px !important;  
        height: 1976px !important;
        max-height: 1976px !important;
    }

    This will add a class to only the one image so the css can target just the one image. If you change the image you will need to change the script. You can also use this to model for your other menu, you will need to change the function, script, and css to the other image.

    Best regards,
    Mike

    in reply to: LayerSlider update banner #1019299

    Hi,
    To update the bundled layerslider, either the child theme, or as the parent theme, no api key is needed.
    I took another look at the “How to update LayerSlider” link, but I don’t see a api key posted there.
    If you found one there it was not intend.

    Best regards,
    Mike

    in reply to: Contact form does not work #1019298

    Hi,
    When I tested before I copied your contact form element and tried different changes to it until it was working with my email, this is why I thought it was the html tags the title field. We have also seen this issue with other title fields in other elements.
    So this time I tried making changes to your original contact form element, and it seems once I deactivated all of your mandated fields and then mandated them again your form began to work again.
    Please try your form now.

    Best regards,
    Mike

    in reply to: Problems with Demo layouts #1019293

    Hi,
    I tried to recreate this issue on my localhost, I installed the Law Demo and then when to Import / Export and saved the theme settings file, then I went to General Styling and choose a predefined color scheme “Elegant Red” which gave me this on the homepage:
    2018-10-08_203428
    Then I went to Enfold Theme Options and used the “reset all options” button at the bottom, which removed the demo styling:
    2018-10-08_205034
    Then I used the Import Theme Settings File to upload the theme settings file, and saved the theme settings one more time to rebuild the merged files, and the demo was restored after clearing my browser cache:
    2018-10-08_203907
    I did this twice so I could get the screenshots, and on my second attempt the “Save all changes” button in the theme options panel was not activated, so I added a blank space in the Quick CSS field to activate the “Save all changes” button, and then clicked it, and cleared my browser cache.
    Please try these steps.

    Best regards,
    Mike

    in reply to: Remove hover text cloud above image in gallery #1019290

    Hi,
    Thank you, please include a link to your gallery so we can ensure it will work for you and your classes. Will this be for one gallery, or the whole site?

    Best regards,
    Mike

    Hi,
    Thank you for sharing your zip file, I found the file is not correct, it doesn’t contain any fonts, here is your file:
    2018-10-08_072955
    This is a correct file:
    2018-10-08_073230
    Please go to fontello.com and drag your svg images into the “Custom Icons” at the top to create the correct file, I tested a few of your images and it worked fine: (Please note that after you drag them, you will also need to click them to activate them)
    2018-10-08_074047

    Best regards,
    Mike

    in reply to: Contact Form & Newsletter Form integration #1018968

    Hi,
    Sorry, the Enfold contact form is not connected to the Mailchimp service, perhaps the Mailchimp service offers a contact form with the option to allow a checkbox for the Mailchimp newsletter.
    Please see if you can create a dual form at Mailchimp, and then use the Mailchimp element instead of the Enfold contact form.

    Best regards,
    Mike

    in reply to: Aligning textblock elements inside color section #1018965

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Contact form does not work #1018964

    Hi,
    Thanks for the login, I took another look and believe it’s the html in the title field of the last check box, once I removed the link to your privacy page and the email address the mail was sent & received correctly. Please try this.

    Best regards,
    Mike

Viewing 30 posts - 24,541 through 24,570 (of 34,600 total)