Viewing 30 results - 89,341 through 89,370 (of 142,845 total)
  • Author
    Search Results
  • Donkies11
    Participant

    Hello Enfold Support,

    On this page, you can see quite clearly that there is a programmed effect on the element at the top of the page. It is made up of a color element, a 1/3 & 2/3 column element… and image element in the 1/3 column element and two white space elements and a special heading element in the 2/3 column element.

    There is a fade effect, and I’m guessing that within that code (to make them fade in) is something that is telling them to load in last, after everything else has loaded. When logged in as an admin, the admin menu (black bar top of page) loads and then these two elements fade in.

    The client is very insistent that they want these elements to load in quickly – practically first in order of loading into page.

    Do you know that code that is creating the timing and the effect of the load into the page?

    (credentials are in the private section)

    Sincerely,
    Greg

    #699770

    Perhaps one could achieve a working anchor tag functionality by referring to a div class not an id.

    function to_position(divid){
         $('html, body').animate({scrollTop:$(divid).position().top - 50 }, 'slow');
     }
     to_position('#my_id')
     //or class, or whatever jquery selector
     to_position('.my_class')
     //
     to_position('input[name="lorenzolamas"]')

    See http://stackoverflow.com/questions/1567836/anchor-tag-to-go-to-the-beginning-of-a-div-class-w-using-jquery

    • This reply was modified 9 years, 5 months ago by Chris2234.

    Hello Support,

    We can close this topic.

    Thank you,
    Greg

    kbarranco
    Participant

    I used the following CSS to globally remove the animated circle arrow and the diamond shaped pointer on images. It worked for a while but I may have messed up some CSS somewhere because it stopped working.
    Is this correct:

    /* REMOVES CIRCLE/ARROW ANNIMATION ON HOVER */
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    /* FIGCAPTION remove diamond-arrow */
    .av-masonry-entry .avia-arrow {
    display: none;
    }

    #699741
    absmith55
    Participant

    Working from your Consulting demo and wondering if it’s possible to add an audio file to the full-width Easy Slider. I would like to add an audio player right under the caption/sub-caption as you see here > http://kriesi.at/themes/enfold-consulting/#top

    I did a few searches here on the support forum about adding audio. Found this reply about adding to background video to be helpful: https://kriesi.at/support/topic/adding-audio-option-on-fullscreen-background-video/ However, this seems to add the button in the bottom right corner. Wondering if there’s a way where I can add a small audio player under the Easy Slider captions.

    Thanks!

    #699735
    tremblayly
    Participant

    Hi

    I have my header set to shrink and be sticky when the minimized header when I visitors scroll down on pages. There seems to be a problem that if I try to access any of the main menu options I can’t. I see the menu but cannot click or view the mega menus. I have to go back to the top to access any items.

    My website is in development and you will need access credentials to view it. I have include the website URL and credentials in the private area.

    Thank you
    Lyse

    #699724

    i got it. not perfect, but good. if it goes better – i am happy.

    .av-main-nav > li > a:after {
        display: inline-block;
        content: "";
        text-indent: -99999px;
        width: 0;
        height: .1rem;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: -.1rem;
    }
    .av-main-nav li:hover .avia-menu-fx {
    display: hidden;
    opacity: 0;
    }
    #top .main_menu .menu li.active-parent-item .avia-menu-fx{
        opacity: 1;
        visibility: visible
    }
    /*.avia-menu-fx {
    bottom: 0px;
    }*/
    #699720

    I uploaded an emtpy functions.php to the child theme, but as soon as I start putting code in it it doesnt work. Tried this for several functions before, including code I found here in your replies. (so enfold-theme-related).
    I read this: https://kriesi.at/support/topic/child-theme-not-recognizing-enfold-functions-php/ and this: https://kriesi.at/support/topic/enfold-child-theme/ but it did not help me fix it.

    But for now it is most important how to get two seperated addresses on the order page. If not by using functions.php, then the functions.php-problem has no priority for now (but is a need to know for later).

    #699708

    Hey jonathan_lees,

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

    In mobile version it will be just one column in tablets it will be 3 col as you see in the attached screenshot.

    If you like to modify in mobile and tablet please feel free to adjust the width value in the below code.

    @media only screen and (max-width: 767px) {
    .responsive #top .av_one_fifth {
        width: 32%!important;
    }}
    
    @media only screen and (max-width: 480px) {
    .responsive #top .av_one_fifth {
        width: 100%!important;
    }}
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 5 months ago by Vinay.
    #699707

    Okay. well forget about the separation of products and blog entries then. How about just getting a grid style like this guy was going for here: https://kriesi.at/support/topic/grid-style-search-results-with-sidebar/

    I figured it might something easy like throwing a switch somewhere to use the default woocommerce search results layout.
    I think that the ‘shop’ layout should have an eCommerce ‘shop’ feel for search results with pictures, and not blog entry style with just words.

    #699705

    In reply to: Image in menu

    Ah no sorry it doesn’t work, the image is not displayed where i want :)
    I want to put the image on the top right of the menu like in this picture below and i don’t know how to do it.

    Thank you for helping !

    #699704

    Hi

    I went live with surmespieds.com yesterday!

    Although the tag cloud worked changes you recommended worked before, it seems to have stopped working. I did not change anything.
    Could you please have look here: http://surmespieds.com/trouver-son-equilibre and see that it’s not working any longer.

    Thanks
    Lyse

    #699687
    wayfareescort
    Participant

    Hey guys,

    this topic has been discussed in a variety of threads, but none of the solutions worked for my page.

    Since last week I may not edit my home-page anymore. When I try to do this, there is only a loading symbol. All other pages work fine and can be edited as wished.

    I have tried:

    – increasing the memory size in wp-config.php
    – deleting enfold completely via FTP and re-installing it
    – setting a debug-mode line into wp-config.php
    – deactivating all plugins
    – clearing the cache via wp-cache
    – clearing the entire browser cache (I am using chrome) as well as all cookies
    – hard-refreshing the site

    This failure persists and is SUPER annoying. I have important information that has to be updated on the home-page and I cannot use it any more.

    Please help!! :(

    #699677

    result: http://imgur.com/a/9T0tB
    overlay on mobile two logos, I still tend to make the second logo above the top menu.
    how to implement it?

    #699667
    UNBUENPLAN GROUP
    Participant

    Hi!

    How i can do de same efect in version movil than desktop version in this page http://brickfunding.com/

    Now, the logo in version movil not si the white logo than de desktop version.

    Thanks!

    #699664
    tyler_055
    Participant

    I have been having issues for the last month or more with a couple of things and I cannot seem to find the answers that work. I have searched the help forums and done everythign I can think of and it’s driving me nuts:

    1. Google is indexing a ton of Enfold theme URLS in the /wp-content/themes/enfold/framework
    For example, I only have 5 pages on my website, but google is indexing over 30. They consist of the above url with stuff after the /framework, such as images/colorpicker, php/wordpress-importer, images/icons, ect, ect……I cannot get google to stop reading and indexing these. The #2 keyword on my site, according to google search console is “PNG”, due to all of these URL’s from enfold, which include PNG files. This is obviously not good for SEO as you can imagine.

    2. Googlebot cannot render my pages fully. What i mean, is that it will see about half my page and that is it. This is coming straight from the fetch and render portion of search console. Their is no rhyme or reason to why it’s only rendering half of the pages…the stuff it cant render is mostly just text too, nothing fancy. Again, if goggle cannot see half of the stuff on my page, thats a problem. If you or I were to go to my website, we’d see everything just fine as it’s supposed to be.

    Before I purchased enfold, I had zero issues with either of the above two examples, so if i can’t find a solution, I’m going to have to remove enfold. I don’t want to do that, so if anyone can help me out, I’d much appreciate it.

    • This topic was modified 9 years, 5 months ago by tyler_055.
    #699644
    elisabeth
    Participant

    Dear Enfold-Team,

    on creating lustwandler.at I realized, that the Lightbox does not support retina images. My site uses the WP Retina 2x for retina image handling.
    It is fairly easy to add support:

    1. ) avia.js

    (function($)
    {
      $.fn.avia_activate_lightbox = function(variables)
      {
    
       var defaults = {
        groups   :	['.avia-slideshow', '.avia-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
        autolinkElements:   'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
        videoElements	:  'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
        exclude   :	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
       },
    
       options = $.extend({}, defaults, variables),
    
       av_popup = {
        type:     'image',
    
            <strong>// Lustwandler.at: adding retina support</strong>
            retina: {
              // ratio: 2, // Increase this number to enable retina image support.
              // Image in popup will be scaled down by this number.
              // Option can also be a function which should return a number (in case you support multiple ratios). For example:
              ratio: function() { return window.devicePixelRatio === 1.5 ? 1.5 : 2  },
    
              replaceSrc: function(item, ratio) {
                return item.src.replace(/\.\w+$/, function(m) { return '@2x' + m; });
              } // function that changes image source
            },
            // end of Modification Lustwandler.at
    
    ….
    

    2.) The Magnific Popup
    The Magnific Popup bundled with Enfold is from 2013; replaced by the latest version. Still, there is a bug in Magnific Popup with retina images and the aspect ratio. Best solution I found up to now is to use the object-fit property.

    In magnificpopup.js:

        if(ratio > 1) {
         _mfpOn('ImageHasSize' + '.' + RETINA_NS, function(e, item) {
          item.img.css({
                  '-o-object-fit': 'contain',    // force aspect ratio
                  'object-fit': 'contain',
                  'max-width': item.img[0].naturalWidth / ratio,
                  'width': '100%'
          });
         });
    

    3.) And finally, my question
    I made these changes directly in the Enfold-theme, so with every update, I will have to apply those again. Do you have plans to update Enfold, so these modifications are not necessary any more or ist there a smart way to add those changes to a child theme without moving massive blocks of enfold code there?

    Hi,

    Great, glad you found the problem. I’m not sure what could be the issue with FileZilla though.

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

    Best regards,
    Rikard

    #699624

    Topic: problem in RTL mode

    in forum Enfold
    Sadegh
    Participant

    Hey guys,

    > This is what the website looks like in English mode: (which looks completely right)

    .

    > But this is how Persian page (RTL mode) looks like in the website: (which is NOT right – as you see, the logo is gets under the top bar and menu box)

    .

    Please let me know how RTL mode could be looked as like as English mode.

    Regards,
    Sadegh

    #699621

    Hi,

    Great, glad you got it working :-)

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

    Thanks,
    Rikard

    #699601

    Hi
    I have done the suggestions but it still doesn’t work.
    I can’t edit any page, plus there are options like Mobile Menu missing.

    I have deleted the Enfold files and reloaded fresh theme files via FTP.
    I have also deactivated all plugins. (Currently reactivated only one that didn’t make a difference)
    Do you have any other ideas to try?

    This the the 4th time I have been told to replace theme files. I have done by C Panel twice. Copied over the top via FTP once and just now deleted all theme files and recopied a fresh set.

    Is there something else you could help me with to get this working. I have been asking for help for several weeks now.

    Thanks

    • This reply was modified 9 years, 5 months ago by NimbleIT.
    #699599

    Hi,

    Ok, thanks for the feedback. Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #699598

    Topic: Columns in text block

    in forum Enfold
    Uros
    Participant

    So i inserted in text block this code

    [av_one_half first]

    SLA Violation Penalties*:

    [/av_one_half]

    [av_one_half ]

    SLA Violation Penalty Duration:

    [/av_one_half]

    [av_one_fourth first]

    SLA Level

    gamma

    delta

    epsilon

    zeta
    [/av_one_fourth]
    [av_one_fourth]
    % of variable fee

    0.5%

    0.75%

    1%

    [/av_one_fourth]

    [av_one_fourth]

    Incidents per month

    1 – 4

    5 – 9

    more than 9
    [/av_one_fourth]
    [av_one_fourth]
    Duration

    1 month

    3 month

    6 month
    [/av_one_fourth]

    and got this http://imgur.com/a/RC4lc

    i also use this code to make column aligned at top

    .flex_column.av_one_half + br {
    display: none;
    }
    .flex_column.av_one_fourth + br {
    display: none;
    }

    how to align at top 1/4 columns now?

    • This topic was modified 9 years, 5 months ago by Uros.
    #699591

    In reply to: Image in menu

    Hi,

    Great, glad you got it working :-)

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

    Thanks,
    Rikard

    Hey Gammelbys15,

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

    @media only screen and (max-width: 1024px) {
    #top #wrap_all .av-flex-cells {
        width: 100% !important;
    }
    }

    Thanks,
    Rikard

    #699557

    Hi LorbeerDesign,

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

    #top div .caption_center .slideshow_caption {
        text-align: left !important;
    }

    Best regards,
    Rikard

    #699555
    wienerpresswerk
    Participant

    Hi there,

    Im going to build a new Landing Page with some anchor links linked to color Sections. Until now on click its scrolling to section a it should
    but doesnt fit close to menu bottom. There is some space visible on top of the section. Anchor should scroll to that precise position that previous section is not visible and starts exact under menu bottom border. Please check link in privat content.

    I hope you understand what i try to achieve and find a quick fix.

    P.S:
    1. there is some margin top for logo -> .logo img {margin-top: 2.7rem;} because otherwise the menu will overlay my logo.
    2. i found a hint here to add to avuia.js

    if(tempPadding > 0 && shrink)
    {
    tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 -160;

    It doesnt work in this case.

    #699542

    Hi,
    You can log in and see it. I sent you the log in details – do you have them?

    How do I attach the screenshot?

    The change you gave me above is seen here
    http://www.wholebodyhealing.co.uk

    This is the original template. http://kriesi.at/themes/enfold-lifestyle-blog/ – I want what was ALL BLACK to be the new color. So that black bar on the top behind the munu links I want to change all of it to a new colour. I dont want just the middle I want the whole thing to change.

    The next odd thing is that if I put the closing curly bracket into the QUICK CSS the effect of the change is gone…loike it is not picked up.

    PLEASE LOGIN AND LOOK AT THE CODE AND TRY IT:

    thx

    • This reply was modified 9 years, 5 months ago by Robcmatthews.
    #699531

    Hi,

    Under Appearance->Menus please click Screen Options in the top right hand corner of your screen, you can select to show them there.

    Best regards,
    Rikard

    #699516

    Hi,

    Great, glad you got it working and thanks for letting us know :-)

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

    Regards,
    Rikard

Viewing 30 results - 89,341 through 89,370 (of 142,845 total)