Viewing 30 results - 132,631 through 132,660 (of 142,761 total)
  • Author
    Search Results
  • #234629

    Hey schoenj!

    I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards 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). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.

    Cheers!
    Peter

    #234606

    In reply to: Request Minify Guide

    Hi!

    You might want to use the new beta version mentioned in this thread: it seems to work better than default version :)
    http://wordpress.org/support/topic/visual-form-builder-incompatibility
    Cheers!
    Kriesi

    • This reply was modified 11 years, 12 months ago by Kriesi.
    #234604

    Hey!

    1) I think it’s easier to solve the issue by setting a background for the entire page.

    The reason for the white background instead of the background image applied universally is because when I apply the background universally, no color sections apply a new color or background image.

    Please apply the background universally and post a link to a color section which doesn’t work. I’ll investigate the css code and check why the color section doesn’t work.

    2) Kriesi uses the “large responsive” layout (with 1210px width). You can configure it on the theme option page ( Enfold > General Settings). If you want to stretch the forum content area to 100% insert this code into the quick css field:

    
    #top .forum-archive .entry-content {
    width: 100%;
    margin-left: 0;
    }
    

    3) I’m not sure if Kriesi uses a custom widget or a standard bbpress widget for the login area. I’ll tag this thread for him and ask him to comment on it.

    Cheers!
    Peter

    #234601

    Hi!

    Ja, bitte, da ohne Test Account der Fehler schwer zum testen (und beheben) ist. Ich konnte den Fehler auf der Demoseite nicht reproduzieren ( ). und auf deiner Seite sollte dieser Code funktionieren:

    
    .avia-msie-8 #top .header_bg{
    background: #fff;
    filter: ;
    }
    

    Ich konnte diesen aber nicht testen, da das dynamische Stylesheet diesen nicht übernommen hat.

    Regards,
    Peter

    #234597

    OK great – the page is here:

    top color section with video, next with a fullwidth slider with images.
    if the top video will not play on ipad/iphone/mobile, then I would like the
    image slider to play instead.

    If that works, I need to do the same thing on the danish version of the site-
    is that going to cause problems? I have not set that one up yet.
    thanks very much for your help!
    N

    PS This topic was closed but I have not gotten the help I need yet – please keep it open even though the new update is supposed to deal with the video on mobile issue – I think I still need the css fix if you have time to send it my way. thanks!

    • This reply was modified 9 years, 10 months ago by Yigit.
    #234584

    In reply to: Header questions

    Hi Ismael,

    Thank you for your quick respons! Works great. Only, when I’m watching it in a small view (responsive) the logo is beneath the slider instead of on top of it. Tried to give it a z-index but this didn’t help. Hope you can give another tip!

    Erwin

    #234581

    In reply to: Enfold fixed header

    I would like to have an logo height of 105 px and the header should be about 135 px with a padding of 15px at top and bottom.
    Thank you

    #234580

    Topic: video

    in forum Enfold
    modelity
    Participant

    Hi,

    i want to view a video (mp4) in a page/portfolio item.
    The video is hosted in my server (not youtube, vimeo, etc …).
    I tried to use the “Video” component in the media elements in the advanced layout editor – it works in my desktop and in ipad, but in my android phone i see the movie loading image but i can’t see the movie.
    Is there any other way to embed video files in wordpress/enfold theme?

    #234575

    In reply to: Enfold fixed header

    Dear Ismael,

    Thank you, it worked fine. I’ve changed all px sizes in order to have a bigger logo, also worked, but the slider which I’ve got at the top didn’t move down, so now the header is going over into the slider. Any idea?

    Regards,
    Mark

    #234524

    Hey richgates!

    Thank you for using the theme. I hope you’re doing well today.

    I’m sorry but this has been an old issue with the theme and no is available yet. Please edit css > shortcodes.css, go to the Table section then look for this code:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Remove it. We might need to adjust the size of the table on mobile view.

    Best regards,
    Ismael

    #234521

    In reply to: Header questions

    Hey erwin_m!

    Thank you for using the theme. I hope you’re doing well today.

    1.) Please use this:

    #top .social_bookmarks {
    float: right;
    }
    
    #header_meta .sub_menu {
    right: 150px;
    }

    2.) Use this to move the logo:

    .logo {
    top: 20px;
    }

    3.) Use this to remove the border and box-shadow:

    
    #layer_slider_1 {
    border: none;
    box-shadow: none;
    }
    
    #header_main {
    border: none;
    }
    
    .container_wrap {
    border: none;
    }

    For further modifications, please visit Werkpress.

    Cheers!
    Ismael

    #234519

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    This will get you started. For further modifications, please visit Werkpress.

    You can add this on you custom.css or Quick CSS:

    #header_main .container {
    height: 200px;
    line-height: 200px;
    }
    
    .main_menu {
    top: 50px;
    }
    
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    margin-top: -50px;
    }
    
    .avia-menu-fx {
    bottom: 48px;
    }
    
    .header-tagline {
    float: right;
    }
    
    .header-scrolled .main_menu {
    margin-top: -20px;
    }
    
    .header_color.header-scrolled .main_menu ul:first-child >li > ul, #top .header_color.header-scrolled .avia_mega_div > .sub-menu {
    margin-top: -30px;
    }
    
    .header-scrolled .avia-menu-fx {
    bottom: 28px;
    }

    Edit header.php, find this code 154:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
    

    Below, add the tagline:

    echo "<div class='header-tagline'>TAGLINE HERE</div>";
    

    Add this on Quick CSS again:

    .header-tagline {
    float: right;
    }

    Regards,
    Ismael

    #234460
    richgates
    Participant

    Hi All,

    I am using Enfold on my site http://slugradio.com. I have set up a table here for my radio station’s programming schedule. I find that it looks fine on my desktop computer, but if I try to look at the same data on my iPhone or iPad there are major problems. On the iPhone, everything is shifted by one day. Specialty programs, New Music Monday shows up on the iPhone as Tuesday. Covers That Don’t Suck is supposed to be on Thursdays, and it shows up on the iPhone as Friday.

    On the iPad the table doesn’t resize at all and just extends over into the right side bar. Any ideas? I tried using a third party plugin called TablePress as well, but it required way too much custom CSS to get it to look the way I wanted, and it isn’t responsive either so everything was cut off on my mobile devices.

    Any suggestions?

    #234458

    Topic: Slider filename popup

    in forum Enfold
    jgoldberg1983
    Participant

    Hi guys,

    How do I stop the image name showing on hover over the full screen ez slider?

    Thanks!

    Best,
    Jonathan

    #234451
    LMPLMM
    Participant

    Hi There

    I need to set up a series of small boxes that each have a different background image and have text over the top. It seems simple but I can’t find how to do that in this theme.

    Could you please advise? When I create the relevant areas it seems that I can have text or an image but not both.

    Thanks!

    #234442

    Topic: Menu Changes

    in forum Enfold
    jgoldberg1983
    Participant

    Hey guys,

    Hope you’re doing great! I wanted to make a few adjustments to the fixed header and was hoping you could help:

    1) Can I adjust the line height of the sub menu items to be less?
    2) Can I adjust the width of the submenus to be skinnier?
    3) Can I stop the first sub-menu items from being bold by default?

    Thank you!

    Best,
    Jonathan

    #234428

    In reply to: Enfold > Map size

    I see. Unfortunately it is not styled like http://themeforest.net/item/3clicks-responsive-multipurpose-wordpress-theme/full_screen_preview/5092225

    The thing is that I requested ENFOLD information before I bought it, like 3 days ago, and I was told this would be implemented early next week in the new update. Is that correct?

    I do not wanna see the bottom right information (Map data 2014 Google Sandom Term of Use Report Map Error) and the bottom and top extra spaces is something I can not get rid of (Eventhough I removed padding with quick css). See my contact page so you can have an idea what I am talking about: http://bchomeusa.com/brittocharette/pages/contact/contact-victor/

    jswebdev
    Participant

    I have set the “Background Attachment” to “Fixed” as that’s the effect I want to have. However, when it’s set to “Fixed”, the image is not displayed on the iPhone or iPad. I set the “Background Image Position” to “top center” as you suggested in https://kriesi.at/support/topic/image-in-color-section-not-appearing-on-iphone/ but it’s still not visible, but that did not help. The only way I could get it to display was to set the “Background Attachment” to “Scoll” but then I don’t get the effect I want on the non-mobile devices.

    Do you have any suggestions to achieve what I want? Maybe some custom CSS for mobile?

    Thanks in advance for your help with this.

    #234405

    In reply to: Remove header bar

    Hi sebwelch!

    Please see my post here – https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971

    Cheers!
    Yigit

    #234390

    Topic: Header questions

    in forum Enfold
    Erwin
    Participant

    Hi,
    First I want to compliment you with this beautifull theme, it really is suitable for a lot of business.

    I do have a couple of questions regarding mostly the header. I will number the questions to be specific.

    1. I would like to change the alignment of the social media cons and the phone number. So, the phonenumber on the left and the icons to the right. I can place the icons to the right with .social_bookmarks {float:right;} Thats no problem, but I can’t get the phonenumber to the left.

    2. I would like the logo to lay over the slider on the homepage for 20px. I have tried with z-index and added some negative margin. The margin did work, but hte logo didn’t lay over the slider.

    3. I would like the borders at the top and bottom of the slider to be removed.

    Could anyone help me with one or more items? A bit of help would be very welcome!

    You van view the site at http://bit.ly/1fOwQhg

    Regards Erwin

    • This topic was modified 11 years, 12 months ago by Erwin.

    Hello Ismael,

    actually I added this in functions.php and it’s disabled the site. Well, I prefer now simply just change “You are here” into “U bent here” (in Dutch).
    Where it’s possible? I saw this thread : https://kriesi.at/support/topic/how-do-i-change-you-are-here-in-the-breadcrumb/ where cyoniq advise to adress to go to: themes > enfold > framework > php > class-breadcrumb.php but I didnt find such file class-breadcrumb.php niether in the Editor, niether in Enfold menu.

    Can you help?
    Thank you!

    #234386
    Walrus11
    Participant

    Hello,

    I am using the small fixed header.

    I’d like to be able to have the header white space across the top so that I can add some text to the right side. The text could also be in a header image that spans the top.

    Any input would be great.

    Thanks,
    W

    1) I managed to style the nested submenu like the following, but it has a vertical line on the right after the name of the menu item plus it’s not completely working in Firefox – looks better in Chrome and Safari though. I have also given the nested h3 an individual class:
    <div class='widget widget_nav_menu'><h3 class='my-parent-item'><a href=";

    How do I change it, so that the lin eon the right after the menu item disappears and that it is also good in Firefox? Are the absolute styles for the padding values ok or should I use sth else instead? No idea, if I have styled the right tags …

    Here is the CSS:

    /* NESTED SUBMENU */
    .nested_nav .current_page_item {
    padding-left: 51px;
    padding-right: 52px;
    left: -51px;
    top: 1px;
    margin-top: -1px;
    padding-top: 1px;
    width: 100%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #f8f8f8;
    font-size: 16px;
    }
    
    .my-parent-item {
    padding-left: 164px;
    padding-right: 152px;
    font-size: 24px;
    font-weight: normal;
    font-color: blue;
    top: 1px;
    margin-top: -1px;
    padding-top: 1px;
    width: 100%;
    box-shadow: 0px 1px 1px 0px #DADADA;
    }

    2) Still no solution here for the cascading map icons in the mega menu navigation.

    Looking forward to your reply!

    Hey!

    Font file issue might be caused by a corrupt file set. please see my answer here: https://kriesi.at/support/topic/after-update-in-firefox-26-font-face-broken/

    Replacing the font files again seems to have solved the problem
    Regards,
    Kriesi

    #234372
    asafku
    Participant

    Hey,

    I`m tring to center the text in th Mega Menu.
    I added the following css, but no luck:
    #top .main_menu .menu li ul a { text-align: center; }

    Thank you,
    Asaf

    mdekievit
    Participant

    Hi,

    I have some trouble removing the border/box-shadow from my site in Safari.
    The desktop version was no problem, I used

    .grid-entry .inner-entry {
    box-shadow: none !important;
    }

    and I put it in my child themes style.css under

    @media only screen and (max-width: 767px) {}

    Am I missing something obvious?

    Regards,
    Matthijs

    #234359

    In reply to: Enfold > Map size

    Thank you Yigit. But I CAN NOT FIND the Google Map element from the Elements of the Avia Layout Builder. I want the map at the top following my logo area. Pretty much taking place of the slider location instead. Thank you.

    #234358

    I’m not even sure if this is a good idea because of potential downsides, but I may have a suggestion to improve the mega menu editing interface. It’s probably one of the least important things possible to worry about, but hey, might as well post it.

    I actually think what you have now is really great and very functional, but it’s a little odd from a UX standpoint. You can tell it’s engineered to get around WordPress’ limitations (which is not your fault of course). Check a box to make a mega menu, and suddenly pages or custom links turn into columns. Drag them in a level deeper, and they’re pages and custom links again. Check another box, and now the description is a thing you can use to put custom content in. Not bad, just kind of weird.

    Some months ago, a little-known plugin was released called Big Voodoo Mega Menu & Related Links Menu. While it falls flat in its front-end implementation, the back-end is pretty good. Here’s a look at it. Columns and what Enfold calls text blocks are their own separate elements, with their own properties, and I think it works well.

    Downsides vs. the current Enfold way are:

    • It’s not as easy to link to a page from a column heading (since you can’t just make a page also a column with this method)
    • Pages and text blocks can be on the same level as columns, which would be layout chaos
    • There’s nothing stopping you from making a column or text block a top level item, which would also be layout chaos.

    But maybe there’s a clever way to solve those issues, like still doing the “page becomes a column” thing if a user is absolutely insisting, and a JavaScript check to keep columns inside the second level and text blocks inside the third level (although what do you do about adding them to the menu initially?). And, on the other hand, maybe it’s not a big deal, and users will use the tools as intended.

    Anyway, I think it’s more intuitive, but a lot easier to break, so I’m not sure if it’s a useful suggestion. I’ll let you decide.

    #234355

    Topic: Two Line Menu Option

    in forum Enfold
    aribann
    Participant
    #234346
    tonyiatridis
    Participant

    Hey guys,

    I was wondering if there was a quick way to change the titles which appear on a Portfolio grid to all caps with CSS (bottom of page: kristencooper.com/ctt)

    I thought maybe:

    .grid-entry-title entry-title{
    text-transform: capitalize;
    }

    or something to that effect, but I’m going about it in the wrong way obviously.

    To make matters even more complex the clients wants the titles above the picture as well if possible. I confess I’m not sure how to even go about that with the amount of CSS involved.

    Any help would be greatly appreciated.

    Thanks

    T

Viewing 30 results - 132,631 through 132,660 (of 142,761 total)