Forum Replies Created

Viewing 30 posts - 3,691 through 3,720 (of 34,598 total)
  • Author
    Posts
  • in reply to: Shorten masonry blogpost excerpt length #1434667

    Hi,
    I added this to your child theme functions.php

    function custom_excerpt_setting(){
    ?>
    <script>
    (function($){
        function trimByWord(sentence,wordcount = 10) {
            var result = sentence;
            var resultArray = result.split(" ");
            if(resultArray.length > wordcount){
            resultArray = resultArray.slice(0, wordcount);
            result = resultArray.join(" ") + "...";
            }
            return result;
        }
        $(document).ready(function(){
            $('.av-masonry-entry-content').each(function() {
                 $(this).text(function(index, currentText) {
                    return trimByWord(currentText);
                 });
            });
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_excerpt_setting');

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Shorten masonry blogpost excerpt length #1434664

    Hi,
    How long? Do you want read more buttons?

    Best regards,
    Mike

    Hey heldentraeume,
    Perhaps some css is hiding the sections, I don’t have the premium version to test with, please include a admin login in the Private Content area so we can examine further.

    Best regards,
    Mike

    in reply to: Adress fb and ig buttons in headerline #1434661

    Hi,
    Thanks for the link to your post, when you use a color section it is full width so it pushs the sidebar down, so try adding a column in your color section with the widget element in it and then hide the sidebar on the post, if you wish we can adjust the post that you linked to this way so you can see, if you include a admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: Shorten masonry blogpost excerpt length #1434660

    Hi,
    Please note that this depends on many factors, please fully explanin what you are trying to achieve, are you going to be using manual excerpts on your items? Do you want a read more button? what limit do you want? Some of your items don’t use manual excerpts, so all of your items need to be the same.

    Best regards,
    Mike

    in reply to: Shorten masonry blogpost excerpt length #1434656

    Hi,
    Now I see there are excerpts showing, so it seems that one of these snippets was working, right?

    Best regards,
    Mike

    in reply to: Shorten masonry blogpost excerpt length #1434653

    Hi,
    Thanks for the link to your page, it looks like each item is showing no words in the excerpt, only a “more” link, your titles show words but the word limits don’t work on titles, perhaps this is why it is not working as you thought.

    Best regards,
    Mike

    in reply to: Masonry – next, previous #1434652

    Hey Dave,
    Thank you for your patience, when you say the next and previous buttons cycle through all post categories do you mean the pagination of the masonry element of the post next and previous buttons on the side of the page?
    Enfold_Support_4743.jpeg
    the masonry element doesn’t control the post next and previous buttons, these are not limited to a specific category they cycle through all posts.

    Best regards,
    Mike

    in reply to: Hide / Show Section #1434650

    Hi,
    Sorry for the confusion, the triangle icon only hides the element in the backend, to hide a element in the frontend go to the element Advanced ▸ Responsive ▸ Element Visibility
    Enfold_Support_4741.jpeg
    If you would like to request a icon feature please use our Github Feature Request to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Preview not working #1434649

    Hey Grosetheme,
    Please note that the WordPress preview option doesn’t always work correctly because WordPress doesn’t always load all of the theme files for every element in preview mode, unfortunately we can not override WordPress for this. We recommend opening your page in a new tab and after saving your changes switch tabs an reload the page to check.

    Best regards,
    Mike

    in reply to: Hide Alt Tags #1434648

    Hey annameis,
    Typically it is the title tags that show on hover, try this solution.

    Best regards,
    Mike

    in reply to: Sticky Menu drop Shadow – Only on scroll #1434647

    Hey bemodesign,
    I’m not sure what you are trying to achieve, please link to your site and a mockup of what you would like to see.

    Best regards,
    Mike

    in reply to: Shorten masonry blogpost excerpt length #1434646

    Hey Christian,
    It depends on many factors, try this thread
    If this doesn’t help them include a admin login and link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Need more media query #1434645

    Hi,
    Is custom.css a file that you added? If it is a theme file and you have enable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression then it is combined. I recommend using the Enfold Theme Options ▸ General Styling ▸ Quick CSS field or the WordPress ▸ Customize ▸ Additional CSS if these are not working for you then you may have an error or a missing bracket.

    Perhaps we are getting side tracked, above you write that the css is not working but I don’t see a like to your site, please link to your site so we can help you with the css.

    Best regards,
    Mike

    in reply to: blog page customize #1434643

    Hi,
    Thanks I made an adjustment, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Masonry Button – same style as my other buttons #1434642

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Website for ceramicist #1434641

    Hi,
    Yes it does, but this specific demo has images on the homepage, each goes to it’s onw page, these images are what I thought would look nice for your ceramic pieces
    Another nice one might be this one it has a portfolio menu item, or perhaps see all of our demos here.
    Or you can use the elements to create the layout that you wish, you are not limited to only these.

    Best regards,
    Mike

    Hey fogelfish,
    Thanks but I’m unable to reproduce this error. Can you create a video of the steps you are using to create the error?

    Best regards,
    Mike

    in reply to: Error when activating theme #1434623

    Hi,
    Thanks, I was able to remove the Enfold theme and then I could login into your site, and I disabled all of your plugins, then I tried to upload a new version of the theme and I got a 406 server error:
    Not Acceptable
    An appropriate representation of the requested resource could not be found on this server.

    This may be caused by Mod_Security on your server.
    I removed the theme again and noted some Wordfence code in your .htaccess file:

    # Wordfence WAF
    <Files ".user.ini">
        <IfModule mod_authz_core.c>
            Require all denied
        </IfModule>
        <IfModule !mod_authz_core.c>
            Order deny,allow
            Deny from all
        </IfModule>
    </Files>
    
    # END Wordfence WAF
    
    ModPagespeedRewriteLevel CoreFilters

    since I had disabled all of the plugins I thought that this was causing an issue so I removed it and tried to upload the theme again but got the same error and I was booted out of FTP, I think I was banned by Mod_Security. See if your host can disable Mod_Security and then we can try uploding the theme again.
    I have not seen this issue before, perhaps you could also try creating a new subdomain and a new plain WordPress install and try installing Enfold there.

    Best regards,
    Mike

    in reply to: Column padding on mobile #1434619

    Hi,
    Thank you for your patience, in the grid element the cell with the background image was set to be hidden on mobile, so I changed it to show under the first cell:
    Enfold_Support_4737.jpeg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Contact form not working #1434618

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Sticky burger menu + change colour #1434617

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
      .responsive #top #wrap_all #header .main_menu {
        position: fixed;
        padding-right: 30px;
      }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Sample Pages #1434611

    Hi,
    When you go to the theme options Enfold Theme Options ▸ Demo Import ▸ Import demo files you should see many demos to import:
    Enfold_Support_4729.jpeg
    after you import one of these those pages & posts should show in the WordPress admin menu:
    Enfold_Support_4731.jpeg
    you can open any of these pages and see the Advanced Layout Builder elements:
    Enfold_Support_4733.jpeg
    and then replace the various elements, graphics, text etc easily.
    Please note that some demos only have a single page because they are designed to be a one page site, if you are using one of these then you can easily duplicate the page and quickly create multiple pages to edit to suit your needs.
    Enfold_Support_4735.jpeg
    Hopefully this helps.

    Best regards,
    Mike

    in reply to: Error when activating theme #1434610

    Hey Diane,
    Please include FTP access in the Private Content area so we can examine.
    Is this a new site with no content or is it a staging site of a site that you are updating or importing?
    I ask to know if the site can be reset or if there is expected content that you don’t want to lose.

    Best regards,
    Mike

    in reply to: Heading Font Different on Mobile #1434608

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Website for ceramicist #1434607

    Hey Jonah Schrogin,
    Thanks for your question, the Enfold theme is suitable for many sites and contains many demos that you can choose from.
    Based on your example site I would recommend our Elegant Portfolio demo, each image on the frontpage leads to a page with more info, I can imagine each of these images being a ceramic piece offering a lot of detail for each piece the your artist creates.

    Best regards,
    Mike

    in reply to: Enfold Front Page Problems #1434605

    Hi,
    Your page seems to give a lot of 404 errors, have you tried disabling all of your plugins?
    If that helps enable each plugin one at a time until the error occurs again.

    Best regards,
    Mike

    Hey domchocolate,
    This sounds very tricky, since it is css that opens a dropdown menu, you would need to override or remove this and the somehow open the menu dropdown with javascript, but this may make your other customizations not work, which use the css to open menus when tabbed.
    You may be better to use a menu plugin that offers these features and use it instead of the built-in menu.

    Best regards,
    Mike

    in reply to: Cookie handling – on front page not working #1434599

    Hey ThiloKiefer,
    Thank you for the link to your site but I don’t see your cookie bar working on any page, try checking that it is enabled and disable all of your plugins to see if that helps.

    Best regards,
    Mike

    in reply to: Feature Request: Content Elements inside Accordion and Tabs #1434598

    Hey mholfelder,
    Thanks for your question, but I can’t imagine what you are tring to achieve, can you post a test page of your attempts above so I can have a better idea?

    Best regards,
    Mike

Viewing 30 posts - 3,691 through 3,720 (of 34,598 total)