Viewing 30 results - 3,211 through 3,240 (of 11,217 total)
  • Author
    Search Results
  • LesleyJean
    Participant

    Hi there!
    I am trying to change the button in my main navigation bar to have a background image and custom text formatting along with the same effect that comes default with enfold for hover (I think it’s a white semi transparent overlay).

    I’m including the links to the site in the private section below.

    Thanks in advance for your help!

    ~L

    #1129791
    Dzimnikov
    Participant

    Hi guys and gals,

    I’m almost done building a site for client, need some help finalizing a few things, some of them being mobile specific. Here goes:

    Website: greenmtnbowtag.com (login deets in the private content area)

    1) On the homepage (http://greenmtnbowtag.com/) the video at the top won’t autoplay on IOS devices. I checked the site on my friend’s Iphone, you get a still screen with a play button over it. You can’t press the play button naturally because there is text overlayed over it. Is there a way to get it to autoplay on IOS devices? Have yall ran into this problem before?

    2) This is a bit of nitpicky thing, but I don’t know how to edit it. On the INFO page (http://greenmtnbowtag.com/info), you get this on mobile: https://imgur.com/a/NfewvgJ
    There is a black bar that spills over from the top section with the helmet to the one below it. It doesn’t happen on desktop screens, so I’m not sure why it is on mobile.

    3) This one is a bit embarrassing, as you showed me how to code it for a previous website I built. I tried to re-appropriate the code, but it didn’t work for me. On the contact page (http://greenmtnbowtag.com/contact), I want to move the “travel all over” image above the contact form on mobile. It naturally moves left to right, but I want to switch those two on mobile. Here is what I tried, I wonder how close I am:

    div#contactarea div.av-section-color-overlay-wrap {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #contactarea .flex_cell.conform {
          order: 2 !important; 
      }
      #contactarea .flex_cell.vermap {
          order: 1 !important; 
      }

    4) Remove “Enfold WordPress Theme by Kriesi” from the footer

    5) Also, for some reason, when I’m on the Pages section of the backend, I can’t clone pages – which is weird. Also, the two new pages I just published, “Privacy Policy” and “Terms of Use” are both being weird and aren’t being protected by https. I’m not quite sure why, almost seems as if the browser thinks they’re coming from a different website.

    Thank you so much for your continued help. I’ve learned a lot from yall and was able to style most of the site myself. Hopefully I keep getting better :)

    Cheers,
    -Daniel

    • This topic was modified 6 years, 7 months ago by Dzimnikov.
    #1129659

    Hi Claudia,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:990px){    
        #top .avia-slideshow-arrows a {
            width: 40px;
            height: 40px;
        }
        #top .av-control-minimal .avia-slideshow-arrows a:before {
            line-height: 9px;
        }
        #top #wrap_all .avia-slideshow-button,
         #top .avia-button, .html_elegant-blog .more-link, 
         .avia-slideshow-arrows a:before {
             padding: 10px;
         }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129583
    Daniel
    Participant

    Hi!

    A while ago you helped me with some text in a popup: https://kriesi.at/support/topic/simple-text-in-popup-when-clicking-a-button/.

    The site we use this on still runs Enfold 4.2. When I try to update it to 4.5.7, I get the error magnificPopup is not a function, and the content that was previously in the popup is now displayed outside of the popup, on the page. I tried to fix it and I saw it was fixed here: https://kriesi.at/support/topic/magnificent-popup-not-workin-not-recognized-as-a-function/ but I cannot see what is done here exactly.

    The used code:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
        jQuery('.open-popup-link').magnificPopup({
          type:'inline',
          midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
        });
    });
    </script>
    

    Can you help me with fixing this error? The site is currently back on 4.2 so there’s no error.

    Thanks!

    Daniel

    • This topic was modified 6 years, 7 months ago by Daniel.
    #1129494

    Hi hobeja7,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .main_color .av-menu-button-colored>a .avia-menu-text {
         border-radius:10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129462

    Hey hobeja7,

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

    #av-custom-submenu-1 li .avia-menu-text {
      color:#6b6868;
    }
    #av-custom-submenu-1 li.av-menu-button-colored .avia-menu-text {
      color:#fff;
    }
    #av-custom-submenu-1 li.av-menu-button-colored {
      border-radius:10px;
    }

    Best regards,
    Rikard

    #1129417

    Hey jp,

    Vielen Dank, dass Sie Enfold verwenden.

    Wo haben Sie der Button-Zeile Element hinzugefügt? Wir konnen es nicht auf der Seite finden.

    Best regards,
    Ismael

    #1129278
    hobeja7
    Participant

    Hi Enfold support,
    From the Content Elements, I dragged a Fullwidth Sub Menu item and then chose the option: Build simple custom menu
    I added the entries and for one of those entries I changed they Style to: Button Style (Colored)
    I added a Custom CSS class for that Fullwidth sub menu item called: sub-menu-local

    I’m trying to change the entry with a Button Style (Colored) – Specifically I want to change the border-radius.
    Edit: I also want to change the text color to #6b6868, but only for the entries that are not “Button Style (Colored)”
    Can you please help me accomplish this?

    • This topic was modified 6 years, 7 months ago by hobeja7. Reason: Need to update something else in the same element

    Hi,

    With version 4.5.7 it is not possible.

    In private content you find the link to a zip file containing a beta version of Enfold including this feature.

    You will need an external program like winrar to unzip the file. Then you can upload with ftp to your server.
    If you have a staging site you can check check out the features first.

    Do not forget to clear server and browser cache and keep a copy of 4.5.7 for a fallback.

    Select “use default modal privacy popup” in theme options to see the new added things and there is a new button action “Do not accept and hide notification” and new shortcodes to add functionality to a custom page.

    Best regards,
    Günter

    • This reply was modified 6 years, 7 months ago by Günter.

    OK – I found the fix for this, and it took some digging so I’m leaving this post up with the solution, which works (so please close the ticket)!

    /* make previous-next buttons stay within the relevant portfolio category (multiple portfolios) */
    add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2);
    function enfold_customization_postnav($entries, $settings)
    {
    if($settings['type'] == 'portfolio')
    {
    $settings['same_category'] = true;
    $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    }
    return $entries;
    }
    • This reply was modified 6 years, 7 months ago by Mike. Reason: put the code in a code block so it can be copied without curly quotes
    #1128815

    Hey Taryn,

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

    #footer .avia-button {
      border-color:#fff !important;
    }

    Best regards,
    Rikard

    #1128790

    In reply to: Button Styling

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-button, .avia-button * {
      font-family: 'system-ui' !important;
      font-size: 18px !important;
    }

    Best regards,
    Rikard

    #1128762

    Hello
    I have the same problem like @elvirais. Enfold translation works automatically. But if I use Polylang to translate the website in another language, the Read More Button does not change. There is no string entry in Polylang for this button…

    Is this a plugin error? Something new on translating the Read More Button using Polylang?

    Thanks for an reply and best regards

    #1128420

    Hi,
    Sorry for the late reply, I did not figure out why this is not working, I’m sure the css is correct with the proper “-moz-” prefixes, so I tried changing it to jQuery and now it works in Chrome and Firefox.
    To test this, please add a code block element to your page and place this code inside:

    <script>
    (function($){
    $(document).ready(function () {
        $('.btn2 a.avia-button').css({
         'color': 'rgba(255,255,255,0.9)', 
         'border-radius': '50px', 
         'background': 'linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5)',
         'border-color': 'transparent', 
         'background-size': '600%', 
         'animation': 'anime 16s linear infinite' 
    })
    
    });
    })(jQuery);
    </script>
    <style>
     @keyframes anime {
       0% {
         background-position: 0% 50%;}
       50% {
         background-position: 100% 50%;}
       100% {
         background-position: 0% 50%;}
    }
    </style>

    We could make this code global, but first, test it on one page to see if it’s also working for you.

    If you would like to test this on a new page, please Enable Avia Layout Builder Debugger which will add a new text field below the Advanced Layout Builder, and then add the page shortcode in the link below, then save the page.
    https://www.dropbox.com/s/641pwwo7eukd5ts/gradient_button_shortcode.txt?dl=0

    Best regards,
    Mike

    #1128163

    Hi,

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right-click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    just one moment – i did’t saw the test link in your starting thread.

    To have a responsive Color-Section – you have to have a responsive Content ! – otherwise it will go out of the container.
    Your bg-image is 1600/768 so an aspect ration of 48%

    so you have to set your background-image to “contain” the image – but the height of the color-section should be 48% of width:
    in responsive Case the 3/5th container should stay in this width or should be adjusted to your needs – enfold goes to have the containers under each other at a responsive width so to speek on 100% width:

    see here the test page: https://webers-testseite.de/responsive-color-section/

    .page-id-35548 #av_section_1 {
      width: 100vw;
      height: 48vw !important;
    }
    
    .page-id-35548 .flex_column.av_three_fifth {
      width: 58vw !important;
    }
    
    .page-id-35548 .flex_column.av_three_fifth .av-special-heading h1 {
      font-size: 4vw !important;
      line-height: 6vw !important;
    }
    
    .page-id-35548 .flex_column.av_three_fifth .av-special-heading .av-subheading {
      font-size: 3vw !important;
      line-height: 4vw !important;
    }
    
    .page-id-35548 .avia-button .avia_iconbox_title {
        font-size: 2.5vw !important;
    }
    
    .page-id-35548 .flex_column.av_three_fifth .av-special-heading h1 {
    	font-size: 3.2vw !important;
    	line-height: 5vw !important;
    }
    .page-id-35548 .flex_column.av_three_fifth .av-special-heading .av-subheading {
    	font-size: 2vw !important;
    }
    #1127620

    Hello Mike
    Thank you for your feedback – very much appreciated!
    I’ve updated the php.ini file as per your suggestions
    * I’ve activated Enfold – your beta version I think
    * Reactivated Yoast SEO
    and so far it hasn’t crashed. I haven’t done anything else yet.

    For anyone else who is having similar problems and has cPanel, apparently there is a MultiPHP INI Editor – so my hosting company advised me:
    * Click the MultiPHP INI Editor link, under the Software group
    * In the Select a location dropdown, select which domain these settings should apply to
    * Edit the settings as required
    * Scroll down to the bottom of the page and click the Apply button

    I will report back to hopefully confirm that all is resolved when I’ve actually updated Yoast ettings etc and added some content.

    Thank you again.
    Regards, Sharon

    #1127605

    Topic: Tablet Menu

    in forum Enfold
    codecreative
    Participant

    Hi Enfold

    My site on tablet isn’t rendering the burger menu in the right place it seems off center in the middle and hard to see

    Finally when the menu flys out the X button to close the burger menu isn’t showing

    Any ideas why and what css would fix it ?

    is ti your page: virksomhed – you found a solution though?

    Why are you using a different slider? the fullwidth easy slider of enfold got all you need
    a Caption with subheading and the possibility to have one or two buttons. This will react responsive too !

    https://webers-testseite.de/lexoforms/

    and you can have overlay color aswell.

    #1127517

    Topic: Editing Header section

    in forum Enfold
    lmreaz
    Participant

    How can I edit header section? I want to use logo at left, one ads at middle, and menu and search button at right. How can I do this in Enfold theme?

    #1127418
    TeachBeyond
    Participant

    I am not sure if this is connected to updating our Enfold theme but recently the breakpoints for Layout Elements aren’t working. When the custom post type single page is viewed on the phone all of the blocks are just shrunk down rather than changed to 100% width.

    I was able to find a thread I thought would relate but the answers in the thread got lost in other questions and comments.

    Any help you can give would be great!

    Thank you!

    #1127274
    sndurumo
    Participant

    Hi, I purchased Enfold yesterday and when I try to update the changes I make to a page it doesn’t do it. It says page updated but keeps the “updating button” running and the webpage doesn’t update. How can I fix this? Even on a demo import, it does not update.

    #1127232
    GFMutiny
    Participant

    Hi there,

    The submit button on my contact form isn’t working even though I think it looks like its set up correctly. I can’t seem to find a solution on recent threads but apologies if this has already been asked and answered.

    Thanks in advance!

    #1126845
    vjward
    Participant

    Hi.

    I use ConvertKit as a mailing list service. I can create a pop-up modal form on there.

    What I’d like, is for an Enfold button, to trigger that code, not just work as a link. Is this possible?

    The code that ConvertKit says to use is:

    Your link text

    I can see how they use that to make text trigger the pop up. But their help pages say it can be used with buttons.

    https://intercom.help/convertkit/en/articles/2605079-trigger-a-modal-with-a-link-click

    If I add the code to the button (using Set Manually), it creates the link http://www.victoria-ward.com/Your link text

    Which, obvs, doesn’t exist.

    So, basic question, is there a way to make the button act in this way?

    Thanks

    V x

    #1126327

    SMALL UPDATE

    Am I the only one who hates how the edit link on the front-end opens the backend in the same window? Or you have to Ctrl-click to open in a new tab? All when you just needed to make a quick update to something? Then you end up with all these open tabs….yada yada yada…

    So I updated the Edit Button element to have the option between the current method of redirecting you to the back-end….OR….you can now have the back-end edit screen open in a popup modal window right on top of the front-end page you’re editing! This will allow you to quickly make an update, save, close the modal and hit refresh without having to wait for a redirect or switching between tabs.

    If you purchased the addon in the past, please consider showing your appreciation for the new additions and further development by making a donation via one of the methods below. All proceeds, minus a coffee or two, will be donated. Please don’t forget to buy the addon for each client you use the addons with, just as you would with Enfold itself. Thank you!!!

    PayPalCash AppVenmo

    #1126243
    jacquelynngaines
    Participant

    Hi there!

    I’m getting a Failed to initialize plugin: avia_builder_button error. I deactivated all plugins, that did not help.

    Because of this error, I CANNOT EDIT pages. Clicking the small pencil icon in a given block results in no action.

    I am running Enfold 4.5.7, WordPress 5.2.2, and the following plugins:
    Akismet Anti-Spam
    Duplicate Page
    Gravity Forms
    Jetpack by WordPress.com
    Sign-up Sheets Pro
    WooCommerce
    WooCommerce Blocks

    #1126016
    #1125931
    maxfox167
    Participant

    Hi there, you can also respond in german.

    We are creating our website http://www.childrenoflumera.com with the Enfold theme,
    first of all, its very great!

    But for the Blog functions we have some problems:

    1. In the “Blog” Page i inserted the Layout Element 1/1 and added the “Blog Post” element. Inside the “Blog Post” there is a option for setting the post number. (display per page) But that doesn´t work. Even if i set the number very high, the blog section is showing just a few of them with the option to switch to page 2. I want as many of them in one page.

    2. Post navigation is very subtle (a very bright grey) and is not seen very well. is there a custom css how to change the colour to a darker grey?
    also… the arrows are on the very right and left border of the screen (also left and right to the picture we are showing) is there a option to put them somehow to another position?

    3. Post navigation is not showing on mobile, tablets…. i think this is the biggest problem, because in mobile there is no option to switch between posts. there is even no button to go back to the blog overview page… so you would be stuck in the blogpost

    4. We are working with the translation plugin WPML. That is translating everythint from english to german (should do it just with the text)
    But it seems that for the Blogsection it removes the blog navigation arrows if we switch the site-language to german.

    5. When i am writing a blogpost and i am changing some words colour its shown correctly in the post, but not in the blog overview page. (excerp with read more link) there is all text black. (achieved with the “read more tag”)

    quite a lot questions :)
    i would be really glad if someone could give me a helping hand,
    thank you,
    daniel

    #1125878

    Hey csrey,

    Thank you for using Enfold.

    You can show the button but the label will be shown as “Authenticating…” instead of “Submit”. You can install the beta version of the theme, which contains the improved version of the spam protection. You will then be able to configure more options. (see private field)

    Best regards,
    Ismael

    #1125839

    In reply to: Subnav

    Hi,

    Thank you for sharing the details.

    I could not find the menu items you specified or you have changed the styles so I’m not able to relate to what you are trying to say.

    If you want to style the subnav menu items in a specific way please check the documentation

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right-click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

Viewing 30 results - 3,211 through 3,240 (of 11,217 total)