Viewing 30 results - 100,861 through 100,890 (of 142,926 total)
  • Author
    Search Results
  • Hi Andy

    Thanks!
    What about the desktop menu?
    Where in Flashlight can I find the code of the menu I’m looking for (that partially transparent block, offset from the left edge – see my current homepage or the mockup/screenshot or the Flashlight demo)?
    What code (CSS?) would I need to transfer or modify (and where to insert/modify)?

    Cheers,

    Bruno

    #579578

    Hi Jon!

    You would need to set the URL parameters in the magnific popup activation, you can either do this in the main Enfold js file (js/avia.js) or via a custom script in a child theme:

    function overwrite_magnificpopup(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        $('.video1').magnificPopup({
           items: {
              src: '<iframe width="560" height="315" src="https://www.youtube.com/embed/_ziUhNerFMI?autoplay=1&rel=0" frameborder="0" allowfullscreen></iframe>',
              type: 'inline'
          }
        });
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'overwrite_magnificpopup');

    The link should then be:

    <a href='youtube_url' class='video1'>Link</a>
    

    Regards,
    Josue

    Hi

    my post starts with the following statements (quote):
    – My current site http://www.fotowalther.ch is created with Flashlight (non-responsive).
    I might switch to Enfold, provided there is a solution for the menu as described.
    **************
    My questions (requirements for switching) are:
    1) I want the desktop menu to look the same with Enfold as with Flashlight (see mockup or active homepage)
    2) the mobile menu must NOT hide the entire screen (it should be flexible and only take the width required to accomodate the menu as shown in the mockup).

    I was then asked to create mockups to show my points.
    There must be a fundamental misunderstanding. Why would you like me to show the solution when I am asking to know if it can be done in the first place?
    To see how it looks when the mobile menu hides the entire screen please check any of the Enfold demos. I’m asking because I don’t want the menu to look like this. I wonder whether it would be possible with a CSS code or a file modification to achieve what I want.

    Regards,
    Bruno

    Hi!

    would be good if you ask WooCommerce Support as well, so both support teams can assist you and WC Support knows their plugin best.

    I tried to open the link you have provided, but it does not load for me. Can you check please?

    Did you try the solution provided here?

    Regards,
    Andy

    #579546

    In reply to: Meta Slider full-width

    Hi Yigit!

    I know, I’ve changed it during the day when I found out that the Layerslider could be shown on mobiles too. I just forgot to fill that box before.

    And the first page looks great! Exactly how I want it. But now when I want it too look the same at the other pages there seems to be some margin on top and on the bottom of the slider. I’ve tried to set it exactly like you did on the homepage but can’t remove the margin somehow!

    See what I mean in the screenshots.
    – The first screenshot is of the homepage, which looks great!
    – The second one is under the page PRODUKTER and as you can see there is some kind of margin on top and at the bottom

    /Sandra

    #579538

    Hi!

    Use the following for 2-3:

    #top .title_container .container {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 40px;
    }
    
    #top .title_container {
        background: url(img) red;
    }

    We’d need to see the website live in order to help you with 1.

    Regards,
    Josue

    #579514
    lernerleben
    Participant

    Hi, when someone mouses over a link to a PDF, the words “page 15” appear as a sort of “tool tip” on-screen. (sorry, I don’t know the exact word for this).
    What I believe is that it is NOT caused by Enfold, but Enfold is taking information from the PDF. The PDF was created in PowerPoint and I think it must have been originally “slide 15”, hence “page 15”. I tried other PDFs and the problem didn’t occur.

    Nevertheless, is there a way to either stop anything from showing or be able to insert something like the file name or “See my profile” (it’s a link to a person’s profile).

    #579496
    davidk62
    Participant

    Hi guys,

    I have an issue. Enfolds light box is conflicting with Envira Gallery light box. As such, spacing and light box issues are occurring.

    How do I turn off Enfolds light box. Please read Envira Galley tech support email below.

    Hi David,

    Thanks for providing details. I have checked your issue in detail.

    Lightbox and spacing issue is happening because your Theme (Enfold) is applying another lightbox on top of the images, so there are basically two lightbox or popup on the images. Its called magnific popup. Please contact theme author so they can tell you best way to disable their lightbox.

    I will check the watermark issue too.

    Thank you

    Hey Ismael –

    this actully makes the top menu perfectly centered – sadly, the submenu is not moved and still badly positioned, if I then move the submenus by 120pixel, the sub menu fits perfectly for menu entry 1 (Products) and 3 (Know-How) – but is completely broken for menu item 2 (Services).

    By now I didn’t find a solution to give each submenu a seperate margin, to align them perfectly.

    I also noticed, that it’s impossible to access the WordPress Admin from WWW as it’s currently blocked by our server for security reasons – We are currently trying to find a way to give you access to our WordPress Admin so you can add some custom css.

    #579474

    In reply to: phpini.php file

    Hello dear Enfold creators,

    I want to open this topic again.

    Web programmer cleaned malware (what he had found), but after couple days again the same.

    Maybe you can recommend some actions or there is an updates released?

    Thanks

    #579448

    Solved! You can close topic. Thanks Yigit!

    #579443

    I just had to add !important, !important, !important. Then it worked.

    Last question: The phone number is the top of the header is too light. Can we make it color: #555555 as well?

    Thank you Ismael

    #579439
    Armstrong88
    Participant

    the slider in the demo of the “lifestyle” theme does not display when i installed the demo. how do i fix it to show the demo slider?

    here is the link
    http://armstrongbooks.com

    #579430

    In reply to: Not responsive

    Hi,

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

    Regards,
    Rikard

    #579414

    In reply to: Menu Length

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #579410

    Hi 1039 Online!

    Please add this in the Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
        padding: 0 20px 0 5px;
    }

    Regards,
    Ismael

    #579398

    Hi Roy,

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

    Regards,
    Rikard

    Hi,

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

    Thanks,
    Rikard

    #579382

    Hi,

    Looking at your site now it looks like you’ve got it sorted already? Let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #579367

    In reply to: avia template builder

    I’m having the same problem. Have been searching for a solution but still yet to find one.
    Have latest WordPress (4.4.2) and latest Enfold (3.4.7) (updated it to try to fix it).
    Have tried disabling plugins by renaming plugins folder.
    Added
    define('SCRIPT_DEBUG', true);
    to wp-config.php as suggested in https://kriesi.at/support/topic/avia-layout-builder-not-working-2/page/2/
    Any other ideas?

    • This reply was modified 10 years, 2 months ago by matporgan.
    #579366

    Hi,

    Please try something like this in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 30px !important;
    }
    }

    Regards,
    Rikard

    #579348

    Hi,

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

    Regards,
    Rikard

    #579334

    Hi,

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

    #top .social_bookmarks li a, #top .social_bookmarks li {
        width: 40px !important;
    }

    Best regards,
    Rikard

    #579313

    In reply to: Chinese Characters

    #579309

    I just figured out the top bar, by adding #top .av_header_transparency #header_meta{background: #1e2351; box-shadow: none; }

    Still waiting on the possibility of rounding the text block and having it infront of the layer slider.

    Thanks again,
    Angela

    #579308
    CorbaeCreative
    Participant

    I am stumped and I hope you can help. I have loaded a Google font not bundled with Enfold, and have managed with the help of this fabulous forum to get all but one of the instances in which it doesn’t apply fixed with custom CSS.

    But, I can’t seem to figure out what CSS I need to change to get the dropdown menu text to change. The site uses a mega menu structure. I was able to get the topmost menu to use the correct font.

    Can anyone point me in the right direction? Thanks in advance!

    #579305

    In reply to: Text alignment problem

    Hey dilge!

    Add this to your custom CSS.

    .av_textblock_section p {
        margin-top: 0px !important;
    }

    Regards,
    Elliott

    #579279
    mohmo
    Participant

    Hi everybody,
    i have a big problem with layerslider in homepage, i set different layer for every [title], but if i set post options in a definite layer, it affect all layers and the result is the same title in each layer.
    i follow the step in other topic without result

    #579271

    Topic: Edit Product page

    in forum Enfold
    arranch
    Participant

    hello, is it possible to show the description, additional information and review tab as full width on the product page?

    what page do I need to access to make custom edits in the editor?

    is it possible to remove the category image at the top of the page on a category page so that it only shows the list of products?

    #579266

    Hi Elliott,

    As you’ll see on the screenshot http://i.imgur.com/w5SkDxA.jpg
    There are 2 images circled in RED that are NOT part of the current fullscreen backgroud image (the dandelion) because I’ll soon have a fullscreen background slide show on which I DON’T want to show these 2 images nor the header menu (div#header_main_alternate) and the main page content (#main).
    During the background slide show, ONLY the logo image on top (iDetox.voyage) circled in BLUE will be displayed.
    The slide show plugin allows me hide both the main page content (#main) and the header menu bar (#header_main_alternate) during the slide show.
    Once the slide show ends, both the header menu bar and main page content are display again.

    Currently I have the 2 images circled in red that are hooked to ava_main_header in my function.php file
    My custom.css file displays these elements according the size of the device screen.
    With this configuration, these images are linked to the div#header_main (where my logo is displayed) … and therefore I cannot hide them without also hidding the logo.
    If possible, I would prefer to keep displaying the top logo while the slide show is on.

    What would you suggest to have these 2 images circled in red linked to the header menu bar (#header_main_alternate), or even the main page content (#main), intead of being linked/hooked to div#header_main?
    Can I use/create a simiular function custom_func() { …} + add_action(‘ava_main_header_alternate’, ‘custom_func’)?
    Maybe there is an easier way to achieve this goal.

    Regards,
    Steph.

Viewing 30 results - 100,861 through 100,890 (of 142,926 total)