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

    Hi,

    Can you please try adding following code to Quick CSS as well?

    #top .aviaccordion-preview-title * { max-width: 50%; }

    Best regards,
    Yigit

    #657082

    In reply to: Google Maps Api Error

    Hi,

    Please follow the instructions here: https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-657900

    Best regards,
    Vinay

    #657067

    I went through all of the above. I then thought it may be an issue with my child theme, as my child theme did not have a header. I added a header to the style.CSS and now my theme has changed all the colours back to a much earlier state. On top of that, I still can’t get the front page to load in Avia. It has now completely wiped the content from the front page.

    Any ideas?

    #657047
    Max Miko
    Participant

    Hello,

    i’m not a skilled developer, but may be you could help.
    I need to transfer some code (php+js) from my customer old site to new one. What i’ve done:
    1) Created specific template
    2) CopyPaste single.php code at this template
    3) Tried to add this (old site code) at this template

    But the best i have you can see here http://omarketing.hostenko.com/lv/instrukcijas/, as you see my form is below the main entry field and sidebar. The result i need structurally you could see here: http://www.ddrosiba.lv/instrukcijas-darba-aizsardziba/
    What i have at the moment is here: http://omarketing.hostenko.com/lv/instrukcijas/

    Adding my code at the moment, also.
    Hope you can help

    P.S.
    Yes, i can fix it using smth like:
    form {
    float: left;
    margin-top: -68%;
    min-width: 56%;
    }

    but, it seems durty aproach for me.

    • This topic was modified 9 years, 3 months ago by Max Miko.
    #657034

    Hi,

    We have added the below css please review the site now.

    #top #header .av-main-nav > li {
        line-height: 80px!important;
        min-height: 80px;
    }
    
    #top #header .av-main-nav > li > a {
        line-height: 80px!important;
    }
    
    .container.av-logo-container {
        min-height: 80px!important;
    }
    
    .logo img {
    	min-height: 60px;
    }

    Best regards,
    Vinay

    #657033

    Hi,

    Please copy unmodified file and paste it inside enfold-child folder and apply your changes and find following line at the top

    <?php  if (  ! defined( 'AVIA_FW' ) ) exit( 'No direct script access allowed' );

    and change it to

    <?php 

    then add following line to functions.php file of your child theme

    require( 'class-form-generator.php' );

    Best regards,
    Yigit

    marienlely
    Participant

    Hi all,

    I’ve searched for it but not sure if it’s been done. I have a work page using a parallax plugin for desktop versions. However, the parallax images aren’t responsive and don’t scale well for mobile screens.

    My question is: When viewed at a certain size (like mobile screens) can I call up a different page in place of the page used for my work page.

    What I want to do is replace my work page with a simple masonry gallery for mobile screens. Or even keep the page, but replace all content with a masonry gallery when on mobile.

    My work page: http://marienlely.com/work

    I would like to replace it with a masonry gallery. An example of a gallery I already have is shown at the bottom of my homepage. This shows all my work links, but in condensed masonry gallery form.

    Home page: http://marienlely.com/

    Another solution could be removing the work link from mobile and just showing the home page. Since the masonry gallery is already here I can use that as my work mobile page as well. I would prefer option 1 though if possible.

    let me know if this is possible. Thank you!

    #657015

    full screen slider does not have the ability to have any content on top of it.
    or am i wrong?

    #656985

    Thank you Ismael. Work like magic :)

    also done that from child theme like this: https://kriesi.at/support/topic/edit-shortcodes-js-in-child-theme/#post-399336

    #656977

    Hi,

    you can make a version for mobile only if you want. Just use custom class and hide the elements on desktop only and vice versa. Use something like:

    @media only screen and (min-width: 767px) {
    .your-custom-class {
    display: none;
    }}
    to hide the elements on a screen size higher than 767px. Adjust as needed. You can also use (max-width: ) if you want. For more information about media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Feel free to hire a freelance developer if you need the job to be done by someone else: kriesi.at/contact/customization

    Best regards,
    Andy

    #656962

    Hi,

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

    To increase the gap between heading and subheading

    .av-subheading_below {
        margin-top:150px!important;
    }

    To align the captions in the image

    .av-image-caption-overlay p {
       text-align: left;
       margin-top: -70px!important;
    }
    

    Let us know if you have more questions

    Best regards,
    Vinay

    #656945

    Topic: Footer Scrolldown

    in forum Enfold
    SDUS
    Participant

    Dear team,
    I have tested many hours, have read topics and manuals :-) but I havent found a workaroud. On this page http://goo.gl/yw1LPJ comes the footer with (I think) parallax effect. I scroll down and then I see the footer – he ist not static like on the demos.
    How I can build this in enfold? You have ideas?

    Thanks for the perfect help!

    • This topic was modified 9 years, 3 months ago by SDUS.
    #656937

    In reply to: Google Maps

    @creativeweblogo does it happen before or after you applied my solution: https://kriesi.at/support/topic/google-maps-7/#post-656457

    #656933

    Hi,
    Sorry that probably would have been helpful. Link to site is http://new.fcsafety.co.uk/

    The elements in question are on the header image at the top of the page, just under nav menu there is a special heading “Safety Training….” then “You know it makes sense….”. I have managed to reduce the safety training H1 but I would like to also reduce the you know it makes sense sub heading accordingly so it stays a relative size to the heading.

    I also would like to increase the padding between the heading and the subheading if this is possible?

    In addition I have 5 images in columns all with captions, starting with mechanical handling equipment. Ideally I would like the caption to be left aligned and at the top of the image.

    Thank you.

    #656910

    In reply to: WooCommerce Sale icon

    Hi Ian,

    Try adding !important to Yigits code:

    #top .onsale { 
    top: -45px !important; 
    background: orange !important; 
    color: red !important; 
    }

    Regards,
    Rikard

    #656900

    In reply to: Gggogle map

    Hi,

    I modified avia-element-behavior.js and shortcodes.js as the topic says, and the map isn’t showing. What can I do?

    Thanks!

    #656898

    Hi,

    Try the following as well:

    .header-scrolled strong.logo {
    padding-top:5px !important;
    }

    Best regards,
    Rikard

    #656897

    In reply to: Add text in top bar

    Hi,

    My problem was to display 2 sentences of text on small screen without overlapping.

    I have just found last night a better approach: i will hide the text on top on small screens and display the informations on a text block on my home page using CSS to display this block only on smartphones and tablets.

    You can close the topic please.

    Thanks
    Regards
    Guillaume

    #656893

    thanks, please check again, i can even see on your screenshot, 2 times X for close the lightbox at the top right and this flickers between them, a magnify icon also appears which i think is not usual.

    #656886

    In reply to: Seite "Suche" anpassen

    Hi Dörte,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #656885

    Hi @vadikcoma,

    Please start a new topic and post admin login details in private so that we can have a closer look.

    Regards,
    Rikard

    promat
    Participant

    I just added a quick css which enable the logo overlap the slider on below. Initially this logo need to be shrinks down together with the sticky menu on scrolling up. Have tried several things, but none of them work as i aspect to. Possible to make this responsive on both mobile & desktop?
    Appreciate if someone can assist me. Thanks.

    Logo is overlap the slider
    http://goo.gl/MJbhjf

    logo do not shrinks down together with sticky menu
    http://goo.gl/TThW0b

    This is what I need on the result
    http://goo.gl/6xBuxi

    • This topic was modified 9 years, 3 months ago by promat.
    #656869

    Hey nexxraller,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #656864
    cblajos
    Participant

    Hi, we have been losing a lot of time trying to customise the spacing at the top of http://rubicab.com.au

    What we want to achieve is:

    1. MUCH LESS WHITE SPACE AROUND THE TEXT which says
    We Design, Supply & Build Outdoor Decking, Fencing Projects, Granny Flats with Innovative and Low Maintenance Building Materials

    2. A bigger LOGO – we have a 500×167 image in there at the moment but obviously something in CSS is constraining it. Ideally, the logo should not be tied to the white space under the menu items.

    3. Lower down: Reduce the spacing between “What our customers say about us” and the pictures under them.

    3. Please supply code we can put in Quick CSS

    Thank you.

    • This topic was modified 9 years, 3 months ago by cblajos.
    #656862
    Sladestyle
    Participant

    Hi,

    Very very strange stuff is happing to one of my client sites http://farmersmark.com

    All links (including the main navigation menu) are the browser default blue and purple.

    This is the same site that the header background color disappeared and we had to add the #header color in the custom css.

    I also just noticed that the mobile menu no longer appears.

    What the heck is going on?

    Here is what I have done:
    Disabled all plugins, deleted all custom css, all custom code in the function.php file. No luck
    I then totally deleted the enfold theme and uploaded a fresh install. Still no luck.
    I then tried to start over with a new child-theme only to find out that info must be stored in the database because the new child-theme immediately took on all of the styling of the old one except for the custom.css.

    Any ideas? I’m not sure what to do but each time I need to do something to the website it seems to show more issues. I am the only one with WP admin or FTP access.

    Thanks,
    Slade

    ****Update**** Things may look “normal” when you look. I had to individually set the color of all the links in the child-theme.
    If you look in the child-theme stye.css file you will see at the very top everything I had to “temporarily” fix.

    • This topic was modified 9 years, 3 months ago by Sladestyle.
    #656854

    Hi Phil,

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

    Thanks,
    Rikard

    Hey hannerinc,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #656852

    In reply to: Event Calendar Style

    Hey a-l-p,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #656840

    Hey Doron!

    Thank you for using Enfold.

    The play container covers the stop container. Define the width of those containers.

    #mysecstopdiv {
        left: 50%;
        width: 50px;
    }
    
    #mystopdiv {
        left: 45%;
        width: 50px;
    }

    There are different ways of doing this but you can start with that.

    Cheers!
    Ismael

    #656829

    In reply to: Sale badge position

    Hey!

    1.How can I adjust the position to move it just little?

    Use this css code:

    #top .onsale {
        margin-right: 20px;
        margin-top: 20px;
    }

    2.The main problem is, that the “sale!” changes color when the picture has a hover effect. This is depending on the browser: in edge it goes to red, in safari it is getting bold?? Please go on the “shop” page and and check this.

    I can’t reproduce the issue on my end. Could you please provide a link where we can see the issue?

    3.Last but not least: The badge should be a forced circle.

    Please use this:

    #top .onsale {
        height: 40px;
    }

    Best regards,
    Ismael

Viewing 30 results - 92,821 through 92,850 (of 142,297 total)