Viewing 30 results - 92,791 through 92,820 (of 142,789 total)
  • Author
    Search Results
  • #662718

    Topic: Fixed Top Menu Bar

    in forum Enfold
    lanelee
    Participant

    I am trying to create a top menu bar that is completely fixed. One bar with the logo, top menu, social icons and mobile menu icon.

    I have them all on the same line with CSS but, the logo and menu icon are ‘fading out’ when I scroll down? Is there a way to stop the fade out?

    Also I just noticed the links for the Mobile Menu and logo are linking below the actual images? Any ideas.

    Thanks,
    Lane

    #662707

    In reply to: Title Bar Height

    Hey John,

    To change the height of the Title Bar please change the value of min-height and padding in the below code to suit your design and try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .title_container .container {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        min-height: 95px!important;
    }
    

    Best regards,
    Vinay

    #662706

    Sorry if my post was unclear. All I want to do is to add the same styling ( a turquoise full width bar that’s 25 pixels wide) to the top of my individual blog posts as I have added to each other page on my website. Screenshot attached. On all pages, I’ve added this design element using a color section. Can you tell me how to add this element to individual blog posts?

    #662693

    Hey sambo258,

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

    #top form.cart .button {
        text-transform: uppercase;
    }
    

    Best regards,
    Vinay

    #662686
    kops
    Participant

    Have followed a previous post from here but with no luck. Currently using fullscreen slider for videos. Would just like to add a mousewheel option on scroll to next slider. If anyone could point us in the right direction that would really decrease some head scratching.

    #662678

    Hi,

    I’d love to try that out, standard I see only the hide option in the editor but that won’t do I guess I need something to tell a section to show or hide on desktop / tablet or to show / hide on mobile as a workaround.

    gr,
    Roderick

    #662674

    Hi!

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

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none;
    }

    Regards,
    Yigit

    #662667

    Hi

    Sure – the site I am working on is: http://176.32.230.22/staff-finda.com/about-us/

    All the inner pages at the top in the orange banner have the content slider. I want the text to be in lower case and not all in upper case.

    Thanks
    Dee

    Google is your friend … ;-)

    I’ve found the solution:

    .page-id-672 .ls-wp-fullwidth-helper {
    margin-top: -50px;
    }

    Can be marked as solved !

    Thanks
    Tom

    #662650

    Hi,

    I am trying to add a fontello icon to my social icons, I put the code in functions.php file of your child theme and now the icon is added. but the animation of hover is not working. (same as the preset logos like facebook and …). How can I add those animations?
    You can see the telegram social at the top beside SoundCloud logo.

    Thanks,
    Hamid

    #662649
    #662602

    Hi,

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

    .html_header_sidebar #top #header {
        width: 150px;
    }
    .html_header_left #main {
        margin-left: 150px;
    }
    

    Best regards,
    Yigit

    Hey ideenstart,

    try this code:

    .ls-wp-fullwidth-helper {
    margin-top: -50px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #662600

    Hi,

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

    .html_header_left .av-main-nav li#menu-item-653 ul {
        top: -210px;
    }
    

    Best regards,
    Yigit

    #662578

    Hey!

    Your color section does not have an ID at the moment. Please refer to this post and add your ID (the one you used on your custom CSS code ) – https://kriesi.at/support/topic/imageicone-between-text/#post-622379

    Best regards,
    Yigit

    #662559
    #662558

    Hi,

    so call me stupid, i activated now the custom class put the code in the custom.css (because i had the rest of the changes also there) and i would like to have these changes in desktop-sizes only.

    therefore i have to have the vertical align: bottom otherwise it changes the image postition with the page size.

    long story short, it doesnt work, and i dont know why…

    #662546

    Hi,

    try this code:

    .responsive #top #wrap_all .slide-entry {
    width: 100%;
    }
    

    Best regards,
    Andy

    #662517

    Hi,

    2.) You’d need to search such a plugin by yourself. Maybe here is something for you: kriesi.at/support/topic/recommended-plugins/

    2+3.) Refer to: https://kriesi.at/support/topic/how-to-edit-search-result-page/#post-223906

    Best regards,
    Andy

    #662506

    In reply to: Images with Caption

    Hi

    Maybe i miss explained, What i meant http://fantasyrooms.com/08testwiith cascade is the result i see in my screen., I put 2 images with caption and they are not aligned at to top. The second images appears next to the 1st but moved down.

    Thank you

    #662488

    Topic: Navigation front page

    in forum Enfold
    michael_world2cycle
    Participant

    Dear reader,
    I did try a couple of things, but I didn’t work yet.
    At the top of my front page I want to set some kind of navigation, or you can see it as menu buttons.
    I have multiple sections on my front page and want to give the visitor the oppertunity to go directly to the desired section.

    Do you have any suggestion to set up navigation like that.

    Kind regards,
    Michael

    #662459

    Hi,

    then play with this code:

    #colorsection {
    position: relative;
    top: -79px;
    }
    

    and adjust as needed.

    Not sure though what exactly you mean with your last post. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Andy

    #662456

    Hey Doug,

    If you want greater control over your Color Section background you would have to create different section to display only on small screens and use images better adapted to those dimension. You can then hide/show the correct section using CSS after giving your sections unique IDs in the element options:

    @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

    #662450

    In reply to: Enfold Megamenu Format

    Hi,

    use this code:

    .avia_mega_div .sub-menu {
    background-color: red !important;
    }
    #top #header .avia_mega_div > .sub-menu > li > ul > li  a {
    background-color: purple;
    }
    

    and adjust the color as needed.

    Best regards,
    Andy

    cormie
    Participant

    Hi folks,
    I have somebody updating a page for me and something strange is happening in that when you click the thumbnail to enlarge an image, it appears to open twice, once in a gallery that has 6 pictures (all thumbnails on the page) and the close button on the bottom right and when you close this, the same enlarged image is under it, but in another gallery, which I prefer the look of and it has the close button top right, and this gallery only has the two images in that table.

    I prefer the set up of the 2nd gallery, it’s easier to see where to close it, it looks nicer and it only displays the images of the subject being clicked into and not the ones below.

    The page in question is here: http://www.vantasks.ie/van-information-2

    Also, the original quality of these images are over 6,000×4,000px and about 5mb each. I understand that Google and general SEO prefers smaller images as it’s better for site loading times and a better user experience, I did some googling, but all the advice was for images shown on the actual page, but nothing really mentioned about the quality and resolution of enlarged images. So it’s having 2 images, one small thumbnail fast loading one for the page and then the higher quality one to be enlarged is the ideal, but what kind of resolution and file size should the enlarged image be? And how do I know that the the thumbnail isn’t just the larger file shrunk by source code and it’s loading the smaller size one?

    Any help would be great, it’s not me doing the development work but I want to make sure it’s done right so any tips on what to look out for would be great!

    #662431

    In reply to: Not responsive

    Hi,

    Ok, I see what you mean. Unfortunately there is no way to make background images look exactly the same on all screen sizes. If you want greater control over your Color Section background you would have to create different section to display only on small screens and use images better adapted to those dimension. You can then hide/show the correct section using CSS after giving your sections unique IDs in the element options:

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

    Thanks,
    Rikard

    #662426
    lleonera
    Participant

    Hi!

    I have a color seccion with logos in my website: http://blocs.tarragona.cat/europedirect/qui-som/
    I need to have this in all the pages but I have the problem that in the pages that have a sidebar the color seccion makes move the sidebar. I have been trying to find the solucion in other topics and I couldn’t but I’m wondering if the new version of enfold has any solucion for this.

    Is there anyway to have two footers? or to have a part of the footer in white to trick the page? or any other soluction/trick?

    Thank you so much

    #662420

    for your logo – you can see it here on a test page of mine:

    http://webers-testseite.de/ikom/

    with this settings:

    .responsive .logo {
    display: block
    }
    
    .logo, .logo a {
        overflow: visible;
    }
    
    .logo img {
        height: 280%;
        max-height: 425px !important;
    }

    if you got the png downloaded i change it to my logo again!

    for the responsive case i put at the end of quick css the following code:

    @media only screen and (max-width: 767px){
    .responsive #top .logo {
        height: 210px !important;
    }
    .responsive .logo a {
        display: block;
    }
    .responsive #top .logo img {
        max-height: 210px;
    }
    }
    • This reply was modified 9 years, 7 months ago by Guenni007.
    #662399

    On the internetsite there is a topic “Unsere Lovestory” The picture above and under is showing only the half of us. Do you know what I mean?

    #662391

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-submenu-container .current-menu-item a .avia-menu-text {
        font-weight: bold;
        color: black;
    }
    

    Cheers! 
    Josue

Viewing 30 results - 92,791 through 92,820 (of 142,789 total)