Viewing 30 results - 81,001 through 81,030 (of 142,856 total)
  • Author
    Search Results
  • #781326

    In reply to: Word Press 4.7

    Hi guys,

    I updated to the Enfold latest version on single wordpress sites and it all seems to run well with WP 4.7.4

    The exception being WP Multisite installs.

    Here’s what i see (besides having a pile of server errors that I don’t know if they are theme related yet – under investigation with host and they come from both single site and multisite installs):
    1- Font Sizes have increased in size (not inside of the settings but on how they are rendered) I had to manually adjust them on all the sites.
    2- Sliders stopped rendering properly on mobile unless you set the minimal height (which I did)
    3- Images do not follow the constraints set and appear blurry and take over the whole space on the page (I have not found a solution to this one yet, please help)
    Examples:
    a- http://hispanic-marketing.com (I had to force 2 column display as it started displaying 3 columns and the images were really not the proper size)
    b- http://hispanic-marketing.com/how-to-successfully-market-to-latinos-on-pinterest/ I always have a top image flushed right with a 400 to 450px width that allows for text to wrap around it. Image now takes over 90% of the space on all blog posts that have this type of image

    4- You can see how font-size is now larger than life (I still need to go into the site and modify font-sizes)
    5- I usually update the theme manually for me and for my clients but I set one of my clients to manually update with her own license and her Enfold version does not read 4.0.5, her is 3.8.4. Which version is she running?

    Thank you!!

    Havi

    #781322

    hi yigit,

    thanks a lot, it works perfectly! as always your support is really on top! good job!

    best regards
    philipp

    #781315

    @drebosio and @Yigit – thank you very much for incredible support. I have managed to change ‘Recent Posts’ to ‘Latest News’ in the widgets section. Not sure about ordering by category as doesn’t seem to be possible via the widgets. I’ve encountered another problem though that I’m having difficulty solving. I’ve got a section on the site where I’ve used an iframe, which I wanted to hide when accessing via mobile as it doesn’t look very good. I followed advice from a previous thread that i’d seen from @yigit and created a custom css class (only_desktop) and added the following to quick css:
    @media only screen and (max-width: 480px) {
    .only_desktop { display: none !important; }}
    Can you help?

    #781314

    Howdy Yigit,

    So i added the code, but it wasn’t affecting the correct area, i think you missunderstood me, but it’s I saw the error and corrected it and it’s what i wanted for the top stories section (#1) you code was affecting the BG of the categories section. Upon re-reading my initial question I def worded it wrong, my apologies!

    Will look into the plugin you posted, thankyou all!

    hypergolica
    Participant

    Dear Support,

    I hope you can help me figure something out. Please have a look here:

    As you can see, the thumbnails appear small, even though I’ve used Simple Image Sizes to resize thumbnails to 250 pixels… and, I’ve tried to apply custom CSS to allow for the space:

    #top .gallery .gallery-item {
    margin: 10px;
    width: 250px;
    height:250px;
    padding: 0;
    }
    
    dt.gallery-icon, dt.gallery-icon a {
    height: 250px !important;
    width: 250px !important;
    }

    Please see the screenshots here:
    https://www.dropbox.com/sh/eow4gvq5lkm7koa/AACdwwjCQLPCTBZjfN5KCIt1a?dl=0

    I have tried toggling the Lightbox Modal Window option in the settings, but that doesn’t appear to have any effect.

    Also note: I do not have any additional lightbox images active.

    Could you please help me understand the problem? Many thanks.

    Cheers,

    Tim

    #781306

    @Konstlist16
    I checked your backend, as you’ve provided admin access to us. I see that you haven’t adjusted WooCommerce’s thumbnails size in WooCommerce->Settings->Products->Display->Product thumbnails

    There is still 120x12px, although you want to display your images much bigger. So change that, then regenerate your thumbnails and you should go fine.

    However if you’re fine with your WooCommerce’s display settings, then use this code inside Quick CSS field:

    #top .product div.images img {
    width: 120px;
    }

    Adjust the width value to your display settings of your product thumbnail image.

    Best regards,
    Andy

    #781300

    It seems to only affect the Email field which has a class “text_input is_email”.
    Issue only on mobile & tablet I believe, desktop is correct on Chrome, Firefox, & Edge.

    Jon

    #781298

    I got the element select issue fixed I think, however, on mobile the email field has a thick black boarder instead of the thin gold one I have set.
    It only affects mobile and I have tried various css and can’t seem to fix this. Below is a screenshot and the css related to the contact forms I am using

    Final url http://www.itsgreektomemn.com/contact

    #top div .av-dark-form input[type='text'] {
       border-color: #C59C5F;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top div .av-dark-form textarea {
       border-color: #C59C5F;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top div .av-dark-form select {
       border-color: #C59C5F;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top div .av-dark-form select option {
       border-color: #C59C5F !important;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top .av-custom-form-color .button { 
        border-color: #C59C5F; font-weight: 700;
    }
    
    #top .avia-button.avia-color-dark {
    border-color: #C59C5F; font-weight: 700; font-size: 16px; color: #23282d; 
    }
    
    #top .avia-button.avia-color-dark:hover {
    background-color: #C59C5F; color: #23282d; 
    }
    #781293
    McFly
    Participant

    A part of the Problem was solved by you in this Thread:
    https://kriesi.at/support/topic/link-to-next-page-when-using-portfolio-grid-in-enfold-one-page-website/

    If I “click” to the pages directly, the script loads the # ID. That’s great!

    But, when I use the pagination at the Portfolio and “click” to “>” and “>>” or “<<”
    the user gets to the Head of the site.

    Can you add a script for <,>,<<,>> ?

    Thx!

    • This topic was modified 8 years, 11 months ago by McFly.
    #781285

    Ok I was able to get things working a bit with the css code from http://mosaixgroup.com/who-we-are/. But is there any additional code I can add in to remove the overlay displaying on top of the images (I just want to new image to appear, not with an additional overlay on top of it)

    #781276

    Hi,

    add this into Quick CSS field to hide mobile menu at first:

    #top #wrap_all .av_header_transparency, .av_header_transparency
    #advanced_menu_toggle {
    display: none;
    }

    The jumping when clicking on mobile menu must be caused by some customizations you’ve implemented. Remove all custom code to check which one is causing it. Also keep all plugins deactivated while testing.

    Best regards,
    Andy

    #781270

    Hey Mike,

    Thank you for using our theme. Enfold creates different sizes for different places in the website, such as when the picture is the featured image, for when it is in a masonry grid, when it’s needs to be a square, etc.

    To stop Enfold from creating these different sizes, please comment out one line in enfold/functions.php. Replace:

    avia_backend_add_thumbnail_size($avia_config);
    

    with

    //avia_backend_add_thumbnail_size($avia_config);
    

    If you want to generate the thumbnails, undo the code modification and regenerate the thumbnails with this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    I hope that helps!

    Sarah

    #781261

    In reply to: better CAPTCHA

    Hey Milan,

    You can use this Google Captcha plugin: https://wordpress.org/plugins/google-captcha/
    or other plugins you might prefer.

    There was also a discussion related to this in this previous thread. You might find something helpful there as well.

    I hope that helps. Thank you for using Enfold!Sarah

    #781227

    There are hundreds (at least it feels like hundreds) of threads about this two issues. Did you try the search on the forum?

    Solution for images: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
    Solution for category title: https://kriesi.at/support/topic/woocomerce-update-breaks-enfold/#post-778188

    #781208

    Hey!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #categories-2 {
        background: white;
        padding: 10px;
        margin-top: 30px;
    }

    2- Please try using a more advanced widget plugin such as this one – https://tr.wordpress.org/plugins/display-categories-widget/

    Best regards,
    Yigit

    #781181

    Hi Yigit,

    thanks. Tested and does not work, when added to functions below the above function that forces the sender, form (SMTP) does not send out any mail.

    Basically its not totally related to the form. Its related to the smtp settings.
    The smtp does not allow sending with someone elses emailaddress as that would be spoofing.

    Host reply:

    Sending emails on behalf of the user’s email (any email they fill in while submitting the form) has not been allowed on our server and is not a recent change.

    This is because it would basically require ‘spoofing’ their email which most servers do not allow.

    Kind of strange as it used to work fine, but suddenly since some upgrade the phpmail function stopped sending mail. Thus rendering the forms useless and allot of lost inputs.

    So I was reading around and seeing that many people have this issue. The first filter above does fix the problem, however it removes the functionality of being able to reply to the emails that come in.

    Therefor I was hoping to be able to send the mail with the (Email address hidden if logged out) email and have a seperate reply-to set as the users email. So that the smtp will send the email and the email would be reply-able

    crazy stuff.

    T

    #781147

    Hi eulogic!

    I replied you here – https://kriesi.at/support/topic/blog-use-the-advance-layout-editor-for-the-blog-page-not-working/
    Please be patient and do not start duplicated threads as it is making it harder for us and other users to follow.

    Cheers!
    Yigit

    #781131

    In reply to: child theme header.php

    We are just adding this tooltop https://jqueryui.com/tooltip/. So added some code to the the child header.php.

    We would like to add a tooltip to some of the timetable copy.

    Is that ok? or can you suggest an alternative way of doing this?

    Thanks

    #781130

    Hi Aline,

    I’ll add to Victoria’s code.

    @media screen and (max-width: 450px) {
    	.custom-logo-wrap {
    		width: 100px;
    		top: 10px;
    	}
    	.custom-logo-wrap span {
    		display: none;
        }
    }
    

    I left 10px on top of the logo to still give it a bit of space. Is that all right? You can adjust the value, if you’d like.

    The second part of the code hides the caption under the logo. But, if you would like to specify a font size for mobile for that caption instead of hiding it, we can do that, too.

    I hope that helps!

    Sarah

    #781096

    Hey Chris,

    How would you like the colors to be?

    Can you try the solutions presented in this thread? Their concern seems similar to yours. https://kriesi.at/support/topic/accordion-toggle-colors/

    If you need further help, may we have a link to the page in question so we can take a closer look?

    Best regards,
    Sarah

    #781095
    Maciej
    Participant

    Hello, is it safe to update to WC 3.0.4 and WP 4.7.4 with Enfold 4.0.5?

    Do I still have to do this: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue ?

    Thanks!
    Best Regards
    Maciej

    • This topic was modified 8 years, 11 months ago by Maciej.

    @likegluelikecrew there is no configurable sidebar for woocommerce product pages in Enfold. It would need some custom development to change that. From your website I can see you are not running the latest Enfold version. And you have WooCommerce 3.0.3 but without the necessary patch. Please update Enfold and WooCommerce to the latest versions and apply my patch.

    #781079
    realit-treuhand
    Participant

    Hey guys,

    I have a problem with the display of the layers in the layerslider. Please see screenshot below. Obviously the layers (name, email, slogan etc.) are not positioned correctly yet (should be below and aligned with logo) although when changing the size of the screen, the layers don’t adapt to the screen size. The position is completely different on a lap top than on a bigger computer.

    Does anyone know how to fix this?

    View post on imgur.com

    Thank you and best regards,
    Aline

    #781078

    Hi Nikko,
    sorry, i have it misunderstood was probably already too late and yes that works ;)

    I had the following solution installed at the customer the Colume Custon CSS class with name NotOpen and in its own plugin the following script (would also work in the functions.php)

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘.NotOpen .av-masonry a’).each(function(){
    jQuery(this).removeAttr(“href”);
    });
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);

    So as a solution idea perhaps for others;)

    thanks and best regards,
    Jörg :D

    #781077

    You might take a look at this post.

    #781076

    Topic: Unanswered Thread

    in forum Enfold
    romora
    Participant

    Hello my Service ticket was prematurely closed. Can you please reopen it and find a solution to my other question about how to make the Color Layer images responsive.

    https://kriesi.at/support/topic/startsite-footer-and-color-sections-scaling-parallax-layer-slider/

    #781064
    GraphicEyeDK
    Participant

    Hello,

    Lately I updated the WooCommerce plugin at this webshop: http://www.myredbag.dk. Unfortunately that caused some bad changes at the webshop, so I decided to downgrade to WooCommerce version 2.6.14 and now the shop looks just fine again. But now the top slider at the homepage wouldn’t show from browsers who have visited the webshop earlier (see this screenshot: http://www.myredbag.dk/wp-content/uploads/2017/04/Screenshot.png). For new visitors the top slider shows properly.

    Whats the problem?

    Best regards,
    Helle Østerggard

    #781063
    Steven_Haines
    Participant

    I have a number of Image elements set up with Image Hover Effect set to ‘Yes, slightly increase the image size’. I also have Image Styling set to ‘Circle (image height and width must be equal)’.

    This works as expected in the latest versions of Firefox and Chrome. However, in Safari (both the latest release version and the latest version of the technology preview), when I hover over one of the elements and the image zooms slightly, the circle gets cut off at the top and bottom and on both sides. This looks quite ugly.

    To see the issue, go to http://salamancapsychology.com.au/psychologists/#av_section_1 using Safari.

    Is there a way to avoid this problem?

    As always, many thanks for your help.

    #781062

    Hey Victoria,

    Thank you for your help. Your CSS Code made the logo smaller which is great and I was able to hide the layers.

    Now as you can see below, the caption below the logo is super big because it has been fixed/made static by a developer, therefore it doesn’t show nicely on mobile anymore. Can we hide it?

    View post on imgur.com

    Also can we move the logo’s position to the top left corner?

    Many thanks and best regards,
    Aline

    #781057

    Hi,

    The custom css code is not being applied to the frontend correctly. If possible, please create a new thread for this particular issue. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Best regards,
    Ismael

Viewing 30 results - 81,001 through 81,030 (of 142,856 total)