Viewing 30 results - 93,691 through 93,720 (of 142,818 total)
  • Author
    Search Results
  • #653897
    smclarehart
    Participant

    First off, I want to do as many have done and thank you for a beautiful product! I’ve used it many many times.

    Even though it looks great on my desktop, on all browsers, I’m having some issues with the site on my iPad.

    1. The full width easy slider images (I have only one image per slider) are not showing up at all on my iPad.

    2. The gallery images are also not showing up properly, though they are ghosted out and smaller than they should be.

    3. I have a PNG logo in a sign-up box at the top of the page, that is also not showing up at all on the iPad.

    I’ve been searching through the threads and can’t find anyone who’s having the same problem as I am. Can you help? Is there some quick CSS I can add? Thanks so much!

    Sarah

    #653894
    bensondesign
    Participant

    For some reason all of my interior pages are displaying a large white space right below the header on mobile. I have tried using .responsive #top #main .container_wrap:first-child {display:none} which works but since it is a global change it also hides the advanced layer slider on my home page which I need to be visible on the mobile. Any help is greatly appreciated.

    Hi :)

    This is what the new author page should look like. This one is just a handmade Enfold-page. Via htaccess I redirect visitors to this author pages.
    Page with glassy header

    This is the author.php I am coding. I would like the glassy header on top it.
    New custom author page

    • This reply was modified 9 years, 8 months ago by aadwagner.
    #653870

    Hi Andy,

    Thanks for your reply, unfortunately I haven’t come across a site with this ‘look’.

    Hmm, it appears that a colleague was able to help the person with a very similar query (the one I linked to), however because I have 2 sliders (one for mobiles devices and one for desktops) I was confused as to where to put the custom CSS class. Perhaps if you can tell me where to put that, I might be able to figure the rest out. Even though I’m not ‘au fait’ with CSS, I have managed to muddle through with searching for snippets through the forum.

    To clarify what I’d like the accordion slider to do:-
    – instead of the black/grey overlay being the full height of the slider, but only part of the width, I’d like it to be around 30% of the height but full width
    – instead of the caption showing all the time, I’d like it to appear on mouse hover, to the right of the title (this part is exactly the same as the post I linked to initially).

    Can you assist me?

    #653847

    Hi,

    thanks for the links.

    Try this code inside of Quick CSS field:

    .grid-sort-container.isotope.no_margin-container.with-title-container.grid-total-odd.grid-col-4.grid-links-.isotope_activated {
    left: 15%;
    }
    

    and for second page:

    .grid-sort-container.isotope.no_margin-container.with-title-container.grid-total-even.grid-col-4.grid-links-.isotope_activated {
    left: 25%;
    }
    

    adjust as needed.

    Best regards,
    Andy

    #653803

    In reply to: Subseiten scrollen ?

    /Users/Kevin/Desktop/Bildschirmfoto 2016-06-27 um 15.07.29.png

    #653796

    Hi,

    use this code:

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a:hover {
    color: red;
    }
    

    Best regards,
    Andy

    med
    Participant

    Hello,

    I have two very similar WP-sites with Enfold.
    After one of the recent Enfold updates the 1st site has HTML
    <div id="main" class="all_colors" data-scroll-offset="116">

    and the 2nd site has only
    <div id="main" data-scroll-offset="116">

    The class=”all_colors” is missing on the 2nd site!

    Because of this missing class the CSS-Settings from Enfold Child Theme Options->Advanced Styling are not working anymore on the 2nd site. All that H1-H5 stuff is now wrong on the 2nd site.

    How can the class=”all_colors” be added to div id=”main” of the 2nd site ?

    Both sites use WP 4.5.3 and Enfold 3.6.1.

    I saw your colleague Vinay added this class on the June 10, 2016 at 4:32 pm: https://kriesi.at/support/topic/enfold-whats-changed/ to an Enfold-Update. So the question goes presumably to Vinay.

    Regards

    Adele

    #653786
    #653782
    lowenna_FS
    Participant

    Hi,

    Firstly, Enfold is quite the most remarkable, adaptable and elegant theme I’ve come across – I’m blown away by how wonderful it is and the support given; so thank you!

    Anyway, I’ve been trawling the forum to see if I can find a solution to my requirement but I need to get you guys involved now! I am using an accordion slider (well actually 2 as I wanted to format the accordion differently for mobiles) on a front page and would like the desktop version to have the title at the bottom of the screen with the overlay background of around 30% height but the full width of the slider. I’d also like the caption to appear like this post https://kriesi.at/support/topic/accordion-slider-responsive-excerpt-position/, ie. the caption to appear to the right of the title but only on mouse hover.

    For the mobile slider, I’d like the title to be vertical but the caption to appear to the right on mouse hover.

    Crikey, does this make sense??

    Jochen
    Participant

    Hello there,
    I’m referring to https://kriesi.at/support/topic/fixed-menu-on-mobile/ (closed)

    .responsive #top #header {
    position: fixed !important;
    }

    After choosing an #anchor link for a position on the same page,
    the mobile-toggle menu vanishes BUT keeps staying on the page,
    so that the page itself becomes wider (scrollbars appear)
    and you can scroll sidewards where you can see the expanded mobile-menu in the upper right corner.

    Do you have an idea how to toggle the menu completely after choosing an #anchor link ?

    Kind regards

    #653775

    Hi,

    Thank you, I will create different tickets from now on.

    However you don’t seem to be reading my posts carefully enough as I have mentioned 2 times already this is not what I need. So please read my post carefully enough to provide an answer to the question I asked.

    I DO NOT want the header to be invisible until the user scrolls down. I think I have mentioned this clearly enough on two occasions already and you keep pointing me in this direction.
    I want to remove the sticky footer functionality and and have a static header on that specific page. What you are providing as a solution is a whole different thing.

    So please read my original post carefully, and my previous post as well if you find it necessary and give the answer to the question I asked.

    Many of your colleagues are providing answers to questions much more complex than what I am asking with repeated replies and adjustments to make sure the topic is resolved.

    I had 3 questions in relation to the same item. You provided an answer to one (which I should add did not work).
    Again could you please read my posts carefully enough to provide answers at least to the first 2 questions if you consider the 3rd one so complex to require a freelance developer.

    Many thanks,
    Flavius

    #653754

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-button { display: none !important; 
    }}
    

    Best regards,
    Yigit

    #653752

    Topic: Sale badge position

    in forum Enfold
    schiffbauer00
    Participant

    Hello,
    I’m using Enfold and I’m very happy with it, but:

    1) I want that the sale badge is in the top right of the product image. Maybe a little overlaying the border of the image.
    In the default setting, it is next to the price (grid view). How can I move it (best with CSS)?

    2) In the single product view it should be the same….. now it is at the top right of the single product page.

    3) Further it should be forced to be a circle.

    Thanks in advance.
    Jan

    #653747

    In reply to: Weird alignment

    Tnx Topic can be closed

    #653728

    Hi Andy,

    I’ve used the same ticket since all questions are related and concern the same page item, the header. Thought it would be better for you guys as well instead of 3 tickets to have just 1 :) But sure, I’ll use different ones from now on.

    In relation to your reply, unfortunately the solution you proposed to the question “Is it possible to deactivate the sticky header on this page alone?” is not available in the Header visibility and transparency drop down of the page.
    My question is if it’s possible to deactivate the sticky header and keep the header as it appears until you start scrolling so having a fixed header with no change when scrolling. Is there a way to do this for a single page and not for the whole site?

    In relation to the second question “is it possible to deactivate the top bar containing the secondary menu on this page alone?” I was hoping you would provide the code to do that as well…? I’m not a developer, I’m sure it’s possible and it would be much appreciated if you could provide a solution to this issue as well.

    Many thanks,
    Flavius

    #653712

    Hi Andreas,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #menu-item-3051 span.avia-menu-text:after {
        content: "4";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }

    Regards,
    Rikard

    #653707

    Hi,

    I put that in custom.css

    That doesn’t fix the problem though. social icons or phone info still does not show up in top bar on home page (iPhone +Chrome)

    (iPhone + Safari) social icons also do not show up BUT very strangely I can see phone# “010 2797 800” even though full text from the field is supposed to be “Tilaa työvuoroja Puh: 010 2797 800 (joka päivä klo 6-24)”.

    BR,

    Teemu

    #653702

    Hi,

    Displaying background images the same on all types of screens is more or less impossible unfortunately due to the different dimensions of screens, one option you could try would be to create a second section which will only show for mobile devices, and use an image better adapted to small screens. You can then use CSS like this to hide/show the correct section, remember to give you sections unique ID’s in the element option and replace the names after the hash sign in the code:

    @media only screen and (max-width: 767px) {
    #desktop-section {
    display:none !important;
    }
    }
    
    @media only screen and (min-width: 768px) {
    #mobile-section {
    display:none !important;
    }
    }

    Best regards,
    Rikard

    #653691

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    blinkerart
    Participant

    Hello,
    I need to take off the published data from the preview of the top right search result ( the menu that open when you search after clicking the lens).
    I am not talking about the search template, I’ve already customized it, but I don’t find the ajax template of the top right drop down menu.
    Hope you understand what I mean :)

    thanks for support

    #653667
    jussisiiriainen
    Participant

    On mobile browsers, at least iPhone safari & chrome, top bar social icons + phone numbers will not show up. Just empty bar with background color.

    This affects only home page – top bar is fine on other pages.

    #653662

    Hi Ismael – okay – this is what I’m trying to do – sorry I wasn’t very clear, never mind having 2 background images…I’ve combined them into one PNG and stretched it to fit – so ignore – however I’m still having issues as per below:

    1 – I’ve attached a background image to the avia layout builder
    2 – I’ve also written some custom styles to make the blue coloured section have a coloured gradient (see below)
    however the issue is – when I add my custom class to the ‘coloured’ module of the layotu builder – as per below – the background image that I’ve uploaded dissapears…

    How do i a) have the background image I’ve uploaded and the gradient appear…..

    thanks

    .sd-blue{
    border-bottom: 20px solid #ffc72d;
    background: #3574b9; /* Old browsers */
    background: -moz-linear-gradient(top, #3574b9 0%, #16304d 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3574b9 0%,#16304d 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3574b9 0%,#16304d 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#3574b9′, endColorstr=’#16304d’,GradientType=0 ); /* IE6-9 */
    }

    #653661

    Hey echristoperj,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home .avia-caption-content {
    padding-top: 120px;
    }

    Best regards,
    Rikard

    #653653

    Hi,

    Displaying background images the same on all types of screens is more or less impossible unfortunately due to the different dimensions of screens, one option you could try would be to create a second section which will only show for mobile devices, and use an image better adapted to small screens. You can then use CSS like this to hide/show the correct section:

    @media only screen and (max-width: 767px) {
    #desktop-section {
    display:none !important;
    }
    }
    
    @media only screen and (min-width: 768px) {
    #mobile-section {
    display:none !important;
    }
    }

    Best regards,
    Rikard

    #653626

    Yes you are doing something wrong. You are ending up on the results page. See top left corner of the pen. Change tabs to html and css.

    P

    #653620
    JBlenkers
    Participant

    Hello,
    I installed the Plugin W3 Total Cache.

    Now just the preload-site appears and I can’t see the rest of my website.

    If I deactivate W3TC everything works fine. Could you tell me what I did wrong?

    Perhaps it would be helpful if you login and check the settings of W3 Total Cache. (login credentials in private content)

    Another topic is, I need a shrinking header on tablets as well. Is this possible? Otherwise it would be great when the header has the half size ONLY on tablets…

    Thanks in advance for your help.

    BR

    #653610

    In reply to: Colour Section Padding

    Hello Ismael,

    Kindly close the topic. I found the bug; my mistake. Thank you for your support.

    Grüße
    Jyothis

    #653595

    In reply to: Remove space at top

    Hi Vinay,

    That had no effect at all. However I know what’s happening – just not how to stop it. I removed the css that allowed me to make the “Nicholas Sansbury Smith” a font size of 75. It is adding space above and below at a font size of 75 however there is nothing above or below – not even a space.

    Thanks,

    Nathan

    • This reply was modified 9 years, 8 months ago by norcalnathan.
    #653579

    Topic: Limit number of rows

    in forum Enfold
    medienvirus
    Participant

    Hi,

    ich habe alles exakt so gemacht wie hier beschrieben – Nur leider erhalte ich nur eine Fehlermeldung:
    https://kriesi.at/support/topic/forms-how-to-limit-number-of-rows-in-message-text-imput-window/

    “No direct script access allowed”

    Was mache ich falsch?

    Danke für jeden Tipp!
    LG
    Jens

Viewing 30 results - 93,691 through 93,720 (of 142,818 total)