Viewing 30 results - 90,421 through 90,450 (of 142,832 total)
  • Author
    Search Results
  • #688617
    0rca
    Participant

    Is there a way to disable the parallax effect on the shop category page header image? Remember, I have this issue: https://kriesi.at/support/topic/parallax-background-image-in-color-section-is-not-respecting-section-height/ and the custiomer would rather have a perfectly fitting scrolling image than an oversized parallax one.

    #688596

    Link:

    The text block blinks at the end of the transition. The images that are cross fading are backgrounds in each of the 3 slides.

    The text block is the same for each slide with all transition settings at 0 to make it stay on screen over top of the transitioning backgrounds.

    Thanks

    #688584

    Hi,

    try this code:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px;
    }
    

    Best regards,
    Andy

    #688572
    #688571

    if you want it more specific – set up a custom class to the Masonry

    and for small screen you have to adjust

    
    @media only screen and (max-width: 479px) {
    #top div.container .av-masonry .av-masonry-sort {
        float: left;
        width: 98% !important;
    }
    }
    
    #688563

    try this here:

    #top .av-current-sort-title {
        float: none;
        text-align: left;
    }
    
    #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat {
        float: left;
    }
    
    .av-masonry-sort a {
        display: block;
        text-align: left;
    }
    
    .text-sep {
        display: none;
    }

    maybe it is possible to get the masonry aside to that list. But i have no test installation with that constuction

    try this here:

    #top div.container .av-masonry .av-masonry-sort {
        float: left;
        clear: none;
        width: 18% !important;
    }
    
    .av-masonry-container.isotope {
        clear: none;
        float: left;
        position: relative !important;
        width: 80%;
    }
    • This reply was modified 9 years, 6 months ago by Guenni007.
    #688555

    Yes! That’s perfect! Thanks so much!

    Just one or two more minor things:
    1. Currently the cross logo is not quite centered. I think it’s because the entire menu (the whole block) is centered. Is there a way to center the cross, and then arrange the other menu items around it?

    2. When I scroll down, the menu items get a little bit closer together (you can see this at the website, which is in the private data). I assume there’s a padding code somewhere that’s affecting this? How can I avoid this?
    Here’s all the menu css code I have affecting the header, if it helps:

    /* increases spacing between top menu items */
    #top #header .av-main-nav > li {
    	margin-right: 15px;
    }
    
    /* eliminates space above menu */
    .container.av-logo-container {
    	max-height: 0 !important;
    }
    
    #header_main {
    	padding: 10px 0;
    }
    
    /* changes logo to blue in menu when scrolling down */
    .header-scrolled-full #menu-item-914 a {
    	background-image: url(https://middlestreetnh.com/wp-content/uploads/2016/09/CROSS-BLUE-50-50.png);
    	background-size: 50px 50px;
    	background-repeat: no-repeat;
    	width: 50px;
    }
    
    .header-scrolled-full #menu-item-914 .avia-menu-text {
    	display: none;
    }
    
    .header-scrolled-full #menu-item-914 a:hover {
    	background: transparent !important;
    	background-image: url(https://middlestreetnh.com/wp-content/uploads/2016/09/CROSS-BLUE-50-50-75.png) !important;
    }

    Thanks so much for all your help!

    #688554

    Hey Alstair,

    You can add four 1/4 column elements and inside each of them you can add image element on top and text block element below so you would have a similar layout :)

    Best regards,
    Yigit

    #688550
    Pappasdg
    Participant

    Hello,

    I am using the Grid Portfolio with the Ajax preview option. I wanted to know if it was possible when a user clicks on one of the portfolio items if it could expand a box open below it with a full-width div and have the content in there, like how Google images works. Right now when they click on a item it brings a box up at the top.

    Thanks!

    #688546

    Hi,
    I’ve already run successfully that procedure.
    If you read the previous answers at the top, you can see them.

    In fact, the problem only affects the resolution of the tablet.

    #688545

    Hi,

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

    
    #top textarea {
        max-height: 30px;
    }
    

    Best regards,
    Yigit

    #688540

    hm let me see.…

    the option for that in the alb element says:

    Section Bottom Border Styling
    Chose a border styling for the bottom of your section

    so it is not the top of the next section – but the bottom of the edited section
    and on that reason the color should be the background-color of the following section

    #688532

    In reply to: Image above header

    Hi support team,
    i added a background image to my header with this css:
    #header_meta {
    background-image: url(‘http://voltaris.de/wp-content/uploads/2016/05/square.jpg’) !important;
    height: 65px !important;
    background-repeat: repeat !important;
    background-position: top !important;
    border-bottom-style: none;
    }

    It works very well on Mac-Browsers. But in windows firefox and explorer the Background image doesn`t scale down when i minimize the browser width. So the menu does overlap the background image logo. Is there an css trick to force the background-image to scale down on windows?

    #688521

    Hey fineart,

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

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

    Best regards,
    Yigit

    • This reply was modified 9 years, 6 months ago by Yigit.
    #688513
    cipriana
    Participant

    Hi, two questions:

    – I have a page with several products created with woocommerce. And each links to a product page. I would like to link one of them to a simple page, not a product page. Is this possible?

    – Is it possible to have a top slider in a product page? Over images and texts?

    Thanks

    #688496

    Hi,

    use this code to adjust it’s margin-top value as needed:

    h2.avia-caption-title {
    margin-top: 260px;
    height: 90px;
    }
    

    Best regards,
    Andy

    #688484

    Thanks a lot! I solved the problem myself. Thanks for the tips.
    As I’m talking to you…can you help me solve the original problem with the button? As I said I was following this instructions
    https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103
    I did everything but when I click to the button there is still something not working. I need it to open a contact form on a popup window on the same page. Could you please give a look to it? I have tryed everything so I don’t know what alse to do.
    Here’s the link http://www.simonasantaera.it/servizi/ button is the first on the right below the text “TRATTAMENTO CORPO”

    #688481

    Shalom Iyar,

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

    .rtl .single-product-main-image .onsale {
        right: auto!important;
    }
    

    then please refer to this post – https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Best regards,
    Yigit

    hi Andy
    sure – the link you provide works for me too – please remember my original issue right at the top of this thread was related to customisation of the audio payer with CSS not the default audio player you link to.

    Please add this quick CSS to your business flat installation and see what happens. this should remove the volume slider and the mute button.

    .mejs-controls .mejs-volume-button {display: none !important;}
    .mejs-controls .mejs-horizontal-volume-slider {display: none !important;}

    Your own screenshot from September 16th on IMGR shows one of the problems – i.e. the total time counter collapsing back into the current time area. here it is marked up. http://screencast.com/t/FwB5FJtJof

    The black line showing on Chrome browser only is the second problem – when audio player sits inside the icon block.
    http://screencast.com/t/ZBU8gwRa

    thanks
    Pete

    #688474

    Hey Fairbanks_Seeds,

    Congratulations you have a nice new site!

    1. The text content is a lot on the slider to view in the mobile screen hence it’s pushed down the slider. Please add the below css code in Enfold > General Styling > Quick CSS to hide the text description and keep the title and call to action button visible.

    /* Fullscreen slider in portable devices*/
    @media only screen and (max-width: 480px) {
    #full_slider_1 .avia-caption-content {
    	display:none;
     }
    }

    2. The height and width of the slider is automatically adjusted to be proportionate when the screen size changes. By changing the height the images will look a bit stretched. If you like to give it a try.

    @media only screen and (max-width: 768px){
    .avia-slideshow-inner {
        min-height: 500px;
    }
    .avia-slideshow li img {
        min-height: 500px;
        width: 150vw;
        min-width: 150vw;
    }}

    3. To resize the caption fonts

    @media only screen and (max-width: 768px){
    .av-image-caption-overlay-center{
    	font-size:24px!important;
    }}

    4. To change the background colorsection background image in portable device

    @media only screen and (max-width: 767px) {
    .home #unique-id {
    background: url(background.jpg) !important;
    }
    }

    Request you to kindly open new tickets for different issues if they are not related. It will be easy to provide you solution and keep the focus on main topic :)

    Please feel free to get back to us if you have more questions.

    Best regards,
    Vinay

    #688449

    In reply to: custom font slabo 27px

    Hi,

    Please add following code to functions.php file in Appearance > Editor

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Slabo 27px'] = 'Slabo 27px:300';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['Slabo 27px'] = 'Slabo 27px:300';
    return $fonts;
    }

    If you are not using a child theme, please find following line in functions.php file of your parent theme near top

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and add the code i posted above to right below that line. If that still does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #688435
    emanuelecocchiaro
    Participant

    Hi, I was trying to modify php files and now I get this line:

    Fatal error: Cannot redeclare inline_popup_enabler() (previously declared in /web/htdocs/www.simonasantaera.it/home/wp-content/themes/enfold/functions.php:564) in /web/htdocs/www.simonasantaera.it/home/wp-content/themes/enfold/functions-enfold.php on line 1728

    which doesn’t allow me to do anything alse.

    I was trying to do what is written on this post
    https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103
    but I think I changed the functions-enfold.php file instead of functions.php

    Please help me unlock the site because I can’t lose everything it’s on it.

    Web Site is http://www.simonasantaera.it

    #688434

    da gab es einen anderen Thread hier mit der Frage – wart mal schaue gerade wo der ist:

    https://kriesi.at/support/topic/menu-style-the-burger-icon-menu/#post-685580

    je nach Logo Seitenverhältnis muss man das natürlich noch optimieren. Und die Werte dann entsprechend ändern

    #688426
    ghouzini
    Participant

    Hello!

    I want to ask you how to align child elements to the top of a parent element.

    In my case this is a 1/1 colour section with 3 1/3 sections. In the middle 1/3 section I have a text block. This text block always aligns itself to the vertical center of the parent div, like in this image: https://www.dropbox.com/s/k63wvj77zklzmyi/mockup-enfold2.png?dl=0

    I would like this element to align itself to the top of the parent element, like on my mockup: https://www.dropbox.com/s/ms9l87vou5nlfh6/mockup-enfold.jpg?dl=0

    Can you help me? :)

    #688419
    Fairbanks_Seeds
    Participant

    My website has just gone live this afternoon (www.fairbanks.com.au) and the desktop version looks great.
    The mobile site however has a number of issues, and need these sorted ASAP! I have adopted many of the suggestion on other forum topics, to try and solve these problems. I have made them slightly better – but I still have some concerns
    1. The slider on the home page isn’t displaying perfectly on a mobile site – the text drops off the bottom of the slider. How do I stop the text from dropping off the slider?
    2. I have tried a number of approaches to resizing the slider on the home page, so that the image is displayed correctly. Would I be better to have a different set of images that are only displayed on a mobile site? If so, how do I do this!???
    2. The Captions on the home page over the four images in the product grid aren’t resized correctly on the mobile site. Can you please tell me how to correct this, as it is a reoccurring problem throughout my website.
    3. I am currently working my way through all the product category pages to delete the background image in the colour section for the mobile site only (by adding a custom ID). Is is possible to have a different image appear on the mobile site (instead of no image). How would I do this?

    Thanks for your help, I really appreciate your help with these issues.

    #688405
    Hefio_Play
    Participant

    If I use the Separator / Whitespace block after, e.g., 1/2 column section, it does not have proper top margin (should be 30px, but is 0). This is because top margins do not work after floated elements, and the flex columns are all float: left. Now, I could patch this up by adding an empty 1/1 column between the columns and the separator, but maybe you should correct this in the theme code. My suggestion is that all the Separator blocks should have an empty <div style=”clear: both”></div> before the <hr> element.

    • This topic was modified 9 years, 6 months ago by Hefio_Play.
    #688396
    mikebackhouse
    Participant

    Hello, I’ve just noticed that some of the category filters I have on a masonry page are not showing. This is due to the posts being too old (my fault, I need to nag my colleagues to write more blog posts, news etc.. )

    Is there a way of perminantly showing all category filters at the top even if there are none on the current page (of 50) I would rather not have to load all of them on the page! There are quite a few :)

    Page in question: http://www.ecdis.org/news/

    #688393

    In reply to: Custom menu height

    Hi,

    Please add the below code to fix it on mobile :)

    @media only screen and (max-width: 768px){
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0!important;
    }}

    Best regards,
    Vinay

    #688376

    Hi Ant,

    Ok, thanks for the feedback. I’m not sure if you need any further help on the topic though?

    Regards,
    Rikard

    #688373
    Mathuseo
    Participant

    Hi,

    my website has on ipad white stripes between the sections. I found out that the the outer class div.avia-section is always 2 Pixel smaller than the inner class div.container. The white stripes are because of the white background of the outer class. Do I change the inner class (remove 2 Pixel from height) the outer container (.avia-section) get 2 Pixel smaller as well. That happens only on ipad. On desktop view and on smartphones it works well. Any idea?

Viewing 30 results - 90,421 through 90,450 (of 142,832 total)