Viewing 30 results - 92,821 through 92,850 (of 142,646 total)
  • Author
    Search Results
  • #660684

    Hey Fleur,

    Please try adding this code to replace the one that was given before so that it only adjusts for the desktop:

    
    @media only screen and (min-width: 1280px) {
    .slideshow_align_caption {
        transform: translateY(-100px);
    }
    }
    

    Best regards,
    Jordan

    #660681

    Hi,

    Please add this in the Quick CSS field:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
        padding-right: 13px;
    }
    
    .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
        padding-right: 0;
    }

    Best regards,
    Ismael

    #660670

    Hi,

    Since the header is set to display at the left side of the site, please add this css code:

    @media only screen and (max-width: 1199px) {
    .responsive #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
    }
    
    .responsive.html_header_sidebar #main {
        border: none;
    }
    
    .responsive #top #main {
        padding-top: 0 !important;
        margin: 0;
    }
    
    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    }

    Best regards,
    Ismael

    You’re the best Yigit. Now the drop-down menu (hover) is not align below the header, a 15px gaps appear since we added top:15px to pull down the logo.
    http://goo.gl/waTQev

    after scrolling up, header shrinks
    http://goo.gl/713CN3

    Have tried to reduce the menu line-height to 88px !important, and it still remain on 103px height. Any clue how to fix this??
    & Thanks.

    #660655

    Hey Geoffdoyle,

    Thank you for using Enfold.

    Did you add the site http://appleproperty.com.au/ as one of the http referrer? https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-659055

    We will need an access to your google console or try to activate the Maps JavaScript API. More info here: https://developers.google.com/maps/documentation/javascript/tutorial#Loading_the_Maps_API

    Best regards,
    Ismael

    #660652

    Hi,

    Sorry for the confusion. Please use the previous code then place it below or above this line:

    echo $content;
    

    Or use the “avf_template_builder_content” filter. Example: https://kriesi.at/support/topic/show-share-icons-on-portfolio-items-placement-issue/#post-586829

    Best regards,
    Ismael

    #660645

    This is Enfold coded menu that comes with theme compatibility to WPML with Enfold added language switcher on top. How can this question not be directly related to the theme?

    I can surely ask the WPML team about this but I am sure they will address me back to the theme developers.

    #660644

    Hey Fleur,

    To hide the logo in mobile view please use the below css in Enfold > General styling > Quick CSS

    @media only screen and (max-width: 767px){
    .responsive #top .logo {
       display: none !important;
    }}

    Best regards,
    Vinay

    #660631
    fleurlewis
    Participant

    Hi there

    How to I completely remove the logo from my website? Including mobile view?

    At the moment I’ve removed it from desktop but it still appears on mobile.

    Thanks
    Fleur

    #660626
    fleurlewis
    Participant

    Hi guys

    I posted this the other day: https://kriesi.at/support/topic/move-easy-slider-text-positioning/

    This fixed my problem perfectly on desktop, but on mobile it has pushed the text up far too high, so that now it it half cut off at the top of the screen.

    Any suggestions on what to do here?

    I’m thinking I could move it by a % (if that works??), or that there might be a way to turn this CSS off on mobile view?

    Thanks
    Fleur

    This is unfortunate. Really cool Enfold feature but with this issue it’s not useful.
    There must be burning issues and other priorities considering that this topic doesn’t get any attention even though multiple people are asking for help.

    #660621
    siobhan13
    Participant

    Hello,

    I’m having an issue and cannot edit pages on my website, it just shows the loading circle but no content actually loads. It loads when I create new pages but cannot edit old ones.

    Have cleared the cache, tried on different browsers and laptops, theme and wordpress are up to date and I have switched off all the plugins and each plugin individually but still not working.

    As suggested I followed all the steps from this page but it has not fixed the issue: http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/.

    Please can you take a look using the admin details provided to help me fix this.

    Thank you!

    #660610

    Hi There!

    I´ve embeded a Vimeo Video for autoplay, but it doesn´t autoplay until I refresh the page :(

    What can I do?

    thank u

    #660589
    tdoornbos
    Participant

    I need to make my masonry images square.
    I have updated the theme files according to these suggestions:

    https://kriesi.at/support/topic/adding-image-size-to-attachment-display-settings/

    https://kriesi.at/support/topic/masonry-blog-how-to-make-the-previewfeatured-images-higher/

    https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functions-php/

    We even tried this:

    https://kriesi.at/support/topic/best-way-to-add-image-sizes/#post-351286

    I have updated the options in Simple Image Sizes, regenerated thumbnails using the Regenerate Thumbnails plugin.

    No changes have been made. Please help. Thank you.

    #660587

    In reply to: HTTP Error with Enfold

    Here’s what happens:
    1. User uploads X image
    2. WordPress checks which image sizes the current active theme and plugins have set (Enfold sets a total of 12 image sizes).
    3. WordPress tells the server he wants to create a image version of each one of those sizes.
    4. Server can’t handle that load -> HTTP error appears.

    Workaround:
    Disable some of the image sizes the theme sets.
    https://kriesi.at/support/topic/upload-image-giving-http-error-theme-error/page/3/#post-618970

    Eleina_Shinn
    Participant

    Okay, using Fullwidth Easy Slider every page of this site… changed caption position on Home Page to be higher – Home page just uses Center Without Frame and I used the following code:

    .slideshow_align_caption {
    display: table-cell;
    vertical-align: middle;
    position: position: absolute;
    top: 50px; }

    this seems to affect “all ” captions in the slider, so I’ve made inside pages center “framed” and want to use custom css to change position and background color and opacity of the frame…. what would be the selector, tried a couple of things and it got all messed up? Suggested Code? And it’s weird, but one of the pages (About Us) is already taking on a different custom background color then, let’s say, Rewards Management Page… and it is a color I had chosen when playing with this… I’ve been using the Live CSS Preview to make changes to css – it’s in appearance/customize.

    I have a coming soon page up, so I’ll give you login credentials under private content.

    Thank you for looking into this!

    • This topic was modified 9 years, 5 months ago by Eleina_Shinn.
    #660521
    digihouse
    Participant

    Hi,

    on big sceens we have the menu on the left. so i can’t configure it to transparent…

    i tried it with:

    @media only screen and (max-width: 767px) {
    	#top #wrap_all #header {
        background: transparent !important;
        position: absolute !important;
    }}

    But the class “header_color” in id “header” seems to override my settings…

    Any suggestions?

    thx
    Chris

    #660516

    Hi Rikard,

    you’ll seen the desktop version certainly. There it is OK.
    On the mobile phone, the navigation is hidden behind the logo area. I have droped a screenshot a URL (private content).

    The first option is the best.
    If I hide the menu now, a part of the H1 headline is hidden behind the logo area.

    Thank you.
    Ulrich

    #660515

    In reply to: Enfold Megamenu

    if you use for your Main Nav Listpoint in your Enfold Menu the mark for Mega Menu this will start the Megamenu Stile.
    Then as your “Heading of the Column” you can use an custom link. If you do not see on the left side of your Menu this point you can make it visible if you go on top of this window there are “Screen Options” of that menu Window. Here you can choose that Menu Window shows different advanced options and what List Points to choose ( Categories, Pages, Posts, Custom Link, Portfolio, etc)

    On That Custom Link you can insert as Linktarget “#” and the next is your “heading” of the column
    so on that example Page these “Example Pages” “Slider” etc. are those Custom Links

    PS: the blue arrow is if you want to give custom css classes even to every Navigation Point

    #660506

    Topic: Cart icon problems

    in forum Enfold
    integraing
    Participant

    Hi guys, I have some problems with icon cart after that I updated enfold to the latest version.
    One problem is that the icon style is broker. Exampe the position of icon cart is top left of my website..
    The second problem is that when the mouse hoover icon cart the mini popup doesn’t appear.

    How can I fix these problems?

    thank you very much

    #660499

    now you should understand the idea, but again, I took the “advanced layout editor” code(from debug mode) and I want to put it in the page template. what am I missing here? thank you

    <?php
    /*
     * Template Name: Custom page
     * Description: Page template 
     */
    
    get_header(); ?>
    
    [av_heading tag='h3' padding='10' heading='Hello' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_half first  min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_masonry_entries link='category' sort='yes' items='12' columns='flexible' paginate='yes' query_orderby='date' query_order='DESC' size='fixed masonry' gap='1px' overlay_fx='active' id='' caption_elements='title excerpt' caption_styling='always' caption_display='always' color='' custom_bg=''][/av_masonry_entries]
    
    [/av_one_half][av_one_half  min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_countdown date='' hour='12' minute='0' min='1' max='5' align='center' size='' style='center'][/av_countdown]
    
    [/av_one_half][av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_slideshow size='featured' animation='slide' autoplay='false' autoplay_stopper='' interval='5' control_layout='' perma_caption=''][/av_slideshow]
    
    [/av_section]
    
    <?php get_footer(); ?>
    • This reply was modified 9 years, 5 months ago by Duop.
    #660488

    I noticed the same thing for Dutch language and started a group-translation-effort trough GoogleTranslate Services. Maybe user: Station1 can join in translation?

    Check https://kriesi.at/support/topic/enfold-nl-changed-to-english-language/#post-660466

    #660467

    You can translate MO/PO files with Google Translate ONLINE and edit a language together.
    Here more for Dutch translations

    https://kriesi.at/support/topic/enfold-nl-changed-to-english-language/#post-660466

    #660463

    Hi,

    I have a video background on my home page and I want to add a transparent png image on top of it.
    The only option I saw I have is to write text that will show on the video. and that is not good for me.

    This is my website im working on:

    This is the image I want to have on top of the main video (while the video is running of course):
    http://new.crossfithaifa.co.il/wp-content/uploads/2016/02/main-video-slide-01.png

    Also, I have several other issues I would love some advice on:
    1. How can I make the main menu pages bigger on the top header (increase font size)?
    2. how can I make the main video non-clickable. if I click on it now it stops.
    3. I want to add a font family from google fonts (Rubik), what is the best way to do this. I saw the tutorial with the php code but I do not know how to code and would be happy for a more step-by-step guidance.
    4. Is there a way to easily make the theme RTL (right to left) compatible?

    Thank you!
    Didi

    #660451

    In reply to: Background image link

    Hi Yigit

    Yes, I thought of that, but I want to be able to place elements, eg columns with text box, etc, over the top of the background image but still have the whole image (the whole section) as a link.

    many thanks

    Peter

    kops
    Participant

    Hi,
    Page sections with video background set to 100% height. Using sticky header with transparent bg.

    Full Screen Slider

    Issue is that the page sections only scroll up to the base of the header, not the top of the screen. As a result you can see the top of the previous section with the down arrow behind the header.

    Any help really appreciated!

    Jon.

    • This topic was modified 9 years, 5 months ago by kops. Reason: I'm a moron
    #660429

    See the private section for the link

    In addition to the above first point:
    1) align this header widget-text just in the middle/center of the Logo. I have now used “top 28%;” as part of the css – But I’m wondering if there is a better trick to position this always in the middle of the logo;

    I would like to see this text also be aligned with the middle of the logo when you scroll down. Now the logo is changing in size and the text remains on the same position.

    #660415

    Hi!
    My problem is back (accented letters don’t look right and error message at the top of the page) when i try to buy a gift card. Can you take a look please?

    Thanks!

    Érik

    #660407

    Thank you Yigit, but I speak about desktop screen but different resolution: HD1920x1080px and normal 1366x768px

    #660398
    stedia
    Participant

    I have activated the header widget based on this link http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and it works great.

    I’m using this widget to add a simple Call Out text in this header widget.
    I’m using the Logo left and the menu center option

    What I would like to achieve is the following:

    1) align this header widget-text just in the middle/center of the Logo. I have now used “top 28%;” as part of the css – But I’m wondering if there is a better trick to position this always in the middle of the logo;

    2) would it be possible to create 2 or even 3 headers as I would like to tweak these headers based on the device type.
    Header 1 , I would like to position as described above – just in the middle of the logo
    Header 2, I would like to position below the Logo and Mobile menu, then full-width with text centred or left-aligned.
    Would it be possible to activate the appropriate header based on a media-query with the php-script?

    • This topic was modified 9 years, 5 months ago by stedia.
Viewing 30 results - 92,821 through 92,850 (of 142,646 total)