Viewing 30 results - 98,941 through 98,970 (of 142,852 total)
  • Author
    Search Results
  • #597978

    Hey corneliaboehm!

    Please try adding following code to Quick CSS

    .ytp-chrome-top {
        display: none!important;
    }

    Since styles are being loaded from YouTube’s source, it may not work

    Best regards,
    Yigit

    #597977

    Yiğit kardeşim merhaba ! Nasılsın !

    Kusura bakma hem çalışıyorum başka bir işte hem de bu işlerle uğraşıyorum o yüzden hızlı dönüş sağlayamıyorum onun için logoyu değiştirdim bende farklı bir şekilde yaptım bende şimdi kendi sitemi iptal ettim yeni baştan yapıcam çok sorum var hazır ol.

    1-)Themeforest’ ten daha önceden bir tema satın aldım sonra bitane daha aldım ama API key kısımında sadece bitane vardı sistemi anlamadım nasıl oluyor. Bir de bitane hesabım var ama mesela 3 ay önce ki aldığım temanın 6 aylık support umu devam ediyor yoksa yeni tema satın aldığımda bu yenileniyor mu.
    2-) Özelde vermiş olduğum sitede border ekledim rahatsız etmemek için zırt pırt konu açmak istemiyorum önce ingilizce arayıp bulup deniyorum şimdi o yüzden bulamadıklarımı toptan yazıyorum kusura bakma. Border ekledim fakat header bölümünün sağı hep boşta kalıyor çünkü ikinci logo ekledim diye zannediyorum. Bakınca anlarsın. Responsive değil yani. Border menüye işlemiyor ekranı küçültünce anlarsın demek istediğimi. (mobile içinde border kalınlığı ayrıca olmalı ya da olmamalı çok kötü oluyor çünkü.)
    3-)Scrool to top sembolünü aradım buldum denedim ama olmadı senin verdiğin css kodlarıyla bende onu png yapmak ve değiştirmek istiyorum.
    4-) Adını tam olarak bilmiyorum ama araştırmalarıma göre onuda bulamadım mesela scrool down yapınca komple sayfa değişiyor ya onu nasıl yapabiliyorum landing page mi diyorsunuz ne ondan değilde komple sayfa sayfalar halinde olucak şekilde aşağıya doğru bir slider gibi düşün…
    5-) Bi de sanırım iconları svg olarak ekleyemiyoruz ya da bilmiyorum resim ve iconları svg formatında nasıl ekleyebilirim ?
    6-) tabs kısımında ki isimlerde ki yazı değişiyor mesela anasayfada benim yazdığım isim var ama hakkımızda vs bölümlere tıklayınca o bölümün adı yazıyor bunu nasıl değiştirebilirim.
    7-)Scrool down arrow iconu var ya o da küçük onunda rengini ve boyutunu değiştirmek isterim hatta mümkünse komple kendisini. mesela slider butonlarınıda değiştirmek istiyorum. o küçük yuvarlakları istemiyorum vs.

    daha sonra gene yazarım sana :) yardım edebilirsen sevinirim çok teşekkürler yiğit. İyi ki varsın harbiden.

    Yigit

    #597961

    Hi!

    To make 2 columns like the screenshot below

    Please add the below CSS to enfold > General Styling > Quick CSS

    			
    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all .grid-sort-container .grid-entry {
        width: 48%!important;
        float:left;
    }}

    Best regards,
    Vinay Kashyap

    EricSmeets
    Participant

    Hello, I use a transparant header on all my pages so my website is designed for this. However if I look at a Woocommerce product page there is no option to select a transparant header on the edit page. Is there a way to select one for a product page as well?

    And if there ain’t I have another option. I use this shortcode to enlarge and lower the logo on my website:

    strong.logo, strong.logo a img {
        height: 125px !important;
    }
    .logo { top: 20px; }

    And of course that works on all the pages. But is there a way to make this code happen on all the pages except the product pages? That would be a good workaround for me if I cannot get a transparant header on the product pages.

    Thanks!

    #597884

    Hey bsomme1!

    please refer to: https://kriesi.at/support/topic/file-meta-php/#post-189247

    Cheers!
    Andy

    #597852
    HRworks
    Participant

    Hi guys,
    this was the last topic: https://kriesi.at/support/topic/mp4-video-doesnt-work-in-ie9/
    It is closed so I’m opening a new topic. Thank you

    My last post:

    Hi Ismael,

    thank you for the workaround, I’m going to try.
    Anyway the video is on our homepage and I would prefer a working color section with videos and slides in IE9.
    Enfold supports Video Slides so it should work, right? Please report this issue to Kriesi and keep me up-to-date.

    Thank you
    Cornelia

    #597833

    Hi!

    login details from here are not working for me. Please check and let us know when we can have access.

    Regards,
    Andy

    #597820
    benjaminbreton
    Participant

    Dear,

    we create a website at this address http://www.exigencemotorsport.com, we didn’t have any problem with a desktop, but with a mobile we didn’t see the picture in the team page for example.

    We need help.

    Regards

    #597785
    osukaru
    Participant

    Hello, I would like to change the position of the logo above about 30px, so that it overlapped the blue menu. So it was at the top of the page on the left.
    And while scrolling shrink to 50px as the entire menu without the blue menu.

    Just like in the picture below.

    Top page – height logo 80px

    Fixed menu when scrolling down – height logo 50px

    • This topic was modified 10 years ago by osukaru.
    #597776
    madochu
    Participant

    Hi,
    when using the select slider and the full width option, as it has to get adapted to the web browser and screen size that you use, the images are cropped using the top left of the image as the fixed point. Can be possible to set the adaptable option from the center of the image and then adapt it, so you lose less important parts of the image, as normally the most important part is in the center of the image.
    You can see an example here: http://www.lukcomunicaciondemos.com/estudiododark/portfolio_page/francisco-suarez/
    I hope I have made myself clear. Thanks.

    #597773

    Hey!

    kannst du bitte präziser formulieren was du möchtest? ich weiß immer noch nicht für welche Browser-Größe du genau was möchtest und kann dir daher nur sagen, dass du den max-width bzw. min-width Wert anpassen musst in den media queries. Um einen max-width Wert hinzu zu fügen, nimm diesen Code:

    @media only screen and (min-width: 500px) and (max-width: 800px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    width: 100%;
    }
    }
    

    Gruß!
    Andy

    #597762

    Hi, I’m sorry but I don’t see how this link helps me.

    Is there no way you an include an option in your video element to set vimeo videos to autoplay and loop?

    These are available in the vimeo embed settings, but their iframe embed code does not work when added in your code block element.

    Best wishes,
    Richard

    #597728

    Hi!

    about which snap me graphic are you talking about? Please can you highlight using screenshots? to make things clear for us?
    Also I can’t see any two webfoms on top of each others. Not sure what you are trying to achieve. Send us a precise mockup showing the results you want to achieve, then we can provide you some precise CSS code.

    Best regards,
    Andy

    #597712

    In reply to: Enfold Showcase

    Hi updcreative – how did you get the top image effect – are they buttons used differently in some way – wow thats powerful I would like to learn how to do that – but if it requires code its beyond me I am new to all this

    Thanks

    Great site

    #597693
    enfold4phil
    Participant

    LOVE this theme!! I’m trying to find a way to show the “scroll to top” button on mobile only (hidden on desktop and tablet)? I’ve found some older threads, but they seemed to always show the scroll to top button, not just hide it in certain scenarios. Thanks!

    #597647

    Hurrayyyyyyy it seems to work. Thanks ever such a lot.

    Just another quite question. I haven’t made a child theme for this website. Will the code that you have added be removed or stop working when updating the theme?

    Best regards
    Anine

    #597645

    In reply to: Mobile Menu Boarder

    Hey!

    You can adjust the opacity of the background:

    #top .av_header_glassy.av_header_transparency .header_bg {
        background-color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    Cheers!
    Ismael

    #597637

    In reply to: Banner as logo

    Hi!

    Set the height of the header container base on the height of the logo image.

    .logo, .logo a, .logo a img {
        width: 100%;
    }
    
    #top #header_main > .container {
        height: 110px;
        line-height: 110px;
    }
    
    #header_main_alternate {
        margin-top: 20px;
    }

    Cheers!
    Ismael

    #597629

    Hi!

    The magnifying glass drops down when the browser size is set to 1055px below. We can target that screen size with css media queries:

    @media only screen and (max-width: 1055px) {
    #top #header .av-main-nav > li > a {
        font-size: 16px;
        padding: 0 10px;
    }
    }

    Regards,
    Ismael

    #597627

    Hi Jasmer!

    Thank you for the info.

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        padding-top: 20px;
    }
    
    .responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
        display: block !important;
        top: 0!important;
    }
    }

    This code will move the social icons on top of the logo and mobile menu icon.

    Cheers!
    Ismael

    #597626

    Hi aderal2016!

    Thank you for using Enfold.

    Yes, you will have to modify the tag.php file. Extract the html markup of the full width easy slider then add it somewhere in the tag.php template. This is the html markup of the slider in the “proyektos” page:

    <div id="full_slider_1" class="avia-fullwidth-slider main_color avia-shadow  avia-builder-el-0  el_before_av_masonry_entries  avia-builder-el-first  container_wrap fullsize"><div data-size="no scaling" data-lightbox_size="large" data-animation="slide" data-ids="343" data-video_counter="0" data-autoplay="false" data-bg_slider="false" data-slide_height="" data-handle="av_slideshow_full" data-interval="5" data-class=" " data-css_id="" data-scroll_down="" data-control_layout="av-control-hidden" data-custom_markup="" data-perma_caption="" data-autoplay_stopper="" data-src="" data-position="top left" data-repeat="no-repeat" data-attach="scroll" data-stretch="" class="avia-slideshow avia-slideshow-1  av-control-hidden avia-slideshow-no scaling av_slideshow_full   avia-slide-slider" itemscope="itemscope" itemtype="https://schema.org/ImageObject"><ul class="avia-slideshow-inner" style="padding: 0px; height: 261px;"><li class="av-single-slide slide-1  active-slide" style="visibility: visible; opacity: 1; transition: none; transform: translateZ(0px);"><div data-rel="slideshow-1" class="avia-slide-wrap"><img src="http://aderal.es/wp-content/uploads/2016/02/slide_proyectos01.jpg?e35697" width="1920" height="530" title="slide_proyectos01" alt="" itemprop="contentURL"><div class="av-section-color-overlay" style="opacity: 0.6; background-color: #000000; "></div></div></li></ul></div></div>
    

    You can also try the do_shortcode function but it doesn’t work in few cases. https://developer.wordpress.org/reference/functions/do_shortcode/

    Cheers!
    Ismael

    #597613

    In reply to: Customization Help

    Hey wnow!

    Thank you for using Enfold!

    1. Please check the header transparence options of the page in the sidebar area called “Layout” options

    2. Menu Link colors can be changed from
    Enfold Options > General Styling > Logo Area

    3. The slider looks same as the mockup did you get it sorted?

    4. Open a new ticket.

    5. Please use the blog element in advance layout builder.

    6. To make parallax effect please use a color section in Advance Layout builder > Layout Elements > Color Section > and in the background options please use the parallax in “Background Attachment”

    Request you to open a new ticket for new issues which are not related as this will help us keep the focus on original topic and help us give you faster support without getting mixed up with a lot of issues in one single ticket :)

    We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Regards,
    Vinay Kashyap

    #597612

    thank you very much for your answer.
    I mean these buttons ->
    [IMG]http://i65.tinypic.com/9qhisg.png[/IMG&#93;
    http://es.tinypic.com/r/9qhisg/9

    in the #top of the Portfolio One Page. I would like to change color, size, border size, text and hover color.
    What is the method?
    I can not find in any enfold site menu (on the wordpress desktop) or in the editing Home page. HELP ME!

    #597604

    Hi!

    Add this in the Quick CSS Field:

    .gform_body, #top .variations_form {
        overflow: visible;
        z-index: 10000;
        position: relative;
    }

    Cheers!
    Ismael

    #597601

    In reply to: Header Transparency

    Hi!

    Use this css code to change the background color of the meta container:

    .header_color .container_wrap_meta {
        background: #ffffff;
    }

    For the transparency, try this:

    .responsive #top .header_bg {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    Best regards,
    Ismael

    #597591

    Hi @mantisjitsu,

    Thanks for the feedback, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #597579
    ferencziakos
    Participant

    Hey!

    Can you guys pls take a look at my website?
    The AJAX add to cart feature stopped working and I can’t even imagine how to make it work.
    Thanks in advance!

    Regards,
    Akos

    #597575

    Hi!


    @bcunningham
    / Please check https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212 after you do these edits the pagination should get fixed. Before you try that please make sure you are using latest version of wordpress and enfold.

    If you still have issues as the original creator of this post can see all private content please create a new ticket with a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Regards,
    Vinay Kashyap

    #597553

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .av_header_transparency #header_meta {
        border-bottom: 0px solid rgba(255,255,255,0.25) !important;
    }

    Regards,
    Rikard

    Hi George,

    Thanks for the feedback, hopefully that will be implemented in a future release. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

Viewing 30 results - 98,941 through 98,970 (of 142,852 total)