Viewing 30 results - 139,201 through 139,230 (of 142,715 total)
  • Author
    Search Results
  • #164936

    Hey!

    There isn’t a comment form in that page, enable it first please.

    Regards,
    Josue

    #164924
    #164901
    manueldes
    Participant

    Hello, I like to get the Enfold form fields (like text, email etc.) closer, with less distance (lesser line spacing).

    If I set the code bellow in CSS, the fields are closer, but the checkbox field too closer. Do you have perhaps a idea, how can I change only the distance between textfield and checkbox field? Thanks

    .ajax_form p {
    margin-top: 0px;
    margin-bottom: 9px;
    color: #fff;
    }

    #164872
    scisterna
    Participant

    Hi
    I set up a featured image on a page and automatically that featured image it shown on the top of my page. I don’t want that.
    It is possible to remove it from pages without removing the featured image itself (I use that image for a plugin)?

    #164868

    I found a previous thread that offers the following code. However, I would like the widget menus & titles to align right while the footer widgets till align left. Is this possible? If so how?

    Here is the code I gathered from another thread:

    .entry-content ul { list-style: none-outside; }

    .main_color a { color: #a098a0!important; }

    #top .widget ul { list-style: none outside; text-align: right; }

    .widgettitle { text-align: right; }

    #164850

    I would also REALLY appreciate more options in the table. I have made a beautiful table using font icons and images in the header, and I want to put in something at the top, and to do that the only way is to put it all in again. I hope to be able to drag and drop, or move up down arrows. I would also love to be able to pick icons and have a default editor for putting in data. Would make it powerful and really a good tool. I also see that when I put in too much text it brakes the lines. Because they then get different height. Could they all adjust if one row/column needs more space? I loooove the theme and the flexibility and I hope the table will follow the quality the rest of the theme has.

    Another thing is that I would love to see the same choices for the footers. to be able to choose their size and to have avia content builder to create content. That would really be something. What about in stead of choosing the numbers of footers in the theme options and then edit them through widgets, we could just build it like a page, which then is set as footer throughout the website, or on specific pages?

    I love this theme so much I am soon to release it through a network and buy it for every new client that I get. IT really is fantastic, and I am looking forward to see what what improvements will come with time.

    thank you

    #164844

    Hi Pat!

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

    body .container_wrap .avia-builder-el-last { margin-top: 0; }

    Cheers!
    Yigit

    #164839
    artistic24459
    Participant

    Hey,

    Please read the post below the black line as the solution in the end didn’t solve the problem. (https://kriesi.at/support/topic/ajax-portfolio-thumbnails-show-showing-incorrectly/)

    The code did correct the problem in the portfolio but then made problems elsewhere.

    #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }

    If you see the example image you will see a before and after on the home page. The first being without the code and last with the code.

    http://www.chriswardphotography.com/test-area/examples/example12.jpg

    I just need to correct the error that was happening on the portfolio the rest of the site was working ok.

    Best wishes

    Chris

    —————————————————————————————————————————————————

    After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.

    http://chriswardphotography.net/business/portfolio/

    I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.

    I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?

    By the way nice new forum site :-)

    September 19, 2013 at 2:40 am #163266

    Josue
    Moderator
    Hi artistic24459!

    I think that’s an unexpected behavior, however here’s a quick fix, apply this CSS to the custom.css file or in the Quick CSS section:

    #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }

    Regards,
    Josue

    September 19, 2013 at 9:59 am #163474

    artistic24459
    Participant
    Perfect, thanks Josue.

    September 19, 2013 at 10:01 am #163475

    #164820

    Hey bizzappsconsult!

    Please add following code to Quick CSS in Enfold theme options and adjust as desired

    #top .alternate_color input[type='text'] { border-color: #555555; background-color: #333333; color: #ABAAAB; }
     .alternate_color input[type='submit'] { background-color: #f7f7f7; color: #575557; border-color: #f7f7f7; }
    .alternate_color input[type='submit']:hover { background-color: #676975; color: #575557; border-color: #676975; }

    Cheers!
    Yigit

    #164804
    crevlon
    Participant

    Hallo,

    ich habe gerade von 1.8.4 auf 2.2 geupdated.
    Seit dem habe ich zwei Veränderungen bemerkt die ich nicht verstehe und nicht korrigieren kann.
    1. Meine Artikel-Überschriften sind auf einmal sehr klein. (Sie hatten vorher, aufgrund eines Quick CSS Eintrags, die Größe 50)
    2. Die H3 Schrift ist auf einmal ein ganz kleines bisschen größer und die Fett markierten Wörter sind zwar noch Fett geschrieben, aber nicht mehr in meiner “Primary color” (Enfold/Styling).

    Hier alle meine Einträge des Quick CSS Feldes:

    body {
    font-size: 16px;
    }
    .entry-content .post-title {
    font-size: 50px;
    }
    h1, h2 {
    	text-transform: none !important;
    }
    #top h1 a, #top h1, #top h2 a, #top h2, #top h3 a, #top h3{
    display: block;
    font-family: "Droid Serif", Georgia, Times, serif;
    font-weight: normal;
    font-style: italic;
    white-space: normal;
    }
    
    .form-allowed-tags { display:none; }
    
    .ls-wp-container .input-text, #top .ls-wp-container input[type="text"], #top .ls-wp-container input[type="input"], #top .ls-wp-container input[type="password"], #top .ls-wp-container input[type="email"], #top .ls-wp-container input[type="number"], #top .ls-wp-container input[type="url"], #top .ls-wp-container input[type="tel"], #top .ls-wp-container input[type="search"], #top .ls-wp-container textarea, #top .ls-wp-container select {
    display: inline;
    }
    .av-special-heading h1 { font-size: 50px!important; 
    }
    .title_container {
    display: none;
    }

    Liebe Grüße,
    Crevlon

    • This topic was modified 12 years, 5 months ago by crevlon.
    #164796
    candeos
    Participant

    Hellloi

    I was looking at the thread to find out how to put a clickable mobile number in the header.

    https://kriesi.at/support/topic/clickable-phone-no-in-header/

    The second to last thread talks about mobileno vs mobileno and they give a 404 when you go to see an example. Can you pleasehelp> Thanks!

    Dave

    #164790
    erantdo
    Participant

    Hi,

    Regarding this thread: https://kriesi.at/support/topic/comments-arent-shown-in-pages/

    It now shows recent comments, but only recent comments from posts, not pages. How can I have both to appear?

    Thanks

    #164789

    Topic: Adding a custom font

    in forum Enfold
    erantdo
    Participant

    Hi,

    Regarding this thread: https://kriesi.at/support/topic/new-custom-font/?replies=5#post-138757

    Alef font is indeed shown, but when I choose it, the website shows Arial font.

    Note that I also added this line to the custom CSS:
    @import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);

    Is there something I’m doing wrong?

    btw, I also unable to use the Alef font on other areas in the website. I use this line:
    font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif;

    #164785

    Topic: Layout got messed up.

    in forum Enfold
    jackyking
    Participant

    Hi,

    I installed “Better WordPress Minify” hoping that it would improve the load speed of our site. It probably loads faster now however it messed up the layout of the theme. Checked Minify’s settings and noticed that it could ignore css and js files if needed. However, I don’t know which script or css file messed up the layout and I don’t know how to add the specific css or js files to Minify’s ignore list.

    Would appreciate if you could help take a look at the site, http://acutta.com/appointment/, and let me know how I can fix the login form on top of the page. Before installing Minify, it was working fine and it would show only links (login/register/logout) on the top. After Minify was installed, now the entire login form is shown on the page. :(

    Thank you!

    • This topic was modified 12 years, 5 months ago by jackyking.
    #164715
    ShortHills
    Participant

    Hi,
    Great theme (and thanks for the child theme .zip — much appreciated!)

    How can I make the social icons bigger? Or are they fixed graphics? If they are fixed, where can I edit them so I can add larger graphics for my theme?

    Thank you!

    #164712
    Valerie
    Participant

    Hi there! I’m a little confused…thought the color of the text in the sidebar widgets would be the same as in the body, but not so. See

    When I examine with firebug, the text in the widget is in <div class=”textwidget”>. I’ve looked in a few of the css files but not finding this. How would I get the text in the widget text box “Science • Technology • Engineering • Math” to be the same color as the text in the body? Right now it is lighter.

    Here is what I have in Quick CSS in the event there is a conflict here that I don’t recognize:
    ——————————————————————————-
    .main_menu ul:first-child > li > a {
    font-size: 11px;
    }

    .title_container .main-title {
    font-size: 22px;
    font-weight: 600;
    }

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #636363
    }

    .title_container .main-title {
    display: none;
    }
    #top #header .mega_menu_title a {
    font-size: 11px;
    line-height: 11px;
    color: #808080;
    }
    .avia_textblock p {
    color: #545354;
    }
    .main_color .iconlist_content {
    color: #545354;
    }
    .header_color .main_menu ul:first-child > li > a {
    color: #333333;
    }
    .iconlist-char {
    color: #ffffff;
    }
    .main_color .avia-icon-list .iconlist_icon {
    background-color: #97bab8;
    }

    .main_menu ul:first-child > li > a {
    text-transform: uppercase;
    }
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 140px;
    }
    #header_main .container, .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 135px;
    }
    .title_container { background-color: #dae1e6 !important; }

    .avia-icon-list .iconlist_content_wrap li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: circle !important;
    list-style-position: outside;
    clear: both;
    overflow: visible;
    position: relative;
    min-height: 20px;
    }
    —————————————————————

    Also..what does “alternate content” refer to? I thought maybe it included widgets.

    V.

    #164711

    In reply to: Enfold Bug In Main Nav

    The second issue is that the absolute links only work back from the blog and portfolio pages on desktop – but do not work using the fly-out menu on mobile.

    Hey Yigit,

    Any way I can send you a private link and login?

    Would you mind taking a look at the slider layer issue I’m having, also? https://kriesi.at/support/topic/layerslider-layers-load-and-play-immediately-2/#post-163929

    Thanks again,

    #164539

    Hello!

    This code will fix it, add it to the Quick CSS or to the css/custom.css file:

    #top .ajax_form .captcha {
    padding-left: 82px;
    }

    Cheers!
    Josue

    #164538
    dmiklus
    Participant

    I have a problem with the size of the logo on iPad with iOS7. It is too big and doesn’t change the size like on the desktop version.

    Here is the link:

    http://www.cedim.org

    Can you help me?

    D.

    #164528

    Hello!

    Please create a temporary admin login and send me on . Please include this topic to your mail as well. I will take a look as soon as i can

    Regards,
    Yigit

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

    Hey!

    Please add following code to Quick CSS

    #top .portolio-preview-list-image { margin-bottom: 5px!important; }

    This works for me

    Regards,
    Yigit

    Oh – Sorry, there must have been a misunderstanding. I’m not talking about the grid of portfolio thumbnails.

    What I want is when you CLICK on one of the thumbnails in the portfolio, and the Ajax image list comes up, I want a 5 px space between each image, the close-up images that are stacked on top of each other.

    Do you see what I mean? Currently the images load right on top of each other, with maybe a one pixel space between each.

    http://www.flylanddesigns.com

    #164510

    In reply to: Tabs responsive styles

    Hey!

    Please add following code to Quick CSS and adjust as desired

    .responsive #top .main_color .tabcontainer .active_tab { background-color: #8bba34; color: white!important; }
     .responsive #top .main_color .tabcontainer .tab:hover { color: #525252; }
    .responsive .main_color .tabcontainer .tab { color: #919191;  background-color: #dbcaa9; }

    Actually you do not need to style them seperately but i’m guessing you have @media only screen and (max-width: 767px) in front of your code

    Regards,
    Yigit

    #164462
    Denis
    Participant

    Hi,

    what I have to do for display tags in the portfolio items ?

    I`ve tried this code in QCSS :
    span.blog-tags.minor-meta { padding-top: 385px!important; }

    it doesn`t work

    thanks
    Denis

    • This topic was modified 12 years, 5 months ago by Denis.
    #164447

    In reply to: One Page Portfolio

    Hey!

    You should go to LayerSlider WP > All Sliders and edit selected slider http://i.imgur.com/055QIfp.jpg
    To change selected slider, you should edit your page and you will see slider on the top of content section in Advanced Layout Builder http://i.imgur.com/6guJn7N.jpg just click on it and choose the one you would like to use

    Best regards,
    Yigit

    #164446

    In reply to: Moving top socket menu

    Hi sveinot!

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

    .sub_menu { right: auto; margin-left: 70px; }

    You need to adjust margin-left value depending on the amount of social icons you have

    Cheers!
    Yigit

    #164438

    Topic: Moving top socket menu

    in forum Enfold
    sveinot
    Participant

    I am using the Header with Social Icons and bottom. How can I place the top socket menu next to the social icons?

    #164431

    Topic: Testimonials alignment

    in forum Enfold
    awilson3rd
    Participant

    Hello,

    A message for Yigit, I couldn’t add this to the original thread here as it’s been closed:

    https://kriesi.at/support/topic/testimonials-alignment/

    I thought I would try one more thing and it worked!

    Targeting the wrapper and not the content and using margins seems to work ok.

    #top .avia-testimonial-wrapper { margin-left: auto !important;
    margin-right: auto !important; }

    Just in case anyone else gets an issue.

    Thanks again,

    Andrew

    #164405

    There isn’t anything that is view-able from the back end in this case that isn’t view-able from the front end.

    If you don’t have success on oDesk, I can tag the topic for Kriesi and maybe he can find what is causing the issue. Its unfortunately just not something I’ve come across on any other installation of the theme (or really ever in my case) which is why I suggested trying to remove customizations and any other variables that may be causing things to be different than an initial install.

Viewing 30 results - 139,201 through 139,230 (of 142,715 total)