Viewing 30 results - 131,131 through 131,160 (of 142,928 total)
  • Author
    Search Results
  • #248947
    hookedonweb
    Participant

    How feasable is it to display the Masonry Portfolio in boxed width?

    I started making some adjustments here but it still needs refinement and the responsive stops working.

    .av-masonry-container {
    width: 1035px !important;
    float: none !important;
    margin: 0 auto !important;
    }

    .av-masonry-entry {
    width: 38.9% !important;
    }

    #248931

    Ok, I was able to get the icon in there but it does not work with the small fixed header. Is there an easy fox for this or do I need to think about another menu style option?

    Also, the top-top nav bar. The one with social icons and secondary menu. Will that support a drop down function as it is or would that require custom code?

    Thanks,

    #248930
    Vabel
    Participant

    Hi, I’m having issues with the shop-Page (sidebar)

    The content of the sidebar is always below the main content, and I’m not able to put it to the right.
    In a product-category its working fine. This problem only shows up on the shop-overview-page.

    I’ve found out, that the error only shows up, when I’m using a image on top.

    I’m using a child theme and the latest versions of enfold & woocommerce.(I’ve also tried the normal enfold theme already)

    Have you had any issues like this before?

    thanks!

    • This topic was modified 12 years ago by Vabel.

    Hi!

    You can use a video as a “background” layer in LS, it will work fine if you only have one slide, but the problem is that the video will stop when the slide changes, the only solution i see is to use a Color Section > Easy Slider, which works:

    http://www.prismcareernetworks.com/prism_wordpress/video-test/

    Please note that this is a LayerSlider limitation, right now you can only set a background image for a slider.

    Best regards,
    Josue

    #248880

    Thanks a lot Yigit,
    it’s working!

    #248861

    Topic: Retina Ready

    in forum Enfold
    basmati
    Participant

    hi team, enfold is supposed to be retina ready. but how can i manage that? i read the topic about editig theme framework files – but i use a child theme and copying the framework files into the child theme folder and changing the php for the logo size didn’t work out. please could you explain a way to this feature?

    #248854

    Hi!

    Sorry i thought you wanted to remove dropdown only. Please use following code instead

    .cart_dropdown { display: none; }

    Regards,
    Yigit

    #248851

    Hi Paul!

    Please see Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Cheers!
    Yigit

    #248832

    For some reason when I add that to my php, it makes my site not function. Maybe I added it to the wrong place in the php file but I tried it at the top, middle and bottom.

    #248821

    Thanks Yigit, thanks for prompt reply.

    After adding above code in Quick CSS, things appear as before but only dropdown display become disable. If i hover mouse over it then there is no display of products added into cart.

    In order to rid of Cart Icon, label and amount from Manu, what further has to be done?

    Regards,

    Hi Caiser_Souze!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/how-to-open-portfolio-custom-link-in-a-new-window/#post-232595

    Best regards,
    Yigit

    #248802

    Hi!

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

    .cart_dropdown .dropdown_widget { display: none !important; }

    Regards,
    Yigit

    #248800
    Martin
    Participant

    Hi dear Kriesi team !

    I have a super main menu bug after a live update :-/
    The website is : http://www.lapetiterockette.org.

    The main menu is displayed vertically on left side.
    Nothing change if I switch off the plugins.

    Here is my custom child css reported to menu. Nothing change if I delete it :

     /* _____ Padding Nav_Menu (espace entre lignes de base : padding: 1px 0 2px;) ______ */
      
    .widget_nav_menu a {
      display: block;
      padding: 1px 0 2px
      text-decoration: none;
        }
       /* _____ FIN Padding Nav_Menu _____ */
       
    
       /*___________ Paddind main menu (espace en bas des listes de menu) ____________ */
      
      #top #header .avia_mega_div > .sub-menu {
        border-top-style: solid;
        border-top-width: 2px;
        display: table;
        padding-bottom: 10px 
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
    }
          /*___________ FIN paddind main menu ___________ */
          
      @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: none;
    }
    
    .main_menu, #header_main_alternate {
    display: block;
    }}
    
    .main_menu ul.sub-menu {
    margin: 0!important;
    }

    All the best,
    R.

    #248799

    Hi AscenderDesign!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/adding-featured-images-to-the-search-result/#post-214936
    Cheers!
    Yigit

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .mobile_slide_out .logo {
    margin-top: 25px;
    }
    #header_main .social_bookmarks {
    position: absolute;
    top: 15%; }}

    Best regards,
    Yigit

    #248791
    robwheatley
    Participant

    Hi there,

    This is something I just can’t seem to fix, no matter how much I fiddle. On this page http://goo.gl/V8XmFP there is a layer slider at the top.

    Normally the slider has 2 slides with the same background image for both. In the general setting of the slider I have no background image.
    The background image is of people sitting at a desk.

    The problem many of our visitors have is that it takes ages for the initial slide to trigger and they end up with a large white space at the top of the page for a while. It’s not to do with network bandwidth (although that makes it worse). Tracing things, the background slide image on initial load sometimes takes 2-3 seconds to even *think* about loading. I have the image in cache, so download times are not causing this. It’s like the 1st slider takes a while to start to show.

    I thought that I could fix this by adding a background image to the general settings so it can display before the 1st slide starts to display. Although this helps, the general background won’t stretch to fit, so the overall layout gets screwed.

    Right now I have the general background image and the same image on the slider too, but this causes a funny effect, depending on the width of the browser due to the slide stretching to fix vs the general background not.

    Is there a way to fix this? I tried some CSS to force the background to stretch I picked up from another support ticket, but it didn’t work:

    .ls-inner {
    background-image: url(—image url here—);
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    }

    #248776

    I entered a reply to a topic and got the Google “Oops” message. I then tried to reload the page and got the same message.

    My response was asking for a clarification on the issues with Jetpack. I have used this extensively on other sites because if provides a lot of excellent widgets not found in most themes. After I activated a few of the more popular widgets and went to the widget area, not one of them showed up as available. This is a hugely popular plug-in and I can’t imagine it is not compatible with Enfold.

    Thank you Yigit,
    30px seemed not to be enough so i did 45px, now the logo looks good on iphone. Unfortunately i have a problem with the social media buttons now. They are pushed in front of the logo, so it looks really massy. Is it possible to put the whole social media buttons on top of the page but only for mobile devices?

    #248751
    This reply has been marked as private.
    #248739

    Hi,

    I am using Abundance theme for my shopping site with plugin WooCommerce Cart Tab (Displays a sitewide link to the cart which reveals the cart contents on hover.)

    What to be done to remove cart option at top? as i don’t need it.

    thanks,

    #248736
    SlickBear
    Participant

    I have added the code to function.php and the new fields are there however when I apply in the CSS it does not work.

    Here are some examples of what I am trying with developer id = “asset-index-toggler”

    Example 1:
    #top #asset-index-toggler .js_active .toggler {
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    margin: 0;
    padding: 8px 7px 10px 50px;
    position: relative;
    top: 1px;
    }

    Example 2:
    #asset-index-toggler .js_active .toggler {
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    margin: 0;
    padding: 8px 7px 10px 50px;
    position: relative;
    top: 1px;
    }

    Example3:
    .asset-index-toggler .js_active .toggler {
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    margin: 0;
    padding: 8px 7px 10px 50px;
    position: relative;
    top: 1px;
    }

    If I leave out “asset-index-toggler” then it applies the styling to all togglers which I dont want.
    I have cleared cache and all those good things and still nothing.

    Please advise, thanks.

    #248718

    In reply to: Enfold extremly slow

    Hi Devin, Peter or Ismael
    Now I have taken away WPML-plugin and updated maximized all the slides. Then I have made two menus – the top-menu in
    English and the regular one in Swedish.

    Now the page is much faster – but I will still have to do the W3 Total Cash, CDN and other stuff to speed up the loading time.
    But there are three problems to solve and I hope you can help out;

    1. How do I allocate the English blog-posts to the English blog-page http://www.kindbo.com/blog/
    2. Can you help me put an English flag just in the end of the English top menu and a Swedish in the end of the Swedish menu?
    3. And how do I do to make the top menu as high as the regular menu?

    With these tweaks I think it could work and it feels like I don’t have to change to another theme.

    Hope for your help!
    Eva

    #248699

    Social links in the top of the page workes fine.
    The 6 icon box links works fine (Hjemmeside, WebApp, Grafik, Foto, Video and E-mail)
    The social links in “Om Nordstrom” does not work.
    The portfolio, does not open when clicked on”

    I am using an Android, and it is the sam on an iPhone

    Hey!

    You can try to push the progress bar down with this css code – I recommend to insert it into the child theme style.css or into the quick css field:

    
    .gform_wrapper .gf_progressbar_wrapper {
    margin-top: 60px;
    }
    

    Best regards,
    Peter

    #248677

    Hey!

    Seems dynamic enfold.css isn’t being updated with the Quick CSS, try putting the code in css/custom.css in the meantime:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    top: -15px;
    }}

    Regards,
    Josue

    #248674

    Hi!

    If you want to replace the default avia.js file with a custom version insert this code:

    
    if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    	wp_dequeue_script('avia-default');
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true);
    	wp_enqueue_script( 'avia-default-child' );
    }
    

    into your child theme functions,php file and then place the custom avia.js file into your child theme folder (url path must be wp-content/themes/enfold-child/js/avia.js ).

    Cheers!
    Peter

    Hey!

    Please use the code I posted here: https://kriesi.at/support/topic/nextgen-gallery-with-enfold-background-fade-with-chrome-not-working/#post-246439 instead of Ismaels code. The child theme name doesn’t matter.

    Best regards,
    Peter

    #248672

    Hi!

    You can update the po file easily. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). If you can provide a link to the updated Russian po/mo file we’ll include it with the next update – then you don’t need to update your translation files over and over again.

    Regards,
    Peter

    #248668

    Hi 3tuser!

    Unfortunately the “the server didn’t respond” error is very generic and doesn’t help much because it just tells us that the server stopped to process your request. Maybe the ziparchive class ist not installed – it’s a standard php class: http://www.php.net/manual/en/class.ziparchive.php and required for the font uploader. If it’s not installed/activated please contact the server administrator and ask him to activate/install it for you. If the ziparchive class is not the problem please provide a php error log which helps us to identify the problem.

    Cheers!
    Peter

    #248657

    Hey Eymata!

    Try with this code:

    #scroll-top-link {
        display: none !important;
    }

    Cheers!
    Josue

Viewing 30 results - 131,131 through 131,160 (of 142,928 total)