Viewing 30 results - 92,341 through 92,370 (of 142,804 total)
  • Author
    Search Results
  • Hi Ismael,

    thanks a tonne that worked great.. I added this to the child-theme css once I verified it was working just perfectly, :)

    Everything I have now added to the style.css for this now includes the following:

    =================
    /*single product sidebar fixes*/
    @media only screen and (min-width: 801px) {
    .not-for-desktops { display: none !important; }}
    .single-product .product {
    width: 100%;
    }
    .single-product-summary {
    float:left;
    width:45%;
    margin-right: 3%;
    }
    .single-product-main-image {
    width: 25%;}
    /* display sidebar below product on single product view mobile and fix broken display on mobile*/
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
    display: block;
    width: 100%;
    }
    .responsive .single-product-summary {
    width: 100%;
    }
    }
    =================

    Should some of this be taken out?

    =================
    should I open two separate tickets for these two issues I still have below?

    also:
    as the screen narrows the sidebar shrinks before it kicks to mobile as well. it does not behave the same way as the left main menu sidebar does.. this must be due to the ‘width: 25%’ https://db.tt/vT7PDacg and https://db.tt/imkpVQnN can we get it to behave the same way as the left side bar ? where it remains sticky to it’s size until it pops to mobile?

    also:
    I would really really like to also have the product information/woocommerce tabs to go below in the area so that it is full width https://db.tt/AgYLiH7x like shown in this very old post https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/

    I noticed you did not reply to them Ismael, I do want to try and have all the ‘single product view’ display tweaks in one ticket so I can re-use this on other client sites once I have it all working perfectly :)

    thank you again so much kriesi team.. you guys rock ~! :)

    ENB..//

    DrHariri
    Participant

    Hi,

    I am using shortcodes in my template files to use variables inside them like this:

    [av_section min_height_px="500px" padding="large" shadow="no-shadow" bottom_border="no-border-styling" color="socket_color" custom_bg="#000000" attach="scroll" position="top left" repeat="no-repeat" video="" video_ratio="16:9" overlay_opacity="0.5" overlay_color="" overlay_pattern="" overlay_custom_pattern="" custom_class=""]
    				
    [av_video src="'.$course_unit_video.'" format="16-9" width="16" height="9" custom_class=""]
    [av_notification title="التحكم بالفيديو" color="orange" border="dashed" custom_bg="#444444" custom_font="#ffffff" size="normal" icon_select="yes" icon="ue855" font="entypo-fontello" custom_class=""]
    				يمكنك عرض الفيديو بدقة عالية بالضغط على الزر المخصص (HD) من شريط الفيديو. كما يمكنك تكبير الفيديو ليتم عرضه في كامل الشاشة.
    [/av_notification]			
    [/av_section]

    However, there seems to be a problem as the section is not getting closed by the [/av_section] and it’s showing all content below this shortcode within the same section.

    Any ideas why the section is not closing?

    Thanks!

    • This topic was modified 9 years, 7 months ago by DrHariri.

    Hi Vinay,

    I have moved the code for doing this from the quick css to the style.css in the child theme,

    what I have moved is this:

    /*mobile submenu-header menu fix*/
    @media only screen and (max-width: 1250px) {
    #menu-header-main-menu {display:none !important;}
    }

    @media only screen and (max-width: 1250px) {
    @media only screen and (max-width: 1250px)
    .responsive #top .av-menu-mobile-active .av-subnav-menu {
    display: none !important;
    }
    #top .mobile_menu_toggle {
    display: block!important;
    }
    }

    I’m sorry if I have not followed the directions properly for this, but so far the av-subnav-menu is not clickable on small screen resolution it shows but you can not click on it still…

    I’m not sure if we were supposed to get rid of the code https://kriesi.at/support/topic/change-screen-resolution-that-fullwidth-sub-menu-kicks-to-mobile/#post-658479 that was also still in the ‘quick-css’ and I have moved it to the style.css (as you can see above no doubt)

    Let me know..

    thanks a tonne :)

    ENB..//

    #667455

    Here is a sample page I just made

    Test Page

    The video is a background for a color section with page height set to 100%. The video is vertically centered so the top and bottom are both cut. I want the top of the video to be visible (top aligned).

    Also, and it is not so important in this case, but the video is much wider than the page. Is there a way to control that?

    If a photo is used as a color section background, there are some options to control the size, repeating etc. There are no options for video backgrounds. So can video backgrounds be controlled using CSS?

    • This reply was modified 9 years, 7 months ago by draig.
    #667436

    Hey!

    Mike please, so we can keep the topic clear, create a new topic providing also your web site ID so we can be able to assist you further.

    Thanks a lot

    Best regards,
    Basilis

    #667426

    Hey!

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

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: scale(1.20,1.20);
        transform: scale(1.20,1.20);
    }

    Best regards,
    Yigit

    #667392

    In reply to: mobile header help

    hi,

    I resized the logo and uploaded but it is still blurry. is there anything else that can be done? its is a vector resized and then save as high quality JPG or PNG and still looks blurry

    More importantly, the logo still loads more to the left on mobile because it is still keeping the space for the menu. How can i removed the space on the top right that is usually for the mobile menu? I need the logo to load perfectly centered in the mobile page at all times.

    Thanks in advance!

    #667387

    Hi @Azimtech,

    Let us know if you should need any more help on the topic.

    Thanks Patrick for helping out :-)

    Best regards,
    Rikard

    #667382

    Hi,

    Sorry for the late reply. Thanks a lot for sharing your findings, much appreciated :-)

    We’ll keep the thread open in case you should have any further problems on the topic.

    Regards,
    Rikard

    #667370

    you mean something like this:
    try to insert it into your quick css:

    #menu-item-3289 a::before {
        content: "\e805 \00a0 ";
        font-family: entypo-fontello;
        font-size: 20px;
        position: relative;
        top: 3px;
    }
    
    #menu-item-3287 a::before {
        content: "\e806 \00a0";
        font-family: entypo-fontello;
        font-size: 20px;
        position: relative;
        top: 3px;
    }
    
    #menu-item-3288 a::before {
        content: "\e80a \00a0";
        font-family: entypo-fontello;
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    btw: you should change font color of top nav :

    #header_meta .sub_menu li a {
        color: #fff !important;
    }
    #667367

    Hi,

    Great, glad you got it working :-)

    Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #667344
    navindesigns
    Participant

    Hi,

    How do I add icons to the the secondary menu (“contact us, support WSMS and login”) text links at the top right. I would like to add an icon to the left of the text. These could be icons from Entypo Icon. Also, how do I change the font color of the text to white?

    My site – http://staging.wsmsnyc.org.s167849.gridserver.com/
    Mockup – https://s31.postimg.org/pl1e1qcob/home.jpg

    #667338
    oestersund
    Participant

    Hi,
    on my page fitgutschein.de I am struggling with changing the slide-show captions as follows:

    – font size is good on pc, but very (too) big on iPad

    – Button Size ist too small on pc

    – Is there a way to get the green silder CTA/label button orangn on mouseover (like the buttons on the frontpage´s bottom)?

    – I can not get rid of the button text capitals – shall be like “transform=none”

    – appearance: how to get text&button fade-in instead of flying-in from left?

    I tried several CSS snippets from comparable topics, but this did not succeed. May be my current CSS (below) is conflicting?

    Your help is greatly appreciated – thx a lot in advance

    #667332

    In reply to: Mobile Logo

    Hi there! No, I mean on mobile the logo is rather small, the header container is stretched out HUGE and the logo is nestled in the top left corner.

    #667327

    Topic: Google maps hotfix

    in forum Enfold
    Chris_85
    Participant

    Hi,

    i know that google map since twi months is only working with a google api key. i tryed the hotfix from this post: https://kriesi.at/support/topic/google-maps-7/#post-656457
    But on my site it is not working. Can you plz take look?

    i need a valid google map in 2 days…

    best regards

    Chris

    • This topic was modified 9 years, 7 months ago by Chris_85.
    #667311

    Hey GoToGalMarketing,

    We are aware of the problem and we’re working on a fix for it. You can try this temporary fix though: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Regards,
    Rikard

    #667310

    Hi,

    Great, let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #667306

    In reply to: Google Maps

    Hey Alexander,

    We are aware of the problem and we’re working on a fix for it. If you want to try a temporary fix you can have a look in this thread: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Regards,
    Rikard

    #667271

    In reply to: Menu's height

    Hey JKankkunen,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_menu ul:first-child > li a {
        height: 40px;
        line-height: 40px;
    }
    nav.main_menu {
        height: 40px;
    }
    
    .html_header_top.html_header_sticky #main {
        padding-top: 128px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    Hi Rikard,
    I have posted the login information to the website below.
    If you open the site in google chrome, the background will first be light blue solid, then dark blue solid with the video only filling the screen further on down below and partially.

    Is there another way to have a background video for the site that works consistently on all three desktop browsers? We need it for the entire site, all pages and posts…should/can it be done with a plugin instead of your color section? or in code somewhere? plugins allow options for several video formats which may have to be served based on browser. if yes, which plugin works in conjunction with enfold?

    Thank you

    Peter

    #667260

    Hey bulewold!

    Please refer to my post here – https://kriesi.at/support/topic/how-to-disable-modal-lightbox-only-on-one-page/#post-623864

    Cheers!
    Yigit

    #667251

    In reply to: Google Maps

    Hey fionda85!

    Our devs are working on an update. If you would like to use a workaround to troubleshoot the issue, please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Best regards,
    Yigit

    #667250

    Hi spinwheel!

    Please refer to this thread – https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385

    Best regards,
    Yigit

    #667248

    In reply to: Portfolio Item Hover

    Hey pallabip,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(14, 24, 50, 0.85);
    }
    

    Best regards,
    Yigit

    #667225

    Hi,

    Great, glad you found the problem :-)

    Let us know if you should have any further problems on the topic.

    Regards,
    Rikard

    #667209

    Hi,

    Great, glad we could help :-)

    Please let us know if you should have any further problems on the topic.

    Regards,
    Rikard

    #667207

    Hi,

    Glad we could help :-)

    Please let us know if you should have any further problems on the topic.

    Regards,
    Rikard

    #667204

    Hi,

    Great, glad we could help. Let us know if you should need any further help on the topic.

    Thanks,
    Rikard

    #667177

    On a desktop site I have a fullscreen slider with bird, so I would like to get the bird to show up on mobile too :-)

    #667174

    Hi,

    Great, glad you got it working. Let us know if you should have any further problems on the topic.

    Best regards,
    Rikard

Viewing 30 results - 92,341 through 92,370 (of 142,804 total)