Viewing 30 results - 88,051 through 88,080 (of 142,855 total)
  • Author
    Search Results
  • Yes, this only happens in Windows and Internet Explorer – testing on browserstack. CSS below:

    #bottom_section_mobile {display: none!important;}
    .mobile_gallery {display: none!important;}

    @media only screen and (max-width : 767px) {
    #bottom_section_mobile {display: block!important; position: absolute; bottom:0; background-color: transparent!important; z-index:600!important;}
    #bottom_section {display: none!important;}
    .mobile_gallery {display: block!important;}
    #bottom_section_mobile {display: block!important;}
    .desktop_gallery {display: none!important;}
    }

    #712421

    Hi,

    Ok great, those are the best ones :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #712420

    Hi,

    No problem, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #712411

    Or perhaps I should ask, how to display a menu item only on mobile/tablet device but not on desktop?
    and then hide the search icon on mobile / tablet screens?

    • This reply was modified 9 years, 4 months ago by waveshaper.
    #712410

    In reply to: change Primary color

    Thanks Yigit,
    can i change the web safe color?
    My customer has a special CI
    Best regards
    Christoph

    #712403

    Topic: Flaticon

    in forum Enfold
    richardbeatty
    Participant

    Hi

    Sorry I closed case I should not have closed.
    https://kriesi.at/support/topic/uploading-flaticon-issue-black-squares/#post-711860

    Summary of the issue and your responses:

    Try to upload flaticon to icon uploader but icon only visible as a black square.

    Method used: select black and white flaticon, download SVG, drag the unzipped download SVG format to fontello, then download from fontello as webfont.

    I could not understand why some flaticons are not useable and others are and I asked how do you know? You replied that the icon that is useable should have “Iconfront” clickable … in fact, the iconfonts for these example icons ARE clickable.

    I just don’t understand why some black and white fonts are usable and others are not – despite them all being iconfonts.

    Your advice?

    Thankyou

    #712398
    JantienM
    Participant

    Hi,

    I’d like to add an e-mail button in my social media menu on the top of my website. I tried the following:

    – searched for the e-mail option in the social media menu, it’s not there
    – added a secndary menu next to the social media menu and put the icon shortcode in the menu title. This does not work, it does in my main menu though. You can see the home icon there.

    Hope someone can help me out here.

    Thanks again!

    • This topic was modified 9 years, 4 months ago by JantienM. Reason: spell correction
    #712394

    In reply to: Social Media icon

    Hi Yigit,

    1. Here’s the link: http://www.myredbag.dk/kontakt. I want the two social icon to be black on hover.
    2. This is not quite what I want: https://www.dropbox.com/home/Screenshots?preview=Screenshot+2016-11-15.png. I only want to display the numbers of likes and I want it to be shown in top of the header.

    Best regards,
    Helle

    #712390

    In reply to: Hover color of iconbox

    Hey C2S16!

    Try to add !important, your code should look like this:

    .iconbox_top .iconbox_icon:hover {
        background-color: #0d2555 !important;
    }

    Let us know if it works :)

    Regards,
    Nikko

    #712387
    waveshaper
    Participant

    Hi Kriesi

    On a laptop screen e,g, 1366 x 768 my theme has a big space between the left menu and main content,
    I tried adjusting
    `
    .container .av-content-small.units {
    width: 54%;
    }

    Is that the correct place to adjust this?

    Thank you for your time.

    • This topic was modified 9 years, 4 months ago by waveshaper.
    #712380

    Topic: Hover color of iconbox

    in forum Enfold
    C2S16
    Participant

    Dear support,

    I used this custom css to set hover color of my iconboxes to our CI blue.
    .iconbox_top .iconbox_icon:hover {
    background-color: #0d2555;
    }
    This works, but unfortunately the blue does not look lke our CI blue, even though the color code is the right one.
    Is there some overlay or something like that, which makes the color look different?

    How can I solve this?

    Thank you,
    Gerke

    #712368

    ok, 90% of the way there.

    Added in the black mountains as well and set vertical align bottom but they seem stuck to the top. When the page is shrunk down to be thin, the mountains follow the logo up. Also can’t get rid of that 5px or so gap… not sure why.

    The final aspect of the custom menu has that mountain as a highlight indicator. I tried using the same background trick to replace to hover fx on the menu with the mountain image with no luck.

    .span.avia-menu-fx {
    min-height: 500px;
    background-image: url(http://185.56.84.140/~ptminet/wp-content/uploads/2016/11/nav-hover.png);
    }

    Thanks for the help so far!

    #712367

    Hey!

    I have adjusted the code, I commented out this code:

    #top #header_main > .container {
        height: auto !important;
    }

    And have added this code:

    #header .logo img {
        margin-top: 7px;
        max-height: 56px !important;
        width: auto;
    }

    The whitespace on the header will show up again when doing this because the logo occupies the top space. Let us know if you need the whitespace on the header to be reduced (which also results to reducing logo height and width), or you want to change the background color of the header.

    Regards,
    Nikko

    #712365

    Thanks for your fast reply,

    the screenshot below shows the pop-up menu that we wish to implement. The Topic “Terminals und POS-Systeme” has for sub-entries (EcoEasy, EcoTab, etc.). We don’t want to show them in a second menu-pop-up to the left. Instead we want to style the text-links themselves (color, font weight, background etc.).

    Also we want to manual set the width of the pop-up-menus. Because of the length of our entries in greater font-sizes than 12px the entries break in two lines – we want them always in one line.

    #712344

    Hey jmbernstein!

    Try to add this code in Quick CSS, located in Enfold > General Styling:

    .home #after_layer_slider_1 .av-content-full {
        padding-top: 30px;
    }
    
    .home #after_layer_slider_1 .av_promobox {
        margin-bottom: 30px;
    }

    The first code block is for the spacing between slider and promobox, 2nd block is for promobox and cellboxes, please adjust the values as you see fit. Hope this helps.

    Cheers!
    Nikko

    #712342

    Hey jmbernstein,

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

    .home #after_layer_slider_1 .content {
        padding-top: 20px !important;
    }
    
    .home .av_promobox {
        margin: 20px 0 !important;
    }

    Best regards,
    Rikard

    #712341

    Hi clairemartindigital!

    That feature is not available in Enfold, however you can refer to Ismael’s code in this thread for the popup: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173

    As for the sticky cta button, you will need to use a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/ copy some theme files like header.php add some custom html codes and add some css in Quick CSS to make it sticky. Hope this helps.

    Best regards,
    Nikko

    #712339

    Hi,

    Thanks for understanding, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #712330

    Hi,

    1. Please try the following in Quick CSS under Enfold->General Styling:

    .home #full_slider_1 {
      padding-top: 50px;
    }

    2. The image you have used looks to have a lot of space at the bottom, please try to cropping it.

    3. It’s most likely because you have used full width elements, try placing your content in 1/1 elements to see if that helps.

    Best regards,
    Rikard

    #712329
    millertimesites
    Participant

    Hello,

    Am working on a new website with Enfold and was wondering by the customer Separator/Whitespace isn’t mobile responsive.
    Have the icon set to Centered with a line 200px wide which works great on Desktop but is very off center on mobile

    It has been confusing since the mobile screen size i’m testing on is over 600 pixels wide that it would be an issue, but I can’t figure it out.

    Thanks for your help,
    Jon

    #712328

    Hey!

    Try to replace this code I gave you:

    @media only screen and (max-width:767px) {
      #top #hello .av_one_half {
        display: flex;
        width: 100%;
      }
    }

    And replace it with:

    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top #hello .av_one_half {
        display: flex;
        width: 100%;
        padding: 50px 100px 20px !important;
      }
    
      #top #hello .av_one_half.avia-builder-el-last {
        padding-bottom: 50px !important;
      }
    }

    As for word breaks please replace this:

    @media only screen and (max-width:767px) {
      * {
        word-break: break-all;
      }
    }

    To:

    @media only screen and (max-width:767px) {
      * {
        word-break: break-word;
      }
    }

    This should break per word, however what I saw in your site was a long text that was overlapping, the workaround we can do with it is adjust font size.

    Regards,
    Nikko

    #712326

    Hi Harris,

    Great, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #712325

    In reply to: Sidebar

    Hi,

    Great, glad you got it fixed :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #712323

    In reply to: Sub menu header

    Hi,

    Glad we could help, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #712321

    Hey mirr,

    If you want greater control over how the images look on mobile you could create another Color Section to only show for mobile and upload images better adapted to that screen format. You can assign IDs to your sections then show/hide the correct one using CSS like this:

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

    Best regards,
    Rikard

    Hi,

    I changed the code to following one

    .html_header_top #top .main_menu {
        right: auto;
        left: 30%;
    }

    Please review your website and adjust the code in Appearance > Editor > Style.css if needed.

    Best regards,
    Yigit

    #712269

    Hey soniavoice,

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

    #advanced_menu_toggle {
        position: fixed;
        top: 6% !important;
        left: 85% !important;
    }
    

    Best regards,
    Jordan

    #712268

    Hi!

    Not at all :)
    Please add following code to Quick CSS as well

    #top #wrap_all .av-social-link-instagram a {
        color: #fff;
        background-color: #a67658;
    }

    Regards,
    Yigit

    #712267

    Hey Yigit

    It works! You’re a genius! Thank you :)

    I noticed that Instagram is the only one of the top icons not changed…. Can you send me the code for that too please?

    Thank you so much!!!!!!!!

    Regards
    Ed

    Hi!

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

    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 0;
    }

    Regards,
    Yigit

Viewing 30 results - 88,051 through 88,080 (of 142,855 total)