Viewing 30 results - 133,111 through 133,140 (of 142,866 total)
  • Author
    Search Results
  • #230675

    Hi xpoveda!

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

    #top .title_container .container { padding: 0; min-height: 36px; }
    @media only screen and (min-width: 768px) {
    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { top: 41px; }}

    Regards,
    Yigit

    #230646

    Hey Andrea!

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

    #top .social_bookmarks li a { font-size: 18px; }

    Best regards,
    Yigit

    #230640

    In reply to: Header Optimization

    Hi!

    1- Please change the width to switch to mobile menu – see http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
    2- Please refer to Ismael’s post here to add a tagline https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194

    Best regards,
    Yigit

    #230639

    Thanks Yigit,

    That has brought the text back. Any ideas about stopping the icons coming out of the div for mobile devices?

    Hi ttem!

    Seems like the Relevanssi plugin doesn’t work properly on your server (our theme code doesn’t use a direct sql query for the ajax search but we use the standard wordpress query). If you deactivate it the error should be fixed. Please contact the plugin author if you need help with the search plugin configuration.

    Best regards,
    Peter

    #230632
    niceenfold
    Participant

    Hi, there

    I tried to relocate sidebar on the page to the left side but noticed that bullets still remained to the right side of text.
    so I added code like below but somehow clicking is not working properly. I could not click correctly.
    could you help me out to relocate sidebar on the page to the left correctly?

    .sidebar_left.sidebar {
    text-align: left;
    }

    #top .sidebar_left .widget_nav_menu ul ul li:before {
    left: 0;
    }

    #230617

    Hey quiteright!

    Please see Ismael’s post here https://kriesi.at/support/topic/avia-advanced-layout-builder-for-posts/#post-211670
    Keep in mind that we do not support it

    Cheers!
    Yigit

    #230616

    Hi!

    Please go to Appearance > Editor and open Footer.php file and search “Scroll to top” and change it

    Regards,
    Yigit

    #230612

    screenshot

    When you hover over the image in the red circle it says: scroll to top. That’s the text I want to translate.

    Thanks!

    • This reply was modified 12 years, 1 month ago by eetverleden.
    #230602
    #230599

    Hey guys!

    The parallax is deactivated on mobile devices. when you scroll on a mobile device the page stops rendering (you can try that during a slideshow animation for example) therefore the parallax effect would not be smooth at all. there are ways to accomplish the effect but it requires a library like scrollability ( https://github.com/joehewitt/scrollability/blob/master/scrollability.js ) which is basically an 800 line big js file which we would need to include, just for that effect.

    Currently I don really think its worth it to include it…
    I will however take a look at the image proportions on ipads :)

    Best regards,
    Kriesi

    • This reply was modified 12 years, 1 month ago by Kriesi.
    #230571

    Hi Kriesi

    I did a bit or research and found this fix which worked for me and was easily implemented. Apparently this problem is happening more often so hopefully will save you and users some time.

    For others it stopped all sliders etc from working also.

    Link to fix is here:
    http://docs.woothemes.com/document/jquery-cookie-fails-to-load/

    #230525
    This reply has been marked as private.
    #230523

    Topic: Floating button 2

    in forum Enfold
    lapajnea
    Participant

    Hi,

    after updating our enfold theme to the latest version we are again experiencing trouble with our floating button, like described in a previous theme: https://kriesi.at/support/topic/floating-button/
    The button dissappears behind pictures.
    Could you please look it up and help? The URL is http://zebra.bi

    Thanks,

    zebra.bi

    #230520
    This reply has been marked as private.
    ttem
    Participant

    I checked previous threads regarding integrating relevanssi and added the provided function in my function.php

    Note, I read Devin’s instructions to add to top of functions:
    Add it to the top of your functions.php file just under: if(isset($avia_config[‘use_child_theme_functions_only’])) return;
    though I don’t have that line in my child theme…I’m guessing the supplied child theme functions.php file has been updated? Is this the case? Mine is probably from 3-4 months ago

    anyway this is the error I’m seeing below the search box just above the list of ajax results, any ideas?

    string(347) " AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM wp_posts AS posts WHERE posts.post_type IN ('post', 'page', 'attachment', 'product', 'tribe_events', 'tribe_venue', 'avia_framework_post', 'portfolio'))) OR (doc = -1)) AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM wp_posts AS posts WHERE posts.post_status IN ('publish'))))"

    #230502

    Hey!

    I’ll report this to Kriesi. He’ll check it on his iPhone. I think there are tricks where you can scroll to top on iPhones. That is why the go to top button is hidden on mobile view. Refer to this link: http://www.imore.com/beginner-tip-scrolling-101

    Anyway, Yigit’s suggestion should show the button on iphone screens.

    Best regards,
    Ismael

    #230451
    taliwalt
    Participant

    I want a regular sidebar for my single product pages. I really really really really do. I would hire a developer if I could afford it, but I can’t. If there are any like-minded folks on this forum – folks who love Kriesi (and the awesome support provided by his team) but who nevertheless think the single product sidebar is bat-sh*t crazy – please consider adding your voice to the feature request thread.

    if you’re savvy when it comes to php, and you already know how to do this and you’re feeling generous, maybe you could post a tip?

    Thanks for listening

    Topic was closed before I could say thanks, so I’m editing my original post to do just that, “THANKS!”

    #230422

    Hi!

    This will get you started but for further customization you need to hire a freelance developer. Add this on Quick CSS or custom.css:

    .four.units.single-product-main-image.alpha {
    width: 100%;
    overflow: hidden;
    }
    
    .fpd-navigation.fpd-main-color {
    width: 50px !important;
    }
    
    .fpd-sidebar > .fpd-content {
    border-left: none;
    position: relative;
    width: 200px !important;
    }
    
    .fancy-product .fpd-container {
    margin-bottom: 40px;
    margin-right: 40px;
    float: left;
    width: 100%;
    }
    
    .fpd-product-container.fpd-border-color {
    width: 50% !important;
    }
    
    #top .single-product-main-image .onsale {
    display: none;
    }

    Cheers!
    Ismael

    #230389

    Hey!

    Try adding this code to the Quick CSS:

    #mobileMenu_avia-menu {
        position: relative;
        top: -7px;
    }

    Cheers! 
    Josue

    #230377

    In reply to: Child Theme upload

    Hey Kimberlyjo!

    The programs I use in the video are available on both OS for free. You can however zip the child theme and upload it through the WordPress admin. You would still need to FTP to the folder to add in new files to the root folder if you wanted to do that so I would suggest getting comfortable with FTP.

    You can read a bit more about child themes here: http://codex.wordpress.org/Child_Themes

    When you are using the child theme it works just like the normal theme except it is the active theme while the parent theme just sits in your themes directory. Pages, posts and everything else is part of WordPress and the theme sits on top of those.

    Best regards,
    Devin

    Test on Android 4.3 (fonepad asus)

    Same youtube url

    * Ok for color section video background.
    * Nothing on a full width easy slider

    Both are ok on desktop windows 7 Chrome

    #230373

    Update: Issue is resolved.

    Primarily the post-snippets plugin is not a good solution for me as I am creating a pretty large website, and to create links just to replace the OIO javascript would take a good couple of days.

    My fix:
    The main problem was an ad blocker mixed with the minify.js plugins. Disable those and it seems to come right up.
    the ad blocker inserts dashes and spaces into javascript code to scramble the ad, and in my case, It scrambled it even before it gets put into the Avia viewing screen. and because Avia cannot produce the broken JS, it seemed to remove it. it may have been the ad blocker that removed it.(unsure).

    Why remove minify JS:
    Enfold seems to have an issue with minify plugin. which crunches code so it can serve pages faster. but that breaks CSS on safari desktop browsers.

    #230367

    Prueba con este:

    #after_layer_slider_1:before {
        content: "";
        height: 5px;
        width: 100%;
        background: white;
        display: block;
        position: absolute;
        top: -4px;
        z-index: 100;
    }

    Saludos,
    Josue

    #230366

    Hi, Yigit,
    Maybe it has to do with my iPhone 5 retina screen? Still don’t see the go to top button after flushing the cache.
    Thanks,
    Robert

    #230364

    Same thing happening for me. Works on desktop. Not working on iPhone 5, iOS7. Please fix if you can. Thanks!
    http://jonathanrickertyoga.thethirdrootmovie.com/

    #230362

    I agree with someone else’s post in support that it would be nice to have checkboxes for some options on embedded YouTube videos — especially “hide related videos.”

    Love this theme!

    #230359

    Hey!

    Please try flushing browsers cache on your iphone. I have just checked your website on my iphone 4 and back to top button is visible. See screenshot here – http://i.imgur.com/twjIkuc.png
    For video issue, please follow this thread https://kriesi.at/support/topic/color-section-video-background-not-working-after-2-5-3-update/

    Regards,
    Yigit

    #230357

    Hm. Odd. I followed your instructions, and I’m still getting a black screen where the video should be and no go to top button. On Safari on the iPhone.

Viewing 30 results - 133,111 through 133,140 (of 142,866 total)