Viewing 30 results - 140,671 through 140,700 (of 142,618 total)
  • Author
    Search Results
  • rydermeggitt
    Participant

    Hi.

    2 questions:

    1. I’m looking to use different Google fonts to the limited number you allow for selection in the style settings. How can I use other fonts?

    2. How can I stop auto capitalisation of headings?

    Thanks, Ryder

    #129077

    The menu issue has been resolved. Please provide solution ASAP to my 2nd issue: On iPad, portrait view, the website has overlapping of the text in the promo box and the promo box button. The text currently has soft returns entered so that the text didn’t overlap the box in standard desktop view, but it still overlaps in iPad portrait view. How can this overlapping be removed for only iPad portrait, or at least iPad?

    Please, it’s been two weeks, I really need a solution for this promo box issue.

    #131887

    Thanks for that, unfortunately, no, it didn’t work, the code tweak to “position: relative” made the header non-sticky. They need the header bar to be static, but when scrolling the main menu text starts moving upwards. I need to lock the menu to the header.

    I tried changing the header to “non-fixed with social”, then apply the following code:

    #header {
    position: fixed;
    margin-top: -115px;
    }

    then tweak the main content block to push it down by 115px.

    /* remove the padding from the main content to the bottom of the header (not needed with fixed header)*/
    .fixed_header.social_header #main {
    /* padding-top: 115px; */
    }

    This had the desired effect, and the menu items actually sat where we wanted them towards the bottom (not middle) of the header bar, and stayed static (and sticky on screen) when the page scrolled. However, this had the side-effect of breaking when changing screen resolutions.

    As for 3) – I found the theme styling setting for it and hard coded the colour in the child style.css.

    In relation to the moving menu, I’m hoping it’s a simple CSS override as I’m hoping to not need to mess with the JS or PHP in the backend in case there’s a theme update that breaks any customisation, and as a newbie, if it comes to that, I’m hoping someone just points me in the right direction.

    #26994
    kaysperre
    Participant

    I need to add a slider to the top of my blog page below the header. What is the most effective way to do this?

    (I can’t use the layout builder, because the layout and design of the blog posts in the block element do not look as good as the blog page.)

    Hope you can help me out. Thank you.

    #26987
    regsavon
    Participant

    Hi there

    Great theme.

    Is it possible to force the logo to overlay over ALL elements, to the top?

    Heres my site

    http://www.thenaturalpharmacie.co.uk/hidden/

    And heres my custom CSS that doesnt work

    logo img

    {

    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

    display: block;

    width: 230;

    height: 230;

    max-height: 250%;

    z-index: 10000 !important;

    }

    #131886

    First sorry for the late reply.

    1) Insert following code into the quick css field

    .fixed_header #header {
    position: relative;
    }

    2) Use following code

    #top .social_bookmarks li a {
    color: #333;
    }

    .social_header .phone-info span {
    color: #333;
    }

    .social_header #top .sub_menu>ul>li a {
    color: #333;
    }

    3) Yes – the code seems to be ok. the “float” attribute won’t break the responsive design.

    #132236

    Hey!

    Did you try to install the latest German translation file from the MarketPress devs: http://marketpress.de/support/topic/deutsche-sprachdateien-fur-woocommerce/ ?

    Best regards,

    Peter

    #132278

    Hey!

    Please read https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help – does the thread solve your problem?

    Best regards,

    Peter

    #132045

    Hi there, we sent an email to you a few days ago with a link to this post and our website. Please let me know if you want me to resend. We’ve also encountered a number of other problems with IE8 and while we understand that some of this may be caused by the fact this browser doesn’t support media queries / responsive layouts, it would be good to see if these problems are indeed caused by this or something else.

    Unfortunately, many of our potential clients will view the site from a company computer that may be stuck on IE 8 due to their IT department, so we really need the site to look good in this browser.

    What would you prefer us to do here please? Post individual topics or email the issues to you all in one go, as we can’t post live URL’s in the forum?

    Many thanks for the great support so far.

    Hi,

    1.) All the gallery images are showing, it takes time. I suggest you upgrade your domain service plan to speed up the page load. You can also use cdn, caching plugin, minify plugins and optmize images to increase page loads.

    2.) Remove the height, use this instead:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25%;
    max-height: 147px;
    }
    #top div .avia-gallery img {
    max-height: 100%;
    }

    Regards,

    Ismael

    #26956

    Topic: side menu order

    in forum Enfold
    niceenfold
    Participant

    Hi, there. I am trying to add a top level menu into side menu section.

    Please refer to the screenshot first.

    https://docs.google.com/file/d/0B5xOlC5VlRXrbk93M2lqdmxiUVE

    Basically, I’d like to show the top level menu into the side menu section and it displays as default page.

    how can i do that?

    #132148

    Hi,

    Edit header.php, try to paste the php lines on top of this code:

    <?php
    /*
    * display the theme logo by checking if the default logo was overwritten in the backend.
    * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output
    */
    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Then the javascript on footer.php, paste it on top of this code:

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
    <div id="fb-root"></div>

    Regards,

    Ismael

    #131903

    Hi MK,

    You can do that in the theme options Styling options under the Header tab. Look for “Header background color” and you can use the color picker there to set your header background color.

    Regards,

    Devin

    #131289

    In reply to: Flat Button Rollover

    No, it does not. As indicated in the change log and in the post above by Ismael here https://kriesi.at/support/topic/flat-button-rollover#post-127257

    You need to re-do that step. There are a number of features that can be manually added in with code like this but are not on by default because if used improperly they can cause things to break.

    #132210

    Also, how do you put an image on top of a standard blog post like this: http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/

    When I try to add media content, the image only shows inside the blog post rather than on top.

    #131992

    i also try incresing padding to match the height to 156px in the quick css area but nothing happens

    .fixed_header.social_header #main{ padding-top:156px; }

    it´s one day since my first post i am getting disapointed

    #132042

    In reply to: Logo keeps resizing

    By re-sizing the menu/logo you can have a fixed menu without wasting a lot of space at the top. Afaik many users find this feature useful – i.e. I conduct a private workshop last weekend and the client told me that this feature was one of the main reasons why he bought Enfold because it shows him that the theme author takes care of important details…

    #132041

    In reply to: Logo keeps resizing

    I have used numerous responsive themes and none of my logos resize when I am just scrolling down the page on my desktop. I understand resizing for the use on smartphones etc..but it should not do that on your desktop 27 inch monitor. Doesn’t make sense to me when I have never seen other themes do it. I find it quite annoying on the desktop.

    #132143

    Hi!

    Please read – https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help – maybe it solves your problem too.

    Best regards,

    Peter

    #26934
    tmunz
    Participant

    I just opened my website in IE8 and there are a TON of things that are broken. The menu overlays the logo, the text is stretched, the blog preview images are stretched on my homepage, and all of the buttons are transparent with no blue background. I tried the fix listed in this topic: https://kriesi.at/support/topic/buttons-in-ie8, but nothing changed. This is a bit urgent as we’re doing a soft launch of the website tomorrow. Advice?

    Here’s a link: http://goo.gl/jGUCw

    Thanks!

    #131893

    Hi Sparkwoodand21,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.single-post .fullsize .template-blog .blog-meta {
    width: 180px;
    }

    Let us know if you run into any issues, I’m not sure why that is getting the smaller value as the css looks recently updated in the theme and it may have been a fix for something else that is unintentionally causing this issue.

    The above css will only target the single post pages so it shouldn’t cause any other issues but just let us know if it does at all :)

    Regards,

    Devin

    #130487

    In reply to: Slideshow Problem

    Hi col323webdesign,

    Ismael is tagged on the topic but just in case he didn’t receive the credentials you may want to send them again :)

    Regards,

    Devin

    #132113

    you can do it in quick css like this:

    /*top menu font & size*/

    #top .main_menu .menu li > a {

    width: 100%;

    height: auto;

    font-size: 20px;

    font-weight: normal;

    }

    /*top submenu font & size*/

    #top .main_menu .menu li ul a {

    width: 100%;

    height: auto;

    font-size: 20px;

    font-weight: normal;

    }

    or you can just install plugin : typography

    and add elements for :

    #top .main_menu .menu

    select font and size etc

    #129402

    After 2 weeks finally it works. Thanks man!

    #26920
    agarkitekter
    Participant

    Hi!

    I have a problem with 2 scrollers on the portfolio pages. The right one (that goes beside the top WP-admin bar) is correctly shown all the time since I have so many portfolios, but when I sort on out the portfolios and the sorted items also goes below what’s visible, a second scrollbar pops up to the left of the first.

    Screenshot: https://dl.dropboxusercontent.com/u/3884801/2scrollers.jpg

    Adress: http://agwp.agarkitekter.se/projekt/

    Username/password: test/test

    Im using both IE10 and Chrome on windows 7.

    #131790
    #131874

    1) Maybe you forgot to remove the http:// prefix? Make sure that the protocol is set to “mailto:”

    2) Yes – insert following code into the quick css field and adjust the font size value

    #top .social_bookmarks li a {
    font-size: 30px;
    }

    3) You can use a plugin like http://wordpress.org/plugins/wp-google-fonts/ to install more fonts. However note that this can increase the page loading time and I’d recommend to stick with the default fonts (one font for headlines and one font for the body text).

    4) Yes – Kriesi just hides it with css. Insert following code into the quick css field

    @media only screen and (max-width: 767px){
    .responsive #top #main .sidebar {
    display: block !important;
    border: none !important;
    }
    }

    5) At the moment the layout builder is only bundled with the Enfold theme but we’ll release more themes in the future. Older themes (like Replete, Propulsion, Angular, Choices, Eunoia, etc.) come with a “Template Builder” which is similar to the layout builder.

    #26917
    mrkuji
    Participant

    this is a child of https://kriesi.at/support/topic/how-to-add-captions-to-gallery-thumbs#post-127924 this issue.. but I thought appropriate to add a new topic..

    1. When adding a single column gallery with say a 300×300 px image…or a 2 column with two 300px images, how can you get the images to align to the center of the column you have placed it in ?

    Check the alignment here .. http://shoutkey.com/am

    first 3 pictures are diff sizes but not aligned. second 2 pics are using a spacer image..

    Images seem to left justify along with their captions. I would like to have multiple galleries in a page – some with 2 images, some with 3, mostly the same size but aligned to center of the page.. I tried adding a spacer image for 3 columns using 2 main images but the space is padded far too much…

    2. captions underneath the thumbnails.. if adding 2 images to a 3 column layour – the captions move directly to the right side of the image.. depending on the size of the thumbs, the captions sometimes appear underneat, sometimes break half underneat and half on the side.

    3. Is is possible to align the captions to center underneath the thumbnail, not just left justified.

    I tried `/*caption align*/

    .visible-caption{

    text-align:center;

    }

    ` with no joy..

    Thanks again

    #132037

    Hi,

    Yes that is possible. On the Advance Layout Editor, insert a 1/1 Column element then add a Text Block element. On the text block, add this code:

    <div class="colcontenttop"></div>

    On your custom.css, add this code:

    .colcontenttop {
    height: 38px;
    background-image: url(../images/bgcolcontenttop.png);
    background-repeat: no-repeat;
    background-position: top;
    }

    It will look like this:

    Regards,

    Ismael

    #131715

    As I said above you can follow Kriesi’s instructions here: https://kriesi.at/support/topic/how-to-insert-slide-show-with-layerslider to activate the slider as a plugin. It’s not our intention to mislead anyone but the slider plugin is not compatible with all elements of the template builder and we want to make sure that users don’t stack too many shortcodes/elements.

Viewing 30 results - 140,671 through 140,700 (of 142,618 total)