Viewing 30 results - 99,241 through 99,270 (of 142,852 total)
  • Author
    Search Results
  • #594814

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #594793

    Hi irpocock!

    Thanks for reaching out to us.

    The main menu does not have any top padding but it is the height of the menu that needs to be adjusted to achieve what you want. Add the following CSS code to your custom css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 90px !important;
    }
    
    strong.logo {
        top: 0px !important;
    }
    
    #top #header_main > .container {
        height: 75px !important;
        line-height: 75px !important;
    }
    

    Hope you this is what you wished to achieved. Let me know if you need further assistance :)

    Cheers!
    Jordan

    #594788
    mcraig77
    Participant

    Ahoy –

    This was my last thread – https://kriesi.at/support/topic/testimonials-section-area-fixed-height/

    everything works great but my client told me that when she goes on her iphone (and her sons) this section looks like this:

    See screenshot

    Please Advise

    #594783

    Hi,

    Please try to remove your other CSS and try this instead:

    @media only screen and (max-width: 767px) {
    #top .no_margin.av_one_third {
    width:100% !important;
    }
    }

    Regards,
    Rikard

    #594779

    These steps worked for me. I found that the Autoptimize plugin was my issue.

    #594777

    In reply to: Home Page Button Issue

    Hey gzelasco,

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

    @media only screen and (max-width: 767px) {
    .slideshow_align_caption {
        vertical-align: top !important;
        padding-top:20px !important;
    }
    }

    Best regards,
    Rikard

    #594772

    Hi EricSmeets,

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

    #top .avia-post-nav {
    display:none !important;
    }

    Best regards,
    Rikard

    Hi suzannewm94!

    Thanks for reaching out to us with that question and I’m glad you love the theme.

    You can try adding the following CSS code to have the main content full up the space rather than being squashed to the left:

    @media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .container .av-content-small.units {
        width: 100%;
     }
    }
    

    You can also add the following if you want to make the sidebar more centered:

    @media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    #top #main .sidebar {
        width: 100% !important;
        text-align: -webkit-center;
        text-align: center;
     }
    body#top .main_color .widgettitle {
        text-align: center;
     }
    }
    

    Let me know if there is anything else I can assist you with :)

    Regards,
    Jordan

    #594741

    Hi Chris,

    Thanks for the feedback, we’ll have a look at it. Not sure if you need any more help on the topic? Please let us know if you should.

    Best regards,
    Rikard

    Hey!

    Please use the below css in quick css

    .title_container {
        margin-top: 30px;
    }
    
    .second-logo {
        display: inline-block;
        position: absolute!important;
        right: 0;
        top: 0;
    }

    A few change you have to make add class second-logo to the logo in text widget and make the widget width 100% so the logo moves all the way to the right.

    If you have any difficulty setting it up please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Regards,
    Vinay Kashyap

    #594729

    Hi laptophobo!

    Please ignore that message.

    Layerslider is bundled up with the theme and it get’s updated when you update the theme :)

    Best regards,
    Vinay Kashyap

    #594721

    Thank you @begrafiks for all your help!

    Both options worked but I had to separate them this way :

    #top .av-main-nav ul {
    background-color: transparent;
    color: #444444;
    }

    #top .av-main-nav ul a{
    background-color: transparent;
    color: #444444;
    }

    or

    #menu-item-XXX .sub-menu {
    background-color: transparent;
    color: #444444;
    }

    #menu-item-XXX .sub-menu a{
    background-color: transparent;
    color: #444444;
    }

    Somehow putting them together wouldn’t work =)

    Thanks anyway! Problem solved!

    #594716
    suemaguire
    Participant

    I would like to have text appearing on top of an image background at the top of a page. I am trying to use the color section to insert the image background and a text block inside it for the text. This works as desired on my IOS phone. It does not work on the desktop Chrome, IE or Firefox browsers. On Chrome, I don’t see the image at all. On IE and Firefox, I see a tiny image above the text. How can I make this work everywhere?

    Hi again Andy,
    I’ve done some more work on the header since I wrote the above and have added a text widget and tried to add a second logo, using some of the tips I found on the help forum.

    The text widget is:
    <p style=”text-align: center;”><span style=”font-size: 28px;”>THOMAS HENTHORNE</span></p>
    <p style=”text-align: center;”><span style=”font-size: 22px;”>Marin Real Estate</span></p>
    sothebys logo

    So that adds text and the logo. The text was off so I added the following CSS from related support topics:
    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    That got the “Thomas Henthorne ” etc text nicely centered, but two problems remain:

    1. The above-mentioned one where the grey title bar is partially under the header when the page loads prior to any scrolling
    2. I can’t figure out how to get the Sotheby’s logo positioned to the right so it’s positioned as in this picture where I dragged it with my browser and took a photo before it snapped back:
    photo here of sotheby’s logo positioned correctly

    Thanks again for your help!
    Rob

    Hi Denis!

    Please refer to this post – http://kriesi.at/documentation/enfold/change-logo-on-mobile/. Please note that you will be able to see the changes only on actual mobile devices. Resizing browser window on desktop would not show the changes.

    Best regards,
    Yigit

    denisrowe
    Participant

    I have followed this example https://kriesi.at/support/topic/different-logo-for-mobile-version/

    With the following CSS

    .logo {display:block}
    .second-logo { display: none; }
    /* iPhone 6 in portrait & landscape */
    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .second-logo { display: block; }
    .logo {display:none;}
    }

    This does not show the second logon on desktop, but on the mobile is does show the second logo, but does not hide the first (primary) logo.

    #594695

    Hi!

    Please add following code to Quick CSS as well

    .logo { top: 10px; }

    Best regards,
    Yigit

    #594692

    Hi!

    Remove post meta would remove them from your site as well. If you do not mind, please refer to this post – https://kriesi.at/support/topic/share-this-entry-facebook-remove-author-category-post-date/#post-516801

    Cheers!
    Yigit

    #594665
    Manvydas
    Guest

    All i have is this API code. Thing is that i take over the page and my client want some update for this page. I and my client don’t have any contacts to man who was created page (all i can get this API, no user name, email or purchase code). Can i ask questions here? Because i don’t have permission without registration to create new topic.

    #594661

    Hey!

    Please add following code to Quick CSS

    .gform_footer input[type="submit"] {
        padding: 12px;
        min-width: 120px!important;
        margin-top: 8px;
    }

    and it should look like this – http://i.imgur.com/HkS2vDD.png

    Cheers!
    Yigit

    #594640

    Hey!

    Enfold sections have a minimum height set of 100px you need to reset that with CSS:

    #top .avia-section {
        max-height: initial;
    }

    Best regards,
    Josue

    #594630

    Hi Andy,

    OK, then let’s just deal with the button in the top right. I’m hiding the header (default logo, footer and socket as well) as you can see and using .avia-fullscreen-slider:after to introduce the logo I want to use on this page. So adding a widget to the header wouldn’t work since I’m not showing the header.

    I’ll open a ticket for the other question, but to be clear, I wasn’t asking how to show the same slider on different devices – I want to show a single static image.

    Thanks!

    Thanks, phone number fix worked great!

    Here’s a screen shot of the issue I’m having:

    post image screen

    As you can see in above photo, the “top marin real estate agent” and text in the black title bar is running into the logo <BEFORE> scrolling… so when you first load the webpage, the bar is already under the logo.

    Does that make sense?

    Thanks!!

    #594622

    Thank Vinay, but this is not about the Mailchimp widget. This is instead about the standard Contact Form Content Element.

    The thread you reference above as a solution to the subject line issue (that the subject field on the sent email from the contact form does not pull the subject text from the subject field in the form):

    To customize the subject please check https://kriesi.at/support/topic/mail-subject/#post-138433

    is the exact same thread that I reference in my initial post, explaining that the solution (from 2013) no longer works with the current Contact Form Content Element. I’m looking for a solution to the current version (Enfold 3.4.7).

    Thanks.

    #594620

    Actually – for mobile, if I change the color code to use an image for the background on mobile, it shows nothing at all. It would seem that I could simply create a different image to use when viewing the site on mobile, but it won’t display.

    Here’s what I have for the mobile image (right now, just using the same image – getting that work before I try to create an image that will fit):

    /* Home page section images on mobile */
    @media only screen and (max-width: 767px) {
    #hometopimage { 
    	background:  url(https://edwardsvilleinjurylawyer.com/wp-content/uploads/2015/10/bkgd-servicerep.jpg) !important;
    }
    }
    goldengate415
    Participant

    I have owned Enfold for less than a day and already managed to break it! (smile)

    I added enough menu items to my secondary menu at the top of the site that now the header bar runs into the title bar as you can see in link attached in moderator section below.

    I have tried changing the width of the header bar but that does not seem to help. Do you have a solve? Also if possible I would like to increase the size of the phone number in the very top bar… is that possible?

    Thanks much!
    Rob

    #594603

    Hey Nathan!

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

    #top.page-id-5167 label {
        color: #00a3cc !important;
    }

    Cheers!
    Yigit

    #594585
    lzevon
    Participant

    I was able to overlay a logo on the fullscreen slider using this ticket…
    https://kriesi.at/support/topic/overlay-responsive-image-on-fullscreen-slider/

    … on another site I’m building. I would also like to add a button to the top right (opposite the logo) and wondered if this was possible?

    Also, is there anyway to identify that the user is coming from mobile and if so, freeze the slider on the first image (or present them with a static image somehow)?

    Thanks!

    #594559
    gsestini
    Participant

    Dear Staff,

    I am working on a single page with multiple topics and contents.

    My work updates til half of it, when I try to insert the rest of the content I intend to use the content does not update to the website, what happens is that or I lose everything I did and have to do it again, or I have to use saved templates to build up again. Even with this second option using saved templates I can´t manage to build the inteire page without having a point that I lose everything again or the page goes back to the first content that I´ve used on the beginning.

    This is a second topic that I open regarding this subject, Basilis told me that should be something regarding my php memory or html….I tough it was html and closed the subject the problem continues…I called my hosting provider and they told me that my php memory is 128MB and that my php version is 5.3. If I increase my php memory will this problem stop?

    What is the recommended memory? Is my version okay?

    I attached the link for the page in the administrative area that I am working, just try to duplicate all the content repeating it and try to update you will see what I am trying to say.

    Looking Forward,

    Giu

    #594556

    The pop-out that appears when one scrolls over the Cart button at the top right of the page (I forgot to write in the first message)

    Cheers

    Tom

Viewing 30 results - 99,241 through 99,270 (of 142,852 total)