Viewing 30 results - 83,191 through 83,220 (of 142,733 total)
  • Author
    Search Results
  • #757849

    Hello,

    I’ve got more information about my problem, if it can help…

    Indeed, when I click on the button “Load more” at the bottom of the page, all the categories appear at the top, but they are not visible when the page is loaded for the first time.

    Could you tell me what to do please ?

    Thanks !

    #757818
    filz51
    Participant

    Hi
    I use a snipped in style.css of my child theme because I have a problem with the add to cart button. If I don’t use this snipped, the add to cart button is displayed all the time, even if the chart is empty.

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown { right: -160px; }
    .responsive #top .cart_dropdown.visible_cart { right: 7.5%; }
    }

    The problem is, the chart button does not appear when there is an item in the cart.
    I only want the chart button to be displayed when a product was added to the cart.
    How should I fix that?
    Thanks for support, filz51

    • This topic was modified 8 years, 11 months ago by filz51.
    #757811

    Hey!

    We checked your site in all 3 browsers FF, IE and Chrome on windows and I’m able to navigate thru the site from top to bottom without any issue.

    I hope you do not have any browser extensions installed which may be blocking the site js.

    Cheers!
    Vinay

    #757786

    Hi Ismael,

    thanks a lot. It works. You can close the topic now.

    Best regards,
    Sonja

    #757783

    Hi Yigit,

    I already managed to change the position and the look of the product search field. You can close the topic.

    Thanks,
    Sonja

    #757775
    ronensin
    Participant

    Hello Enfold Team,

    Yesterday, I was txting with your Technical Support Team, to get help for my Enfold update. Here is our conversation: https://kriesi.at/support/topic/theme-update-29/

    Since yesterday, my website doesn’t scroll down on Safari Mobile Browser (all the pages not only the homepage). I can see only the topic of the pages and not the whole pages. Moreover, it’s work perfect on Google Mobile.

    Looking forward to get your help please,

    Best regards,
    Ronen

    #757750
    Doron
    Participant

    i configured custom separator line to show icon in the middle
    but I can’t see the icon, not sure why
    (also tried following the instructions in this thread https://kriesi.at/support/topic/separator-line-icon/ but it’s still not showing the icon)

    in the private section there are links to a screen shot and to the actual page
    the bottom separator should be showing the icon in the middle

    • This topic was modified 8 years, 11 months ago by Doron. Reason: typo
    ParkerBolt
    Participant

    I have a fullscreen slider on the homepage of my site with 2 slides. Each image is positioned “Center Center”. Looks great on desktop, but on tablets and mobile devices the background images are wayyyy zoomed in. All I see on one slide on my phone and tablet is about a 1″ X 1″ section of wall somewhere in the photo (screen is all gray). The other slide is zoomed way in on the subjects eyeball. Is there a simple fix that I am missing or is this a bug that needs to be fixed on your end?

    Here are my slider settings:

    Slideshow Image Size: No Scaling (Original Width X Original Height)

    Slideshow Image Scrolling: Fixed

    Slideshow Transition: Slide sidewards

    Autorotation active?: No

    Slideshow Autorotation Duration: 5

    Slideshow Control Styling: Default

    Display a scroll down arrow: yes

    #757745

    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:767px) {
    #advanced_menu_toggle, #advanced_menu_hide {
        left: 0;
        right:auto!important;
    }
    .responsive #top .logo {
        float: right!important;
    }}
    

    Best regards,
    Vinay

    #757741
    DESIGNWRX
    Participant

    Enfold 4.0.2 / WP 4.7.3
    Hi. We had an issue on upgrading in that we had to stop a very slow backup to allow upgrade. This resulted in the whole Theme dropping off the dashboard visibility and trying to re-install through Envato Toolkit failed. After uploading latest theme to ftp the site came back online but Home page is mysteriously missing 2 sections of text and a paralax background – which are all visible on the dashboard for the page.

    Tried deleting the sections [below candle & 3 slider images] and recreating but still not visible on page. Also removed a scroll down arrow that was active on both sections as that was the only common thing I could see but no success.

    Really puzzled so any help appreciated.

    Rodger

    #757712

    In reply to: Problem with Masonary

    Hey bertgogo!

    We are very sorry for the late response. Please continue on the original thread.

    // https://kriesi.at/support/topic/masonry-not-displaying-correct-number-of-elements/

    Regards,
    Ismael

    Hey!

    Thanks for your input @guenni007 ! :)


    @keeprain
    For your information, i cannot see “2” as well, as I wrote in my reply here – https://kriesi.at/support/topic/weird-theme-problem-nobody-answer-me-in-the-forum/#post-757643

    Regards,
    Yigit

    #757697
    bobfurgo
    Participant

    Hi guys! I’ve styled a fullscreen main navigation, for some reason it looks great on safari but on chrome and firefox the last menu item keeps getting kicked off and I can’t figure out why…I have the li width set to 19.5% and I think there are margins set somewhere that’s kicking the last menu item off on desktop and laptop screens (see screenshot):

    I feel like Ive tried everything! Thank you in advance, you guys are the best.

    • This topic was modified 8 years, 11 months ago by bobfurgo.
    #757689
    Jochen
    Participant

    Hi there,
    for the arrow ICON to scroll from section to section you already posted this function to change the ICON

    add_filter(‘avf_default_icons’,’avia_replace_standard_icon_scrolldown’, 10, 1);
    function avia_replace_standard_icon_scrolldown($icons)
    {
    $icons[‘scrolldown’] = array( ‘font’ =>’flaticon’, ‘icon’ => ‘uf159’);
    return $icons;
    }

    Is it possible to to this with the ICON of the scroll-top-link too?

    Something like
    add_filter(‘avf_default_icons’,’avia_replace_standard_icon_scrollup’, 10, 1);
    function avia_replace_standard_icon_scrollup($icons)
    {
    $icons[‘scrollup’] = array( ‘font’ =>’flaticon’, ‘icon’ => ‘uf105’);
    return $icons;
    }

    Or is this handled different and I have to change it in the source code? E.G. like this
    <span class=”avia_hidden_link_text”>Nach oben scrollen</span>

    Regards

    #757683

    Hey!

    I found a syntax error in my first post. Please remove the css modification then replace it with the following:

    .av-masonry-entry {
        visibility: visible;
        opacity: 1;
    }
    
    .avia_sortable_active .isotope {
        -webkit-transition: none;
        transition: none;
    }

    I incorrectly set the value to “visibility” instead of “visible”.

    Best regards,
    Ismael

    #757679

    Finally, i found the solution.

    I used that code

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area:focus {
    border-bottom: 2px solid yellow !important;
    }
    #top .main_color input[type=’text’]:focus {
    border-bottom: 2px solid yellow !important;
    }

    but, thank you for your help.

    Hi Vinay,

    Thx, I’m looking for a second page on my website to put all my projects on; a bit like this ons behaves: http://kriesi.at/themedemo/?theme=enfold-overview (note: couldn’t get the right link directly, so getting there on this overview page is by selecting on the left button above the ‘Angular’ theme).
    And then I would like to showcase only a few of them on mij startpage that is set up with the Enrique theme.
    The portfolio that’s in there now only shows thumbnails, not the projectdetails etc. which I would like to have also on the startpage (actually it’s a then a copy of the project on the second page).
    I like the lay-out of the portfolio on the startpage (one page) of Enrique. Best would be: square images next to each other and when you scroll over it will love name of the project eind by clicking them opening the details and more pics like in the theme demo above.
    The last square on my startpage will then be a ‘more of this’ button to get to the second page with all projects (and you can also will be able to get there by the menu on top).
    That’s what I have in mind… But maybe I have to start with another base-theme that’s more into portfolio and add/build the front/startpage like the Enrique theme?

    Best regards en thanks for helping out!
    Parcifal

    #757669

    In reply to: Portfolio Item

    Thanks Rikard removing the following code as you advised in another post sorted this problem too

    .entry-content-header {
    position: absolute;
    top: 0;
    }

    #757654

    Hi!

    You would expect though, reading your message above, that the sidebar would be pushed underneath the full width button, but that is not the case. Which is still very strange…

    The element should push the sidebar underneath but there’s something wrong in your page. The actual sidebar markup is missing. I tested this on my installation and it renders the expected layout, the sidebar is beneath the fullwidth button.

    That brings me to the point that it is obviously possible in Enfold to use certain elements next to each other that don’t fit together – if you know what I mean.

    It’s just a matter of experience in using the builder and its elements. Maybe, we can add a note somewhere so that users will know that full width elements push the sidebar underneath. Anyway, you can still add a full width element in a page and have a sidebar as long as you put the full width element at very top of the page.

    Regards,
    Ismael

    #757647

    In reply to: page convert to post

    i resolved. i must delete “-” between “post” and “id”.

    sorry for this useless topic.

    you can delete it.

    thanks

    #757645

    Hey Yigit,

    i use the latest chrome on mac. It doesn’t show up! but the video is clickable and can be stoped by clicking on the video.
    I dont want that!
    Here is video of what looks like if i click on the background…(private)

    #757643

    Hi!

    We closed other threads as you have already received a reply here and the others were duplicated threads. Please do not create duplicated threads as it is not helping us or other users who are checking the threads at all.

    It seems like it was a plugin issue and you found the culprit as i cannot see “2” on top of your portfolio items. Is that the case?

    Regards,
    Yigit

    #757634

    Hey!

    Are you referring to the cell backgrounds? The images are a bit too big for the cells. The actual size of the cells are 790x705px on desktop view so having the same size for the image should improve the background display mobile view. Or you can use this css code.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
        .flex_cell.av-hide-on-mobile {
            background-position: 70% 50% !important;
        }
    }

    You can insert the css declaration inside one of the existing css media query.

    Cheers!
    Ismael

    #757633

    this effect is called Ken Burns and is included in Layerslider (Advanced Layerslider) (New Version Enfold 4 with LS 6)
    it seems you have old Enfold Version less 3.85 – i don’t know if the embeded Layerslider has Ken Burns

    under each slide on top there is a button “show more options”
    There you can find Ken Burns – zoom-in or zoom-out

    see here a demo site of KreaturMedia (Layerslider) : Link

    • This reply was modified 8 years, 11 months ago by Guenni007.
    #757622
    #757616

    Hi,

    Thank you for the credentials, we have added the below css in Quick css to fix the issue.

    /* register form */
    .u-column2.col-2 .button {
        margin-top: -35px!important;
    }
    .u-column2.col-2 .form-row.create-account {
    margin-left:130px!important;
    }

    Best regards,
    Vinay

    #757609
    bobfurgo
    Participant

    Hey guys!

    I’m looking to slow down the fade duration of the easy slider. I found this thread https://kriesi.at/support/topic/easy-slider-fade-time/ but it does not seem to be on line 1629 any longer due to updates, could someone please help me with finding this line? OR is there a way to add a shortcodes php line in the child theme?

    Thank you!

    #757589

    Hey 0_o!

    Please try the following, let me know if it is what you need to achieve.

    #advanced_menu_toggle:after {
    content: “Menu” !important;
    font-size: 10px !important;
    left: 10px;
    position: absolute;
    top: 17px;
    }

    Thanks a lot

    Best regards,
    Basilis

    #757588

    Hey!

    The solution here

    must still work and been active. Have you tried that solution?

    Cheers!
    Basilis

    #757585

    yes, you can close this topic

Viewing 30 results - 83,191 through 83,220 (of 142,733 total)