Viewing 30 results - 140,371 through 140,400 (of 142,733 total)
  • Author
    Search Results
  • #135000

    Hi,

    You can add this on your custom.css to increase the width of the post content.

    #top .fullsize .template-blog .post .entry-content {
    max-width: 1024px;
    }

    #top .fullsize .template-blog .post .entry-content > * {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    }

    Regards,

    Ismael

    #27725
    eyeconictv
    Participant

    Well I have viewed the site before on mobile safari and desktop safari on a mac and never noticed this issue before. However today I loaded safari on my windows because I had some complaints about the site not appearing properly for certain people (ended up being my w3 total cache plugin causing the problem) however, when I got this resolved I noticed that the icons were not showing up correctly. They appear in Chrome, Internet Explorer, Mozilla Firefox, and so on, but do not show up correctly in Safari. Some of them appear, yet some of them don’t…

    #135091

    In reply to: Menu problem

    Hi,

    Please add this on your custom.css or Quick CSS

    #top .main_menu .menu li ul a {
    line-height: 23px;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    }

    Can you give us a link to your website? This is not happening on our end.

    Regards,

    Ismael

    #134818

    Hi,

    You can use this on your custom.css or Quick CSS

    .avia-icon-list .iconlist_icon {
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    }

    For the iconbox, you can use this:

    .iconbox_top .iconbox_icon {
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
    }

    This is a nice website to create gradient backgrounds: http://www.colorzilla.com/gradient-editor/

    Regards,

    Ismael

    #134546

    Hi,

    They are not missing, they are cut off the screen. Add this on your custom.css or quick CSS

    #top .main_menu .menu li ul a {
    padding: 4px 15px;
    }

    Regards,

    Ismael

    #133858

    Hi Ismael,

    Thanks for your patience with this. Here’s where the form is located:

    http://aarcs.ca/dog-application/

    It’s mainly the area where it says “list your current pets”. I would like to make the “pet age” text field/column narrower and the “Gender” column wider.

    /Users/1/Desktop/dogform.png

    #27710
    ideaFocus
    Participant

    Hey,

    Recently brought and put together a website for a client with Enfold but a lot of features don’t seem to be working or I’m ignorant of why there not working.

    Here is the Website: http://heartnsoulmatters.com

    Here are the problems im having that I desperately need help with:

    Responsive Design:

    1. Menu Disappears at mobile size, no drop down menu

    2. Big Space under Layer Slider at mobile size

    General Theme problems:

    1. Back to Top Button Doesn’t Appear

    2. Menu doesn’t get smaller/Shink on scroll

    3. Image’s from Media box animations dont work (Using Latest FF and Chrome Browers, and IE9)

    Everything on the site is out of the box , The only things that I have have changed is 2 quick CSS

    .title_container {

    display: none;

    }

    #top #menu-item-search {

    display: none;

    }

    So it should work, please advise me why these features arn’t working.

    #134083

    Hi, another time ;)

    In version IE, FIREFOX or CHROME runs perfect, but in version with SAFARI (ipad, imac i see), appears 2 grey lines (#E1E1E1).

    I see is for “border-color” value in CSS, but i don’t know how modify only por page-id-450.

    with this don’t works

    .page-id-450

    {

    border-top-color: #0B96FF;

    border-right-color-value: #0B96FF;

    border-bottom-color: #0B96FF;

    border-left-color-value: #0B96FF;

    }

    http://dev.escalamas.com/portada2

    I need a master….:(

    #134783

    In reply to: Insertion LayerSlider

    Hi,

    The hardest thing about Layerslider is getting the timing right. There is no tutorial, but you can check online there are hundreds of Layer Slider tutorials all over the place. .

    I dont understand your question – Enfold fits into Layerslider? i think its the other way around. Did you import the test sliders (button on top after you click layerslider button in admin? If you look online there are codes floating around the web to 30 different sliders that the various themes and websites created that you can import directly into the slider.

    I made a quick video for you about basic layer slider functionality -> http://somup.com/cIjIIwLZ

    Thanks,

    Nick

    #133336

    Hi Even,

    That is exactly what I do in this video: https://vimeo.com/channels/aviathemes/67209750

    However, you could also open the theme folder and drag and drop each folder within the theme and then make sure there are no upload error.s

    I’m going to close this topic now however as its getting off topic and too many voices with too varied of issues. So see if replacing the style.css file in your parent theme folder works first as well as re-uploading via FTP.

    If not, just make a new topic outlining exactly the issues you are having now.

    For anyone else please do the same so that we can properly address each issue individually.

    Regards,

    Devin

    #135003

    Hi Devin,

    thanks for your reply. On another topic, is there an easy way to add pagination to the comments in a page. I’ve created a guestbook page, but want to limit the list of comments. In ‘Discussion Settings’ I’ve limited comments to 5, this has an effect on the backend but not the frontend.

    thanks, Jake

    #134058

    Can you create a temporary admin account so I can log in and take a look?

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    Regards,

    Devin

    #27694

    Topic: CSS for Contact Form

    in forum Enfold
    vadi4ek
    Participant

    How do I modify the default rows number for the contact form message box? Since it’s not at the .css, w/o touching the PHP.

    From the dafault, to:

    <textarea name=”avia_message_1″ class=”text_area is_empty” cols=”40″ rows=”3″ id=”avia_message_1″ style=”background-image: none; background-position: 0% 0%; background-repeat: repeat repeat;”></textarea>

    Found this https://kriesi.at/support/topic/contact-form-make-input-fields-thinner and it works like a charm but not the solution for the height of the message text-field.

    #134434

    Yes that is correct. Typically you can make your life easier by structuring it like this in your css file:

    .term-css .page-thumb,
    .term-css2 .page-thumb,
    .term-css3 .page-thumb,
    .term-css4 .page-thumb {
    display: none;
    )

    Just a bit easier to quick read and add new lines to :)

    Regards,

    Devin

    #27687

    Topic: Iconbox

    in forum Enfold
    arnijon
    Participant

    Hello,

    I really like the Iconbox element. I think it looks great but in order for it to work on my website I need to remove the icon because non of the icons match my topic. So is it possible to remove the icon?

    Best regards,

    #134331

    Hi It no longer gets squashed now. THX. But when in tablet the logo is over the menu’s. What to do about that?

    #134362

    Yeah weird.

    It looks fine to me now as well, on my machine.

    Was on someone else computer this morning.

    Have no idea, why it didn’t look right over there.

    Thanks again

    #134979
    #134667

    Hi Kriesi, run perfects.

    /* MENU 1 */

    .main_menu {height:25px; top:92px; right:-30px;}

    .main_menu ul li a {height: auto !important; line-height: 20px !important;}

    .main_menu ul:first-child > li > a {padding:2px 7px; font-size:10px;}

    /* MENU 2, 3, 4, .. */

    /* MEGA MENU 3 */

    #top .main_menu .menu li ul a { font-size:10px;}

    /* MEGA MENU 2 */

    #top #header .mega_menu_title {font-size:15px; font-family: Arial; border-bottom:}

    #top #header .mega_menu_title a {font-size:15px; font-family: Arial; border-bottom: #ccc 1px dotted;}

    #top #header .mega_menu_title a:hover {color: #0B96FF; text-decoration:none;}

    /* MEGA MENU 3 */

    /* #top .main_menu .menu li ul a { font-size:10px;} */

    Xavier.

    #131706

    hey Nick, how can I achieve the same thing without making the gallery reversed !!

    as per https://kriesi.at/support/topic/gallery-image-order-ignored

    #134749

    In reply to: Header menu resize

    Apologies for not including the URL. It’s at the top. When you resize browser I want it the menu to disappear without overlapping the logo.

    http://italiabathrooms.com/

    #134082
    #134081

    Hi Kriesi, I would like that the page “Home” was a landing page.

    That is, not having header or footer.

    I just want to be part of main.

    On the page I want to apply a background color and add a number of elements that take up the whole page.

    He believed that using the template “blank page” and removing the “header” and “footer” but would have enough stripes now appear in black’ve left for you to view.

    Thank you very much for your help!

    Xavier

    #134637

    In reply to: Changing sidebar width

    Hi Nick

    Thanks, that has kept the correct responsiveness whilst changing it mostly to how I would like it to be on a monitor. I am still having this issue however:

    The spacing looks how I would like it too on pages with a sidebar like: http://goo.gl/1m1GQv

    The code however stops the content from going the full width on pages which do not have a sidebar: http://goo.gl/zhGNbx

    #134401

    If you load the page fresh and move the cursor over the thumbnails quickly then it seems there is a chance of one of the preview images to load like the example. If you move off and on again then it clears.

    I think it is a IE10 loading oddity as you say. I can get it to do it every time but its not a set image. Its random on which image will load like it. I will start up my laptop and see if I can get the same result on that.

    #134330

    Hey!

    the modification you did (stting the width to 200px on the logo) is causing this issue. please remove it and it will work fine. if you want the logo to be smaller I would highly recommend to upload the smaller size and use it, otherwise the resizing might not work properly :)

    #134080

    Hey!

    Could you describe in detail what exactly you are trying to do? maybe with a screenshot? Unfortunately I dont quite understand :/

    Best regards,

    Kriesi

    #134666

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    #top .main_menu .menu li ul a{
    font-size:15px;
    }

    this will increase 2nd and 3rd menu font size as well as mega menu fonts size

    Cheers!

    #134327

    In reply to: logo

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    #top .logo {
    left: -26px;
    }

    Best regards,

    Kriesi

    #134886

    In reply to: Enfold Header

    Site URL:

    http://interactivemobility.net/

    Screenshot of minimized header after scrolling initiated on Safari Browser. Image should not be visible above the header. On Firefox the header remains flush with the top of the browser even during scrolling and nothing is visible above the header.

    Safari Before Scroll with black bar at top that should not be there:

    http://cl.ly/image/00440J211p2i

    Safari After Scroll and black bar becomes transparent as header minimizes:

    http://cl.ly/image/2L1d1O2k1L22

    Firefox during scroll:

    http://cl.ly/image/2Q120X252Q3d

Viewing 30 results - 140,371 through 140,400 (of 142,733 total)