Forum Replies Created

Viewing 30 posts - 30,721 through 30,750 (of 34,552 total)
  • Author
    Posts
  • in reply to: Footer #879521

    Hi,
    In order to use the code so it will not interfere with other pages you will need to add the page_id of the page that is too short to the code. If you would like assistance figuring out your page_id for that page please include a link to it.
    For that page that is too short was 80vh good, or did you try different numbers?
    Overall there is not a single fix for pages that don’t have enough content, other than adding more content or some code like this.
    Do you plan on having many pages that are short like this?

    Best regards,
    Mike

    in reply to: Scrolling text #879513

    Hi,
    Perhaps using a plugin would be better, here’s one I tested for you: Horizontal Scrolling Announcement
    Install the plugin by going to Dashboard > Plugins > Add New and search for the above one, and activate it.
    Then go to Dashboard > Settings > Horizontal Scrolling and edit the text in the default announcement and save then click the default settings button below it and note that the default Scroll Amount is set to 2 which is very slow, try setting 10, and then click submit.
    Then go to your page with the color section and add a Code Block element
    2017-11-20_230649
    and add this shortcode:

    [horizontal-scrolling group="GROUP1"]

    Then save / update the page, and it is now working. When you check the page there maybe a slight delay before it will show, this is also be changed in the settings
    To change the color of the text to white add this code in the General Styling > Quick CSS field:

    marquee a {color: #fff!important; }

    And that’s it!
    2017-11-20_225535
    There maybe other plugins that you may like better, this just was the first one I found, enjoy.

    Best regards,
    Mike

    in reply to: code in caption #879473

    Hi,
    Very good, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Search bar in IE11 (Enfold) #879472

    Hi,
    I tested the search bar shortcode on a clean install localhost in the Header Phone Number/Extra Info area and was not able to reproduce the issue in Edge or IE11, with or without a search in the sidebar.
    There must be something else going on, but I’m unsure how to isolate it.

    Best regards,
    Mike

    in reply to: Google Analytics tracking code not in HEAD #879469

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

    Best regards,
    Mike

    in reply to: LayerSlider Not Working on Microsoft Edge #879468

    Hi,
    That’s a good suggestion, I can see the banner in Edge & IE11.
    please see screenshot in Private Content area

    Best regards,
    Mike

    Hi,
    I believe it is \enfold\framework\js\avia_colorpicker.js

    Best regards,
    Mike

    in reply to: Thumbnail Alignment Problem Blog Post Short Code #878914

    Hey elitontorri,
    Do you mean that you are trying to use the Layout Builder to make a blog post, but it is not looking the same?
    If so that is because the Layout Builder is designed to give you more options, but will behave and look different.

    Best regards,
    Mike

    in reply to: scale up images in gallery #878910

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

    Best regards,
    Mike

    in reply to: add border to gallery #878908

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

    Best regards,
    Mike

    Hi,
    Thank you for the video, how did you add font awesome to your site? I see you are loading it from their server (CDN) but did you enqueue the stylesheet in your functions.php?

    //enqueues our external font awesome stylesheet
    function enqueue_our_required_stylesheets(){
    	wp_enqueue_style('font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); 
    }
    add_action('wp_enqueue_scripts','enqueue_our_required_stylesheets');

    If so, perhaps try self hosting and enqueue the stylesheet in your functions.php like this:

    //enqueues our locally supplied font awesome stylesheet
    function enqueue_our_required_stylesheets(){
    	wp_enqueue_style('font-awesome', get_stylesheet_directory_uri() . '/css/font-awesome.css'); 
    }
    add_action('wp_enqueue_scripts','enqueue_our_required_stylesheets');

    you will need to add the font awesome files.

    Best regards,
    Mike

    in reply to: Change the font just for the title of a slider #878901

    Hi,
    That’s good to hear, we will keep this open for now.

    Best regards,
    Mike

    in reply to: Avia Editor not loading since WP update 4.9 – 02 #878896

    Hi,
    WP 4.9 and german formal is the installation language, changing to non formal seems to resolve the problem. The Dev team is working on this. Thanks for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: "Blog Post" Pagination Not Working #878895

    Hi,
    Sounds good.

    Best regards,
    Mike

    in reply to: Enfold Capabilities #878893

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

    Best regards,
    Mike

    in reply to: Best location to add custom CSS styles #878892

    Hi,
    I meant any site caching plugin, sorry I got to start wording that better :)
    The other two css is custom.css and dynamic-css.php which is keeped in your database.

    Best regards,
    Mike

    in reply to: "Blog Post" Pagination Not Working #878889

    Hi,
    Sorry, about Emma I didn’t realize the setting weren’t saved. I was trying to rule things out.
    Look in layerslider > System Status > Server Settings > Suhosin
    Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws for PHP 5.4.x
    We have seen issues with it and mod_sec on WordPress, more notably now that WP is tuned for PHP 7.
    Suggesting the upgrade to PHP 7 and disabling Suhosin has helped sometimes, I’m thinking it worth a shot.

    Best regards,
    Mike

    in reply to: grid row vertical align on mobile #878884

    Hi,
    The grid css for mobile view changes at that brake point, but we can’t overwrite it because it is using !important;
    If you remove the !important; from /wp-content/themes/enfold/css/grid.css line 146 we maybe able to overwrite it, or you can comment out lines 139, 144-146 yourself.
    I’m not sure what other effects it will have on your grid.
    2017-11-19_154139
    If you are using a child theme you can add a copy of grid.css to it.

    Best regards,
    Mike

    in reply to: code in caption #878875

    Hi,
    Sorry I’m not sure if you are still looking for assistance, shall we close this then?

    Best regards,
    Mike

    in reply to: Problem with Enfold Church while viewing in Microsoft Edge #878874

    Hi,
    The z-index should have no effect on scrolling, you can try a plugin such as: MouseWheel Smooth Scroll to see if that helps.

    Best regards,
    Mike

    in reply to: Change the Styling of Masonry Sort Link #878868

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

    Best regards,
    Mike

    in reply to: question about Enfold Band demo #878867

    Hi,
    There is no need to activate the layerslider, it works as-is.
    If you did buy the layerslider separately then you will need to upload the plugin and activate it, the built in layerslider can not be activated.

    Best regards,
    Mike

    in reply to: Reducing space between headings #878863

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

    .page-id-11 .post-entry-11 .avia_textblock p {margin-top: 0px !important; }
    .page-id-11 .avia-builder-el-1 {margin-bottom: -20px!important; }

    Best regards,
    Mike

    in reply to: "Blog Post" Pagination Not Working #878860

    Hi,
    You have a Suhosin warning: Suhosin may override PHP server settings
    Ask your host to disable and update to php 7, to see if that helps. I also note you have a custom archive page in your child theme, I wonder if the changes are still valid.

    Best regards,
    Mike

    in reply to: Best location to add custom CSS styles #878849

    Hey SyberKnight,
    Since you are using a child theme WP admin > Appearance > Editor > child theme > Stylesheet (style.css) is best.
    Also clear site and browser cache after changes.

    Best regards,
    Mike

    in reply to: Change the Styling of Masonry Sort Link #878848

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

    .av-masonry-sort a {
      font-weight: bold;
      font-size: 18px;
    }

    Best regards,
    Mike

    Hi,
    The issue here is that the grid row is set to 100% width, so at larger screens it will stretch the width while the other elements are set to a max-width of 1210px.
    The best option would be to change the padding depending on screen size, it looks like it fine up to 1440px, is that true for you?
    What screen sizes do you want to cover? Are you considering the edge of the image the edge to line up? Ideally setting the max-width would be easiest, but that would give you the green background.

    Best regards,
    Mike

    in reply to: Php configuration #878840

    Hi,
    Option 1 should be fine, but you could try option 3 and if all works fine then use it, otherwise go back and use option 1

    Best regards,
    Mike

    in reply to: Enfold Capabilities #878838

    Hi,
    We look forward to helping, unless there is anything more now, shall we close this?

    Best regards,
    Mike

    Hi,
    The login leads to a 404 page, please check.

    Best regards,
    Mike

Viewing 30 posts - 30,721 through 30,750 (of 34,552 total)