Viewing 30 results - 131,401 through 131,430 (of 142,909 total)
  • Author
    Search Results
  • Hey!

    Thank you for the info.

    Please add this on Quick CSS or custom.css to move the cart downwards:

    .cart_dropdown.visible_cart {
    right: -2px;
    top: 120px;
    }

    Cheers!
    Ismael

    #246428

    Hey!

    1.) If you don’t mind me asking, on what kind of mobile device are you checking this with? The layout of the website are ok when I resized the browser width. All background designs are between the color section exactly the same on desktop version.

    2.) Please use this to fix the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    width: 192px;
    height: 60px !important;
    max-height: 60px !important;
    top: 4px;
    }
    }
    

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #246427

    Hi chartier!

    You can try to use a media query to hide the featured image for iphone users. By default Enfold will hide it for screens smaller than 768px (width) but iphones with retina displays, etc. maybe require a higher screen size value. Try to insert this code into the quick css field:

    
    @media only screen and (max-width: 767px){
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: none;
    }
    }
    

    and try to replace 767px with a value like 900px or 1024px – it depends on the screen resolution of your iphone.

    Regards,
    Peter

    Frostholm
    Participant

    Hello,

    Currently I’m trying to setup the Enfold theme and it’s functionality on this website: http://www.collingeantiques.com
    I have stumbled into a few problems with displaying images from the gallery function/feature. This is happening to both blog and portfolio gallery images.

    Blog & Portfolio
    For both the blog and the portfolio I would love to have it displaying as gallery, but when it’s cropping/stretching/zooming the images it doesn’t look as amazing as it should.
    Here are some examples of it either stretching, zooming, minimizing of the images inside a gallery:
    1. http://www.collingeantiques.com/unruly-punters/
    2. http://www.collingeantiques.com/antiques-item/club-fender-c-1950
    As you can see this isn’t acceptable to display. How can I fix this problem? It’s basically the same it does to the portfolio, because it also uses the gallery function/feature.

    What would make it all appear delicious and beautiful with the rest of the theme would be if the image didn’t lock it’s heights to the first added image. It appears that the first image added locks the height of the remaining images instead of height being automatic/fluently moving with the image to match the box’s area/settings.

    This is the best result I have been able to create so far, but I still don’t find this acceptable either:
    http://www.collingeantiques.com/antiques-item/late-19th-c-brass-fender/

    Blog
    For the blog I have actually considered that it might just be easier to edit it’s structure as currently displayed to. (Problem is if the gallery would only work then I wouldn’t even consider this, because I need this to work even if I have to break it all down code by code.)
    1. Title.
    2. Author info/date, etc.
    3. Featured image.
    4./5. Either thumbnails first then excerpt or the other way around.

    Looked at some posts related to this issue. Tried them, but none of them works. Maybe because I’m misunderstanding it, but looks so simple that it can’t be misunderstood.
    https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/
    https://kriesi.at/support/topic/how-can-i-make-the-post-title-appear-above-the-featured-images-on-the-blog-page/

    Both basically explains the same, but neither of them works or they both need a better description of “how to do it?” and in which file to insert it into.

    Looking forward to your reply, please make it detailed. :)

    Kind regards,
    Toke.

    Hi bitsoul!

    Thanks – another user already reported this bug and Kriesi will fix it with the next update: https://kriesi.at/support/topic/custom-css-class-not-saving-2-6-1/

    Best regards,
    Peter

    #246407

    Hi!

    Thank you for the explanation.

    Please try this one:

    @media only screen and (max-width: 767px) {
    .responsive .mobile_slide_out .logo, .logo a, .logo img {
    float: left;
    width: 92% !important;
    top: 18px;
    }
    }

    Adjust the width and the top position if necessary.

    Cheers!
    Ismael

    #246394

    Hi!

    Please create a new thread. This question is unrelated to the topic.

    Best regards,
    Peter

    #246376

    Topic: Black Bar

    in forum Enfold
    Stigan
    Participant

    Hello

    Great theme, I had just finished off the theme and now a black bar appears at the top.

    It says “Page Contents” do you have any advice on how to fix?

    Thanks for your help

    • This topic was modified 12 years ago by Stigan.
    #246369

    We just tried putting the code in the quick css, the custom.css located in the theme folder, and in the css in our child them and we’re still having trouble on android and iOS devices on https://kriesi.at/support/topic/background-image-fixed-parallax-disables-portfolio-grid-links-on-mobile/#post-238953. What’s the next step we should take?

    gunpowderboy
    Participant

    I’m trying to move the promo box button to the bottom of the box as it is in a 1/3 column.
    see http://www.thegybegroup.com/first

    I added the following code as suggested in another post in the custom css field. However it doesnt look like the code is picked up as it does absolutely nothing.
    .home .av_promobox .avia-button-wrap{
    float: none !important;
    }
    .home .av_promobox .avia-button-wrap .avia-button {
    float: none !important;
    position: static !important;
    margin-top: 0 !important;
    }
    .home .avia-promocontent {
    margin-right: 0;
    }

    Regarding the layerslider how do I set a layer to always be visible? i.e no fadeout or movement out of the slider.

    #246361
    codepantry
    Participant

    I have looked at a few prior posts and tried the suggestion to no avail.
    I would like to havet he whole image in this particular color section to show. For sopme reason it is not responding to the height commands in CSS.

    #education{
    height: 1200px !important;
    font-size:15px;
    }

    I have tried min-height and max-height as well with no luck.
    The actual image in the color section is 1600 by 1067 and is set to parallax and to stretch to fit with no padding.

    The link is http://bit.ly/1flsidi and the color section in question is the one with a question mark image.

    I have tried the below:
    https://kriesi.at/support/topic/adding-background-shrinks-color-section-images/
    .avia-section {
    min-height: 1400px;
    }

    #246356
    jgoldberg1983
    Participant

    Hey guys,

    The last issues I see are in mobile:

    1) The background image is now on top of all the colour sections – not displaying as it should (should only be seen between colour sections).

    2) The logo is pixelated and cutoff to the right.

    Thanks again for all your help with these and the other few. Great theme and I can’t wait to have it looking awesome again.

    Best,
    Jonathan

    #246351
    jgoldberg1983
    Participant

    Hey guys,

    In internet Explorer 9 (Windows 7): The social icons and the “back to top” button have Chinese characters in them instead of images. Devin asked me to upgrade to the latest theme first so I did but problem is still there.

    Thanks for looking into this!

    Best,
    Jonathan

    #246339

    Hi MERdesign!

    You can use the themes Header layout options to customize the header, menu positon, logo position etc. If those options aren’t what you are looking for you would need to have a freelance developer customize the layout specifically for your needs as we can’t offer customization through support.

    Best regards,
    Devin

    #246336

    Hi!

    I can’t see how removing the themes lightbox from running would have any effect on another plugins lightbox script from running. All it does is stop that code from running and doesn’t add anything in to then conflict with the plugin.

    Looking at the site now the lightbox works in addition to the pinterest from what I can tell.

    Best regards,
    Devin

    #246330

    Hey!

    Try adding this code to the Quick CSS:

    #top .main_menu .menu li ul ul {
    left: 207px !important;
    }

    Cheers! 
    Josue

    #246303

    It worked this time, as long as I only have everything grouped into one box of the Avia Layout Builder. If I have two of those, I’ll get the background twice in the same page.

    That might do it for now, so thanks, Yigit.

    I still need help with these other two issues:
    https://kriesi.at/support/topic/image-edit-fix-messes-up-icons/#post-246299
    https://kriesi.at/support/topic/need-help-with-preview-images-and-featured-images/#post-246300

    #246301

    In reply to: Mobile Problem

    Hi Devin,

    Thanks for your comment. I will try and explain again with 2 live examples:
    General comment:
    For our example, I only speak about the homepages. First open them on your desktop browser, and press the links in the Homepage. in snnlaw.co.il for example, scroll down and press the 4 black and white pics on the gavel background (or the text below them). You will see that on desktop browser once you press these pictures or text in that section, they will lead you to inner pages of the site. Now open the same site on touch device (ipad, mobile phone – galaxy S3/S4 or iphone) and try clicking these picturesor text again – They will not work.

    Same goes for the blue buttons on this site:
    http://www.ranibleierstudio.co.il
    Scroll down and you will see 5 icons with blue buttons below them – these buttons don’t work on touch screens.

    Same goes for your demo. Try opening your demo on touch device, and in your demo you have a portfolio section (SHOWCASING YOUR WORK HAS NEVER BEEN MORE FUN) try pressing one of the photos (say “Single Portfolio: 2/3 Slider”) – Won’t work on touch device, but will work on desktop browser.

    Even if you use a responsive emulator on your desktop browser it will work, BUT on real touch devices it doesn’t.

    Hope I was clear…

    Thank you!

    #246269

    Hi!

    Looking at the site now the media query is working fine on my end. You can adjust the top end of the query (1024) to a larger screen size so that you don’t get users above 1024 who are seeing both items which is the only issue I see.

    If you need more in depth customization help you will need to look into a freelance developer from somewhere like Microlancer, Codeable or http://kriesi.at/contact/customization . Generally support isn’t able to assist with individual site customization.

    Cheers!
    Devin

    #246268
    tgalati56
    Participant

    I am going live with my site and do not have a store, but I may in the future.
    Is there an easy way to remove the cart icon at the top right in the header?
    Maybe a way I can easily put it back when I need to?
    Thanks.

    By the way, this template is amazing, and easy, THANK YOU!

    #246265

    Topic: Post views

    in forum Enfold
    derek62
    Participant

    Hi,

    Does anyone know of a Worpdress plugin that will show the number of views at the top of each post and if so exactly how to add to Enfold theme and also a WordPress admin plugin that will show the number of views per post per author etc etc?

    #246264

    In reply to: Left align

    In your response, where are you getting “.av_one_third”

    The only reference to “.av_one_third” is in the line below
    <div class=”flex_column av_one_third avia-builder-el-29 avia-builder-el-no-sibling column-top-margin”

    #246255

    In reply to: Left align

    In your response, where are you getting “.av_one_third”

    The only reference to “.av_one_third” is in the line below
    <div class=”flex_column av_one_third avia-builder-el-29 avia-builder-el-no-sibling column-top-margin”

    • This reply was modified 12 years ago by codepantry.
    #246252
    apoirier
    Participant

    Hey All,

    I’m trying to position the mega menu drop-down in our main menu, but I’m having issues. The code I’m using is:

    #top .avia_mega_div.avia_mega3.nine.units {
    left: -300px !important;
    }

    What am I missing here? The URL to our site is http://pencils.com. Thanks in advance!

    #246231

    Hi!

    Can you please firstly update Enfold to the latest version 2.6.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    so we can make sure that we are not trying to solve an issue that has been solved already :)

    Cheers!
    Yigit

    #246229

    Answered you here – https://kriesi.at/support/topic/left-align/

    Cheers!
    Yigit

    #246225

    Hey!

    Since you have added background color to .main_color class, your best option would be inserting Layerslider to the top of your page to solve the issue

    Best regards,
    Yigit

    TomasOliva
    Participant

    Hello, first of all wanted to congratulate you for the new features to Enfold.
    A while ago I made some changes in the header, here is the topic: https://kriesi.at/support/topic/2-logos-on-header-is-that-possible/
    I wanted to know if I update the version of enfold lose these changes?

    regards

    #246219

    Hey!

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

    @media only screen and (max-width: 990px)
    .responsive #top #header {
    position: relative;
    }
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    opacity: 1;
    filter: alpha(opacity=1);
    }}

    Regards,
    Yigit

    #246213
    yummyrec
    Participant

    Hi there, I’ve looked all over this forum to try and find an answer to my issue.

    I’m trying to have the Avia Layouts work with my CPT.

    I watched that Vimeo video on how to turn Avia on in a Custom Post Type (the advanced editor and layout meta box), within the meta.php file, and it worked for me. The custom post type is being created by a plugin: Responsive Timetable Schedule.

    The advanced editor works, but the following elements aren’t working:
    – The featured image is not showing up like the featured images on the top of my blog pages
    – The layouts aren’t working – when I choose “no sidebar”, nothing really happens. And when I choose a different widget box, it doesn’t show up. The only widget box showing up is the one the CPT is creating.

    Here’s the post page I’m referring to: http://www.inthesoil.on.ca/events/joe-lapinski/

    Any help would be great!
    Thanks.

Viewing 30 results - 131,401 through 131,430 (of 142,909 total)