Viewing 30 results - 96,391 through 96,420 (of 142,828 total)
  • Author
    Search Results
  • #626172

    Hi,

    No problem, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hi,

    It scrolls to the top because of this code in the js > avia.js file (line 443)

    {
    					win.scrollTop(0);
    					mobile_advanced.css({display:'block'});
    					setTimeout(function(){container.addClass('show_mobile_menu'); },10);
    					set_height();
    				}
    

    This is the line responsible for the scroll:

    win.scrollTop(0);
    

    You can remove it or comment it out.

    Best regards,
    Ismael

    #626157

    Hi Jasmer,

    Please try the following instead:

    @media only screen and (max-width: 767px) {
    .page-id-1212 #after_section_1 .content {
    padding-top: 0 !important;
    }
    }

    Regards,
    Rikard

    • This reply was modified 9 years, 10 months ago by Rikard.
    #626155

    Hi,

    We posted this sticky thread a few weeks ago: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    The issue is usually caused by outdated plugins or incompatible custom scripts in the installation. If you have any of that, please disable it temporarily then hard refresh the page. This process alone usually fix the issue. If not, please create a new thread then post the url to the site plus the login credentials. We will inspect the issue immediately.

    I bought Enfold’s newest template and designed a page with layout builder, saved and previewed and my work isn’t there. I go back into layout builder and the work I just did is gone. Example – icon list disappeared, images reordered, and other items keep disappearing from page – even after save. AND I did that bit of code as suggested for WordPress 4.5. to functions.php. HELP!

    Did you add html codes to the page? Forgetting to close the html tags or codes will break the content inside the advance layout builder.

    Best regards,
    Ismael

    Hi,

    Thank you for the update. Please follow the solution provided here: https://kriesi.at/support/topic/dimensionsize-of-shop-banner/#post-609998

    And take note of this post as well: https://kriesi.at/support/topic/dimensionsize-of-shop-banner/#post-619528

    Best regards,
    Ismael

    #626147

    Hi,

    Sorry for the delay. Where we can find that page? Please replace the code with the following:

    @media only screen and (max-width: 1024px) {
    .responsive #top #wrap_all .flex_column {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    }

    Best regards,
    Ismael

    #626144

    Hi,

    Thank you for the info. You can change the hover color with this:

    #top .avia-button-fullwidth:hover .avia-color-theme-color-subtle {
        background-color: blue !important;
    }
    
    #top .avia-button-fullwidth:hover {
        color: black !important;
    }

    Adjust the color values as needed.

    Best regards,
    Ismael

    #626137

    Hi,

    Sorry for the delay. Please refrain from bumping the thread because it will be pushed back to the end of the queue. The code in the previous thread will add the search box in the mobile menu. It’s not going to work in the desktop view. https://kriesi.at/support/topic/search-widget-only-in-mobile-view/#post-517247

    I checked the site but I don’t see the issue. Is this fixed?

    Best regards,
    Ismael`

    #626094

    Topic: Layslider

    in forum Enfold
    WP Turned UP
    Participant

    Hello. Ipad (Landscape) shows the Layer-slider contents shifted to the left. How do I get the contents centered, as seen when viewed on non-mobile devices?

    This topic was previously closed without a proper solution being provided.

    Thanks,
    Ryan

    #626082

    Topic: WPML Language switcher

    in forum Enfold
    olegriga
    Participant

    Hello!
    We use WPML plugin for multilingual websites.
    When we installed it on Enfold theme, the language switcher immediately appeared in top menu. We try to remove it through WPML menu by uncheking all settings, but it doesn’t help. WPML support suggest us to talk to theme’s developers.

    Please resolve our situation. We need to place language switcher to to part of the header – it should be on right side of it above menu.

    #626067

    I removed:

    /*.av-main-nav li:nth-child(3) {
    margin-right: 160px !important;
    }*/

    And the logo is centered again, but it’s still not correct.

    The very top header should be dark blue with the navigation links on the bottom on the light blue strip.

    Hi @morten008;
    #1 – the black bar at the top of the page when seen on mobile is because of to this code in your custom css :

    .logo.bg-logo {margin-top: 70px; }
    
    

    #2 – You can remove the humbourger and show the main menu for mobile devices by adding these lines into your custom css : (adjust “padding-top” for main menu and “heught + line-height” for menu links (ul >li > a)

    @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide{display: none !important;}
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display: block !important;}
    .main_menu{padding-top:0px; }
    .main_menu {float: left !important;}
    #top #header_main > .container .main_menu ul > li > a{ height: 20px !important; line-height: 20px !important;}
    }
    • This reply was modified 9 years, 10 months ago by begrafiks.
    morten008
    Participant

    Hi,

    Love the theme and Im using it at http://www.mbaek.com. Thanks for making WP worth the while ;)

    I have 2 problems I hope u guys can help me with.

    1. How can I remove the black bar at the top of the page when seen on mobile? (see pic)

    Eksample of black bar at the top in mobile version

    2. How can I remove the Hamburger function which displays on mobile devices? I only have 4 links, which I hope to display under the header with smaller font-size, so that it fits the screen. I can only find an option to activate it for tablets and smartphones, but not an option to deactivate it and just show my 4 links.

    I have come to a solution on my tablet in portrait mode.

    Hope you guys can help ;)

    webWahine
    Participant

    Hello
    I’ve looked at a bunch of posts but can’t seem to get the button in the second column to line up to be centered both vertically and horizontally in a 2 column row with text in the first row. There is a link to my working page in the private area. I’ve created a custom class called .homePgBus and added that into the button code but it doesn’t seem to recognise it. I also tried various bits of css (see below). Please advise – thanks! :)

    #avia-button-wrap .avia-button-center .avia-builder-el-37 .avia-builder-el-no-sibling {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: center !important; */
    margin-top: 100px;
    }

    #625995

    In reply to: Accordion Not Opening

    This issue has been fixed. Sorry for the topic creation!

    #625988
    TSI
    Participant

    I was in the middle of updating this blog post (http://syriainstitute.org/2016/04/14/aprilgeneva/) with the Wednesday, 27 April 2016 entry you can see near the top of the page, when the back-end editor stopped loading. Now I just see a spinning wheel.

    When this happened I had been trying to figure out how to embed a NYT iframe video into the post, and it ended up being published with this code visible: <iframe title=”New York Times Video – Embed Player” width=”480″ height=”321″ frameborder=”0″ scrolling=”no” allowfullscreen=”true” marginheight=”0″ marginwidth=”0″ id=”nyt_video_player” src=”http://graphics8.nytimes.com/video/players/offsite/index.html?videoId=100000004368867″></iframe>. I really need to get back into the editor so that I can delete the code at least, please help!

    I don’t have any coding experience but I believe everything is updated and I did clear my browsing cache. The only solution I haven’t tried from your “if you are having trouble since the 4.5 update” recommendations is adding some code to the themes functions.php, because I don’t know what this means and am afraid of messing something up.

    #625987
    HEF2015
    Participant

    Hi. I’d love some help with this: I have a tabs section on my page, and for some mysterious reason the first two tabs stop in the middle of the box. The third one is good, and as you would expect, runs through the end of the box. How can I make the first two look like the third? It’s all the way at the bottom of the page. Thanks for letting me know!

    #625984

    Hi, Ismael.

    I’m sorry, it will not happen again. The problem has already been solved by using the following link:

    https://kriesi.at/support/topic/masonry-filter-links-are-gone-after-update/

    Thank you

    Thank you for your attempt as fixing my issue Josue. Unfortunately it may have looked right on “browser mobile editor” but reality was not the case. The input and button were not side by side.

    I think I failed to explain the problem properly so I will try again.

    As I tried to explain before we want to use the ENFOLD Mailchimp Newsletter Sign Up Widget:

    I had added the regular form to show you how we wanted it to look. Perhaps that was my mistake. I have rectified that and added my CSS to the Quick CSS.

    Here are the problems I am running into in browser:

    • When you squish the browser the button and text box go under the overflow and the text box overlaps on the words.
    • We would like it to slip to the next line instead.

    Obviously I know some of it is because I used positioning to force it to sit right. We want it to be one one line for browser but responsive enough that as you squish the browser it moves to the next line instead of disappearing in the overflow.

    Below is my CSS:

    /*Mailchimp Widget horizontal*/
    
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 1.5em;
        width: 55%;
        font-size:1.8vh;
        float: left;
        clear: none;
    }
    
    #avia_mailchimp_widget-2 h3.widgettitle {
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size:1.8vh;
        top: 12px;
    
    }
    
    #top .av-mailchimp-widget p {
        margin: 2px;
        min-width:125px;
        float: left;
        width: 25%;
        clear: none;
     
    }
    
    #top .av-mailchimp-widget .button {
        position: relative;
        left: 20px;
        margin-top: 0;
        min-width: 125px;
        width: 25%;
        padding: 14px;
        float: right;
        clear: none;
    }
    
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 35%;
        bottom:14px;
    }
    @media screen and (min-width:320px) and (max-device-width: 480px) {
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 0.85em;
        width: 100%;
        font-size:100%;
        float: left;
    }
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 0;
        bottom: 0;
    	overflow-x: inherit !important
    }
    #top form {
        margin-bottom: 20px;
    }
    #top .av-mailchimp-widget p {
        margin: 2px 0;
    }
    #top .av-mailchimp-widget .button {
        position: relative;
        margin-top: 5px;
        width: 75%;
        bottom: 4px;
    	overflow-x: inherit !important
    }
    }
    
    /* Landscape */
    @media screen and (max-device-width: 640px) and (orientation: landscape){
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 0.85em;
        font-size: 2.0vm;   /* IE9 */
        font-size: 2.0vmin;
        line-height: 20px;
        width: 60%;
        float: left;
    }
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 0;
        bottom: 0;
    }
    #top form {
        margin-bottom: 20px;
    }
    #top .av-mailchimp-widget p {
        margin: 2px 0;
    }
    #top .av-mailchimp-widget .button {
        position: relative;
        margin-top: 5px;
        width: 75%;
        bottom: 4px;
    }
    }
    
    /* #### Tablets Portrait or Landscape #### */
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 0.85em;
        width: 60%;
        float: left;
    }
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 0;
        bottom: 0;
    }
    #top form {
        margin-bottom: 20px;
    }
    #top .av-mailchimp-widget p {
        margin: 2px 0;
    }
    #top .av-mailchimp-widget .button {
        position: relative;
        margin-top: 5px;
        width: 75%;
        bottom: 4px;
    }
    }
    
    /* Mailchimp Success */
    .avia-form-success {
        text-align: center;
        border-style: solid;
        border-width: 1px;
        padding: 0px 0px;
        line-height: 1.4em;
        border-radius: 2px;
        float:left;
    }
    
    #625960
    #625958

    Hi Rikard,

    As noted at the beginning of the thread, I’m trying edit the navigation menu height, but only on a specific page. This is the original code:

    #top .av-submenu-container{
    height: 6em ;
    }

    I tried the following code, but it didn’t work:

    body#top.page-id-3964 .av-submenu-container{
    height: 6em ;
    }

    #625954

    In reply to: Icon issue

    Hi,

    The icons are not visible because of the line height issue. Please try adding the below CSS code in Enfold > General Styling > Quick CSS or if you are using a child theme add it to the child theme’s styles.css file.

    
    #top .avia-font-fontello, body .avia-font-fontello {
        line-height: 143px;
    }
    
    [data-av_icon]:before {
        line-height: normal;
    }
    

    Best regards,
    Vinnie

    • This reply was modified 9 years, 10 months ago by Vinay.
    #625873
    charger70
    Participant

    hi there, please see the home page link in Private, scroll down to the news section. suddenly, the post slider has stopped working.

    Site is 4.5.1 (Pagely) and theme is 3.5.4. we should be past all the bugs from this release, so i’m wondering what is going on? Thanks in advance for your assistance.

    #625860

    Hey WolfvanHaeren!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #after_submenu .content {
        padding-top: 0;
    }

    Regards,
    Yigit

    #625858

    Hey Andy,
    thanks for reply.
    Thats not the problem.
    Problem is the missing Text-Block in Raster-Layout of the blog layout (see screenshot):

    View post on imgur.com

    <script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>

    View post on imgur.com


    I have tried the solution described here: https://kriesi.at/support/topic/content-elements-not-showing-on-blog-page/
    But ist doesn`t work properly.

    Best regards
    Hans-Gerd

    • This reply was modified 9 years, 10 months ago by hagege. Reason: additional link

    Hi!

    Please change the code to following one

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    Best regards,
    Yigit

    #625816

    Hi,

    a precise link would be for example (please take a look to private content.
    Here we used a separate widget area in the right sidebar called “BIOTOP Schwimmteich”.

    Previously here shown elements are now (after the last update) in the field “inactive widgets” and can not be pushed back.
    To test the problem you can take any element there and try to drop it into any separat widget area.

    Thanks and best regards,
    Jugalbandi

    Update.

    I have removed that code and tried the widget in header option.

    I’ve created a widget called Header and added the banner code. I’ve tried all the different CSS suggestions to position my banner but it always appears below the menu.

    It is never ‘in the header’

    This is the CSS I’m using at the moment.

    #Header .widget {
      float: right;
      z-index: 999;
      height: 120px;
      top: -135px;
    }

    Thanks

    Thanks for getting in touch Ismael,

    Unfortunately the site isn’t live as of yet; so, I can’t post a link to it for the time being; unless you are willing to sign in using a unique UN and PW.

    You can see the entire code I used in the previous thread and it’s working just as it should; except, that I would like to change the background of the main menu and the secondary menu on top of that back to solid white upon scroll.

    As far as “Guenni007” code snippets concern this, they do not have any effect.

    As always, many thanks for your time and support in helping me resolve this small issue.

    #625779

    Hi,
    anbei der Link zum Dropboxordner, mit Screenshots von den Dashboardeinstellungen, sowie zwei Screenshots der mobilen Ansicht:
    – mobile Ansicht_01: Das Bild mit der Frau wird gar nicht erst angezeigt in der mobilen Ansicht.

    Ein weiteres Problem:
    – mobile Ansicht_02: Der gelbe Kasten mit “Leichtigkeit & Lebensfreude” wird in der Laptop-Ansicht gezeigt, in der mobilen Ansicht sind diese beiden Wörter abgeschnitten.

    Welche Einstellungen muss ich vornehmen, damit die mobile Ansicht synchron zur Laptopansicht angezeigt wird?

    LG Joana

Viewing 30 results - 96,391 through 96,420 (of 142,828 total)