Viewing 30 results - 133,411 through 133,440 (of 142,869 total)
  • Author
    Search Results
  • #227623

    Ok, I managed to make it work.

    The white layer issue is gone.
    On desktop, the header shows normally with a resolution over 989px.
    On tablet (between 768px and 989px), the regular menu shows, with smaller font, smaller logo, and reduced padding. Tested on ipad 2 and ipad mini.
    On smartphone (under 768px), it switches to the responsive menu.

    Here is the code:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    
    .main_menu {
    margin-right: -30px;
    }
    
    .main_menu ul:first-child > li > a {
    font-size: 10px;
    }
    
    .logo img {
    width: 250px !important;
    }
    }

    I ended up removing the padding attributes, as it didn’t seem to make any difference.

    Thank a lot for your help!

    • This reply was modified 12 years, 1 month ago by wizbiz.
    #227609
    jarias74
    Participant

    Hi guys,

    I can`t play the Youtube videos in my website: http://www.objetivored.com/servicios/video/
    I’ve tried with https:// and without s: http:// URL from youtube: https://www.youtube.com/watch?v=pUH_OhsM58Y in the Full Slider from this page.
    But in this same page I can`t play the others three youtube videos.
    In the console of my Chrome (Versión 32.0.1700.107) MAC last enfold theme version (2.5.2) I’ve received these errors:

    body.scrollTop is deprecated in strict mode. Please use ‘documentElement.scrollTop’ if in strict mode and ‘body.scrollTop’ only if in quirks mode.
    body.scrollLeft is deprecated in strict mode. Please use ‘documentElement.scrollLeft’ if in strict mode and ‘body.scrollLeft’ only if in quirks mode.
    event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

    Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘http://www.youtube.com’) does not match the recipient window’s origin (‘https://www.youtube.com’).

    Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘http://www.youtube.com’) does not match the recipient window’s origin (‘https://www.youtube.com’).
    www-widgetapi-vflvlw_TO.js:26
    g.B www-widgetapi-vflvlw_TO.js:26
    g.G www-widgetapi-vflvlw_TO.js:25

    Can you help me, please?

    #227601

    In reply to: design elements 1/6

    Hey ftt123!

    Please add a Color Section element to your page and enter six-columns in “For Developers” section and add six 1/5 column elements inside that color section and place your images inside them. Then add following code to Quick CSS in Enfold theme options under Styling tab

    #six-columns  .column-top-margin { margin-top: 0px !important; }
    #six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; }
    #six-columns .first { margin-left: 0!important; clear: none; }
    #six-columns .el_after_av_one_fifth { margin-left: 2%!important; }

    Regards,
    Yigit

    #227594
    Mesheu
    Participant

    Hi guys,

    2 quick questions:

    1 –> on my following page: http://goo.gl/pIKt4s I want to make some changes to the iconlist on the #av_section_3.

    I want to reduce the size and color of the red circle background of the icons. And I also want to make the icon size smaller. No matter how many times I tried to do this, either the timeline is not aligned or the icon boxes move on one side.

    Could you help?

    2–> Does the theme support scrolling animation? For instance if a user clicks on “services” on the top main menu navigation, the browser automatically scrolls down to the services section on a one-pager website? Or is there a way I can do this on css?

    Thank you in advance!
    Ali

    #227587

    It can be tweaked to have a wider effect like this:

    
    .entry-content-wrapper p,
    .entry-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    
    #227584

    .template-page.content.twelve.alpha.units {
    padding-top: 0;
    }
    I have used this to move the boxes up. The only issue on that is the icons go under the slider and I would like them on top of it.

    #227582
    duttonstuart
    Participant

    Hi, Getting some very random things turn up, when I create a gallery it seems to automatically tag an extra item into the lightbox Eg. where I have 3 images uploaded and chosen the ligthbox shows 4 and then loads up a youtube video. Also getting random links when clicking on menu page items etc.. This may be down to the core files but this is the only theme I have experienced these issues with. Please could you advise if you are aware of anything.. I am getting this for instance in the the Main Div for the page before anything.

    <style>.gutschein{position: absolute; font-color:#ddd; top:-1668px; font-size:10;}</style>waeschetrockner test <style>.camcorder{position: absolute; font-color:#ddd; top:-1668px; font-size:10;}</style>camcorder test<div id=’layer_slider_1′ class=’avia-layerslider main_color avia-shadow avia-builder-el-0 avia-builder-el-first container_wrap fullsize’ style=’height: 471px;’ ><script type=”text/javascript”>var lsjQuery = jQuery;</script><script type=”text/javascript”>

    which is obviously tagging itself to the layerslider?

    #227563

    Hey COLORIT!

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

    Cheers!
    Yigit

    #227548

    Hey jvines!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .entry-content-wrapper p {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    

    Then adjust the margins as needed.

    Regards,
    Devin

    #227546

    That got me on the right track. Ended up adding this to my custom css:

    /* #Desktop - Extra Large - Product
    ================================================== */
    @media only screen and (min-width: 1340px) {
    
      .responsive_large .single-product .container .four.units {
        width: 310px;
      }
     
      .responsive_large .single-product .container .eight.units {
        width: 670px;
      }
    
      .responsive_large .single-product .container .twelve.units {
        width: 1030px;
      }
    
    }
    
    /* #Desktop - Product - Large
    ================================================== */
    @media only screen and (min-width: 1140px) {
    
     .responsive_large .single-product .container .four.units {
        width: 270px;
      }
     
      .responsive_large .single-product .container .eight.units {
        width: 590px;
      }
    
      .responsive_large .single-product .container .twelve.units {
        width: 910px;
      }
      }
    #227537

    but I would like them to be left of the number? can I I get them all in one area? with the gray background, at the top and phone to the right and text to the left?

    #227529

    Hi Peter
    That’s what I did before that didn’t work. I have now moved the profiles to the top of my portfolio items, so can’t see if it’s working or not, but I will test it – maybe the update helped. I don’t have the problem with the other multi language widgets I made – just the portfolio. I am also now having problems with the danish portfolio categories not showing up in the selection in my portfolio grid, although an hour ago it was fine. Here is a page I didn’t have the right portfolio options on – maybe you can take a look? I also put out a support topic to WPML but they are a little slower than you guys :)
    thanks
    N

    #227522

    Hey!

    Please try deactivating all active plugins and check if that helps. If not, try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Regards,
    Yigit

    #227506

    Hey!

    2- You can add horizontal ruler element to increase the height.
    3- Code is not being applied on your website. Please try adding it to Custom.css file inside Enfold/Css folder. Code works fine on my installation
    4-

    .content { padding-top: 20px; }

    Regards,
    Yigit

    #227499

    In reply to: top logo centered

    Hi erwanpia!

    It can but you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Best regards,
    Yigit

    #227480

    Hi!

    Sorry! My bad! Please use this:

    do_action('icl_language_selector');
    

    Add this on Quick CSS to adjust the position:

    #lang_sel {
    position: absolute;
    top: -20px;
    left: -160px;
    }

    Change the top and left value.

    Cheers!
    Ismael

    #227478

    In reply to: Shopping Cart menu

    Hi!

    You can add this on Quick CSS or custom.css to show the cart on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .cart_dropdown {
    display: block;
    top: 120px;
    }
    }

    Cheers!
    Ismael

    #227468
    Zakkery
    Participant

    Hey. After updating from February 21’s stopped to load pages. After removing the plugin “WordPress Related Post” all working again. But this plugin is useful, how to fix the problem? Thank you!

    #227451

    Hi!

    Versuche einmal folgenden CSS Code:

    
    #top #wrap_all .social_bookmarks {
    height: 50px;
    }
    
    #top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #wrap_all #header_main .social_bookmarks li a {
    border-radius: 50px;
    }
    

    Best regards,
    Peter

    #227437

    In reply to: Shopping Cart menu

    Excellent! Thanks so much for the help and so quick to respond. Great support!

    Just regarding my last point – is the cart icon designed to NOT show on smartphone screens? This would mean the only route to the cart/checkout would be via the two links I have just added at the very top of the page.

    Hi!

    We’re trying to collect data about the problem and posting it on this thread will help.

    https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/

    Regards,
    Ismael

    #227421

    Hey xpoveda!

    Use this on Quick CSS:

    #header_main {
    border-top: none;
    }

    Best regards,
    Ismael

    #227419

    Hey!

    Die Abstände kannst du mit folgenden Code anpassen:

    
    #footer {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    

    Der erste Wert bestimmt den Abstand nach oben, der zweite Wert den Abstand nach unten.

    Regards,
    Peter

    #227413

    In reply to: anchor problem

    Hey!

    I reported the issue to Kriesi. If you need a temporary quick fix try the code I posted here: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325

    Cheers!
    Peter

    #227412

    Hi!

    You can use a gallery element and this plugin: http://wordpress.org/plugins/wp-gallery-custom-links/ to apply a custom link to gallery images. https://kriesi.at/support/topic/adding-links-to-a-gallery/

    Cheers!
    Peter

    #227397

    Topic: Shopping Cart menu

    in forum Enfold
    MKW270210
    Participant

    Hi

    I’ve looked everywhere and can’t seem to see an answer to this. I have woocommerce running on Enfold and everything works fine … except I can’t find how to get the sub menu showing Shopping Cart and Checkout to appear. I have seen one post that commented that this is automatically created when you install woocommerce but I can’t see any reference to it in either the Enfold theme options, the Menu options of woocommerce options.

    Also, can the slide out shopping cart icon (top right) be made any bigger?

    And finally, I don’t see the slide out icon (above) when viewing on a mobile so there is no route to the shopping cart or checkout (though I guess the secondary menu will resolve this?

    Thanks in advance

    Mark

    #227396

    Hey!

    Der äußere Ring wird vermutlich durch ein border-radius Attribut erzeugt. Versuche einmal folgenden Code:

    
    #top .social_bookmarks li a {
    border-radius: 30px;
    }
    

    in das Quick CSS Feld einzugeben und ändere den px Wert nach Belieben. Falls der Code nicht funktioniert probiere:

    
    #top .social_bookmarks li {
    border-radius: 30px;
    }
    

    und ändere den px Wert nach Belieben.

    Regards,
    Peter

    #227395

    Hi!

    I reported the issue to Kriesi. If you need a temporary quick fix try the code I posted here: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325

    Cheers!
    Peter

    AlexKK
    Participant

    (I thought I had posted my question yesterday, but today I found no topic in my “Topics Started” page in my profile so I assume that I made some mistake and didn’t post it. Do excuse me in the off case that I’m double posting this)

    Hello,

    I am using the fullwidth easy slider and I would like to change it’s behavior – hope you could help me.

    There is a problem when you want to display both horizontal and vertical images, say 800×600 and 600×800. Then the controls change place from one picture to the next. I can circumvent this by adding dead space to the images and making them all 800×800, but there should be a way to change the javascript to do it for me, that is force the container to be square (and still be dynamic). Something like setting the container width and height to the maximum of (resized_image_width, resized_image_height). Would you have any pointers on where I should start looking? Or maybe there is another solution to this problem that I’m unaware of

    Thanks in advance.

    #227379
    Bogusz
    Participant

    Hi,

    I just installed Subscribe to Comments reloaded wordpress plugin and it adds some HTML under comment form. The issue is I see the HTML code under the comment form instead of text with links in it. Is there anything in your theme which may cause it? You can see an example on the following page:

    http://customizewp.com/top-free-5-social-sharing-wordpress-plugins-comparision/

Viewing 30 results - 133,411 through 133,440 (of 142,869 total)