Viewing 30 results - 233,551 through 233,580 (of 244,288 total)
  • Author
    Search Results
  • #195079

    Hello Ismael

    Thanks for your help with this, it’s much appreciated.

    So far I’ve added the 2 pieces of CSS outlined above and am happy with the result, so thanks for that.

    Working Progress:
    http://www.jelfon.com/nr1/

    There is one more issue that I did outline originally, see my first post, but I’m now outlining the issue in more details below:

    … and reduce the default spacing from the current 50px to 25px

    I’ve just spent ages trying to figure this out, and although I was getting very close by making various further CSS customizations, things weren’t quite working correctly still especially in responsive modes, so I’d appreciate a bit more help with this aspect.

    As far as I can tell all content is indented by approx 50px (sides and top) at the moment and I’d like to be able to adjust this to either 30px or 25px.

    Below should be an image illustrating with blue boxes the spacing elements that are currently approx 50px, I’d like to be able to change these to 30px or 25px to tighten it all up a bit design wise.

    spacing issue

    Thanks again
    Joe

    • This reply was modified 12 years, 3 months ago by joerainbow.
    #195072
    p_niedrich
    Participant

    hi,

    i have the following problem:

    when i manually add a table in a text-block using the word-press editor everything works fine in the beginning. But when i reopen the text-block the editor automatically inserts several   tags before the table.

    In the beginning I thought that would be the fault of the wordpress-editor and i tried out some others. But the problem didn’t disappear, no matter what editor I used. So I suppose, that there is some compatibility issue with the enfold theme…

    With best regards
    Philipp

    #195066

    Hey hojoon!

    Did you not set Enfold > Responsive Layout to responsive layout? The sidebar looks broken, did you change anything on the css files?

    Cheers!
    Ismael

    #195062

    Hi Niels!

    Can you just copy the edits or css from the WP/Enfold to the subdirectory’s custom.css?

    Cheers!
    Ismael

    #195043

    In reply to: i just bought enfold ,

    Hi!

    Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Regards,
    Ismael

    #195038

    Hi joerainbow!

    1.) You can add this on your custom.css or Quick CSS:

    /* #Desktop - Large
    ================================================== */@media only screen and (min-width: 1140px) {
      .responsive .boxed#top {
        width: 960px;
      }
      .responsive .container {
        width: 860px;
      }
      .responsive .container .one.unit,
      .responsive .container .one.units {
        width: 20px;
      }
      .responsive .container .two.units {
        width: 30px;
      }
      .responsive .container .three.units {
        width: 120px;
      }
      .responsive .container .four.units {
        width: 210px;
      }
      .responsive .container .five.units {
        width: 300px;
      }
      .responsive .container .six.units {
        width: 390px;
      }
      .responsive .container .seven.units {
        width: 480px;
      }
      .responsive .container .eight.units {
        width: 570px;
      }
      .responsive .container .nine.units {
        width: 660px;
      }
      .responsive .container .ten.units {
        width: 750px;
      }
      .responsive .container .eleven.units {
        width: 840px;
      }
      .responsive .container .twelve.units {
        width: 930px;
      }
      .responsive #top.boxed .stretch_full {
        width: 960px;
      }
      .responsive #top .offset-by-one {
        padding-left: 90px;
      }
      .responsive #top .offset-by-two {
        padding-left: 180px;
      }
      .responsive #top .offset-by-three {
        padding-left: 270px;
      }
      .responsive #top .offset-by-four {
        padding-left: 360px;
      }
      .responsive #top .offset-by-five {
        padding-left: 450px;
      }
      .responsive #top .offset-by-six {
        padding-left: 540px;
      }
      .responsive #top .offset-by-seven {
        padding-left: 630px;
      }
      .responsive #top .offset-by-eight {
        padding-left: 720px;
      }
      .responsive #top .offset-by-nine {
        padding-left: 810px;
      }
      .responsive #top .offset-by-ten {
        padding-left: 900px;
      }
      .responsive #top .offset-by-eleven {
        padding-left: 990px;
      }
    }

    2.) Please use this:

    @media only screen and (max-width: 767px) {
    .responsive.social_header .phone-info {
    position: relative;
    top: 5px;
    }
    }

    Best regards,
    Ismael

    #195018
    hojoon
    Participant

    Hello

    I found out layout problem on portrait display of Android mobile phone.
    I checked this problem on various display sizes of smartphones.

    The width of post is not displayed properly according to display resolution.

    How can I fix this problem?
    I did not open our website today, because of this problem.
    Please help me urgently.

    I am using the latest version of WP, Enfold theme and Fixed layout.

    URL: http://interpeople.co.kr/wp/news/?lang=en

    Regards and Thanks in advance

    android_Samsung_Note_800x1280
    android_Samsung_Note_800x1280

    android_LG_G2_1080x1920
    android_LG_G2_1080x1920

    android_Pantech_Vega_s5_720x1280
    android_Pantech_Vega_s5_720x1280

    android_Samsung_Galaxy_s3_720x1280
    android_Samsung_Galaxy_s3_720x1280

    android_Samsung_note3_1080x1920
    android_Samsung_note3_1080x1920

    iphone5_640 x 1136
    iphone5_640 x 1136

    android_Samsung_Note_800x1280_bloglist
    android_Samsung_Note_800x1280_bloglist

    android_Samsung_Note_800x1280_page_textblock
    android_Samsung_Note_800x1280_page_textblock

    • This topic was modified 12 years, 3 months ago by hojoon.
    #195017
    LFE
    Participant

    I’m seeing none of the existing templates have H1’s (unless I’m missing something). I have not installed Yoast yet, I’m first going to setup and finish the site then install.

    Should I manually edit it myself if I want a certain text to be H? Is it available somewhere in the visual editor? I see the LayerSlider has an option as well, this work well for SEO purposes?

    I tried to search for more info on SEO tips utilizing Enfold and WordPress SEO, but couldn’t find much, any help with existing threads about this, would be great.

    Thanks!

    #195013

    Hi msmazza!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_color .meta-heading>* { color: red; }

    Best regards,
    Yigit

    #195010

    In reply to: Layer Slider Errors

    Hey!

    I actually did click on your username but frankly could not recognize the theme :)
    1) Can you please open Footer.php file in Appearance > Editor and check if 168th line is the same or not? It should be at the very bottom of the file http://i.imgur.com/M3XOqYo.jpg
    2) Layerslider.css file and JavaScript files are failing to load http://i.imgur.com/gOFxyQV.jpg I would suggest you to re-update the theme via FTP
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Yigit

    #195000

    In reply to: Two questions

    Hi!

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

    .home .content { padding-top: 5px; }

    Cheers!
    Yigit

    #194993

    Hi anab!

    Can you elaborate? You can add Social media icons in Enfold theme options under Header tab http://i.imgur.com/E8GTrYE.jpg
    and you can see recommended plugins list for Enfold here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/

    Cheers!
    Yigit

    #194989

    Hey HankInTheForest!

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

    #header_meta {
    display: block;
    }

    It is currently set to display: none

    Best regards,
    Yigit

    #194986

    Hey Antonia!

    Please go to wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php file and search “Archive for” and change any text you would like

    Best regards,
    Yigit

    #194982

    Hey!

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

    .team-img-container img { float: left; }

    Cheers!
    Yigit

    #194980

    Hi HHBeachboy!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    body .aligncenter { display: inline-block; }

    Regards,
    Yigit

    #194974

    In reply to: Font Faces – Enfold

    Hey JS!

    Please try flushing browser cache and check your website once again. Font looks the same on both links on my end.

    Cheers!
    Yigit

    #194968

    Hi!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open masonry_entries.php file and find

    (1,100,1, array

    and change it to

    (1,200,1, array

    Cheers!
    Yigit

    #194950
    richgates
    Participant

    Hi All,

    I have been trying in vain to get similar results to what you see on http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ where below the main area there is a list of categories and/or tags so one can filter the view to show the appropriate items. I have version 2.4, and have loaded the dummy data, but unfortunately the masonry portfolio page like in the demo is not included so I am not sure how it is set up. I have also searched the forum without success.

    What I am ultimately looking to do is set up multiple portfolios. One will have various events, one will have concerts, etc. Under each of these portfolios each will have more specific information in the case of the concerts portfolio, there will be a separate category for each band that is seen with just images of that band included.

    Any ideas on how to accomplish this? I am sure it is just something I am missing. When I create the separate portfolios and assign multiple categories, they are not displayed.

    #194942

    Topic: Table styling

    in forum Enfold
    pieterjanvd
    Participant

    Hi,
    I bought Enfold a few days ago, it’s a very nice theme!

    I want to style a specific table.
    How can i change the default settings like:
    – background color
    – i want to change the color of the 2nd, 4th etc row also
    – i want the same font type and size (12px) for the whole table
    – i want the same padding and margin for all cells (5px)

    I tried to add an id to the table, and add “quick CSS” but its not working.

    • This topic was modified 12 years, 3 months ago by pieterjanvd.
    #194938
    earthyblue
    Participant

    Hello Enfold,
    Can you show me how I can create text boxes with curved corners in the enfold template like this:

    http://grainintegrativehealth.com/

    Thanks,
    Tim

    #194935

    Topic: Font Faces – Enfold

    in forum Enfold
    JD
    Participant

    Hi,

    Wondering if you, or anyone, can help. I uploaded some changes to my site which appears to have altered the font faces and I can’t figure out why?.

    Here’s how they were originally and how I would like them to appear: http://test.jiminyticket.co.uk/

    Here’s how they are now: http://www.jiminyticket.co.uk/

    Any help would be greatly appreciated!

    Cheers,
    JD

    Shallnotbe
    Participant

    Hi,
    I noticed an issue on Enfold 2.4.2 & 2.4.1, which I replicated on temporary/local websites, so I’m probably not the only one experiencing this.
    Basically, when a primary menu is enabled, all the “i” become “I” on the secondary top menu , on the Enfold Latest News widget & Enfold Combo Widget.
    The text is on the primary menu itself is ok, but it seems to be provoking the problem elsewhere.
    Problem happens so far only with the default Open Sans font.

    #194926
    faterra
    Participant

    Hello,

    I have two issues visualizing my site with IPAD – Firefox Browser (Apple).

    1. Contact form on link: http://paisagismoonline.com.br/contato/

    We can only visualize and edit the contact form on the first tab, in the other tabs we can not edit it.

    2. Social Icons on the footer, the link is not working.

    This problems only occur with Ipad, other devices it works fine. How can I fix it?

    Thanks.
    Fabiana.

    #194896

    Hey mo!

    Can you try deactivating each plugin individually? As far as I know the script getting referenced shouldn’t be causing something like that as its the class from Envato to include auto updating into themes.

    If you are not already, make sure you are on Enfold 2.4.2 and WordPress 3.7.1

    Cheers!
    Devin

    Also tested to delete the enfold theme and made sure that all files where deleted (checked the FTP). And then installed it again without any success..

    I really need some help on this one..

    #194888
    piotrpozniak
    Participant

    Hi,
    I would like to set up custom ubuntu font in Heading Font in Enfold Theme Options. I cant set up ubuntu font because there is no ubuntu font on list. How can I do this? Thank your for help in advance.

    #194886
    joerainbow
    Participant

    Hello

    First off loving the theme in general, great job.

    I’m working on a new site at: http://www.jelfon.com/nr1/

    We are only in the very early stages at the moment, but we’d like to make the whole site narrower as there is not a huge amount of text content in general, so the less space to fill the better.

    Ideally I’d like to try the site width at 960px wide by default, and we want to keep it responsive.

    We are using the default width in “Responsive Layout” so the 1030px option and as you can see we are using the boxed mode and the last Header option with the bottom menu.

    Ideally I’d like to make the overall site approx 960px wide and reduce the default spacing from the current 50px to 25px.

    I started the process by following a few forum posts and did manage to achieve some of the changes, but not all of them properly, so have just gone back to closer to the default settings and removed some of the extra CSS I’d applied in my tests.

    This is another small issue and not related to above, but if you look at my progress at the narrow size:
    http://responsivedesignsimulator.com/?http://www.jelfon.com/nr1/

    TOP PHONE / EMAIL – How to move it down on the smallest view.
    The top phone number and email is too close to the top of the browser, so can you help me move it down a little bit in the narrow view so on an iPhone for example, I’d like to move it down just so there’s a bit of room above, even 10px would make it look a lot better.

    If you can help I’d be very grateful.

    Thanks
    Joe

    • This topic was modified 12 years, 3 months ago by joerainbow.
    #194884

    After working a bit with Enfold (a great WP theme and theme framework, btw) I think that you should focus on two new features:

    • Event calendar integration (like in Incarnation)
    • More post type in post format (e.g. “tutorial”)

    Thanks for your hard work, anyway! Enfold looks great!

    #194877
    derek62
    Participant

    Before changing to Enfold I set my featured image size to less than the current 704 x 400px.

    As a result of this some of my featured images are less than 704 x 400px.

    Is there a quick and simple way of making them all 704x400px?

    Thanks

    Derek

Viewing 30 results - 233,551 through 233,580 (of 244,288 total)