Viewing 30 results - 78,931 through 78,960 (of 142,897 total)
  • Author
    Search Results
  • #801752

    Hi,
    I believe I have fixed it, Please clear your cache & check :)
    I added this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .products .product:nth-child(odd) {
        clear: initial !important;
    }
    }

    Best regards,
    Mike

    #801750
    schizm00
    Participant

    I have read 20 posts and tried 10 different shortcodes and I can’t get this to work, even though it works fine on my main site ubermac.com.

    I have downloaded the demo landing page and the menu hides by default until scrolling starts. But I want it to stay there at all times like on my main site. I was SURE that the setting that I needed was in the header section under Sticky Header. I have it checked but it still disappears. Any help?

    #801746

    Hello Sirs,

    I resolved all above thru older postings!!

    I give the solutions for others might have some issues:

    (1. + 2.):

    #header .widget {
    right: -5%;
    left: 80%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    3. Just disappear search form during scroll with the following code:

    .header-scrolled #text-9 { display: none; }

    (#text-9 is the class of the element.)

    #801739

    Hi,

    Great! I am glad you were able to get this taken of. Do you need additional help, or should I close this particular topic?

    Best regards,
    Jordan Shannon

    and btw: read here : link

    #801722

    Hey prerules,

    Add the following to quick css

    #top .av_header_transparency #header_meta{
        background-color: rgba(255,255,255,0.5)!important;
    }

    Let me know if this is what you needed

    Best regards,
    Jordan Shannon

    #801704

    Topic: Change Social Icons

    in forum Enfold
    giaco_he
    Participant

    Hey guys,

    I already tried to change the Instagram Social Icon and to add a Snapchat Icon by following each step that is described here: https://kriesi.at/support/topic/use-different-social-icons/#post-251970. That did not work..
    I first downloaded the Icons from Fontello, then I added this Code to the enfold functions.php:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons[‚instagram‘]	 = array( 'font' =>'fontello', 'icon' => 'F16D');
    $icons[‚snapchatghost‘]	 = array( 'font' =>'fontello', 'icon' => 'F2AC');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons[‚instagram‘] = 'instagram';
    $icons['snapchatghost'] = 'snapchatghost';
    return $icons;
    }

    Instead of F16D and F2AC, which I got from the ‘customize code’ tab at fontello I also tried U+F16D and U+F2AC as well as uef16d and uef2ac. Then I uploaded the zip file. But nothing seems to work. I would be very glad if you could help me.

    Thanks!

    • This topic was modified 8 years, 10 months ago by giaco_he.
    #801697

    Hi James,

    I have tried what you mentioned, and noticed that it was css that was checked (disabled), I tried to uncheck it and do your instructions here: https://kriesi.at/support/topic/new-update-stops-optimizepress-from-working/#post-800405 and it does load properly on my end. Screenshots in private content.

    Best regards,
    Nikko

    #801695

    Hi,


    @johnebase
    I went to Autoptimize settings and unchecked “Optimize JavaScript Code?” and flushed cache. Please review your website.

    Best regards,
    Yigit

    Thank you Basilis. With this we made it work somehow.

    Now we hide our custom menu elements in the desktop version via css and added the shop button in functions.php as you suggested (just as the search button is integrated). For the mobile version we on the contrary hide these extra search and shop buttons.

    It would have been great to get around these duplicates but unfortunately it seemed too complicated to actually integrate it the way we anticipated.

    If anyone else needs something similar it might work in the following direction:
    #1 Add span to Menu with “your-fancy-button” as id or class
    #2 catch the element in php (eg.: https://stackoverflow.com/questions/6366351/getting-dom-elements-by-classname )
    #3 Make a custom Filter for it (https://code.tutsplus.com/tutorials/adding-custom-hooks-in-wordpress-custom-filters–cms-26508)

    best,
    Manuel

    (PS: sorry for the late replay, I’ve been on holiday :D)

    #801674

    Hi,

    Hmmm.. try adding this css code:

    #top .isotope-item .grid-content {
        padding: 28px 20px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #801672

    In reply to: input text color

    Hi,

    I have checked the link and I don’t see this being done: https://kriesi.at/support/topic/input-text-color/#post-801468
    Also white font color for the input field on the page you pointed out won’t look good since the background is also white.

    Best regards,
    Nikko

    #801658

    The Animated Numbers stopped working on the homepage of my client’s site. They are not visible. I have child theme in place

    #801657
    kahman
    Participant

    Hi I have a Layer Slider at the top of the page, I then have a color section below with three boxes. I would like the color section to go up above the layer slider slightly.

    So in the color section I set to use custom margins and changed the top margin to -30px. Now, it does move the section up like I wanted, but the section is behind the Layer Slider and I need it in front.

    How can I do this? I tried messing with the z-index but that does not help. Thanks in advance.

    #801655

    Topic: Product slider

    in forum Enfold
    3adconsulting
    Participant

    Hi, my product pages currently have an easy slider at the top of the page and on each side of the slider there are arrows. When a mouseover is done on the arrows it shows a preview of another product. I would like to know how to modify this and select which product is placed in this preview. Right now we have eight categories for our products and some categories have repeated products….. I would like to be able to go in one category, exp “Mood & Mind” and when I select a product the previews of other products, show items within the same category….. is this possible?

    Thanks in advance

    Jen

    #801649

    Hi,

    Please change the code to:

    
    .page-id-731 .entry-content {
    top: 50%;
    position: relative;
    }

    and let me know if it works better for you.

    Best regards,
    Basilis

    #801641

    Hi
    yes, of course we do have custom CSS but i am quite sure that the structure is correct.
    If i put Sarahs code to the top its the same then before.
    It just changes ONCE and any further attempts to change the font-size does not have any effect.

    More:
    If i ask my firebug to set the rule for that element it gives me this:
    .avia_textblock.av_inherit_color > p {
    font-size: 2em;
    }

    But if i put it into our CSS it has no effect at all.

    Regards Martin

    #801633
    ac
    Participant

    Hi, I’m trying to create a blog in the style on the Kriesi 2017 demo ‘blog modern’. This one is just to display a particular category (press), not the main blog.

    I’ve used ‘magazine’ to get the top post full width, then used the blog posts element (not to duplicate) for 2 columns beneath.
    I’ve managed to get rid of the comment count and also got rid of the tags/categories.

    However, it just isn’t looking right. The excerpts are very short. I have used the ‘read more’ in all the posts, so want all of that to display, like it does on my main news page.

    Hope you can help with advice on settings or custom css??

    #801630
    michellerunge
    Participant

    Hi!
    I have created a topic last week with some questions, but since I didn`t got answer yet and I have 3 new questions I decided to put it all in 1 topic.

    Before I bought the theme I sent you guys an email, a few months ago, with some customization questions, you sent me a reply saying you can help me with that. That is why I bought the theme =)

    It would be lovely if you are able to help me now, since I have already started biulding my website!

    1.1 – Post Slider Border and Hover: Your PostSlider does not have many options… I would like to have a border on the featured image, each category would have a diffetend border color. I would like to change the Hover color too, the default is in black, one color for each category showing the post title. You can See the layout I imagined here: https://drive.google.com/file/d/0B9Cl0WGu5B3BRXFLeEVtZUdpNE0/view?usp=sharing
    Can you help me to add a border and change the hover color to blog thumbnail ?

    1.2- Post Slider Arrows: The default layout shows the arrows on the top of the images, this does not work for me because I need the arrows on left and right sides of the images. You can See the layout I imagined here: https://drive.google.com/file/d/0B9Cl0WGu5B3BRXFLeEVtZUdpNE0/view?usp=sharing
    How can I change the arrows to this position and customization?

    2- Blog Exerpt: In one moment, using the Post slider I will use it with exerpt. But I would like to have this exerpt in a colorfull background. Like This: https://drive.google.com/file/d/0B9Cl0WGu5B3Bc3p6M1lmOV9zZ2c/view?usp=sharing How can I do that?

    3 – Masonry Portfolio: I am using the masonry gallery to display my portfolio. I just want to change the hover color and size, and to display a small subtitle under the title. Can you help me to do that? The Layout I imagined is this: https://drive.google.com/file/d/0B9Cl0WGu5B3BcGlXSkRSRkNmYnc/view?usp=sharing

    4 – Image hover Circle: I have some images that are not circles but I want a hover on a circle format. It would be the normal circle hover effect you already have, but in a different shape image. I`ve uploaded a image showing my layout: https://drive.google.com/file/d/0B9Cl0WGu5B3BaXF3cjZITDNURGc/view?usp=sharing
    Is it possible to do that?

    5 – Menu: I have a lot of things on my menu, and this is making the items go on top of the logo. Like This: https://drive.google.com/file/d/0B9Cl0WGu5B3BNWlkdEdRdjZIR0E/view?usp=sharing
    I couldn`t find an option to reduce the space beetwen the menu items… Can you tell me how I should do it?

    I am sending you my website informations on private content, so you can check all you want . =)

    Thanks in advance for your help!

    #801627
    nickgin
    Participant

    Hello Sirs,

    Congratulations! You have a great theme!

    1. I would like to move the search box to the right as the screenshot: https://prnt.sc/fdvvdg
    2. How can I deactivate the search box to get bigger during search? I need a fixed element. See screenshot: https://prnt.sc/fdvz10
    3. Search box sticks with the sticky header. How can I fix that? see screenshot: https://prnt.sc/fdvxxp

    Settings:

    Functions.php

    add_filter(‘wp_nav_menu_items’, ‘do_shortcode’);
    add_shortcode(‘avia_search’, ‘get_search_form’);

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    Quick CSS:

    #text-9 {
    margin-top: 12px;
    left: -50%;
    }
    .header_color input[type=’submit’]{
    border:none!important;
    }

    #header .widget {
    left: 70%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    #top #searchform .ajax_search_response {
    background: #ffffff;
    }

    I also followed your instructions in your post: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    I need your precious support.

    Thank You in advance,

    Nick

    #801621

    Hi,

    Do you have any other custom css that may be structured incorrectly? If so, try adding Sarah’s code to the very top.

    Best regards,
    Jordan Shannon

    #801591

    Hi,

    I added the following to quick css:

    #top .title_container .container{
    min-height:125px!important;
    background:#f7f7f7!important;
    border-bottom: 1px solid #ededed!important;
    }
    
    h1.main-title.entry-title{
        padding-top:30px!important;
    }
    
    h1.main-title.entry-title a{
        font-size: 20px;
        color: #4d4d4d!important;
        text-transform: uppercase;
        font-weight: inherit;
        letter-spacing: 2px;
    }
    
    .breadcrumb.breadcrumbs.avia-breadcrumbs{
        color: #919191!important;
         margin-top:40px!important;
    }
    
    a.trail-begin{
    
    color:#afafaf!important
    }
    
    .alternate_color{
    background:#f7f7f7!important;
    }

    This seems to have replicated what you need.

    Best regards,
    Jordan Shannon

    Hi,

    1- Providing ETA for major updates are unfortunately very difficult for us as Kriesi and our dev team usually get very creative and keep adding new features and adding new ones before releasing updates :)

    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #advanced_menu_toggle {
        position: fixed;
        top: 30px;
        right: 10px;
    }
    

    Best regards,
    Yigit

    #801555
    romainp841
    Participant

    Hello Kriesi team !!

    I want to make a specific burger menu which looks like a new page with a video background and no scroll bar.
    I tried some code but I have 3 problems…

    1) The video (or the photo) isn’t responsive :
    I found the Quick CSS for the video background :

    div.av-burger-overlay-bg {
         background-image: url("myvideoORmypicture");
         opacity: 1;
    }

    But the video format doesn’t fit with the screen.

    2) I want NO scrollbar on the right but I have 2… (2 with my laptop Asus, and one with the macbook, the default scroll bar of my page,check the picture that I sent to you !).

    3) The Logo of the menu (not the icon of the burger menu) have to stay when I come to the burger menu.

    If you can help me to solve those problems I’ll be very greatfull !!
    Thanks in advance.
    Romainp841.

    • This topic was modified 8 years, 10 months ago by romainp841.
    #801546

    Hi,

    We’re glad that Nikko and Yigit were able to help you!  Do you need any other help with this topic, or can we close this thread?

    Sarah

    Dear Ygit,
    many Thanks for you fast response.

    So, for 1 I have to wait until the Enfold 4.1 update is available.
    Could you tell me, when it ist expectable?

    For 2: Please have a look to the link below, which should link you to an imgur-post.

    lost menu on web-site …

    Here are posted three screenshots done with the iPhone. On the first (home area) is the main menu of the website available and it is possible to jump to the different areas of the onepager-site. On the following two (the portfolio area and the contact area) the menu is complete gone and not available?! This happens when you scroll down the web-site and starts immediately passing the home area.

    I hope the link works and helps to make clear the topic.
    Best regards,
    sebastian

    #801537
    srinagasai
    Participant

    Dear Team,
    How to fix full width sub menu position issue.
    After adding full width sub menu i am getting, white line on top of menu. How to fix it

    #801529
    FlatText
    Participant

    Hi guys,

    I’ve already searched and looked through the past threads and I couldn’t find a solution. Plus the old ones in 2014/2015 I don’t think apply anymore.

    Anyway, I saw the thread from a few days ago, linked to another thread (https://kriesi.at/support/topic/header-footer-stretched-body-boxed/), it did not solve anything.

    I have linked a site in the private content area where it’s exactly how I want it to look like. Boxed content, boxed logo and login area, but stretched header and footer.

    nicik
    Participant

    Liebes Support-Team,

    ich arbeite gerade an einer Internetseite http://marinas-gesundheitsschmiede.de/ mit dem Vollbild-Slider. Auf dem Desktop und auch mit einer responsive-Simulation am Computer funktioniert alles super. Leider wird mir auf der mobilen Ansicht an meinem Handy (Iphone) das Hintergrundbild des Sliders nicht mehr angezeigt sondern nur noch der Text. Habt ihr vielleicht eine Idee, woran das liegen könnte?

    • This topic was modified 8 years, 10 months ago by nicik.
    #801484
    niobeer
    Participant

    Hello,
    I have a problem with masonry gallery.
    I can see it on mobile and in Safari browser, but can’t see it in Chrome.

    I’ve changed shortcodes.js as mentioned in some forum topic.
    Still have this problem.

Viewing 30 results - 78,931 through 78,960 (of 142,897 total)