Viewing 30 results - 92,761 through 92,790 (of 142,633 total)
  • Author
    Search Results
  • #661185

    In reply to: Dutch translation

    I’ve translated the Dutch MP/PO files so they work correctly. Currently 94% translated. But not all is checked if correct. Please contribute to this translation effort.

    Read more here:
    https://kriesi.at/support/topic/enfold-nl-changed-to-english-language/#post-660466

    #661184

    I have the latest version of the theme installed.
    Also no success with this workaround:
    https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    #661177

    Topic: lateral menu

    in forum Enfold
    carmentvaalba
    Participant

    Hello,

    I want to ask you if it is possible not show certain pages included in a lateral menu when ther have a “superior” page.
    For example:

    When I have this structure it appears a lateral sidebar including the sub pages, and I can indicate the order, but can I “hide” a page to be shown in thie lateral bar?

    Thank you, Regards

    #661164

    In reply to: Just a question

    Hey mewmew21,

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

    Change the background color value to suit your design :)

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text{
        background-color: #ca0003;
        border:none;
    }
    

    Best regards,
    Vinay

    #661162
    jchucary
    Participant

    I have two question…

    1. With the Advance Layer slider, I have it set for the slide show to start once in view port. Is there a way to have it reset when it scrolls out of view port (and then, of course, start again once in view port)?

    2. I cannot figure out how to have a transparent header. I want the logo and menu to stay at the top, but without a background color. I know there’s the setting when on pages to have a transparent header, but the header comes back in once you scroll down. I’m sure there is a simple solution. Lol

    Thanks!:)

    Justin

    #661159

    Hello Andy,

    I changed lay-out. Topic can be closed. Thanks for your help.

    #661156

    Yes – I have it switched off now as the site is due to go live on Monday and I had to show the client the final version.

    I would really like to switch the sticky header back on, but only visible on desktop/laptop and not on tablets or phones, unless you can apply some css that allows for shrinking of the header on tablets.

    Thanks,
    Louise

    #661149

    Hey Carlos,

    Thanks for getting in touch with us!

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

    .post-entry.post-entry-type-page.post-entry-20 {
        margin-top: -60px;
    }
    

    Let me know how it goes :)

    Best regards,
    Jordan

    #661146

    and first of all:
    This : “An Exercise System by Patrick LoSasso …”
    This will be a nice heading in the first image of the slider down the logo.
    Because it seem not to be a real part of the logo.

    Or use this one here : https://abload.de/img/smartxpd-logo23hzde.png

    _______________

    to let the navigation go earlier to mobile Version you can play with the 1280px (change it to your conditions) a bit.

    @media only screen and (max-width: 1280px) {
      .container #advanced_menu_toggle, #advanced_menu_hide {
          display: block;
      }
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    }

    (maybe an “!important” is requiered here)

    or it could be possible to insert the Subscribe and Contact us page to a second navigation and declare this as top navigation. As you can see it here on a different demo : http://kriesi.at/themes/enfold-travel/

    • This reply was modified 9 years, 5 months ago by Guenni007.
    #661137

    Hey Anon_Designers,

    Thanks for getting in touch with us!

    Try the suggestions mentioned here and let us know if that solves your issue – https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-659055

    Best regards,
    Jordan

    #661136

    Hi!

    I’m sorry but that feature or option is not available yet. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests

    If you’re still interested with the custom css modifications, we can provide that. Example, you can change the font color with the following:

    #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text {
        color: red;
    }

    If you want to apply this on a specific full width submenu element, turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    clairemartindigital
    Participant

    Hi,

    I am in the process of setting up event tracking for button clicks of the contact forms that I have on the site.

    This post makes sense for the most part: https://kriesi.at/support/topic/tracking-code-on-specific-button/#post-335355

    Only complication is that I have 2 forms and as such would like to measure them individually. I figure that at the moment the submit buttons of both forms have the same class ( class=”button” ). And as such if i’d use this class in the ga script i wouldn’t be able to identify which form has been submitted.

    How can i target the different buttons of each of the 2 forms in order to measure each form submit individually?

    #661127

    In reply to: Space below nav bar

    Hey, thanks for your help but this has pushed things down on every single page – unfortunately not what I was after!

    As mentioned above, this was only an issue on certain pages.

    This is an example of one of the pages I’m unhappy with:
    http://fleurmurphy.com.au/2016/04/21/quickfix-marketing-campaign/

    You’ll see the large image at the top is very close to the top nav bar.

    I tried simply adding padding to the top of the image, and that didn’t seem to work at all.

    Pages like this (post pages with the large image at the top) are the only ones I need changed.

    All the rest of the pages were perfect as they were.

    I’ve removed your code from my Quick CSS.

    Please help :)

    Hey tlchase!

    Thank you for using Enfold.

    Looks like the widget area is being used in place of the sidebar. The default sidebar should go to the bottom of the page on mobile view. We can use jQuery to reverse the order of the column on mobile view. Example: https://kriesi.at/support/topic/remove-border-from-partner-logo-list/#post-586602

    Please turn on a custom css class. Edit the columns then add a unique class attribute to them.

    Best regards,
    Ismael

    #661119

    Hi!

    The mega menu considers the duplicated “Product” menu item as the first column. Instead of adding a duplicate, try the solution provided in the following thread which creates some kind of “go to this page” link on mobile view. You can replace the text with an arrow or anything you want. https://kriesi.at/support/topic/mobile-menu-links/#post-637296

    Regards,
    Ismael

    #661096

    Hi,

    Thank you for the info. The issue is still under investigation. For now, please follow the solution provided here: https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-657900

    Best regards,
    Ismael

    scotthco
    Participant

    Good Afternoon:

    Below in the private content section, I’ve posted the URL to my development machine as well as to a screenshot. For the site I’m working on, I have a relatively thin header that’s a color section with a simple background image, the area you see that says, “CASABLANCA”. In that color section, I need to place an image that needs to overlap the full width submenu below and perhaps a little of the full width easy slider below that. It should end up appearing more or less like the third URL I posted in the private content area; that’s the current live version of the site I’m converting to WordPress.

    I’ve applied position: absolute as well as a high number z-index to the class I assigned to the image element, but that doesn’t “bring it to the front” so to speak. I’ve also tried it with just a code block but got the same result.

    If you guys can give me any help on this one, I’d sure appreciate it.

    Thank you!

    Scott

    #661079

    Topic: Top Bar Notificaiton

    in forum Enfold
    xuamox
    Participant

    Hi,

    Does anyone recommend a top bar notification plugin that works with Enfold.

    I tried TOP BAR out, but it does not seem to display on Enfold theme.

    Thanks

    #661068

    Hi,

    1. The current page (/home-2/) is not within the menu so none of the menu items will be highlighted.
    2. Add this to Quick cSS:

    #top .av-submenu-container li:hover .avia-menu-fx{
        opacity: 1;
        visibility: visible;
        display: block;
    }

    Best regards,
    Josue

    #661067

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 1200px) {
    
      .responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
      .responsive #top { overflow-x: hidden; }
      .responsive .boxed#top, .responsive #top.boxed .stretch_full , 
      .responsive.html_boxed.html_header_sticky #header,
      .responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; }
      .responsive #top .flex_column_table_cell{display: block;}
      .responsive #top .flex_column_table{display:block;}
    
      .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left:0;
        padding-right:0;
        float:none;
      }
      .responsive .units, .responsive .unit {
        margin: 0;
      }
    
      .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
      }
    
      .responsive #top #wrap_all .av-flex-cells .no_margin{
    	  display: block;
    	  margin: 0;
    	  height:auto !important;
    	  overflow: hidden;
    	  padding-left:8% !important;
    	  padding-right:8% !important;
      }
    
      .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{
    	    width: 100%;
    		max-width: 100%;
    		margin: 0 auto;  
      }
    
      .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{
    	  padding-left:0% !important;
    	  padding-right:0% !important;
      }
    
      .responsive #top #wrap_all .flex_column:empty{margin:0;}
    }

    Cheers! 
    Josue

    I’m having the issue of the top and bottom being flat and the featured image is 400×400 so it’s square.

    #661020

    Hi,

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

    Best regards,
    Rikard

    #661013

    Hey Bettina!

    There are CSS classes you can use for those.
    Add the following let us know if it works

    #top .title_container .container { padding: 0 !important; }

    and

    Please do let us know if that works out for you

    Regards,
    Basilis

    #661000

    In reply to: Pricing Table

    I found this topic

    https://kriesi.at/support/topic/pricing-table-different-colors-on-each-collumn-header/

    but when I try to add the code to quick-css nothing happens and I dont understand how to setup it… Can you please help?
    Thanks

    #660994

    Hi joelwall33!

    Please add to your CSS

    .html_elegant-blog #top .avia-content-slider .blog-categories { display: none; }

    let us know if tou need anything else

    Regards,
    Basilis

    #660969

    In reply to: Icon List 2

    Hi Yigit

    Last thing. Is it possible to center the whole block of iconlist in a page or section? If i insert them in the Avia editor the set of icons is aligned to the left. I tried to insert them as shortcode in a text block and add div in the top bt it doest work.

    Thank you very much

    #660966

    Hi,

    Great, glad we could help. Let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #660944
    digihouse
    Participant

    Hi,

    Desktop:
    On the left menu at the Bottom we have two Social Media Icons.

    Mobile:
    I Wand to Add the Social Media Buttons into ‘#mobile-advanced’ below the last Link.

    I think the clone function ‘avia_responsive_menu()’ in avia.js does not copy the social media buttons.

    Any Suggestions?

    Thx a Lot
    Chris

    #660925

    Topic: Conflict with ACF

    in forum Enfold
    hurraken
    Participant

    Hello the team,

    I’ve a strange bug with ACF PRO and the theme Enfold. This bug appears in the post edit screen, everything is ok under pages and custom post types. In the post edit screen, the tabs (html/text editors) and arrows in the metaboxes stop working.
    If i desactivate ACF, everything works. If i desactivate Enfold with ACF activated, everything works.

    I got this error :

    TypeError: e is undefined (http://xxx/wp-includes/js/wp-auth-check.min.js?ver=4.5.3)

    <anonyme>
    wp-auth-check.min.js:1
    n.event.dispatch()
    jquery.js:3
    n.event.add/r.handle()
    jquery.js:3
    n.event.trigger()
    jquery.js:3
    a.event.trigger()
    jquery-migrate.min.js:2
    .trigger/<()
    jquery.js:3
    .each()
    jquery.js:2
    n.prototype.each()
    jquery.js:2
    .trigger()
    jquery.js:3
    j/z.xhr<()
    heartbeat.min.js:1
    n.Callbacks/i()
    jquery.js:2
    n.Callbacks/j.fireWith()
    jquery.js:2
    y()
    jquery.js:4
    .send/c()
    jquery.js:4

    Have you an idea ?
    Thank you for your help.

    Best regards.

    #660895

    Hi!

    Please add following code to Quick CSS

    #header .av-social-link-facebook:hover a {
        background-color: #37589b !important;
    }
    #header .av-social-link-gplus:hover a {
        background-color: #de5a49 !important;
    }
    #header .av-social-link-linkedin:hover a {
        background-color: #419cca !important;
    }
    #top .social_bookmarks li a {
        border-radius: 300px!important;
    }

    Cheers!
    Yigit

Viewing 30 results - 92,761 through 92,790 (of 142,633 total)