Viewing 30 results - 139,381 through 139,410 (of 142,720 total)
  • Author
    Search Results
  • #162862

    Ok, update – I tested the long labels on my test server and they worked too. Something else must be the problem. Please activate the debug mode ( https://kriesi.at/support/topic/lost-all-the-avia-blocks-on-a-page-upon-save-revision-does-not-work/#post-140634 ) and copy the shortcode content from the debug window. Then post the shortcode content here.

    #162836

    Topic: logo size – ipad

    in forum Enfold
    hairyhobo
    Participant

    sorry to bring this one back up but i didnt think to check till last night,

    https://kriesi.at/support/topic/logo-size-4/

    Is there anything to add to the custom coding so the logo changes on a mobile/ipad device as it goes over the home button, i guess due to keeping a fixed size??

    #162819

    Small correction if I may ;-)

    I figured out the caption text and title slide in (from left and right) if I set the slider transition to “slide” and it fade-slides in (from top and bottom) if I set it to “fade”

    Anyway it´s awesome.

    Cheers
    Michael

    #162815

    What is happened with my topic??? :)
    Sorry I was a bit bussy and but now I´m again here. My question was simple. I want style the button of Gravity Forms, get the sentence “Required fields” right of button and get a few text bellow the button like the attachment pic.

    Thanks Alex for the link, I try it later.

    #162810

    Good morning and thank you for helping me with this.

    I have deactivated my plugins and are about to add the code as pr your suggestion.

    Being a complete newbie, I have some questions about this:

    -To edit the theme, I should use the editor in wordpress, I don’t try to find my way in the installation files saved on my Laptop?
    -To do a backup of “everything” before I add code, I must/should download a backup plugin (and make use of this..)?
    -I don’t find anything called htaccess in the theme editor in wordpress. Where should I look?

    Thank you so much for a wonderful support service. I am learning a lot.

    #162796

    I strongly recommend to use Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme.
    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    #162774

    Hey,

    You can remove the icon on top of the post using this on your custom.css or Quick CSS;

    .post-author-format-type {
    display: none;
    }

    Regards,
    Ismael

    #162760
    #162750

    Hey,

    You can add something like this on your custom.css or Quick CSS:

    .hr-short .hr-inner-style {
    border-radius: 20px;
    height: 30px;
    width: 30px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
    background: url('http://jobs.timeshighereducation.co.uk/magazine/graphics/web_icon_big.gif') no-repeat center;
    }

    Regards,
    Ismael

    #162742

    Hey,

    Glad it worked. :)

    Cheers,
    Ismael

    #162655

    Hey,

    Did you remove the browser cache then reload the page a few times? If you have a cache plugin, please flush the settings. Disable all your plugins, see if it works. I already tagged the topic to Kriesi. Let’s wait for his response.

    Regards,
    Ismael

    • This reply was modified 12 years, 5 months ago by Ismael.
    #162622

    Thanks for the code, when I put it in to quick css, it didn’t work. I had to add it to edit css for the main theme. Is this a bug or how it’s supposed to work. As it stands, I have not been able to add ANY code in to quick css and have it work. It’s not like I’m adding lines and lines of code. Maybe 2-3 tops.

    #162617

    Worked perfectly! Thanks Yigit.

    For anyone else wanting to style the contact form to be more visible with a nice border around the fields, here is my final css code, placed in the Quick CSS field under Enfold theme options:

    #top .main_color input[type=’text’] { background-color: #f0eadd; border: solid 1px #ccc; }

    #top .main_color textarea { background-color: #f0eadd; border: solid 1px #ccc; }

    #162607

    Hi,

    This is the class you should target #top .main_color textarea { background-color: red; }

    Regards,
    Yigit

    #162600

    Now it seems almost – found the solution here: https://kriesi.at/support/topic/header-titlebread-crumbs-cs/ – but now there is 23px margin below – the fixed header – how do I change it?

    • This reply was modified 12 years, 5 months ago by 2funky.
    #162574

    Hi,

    You can target background of text inputs with following CSS. Please add it to Quick CSS in Enfold theme options under Styling
    #top .main_color input[type='text'] { background-color: red; }

    Regards,
    Yigit

    #162542

    Hi K,

    1) Please add following code as well
    .main_color .grid-entry-title { text-align: center; }

    2) Please see this topic https://kriesi.at/support/topic/featured-image-size-2/

    3) It is your Gravatar picture. That is where you need to change it

    Regards,
    Yigit

    sethbutler
    Participant

    Hello,

    Just wanted to let you fine folks know we sorted a CSS fix for this issue: https://kriesi.at/support/topic/enfold-replacing-logo-for-devices-smaller-than-1280-pixels-wide/

    By adding the following CSS (along with a number of other @media queries) , we avoided having to add a new script:

    @media only screen and (max-width: 767px) {
    
    .logo {
    width: 270px;
    margin-top: 20px;
    }
    
    .logo img{
    position:absolute;
    clip:rect(0px,152px,60px,0px);
    }
    
    }

    Cheers!
    Seth

    #162526

    Oh, that´s nice to know.

    But it isn´t in this case what I need.

    I need different Navbar-Items and Logos on different subpages.

    For example

    Startsite (Home) need the Menuitems: Logo 1, home, products, events, menus, support

    Subside needs: Logo 2, home, program, courses, wellness, lifestyle.

    This is needed for the Navbar on Top

    My client have different locations. Most of them have the same names and you can use one logo,but for one you need a different logo.
    Most of them have the same features, but some are a little bit different.

    Is there a possibility to handle this with enfold. I also want to use the fixed Navbar because I love it :)

    the fixed header disables itself when shown on small screens (based on width)

    if you want to disable it on all mobiles and tablets use:

    .avia_mobile #top #header {position: relative; }
    .avia_mobile #top #main {padding:0 top:-1px; }
    

    Hallo Kriesi,

    vielen dank! Das funktioniert am Rechner jetzt absolut top! :)

    Aber (tut mir leid, mag das Wort auch nicht) beim iPad im Landscape Modus bleibt die Leiste einfach mit der angegebenen Höhe stehen, in meinem Fall jetzt bei 200px (reicht für das Logo). Das heißt der Ausschnitt, der letztlich dem User zur Verfügung steht, ist recht minimal.

    Merkwürdigerweise ist es im Portrait-Modus kein Problem, da hier die Navigation wohl umschaltet auf die nicht fixierte Variante.

    Außerdem verschwinden komischerweise beim iPad in beiden Modi die weiteren Menupunkte, nur das Aktuelle ist zu sehen, also das von der Startseite.

    Hast du da eine Idee?

    Ich habe noch einen anderen Topic offen mit der Menuleiste, der evtl. auch deiner Draufsicht bedarf:
    https://kriesi.at/support/topic/enfold-different-menus-on-different-sites/#post-162459

    Ansonsten bis auf ein paar Kleinigkeiten in den Details ein echt gutes Theme!

    Viele Grüße
    Bruno

    Hi,

    it works like a charm on my Desktop-Client but there are a few problems on my iPad. In landscape-mode the navbar don´t become smaller during i´am scrolling down. So the user can´t see a lot because the height stays with 200px. Strangely in portrait-mode it works well with the nonfixed navbar.

    Also there is a problem with the menu-items. The only one you can see on iPad is the one from the current site. The others gone away. During the site is loading you can see them for a little moment but you can´t klick on them, after the site finished loading you can´t see them.

    Any idea?

    Thanks a lot

    Best regards
    Bruno

    #162496

    btw: how do I close this topic?

    #162476

    Ich habe nun die 404.php und error404.php gefunden.
    Wie kann es sein, dass in der error404.php der Text in englisch steht, aber bei mir auf Deutsch angezeigt wird, wenn man eine nicht vorhandene Unterseite bei mir öffnet?

    Wie bekomme ich einen LayerSlider über den Text der 404 Page…so wie du es hier hast:
    https://kriesi.at/support/topic/404-page-1

    Hey! The following modifications worked for me:

    CSS:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 250px;
    line-height: 250px;
    }
    
    .fixed_header.social_header #main {
    padding-top: 281px;
    }
    

    javascript:

     set_height      = function()
                {
                    var st = win.scrollTop(), newH = 0;
    
                    if(st < el_height - 60)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = 60;
                        header.addClass('header-scrolled');
                    }
    				
                    elements.css({height: newH + 'px', lineHeight: newH + 'px'});
                }
    

    I used a fixed value for the javascript, that actually makes the calculations for a human person easier :) Replaced the dynamic height with a fixed value of 60px

    #162418

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling
    #menu-item-3408 #top #header .avia_mega_div > .sub-menu, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3455 #top #header .avia_mega_div > .sub-menu > li > ul li { background-color: red; }
    This should do it, if it does not, let us know

    Regards,
    Yigit

    #162407

    Hi Matej,

    I’ve not seen anything like that before but I’ve tagged Kriesi and Dude on the topic as they are both a bit more familiar with the inner workings of the framework.

    Regards,

    Devin

    #162324

    The issue is in the Icon Boxes right under the slider of the homepage…(as I mentioned in my second post when replying to dude.) It works fine everywhere else.

    I wouldn’t be worried about it…except it’s at the very top of the first page…and the first thing everyone will see when they visit my site.

    That’s why I was hoping to get the accents in those particular Icon Boxes at the top of the page. I suppose I could not use the icon boxes…(I just think they are kind of cool though).

    Thanks for the replies so far…and thanks in advance for a quick solution. (here’s finger crossed).

    ;)

    #162323
    dekkert
    Participant

    Hey guys,

    I can’t find an open topic on this anymore, because the last one is closed and the one before that ended with Kriesi saying the new update would fix it :)

    Even though it’s a small issue, I would really like to see it fixed in an update sometime and I’m sure sure lots of other people would be happy with a fix as well. Are you guys any closer to figuring our why it won’t scale/show?

    I believe Kriesi was the only one of you guys who could test on iPhone, but here’s a link anyway: http://mep.raffeltest.nl

    Thanks in advance, love the support guys!

    #162307
    Alex
    Participant

    Screenshot

    When trying to add animations of a layer in a slide, I only have 1 fade and 5 slide transitions. Aren’t there other transitions?

    I want to add animations to my text layer like the one you have on the first slide on your homepage at kriesa.at where the text fades in sliding from the top and the buttons fade in sliding from the bottom and also how to add one the rotates 90 degrees into the slide.

    In fact, could you paste the export sliders text in the layer slider plugin settings? Then I could just edit it to my needs. I’m new with WP and website design in general and don’t know how to do it.

    Ismael… it works, but the quality of the text isn’t that sharp.
    My webpage is this one http://www.maro.cr, try to open it in your iOS device or see the links below.
    You will see that the normal text (outside the “Blog Post” content element) is better quality. And only happens with the content elements/Blog Posts Module.

    Here are the the screenshots:
    http://maro.cr/docs/photo1.PNG (in this screenshot, you can compare the text of the top and compare it with the post)
    http://maro.cr/docs/photo2.PNG (in this one you can compare the image quality and the text).

    Thanks in advance,
    Mario

Viewing 30 results - 139,381 through 139,410 (of 142,720 total)