Viewing 30 results - 135,871 through 135,900 (of 142,832 total)
  • Author
    Search Results
  • #202572
    lanikita
    Participant

    Hi-

    So far I am liking the theme, but had a few questions.

    1. How do I add more social icons at the top?
    2. How do I remove the area at the top that is under the logo and above the slider (Says “page name” and “You are here: page name”. I would like to remove the whole area and text, so it is like the Enfold demo.
    3. How do I remove the Dummy Link Text in the footer?
    4. How do I make the slider image taller like the Enfold demo?

    Thanks.

    #202571
    Tim Durden
    Participant

    Hi,

    If you’re using CloudFlare in front of your WordPress site and are having trouble with Icons (social media / page top etc) not loading after an upgrade (from Enfold v2.3 and earlier), you might find this useful:

    Login to CloudFlare -> Go to Websites -> Select your site -> Select ‘CloudFlare Settings’ from the drop-down menu.
    Scroll down and click ‘Purge Cache’, then set Development Mode to on (this setting will switch off after 3 hours automatically).
    Now try reloading your site.

    Kind regards,

    Tim Durden
    Twitter: @tjdurden

    #202562

    Hi there,

    It seems that the logo is blurred for some reason..

    The image itself is 600 px and the logo size set in the css as well..
    Also the line height is adjusted..

    Any suggestions here?

    Thanx

    #202532

    Hi!

    The sorting issue is fixed in the latest theme version (Enfold 2.4.3). It’s a small incompatibility issue with WP3.8: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Regards,
    Peter

    #202521

    In reply to: XML-RPC file

    Hi!

    A google search return some results (i.e. http://wordpress.org/support/topic/site-inaccessible-error-after-upgrading-to-wp-38 ) and I’m pretty sure it’s a wp3.8 issue.

    Best regards,
    Peter

    #202520
    #202486

    Hi!

    Are you using WPML? If yes this thread: https://kriesi.at/support/topic/wp-3-8-with-wpml-3-0-1-creates-404-errors/ may help you.

    Best regards,
    Peter

    #202485

    Found the fix!!! For w3wision, and anyone else that searched for “accordion” and not “toggle” in the forum. Guess it’s a bug, and they’re aware of it.

    https://kriesi.at/support/topic/toggle-with-sorting-enabled-not-working-in-the-2-4-3/#post-201140

    SUGGESTION :
    Once you guys KNOW something is an issue, especially with a new release, why don’t you have a “2.4.3 – Bug Fixes” sticky, or something like that? ’bout had a heart attack, thinking I wouldn’t be able to fix this for a client meeting tomorrow. So I anxiously scanned through the first several pages, and on the forth one, found the post with the fix. That’s obviously not ideal though. A sticky with “toggle” and “accordion” would have had me set in 2 secs.

    That being said, you can close this ticket. All set now.

    hanlinsg
    Participant

    1: I want to change to boxed layout to 960px to suit my images. How do I do that?
    2: Why is there a ‘web hosting’ link after my copyright info in the socket area?
    3: How do I change the background colour for the top bar (above the header)?

    Thank you!
    Jaosn

    #202452
    ShortieD
    Participant

    Hi Folks – is there anyway to move the tags from the bottom of the post to the top of the post just underneath the title?
    Thanks

    #202417

    Topic: Chaging image sizes

    in forum Enfold
    montanayank
    Participant

    Just today, the images on my site http://www.christophermatthewspub.comthat should be 95 x 123 are switching to over 300 x? What’s happening and how can I fix it. This hasn’t happened to my images previously.

    #202411

    Hey!

    You can use this. :)

    #top .product_column_4 .products .product {
    margin: 0 5% 1% 0;
    width: 20.25%;
    }

    Regards,
    Ismael

    #202409

    Hi sharonreiley!

    I don’t see the difference between the fields except for the border. Please add this on your custom.css or Quick CSS:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    -webkit-appearance: none;
    border: none;
    padding: 8px 6px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    }

    Best regards,
    Ismael

    Hey!

    1.) Use this to remove the allowed html tags note:

    .form-allowed-tags {
    display: none;
    }

    2.) Change the button color using this:

    .main_color #submit, .main_color input[type='submit'] {
    background: red;
    }

    3.) Use this to increase the top padding:

    .content, .sidebar {
    padding-top: 100px;
    }

    Best regards,
    Ismael

    #202404

    In reply to: tabs help

    thank you.. last thing on this topic…

    is there a mouseover option i can use… to make this happen.. http://j2k.info/this.png

    #202396

    Hey!

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

    #top .fullsize .template-blog .blog-meta {
    float: left;
    }

    Cheers!
    Ismael

    #202391

    Hi Ben!

    You can use this to increase the size of the logo:

    .logo, .logo img {
    width: 400px;
    }

    Adjust the left position using this:

    div .logo {
    left: 36%;
    }

    Regards,
    Ismael

    #202370

    Hi!

    Yigit’s code should work:

    #construyamos {
    border-top: 0;
    }

    Please remove browser cache then reload the page. This is the result:

    Cheers!
    Ismael

    #202343

    Hey BlendMarketing!

    You can use this on Enfold > Styling > Quick CSS:

    #top .alternate_color.title_container .main-title a {
    color: red;
    }

    Cheers!
    Ismael

    #202335

    Hey Haycreations!

    The images are all set to expand to their containers for the responsive layout changes. You can use column shortcodes to act as containers for your image (1/3 | image | 1/3 ) or add a class to the image to give your own css higher priority.

    For example, that image has the specific image class already on it from WordPress and if you add this to your Quick CSS in the styling tab of the theme:

    #top .wp-image-7954 {
    max-width: 666px;
    }

    You’ll give it a smaller max width without removing its ability to adapt for mobile.

    Best regards,
    Devin

    #202334

    Hi!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    zerozendesign
    Participant

    Guys,

    Have a client with a few requirements that I am exploring mostly to do with the Masonry Blog.

    1. The ability to have a single larger image at the top left as a featured post. I was thinking that a separate category could get assigned this identifier and any post added to that category would be placed at that location. Is this possible?

    2. The client wants it so the title, excerpt and and read more text appears on hover over each featured image on the masonry blog image layout. Similar to http://peacheyphotography.co.uk/

    Are these two things possible? What is the starting direction for getting there?

    #202316

    In reply to: Changing font (Alef)

    Thanks a lot Josue, now it works.
    BTW, this command doesn’t cover everything in the website (like the header, the name in the testimonial, etc):

    body, p, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family: “Alef Hebrew”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    }

    Is there anything I can add that will cover everything on the website? buttons, header, etc. ?

    Thanks again,
    Eran.

    #202302

    Hey!

    Support scope is outlined when you register for the forums. Depending on how busy we are we will go beyond normal fairly frequently. We aren’t project managers and just respond as we get questions.

    We answer with the best response we can and when we hit a point where it seems that someone is only looking at us to solve a major customization issue as you explained a few days ago we will refer them to quicker alternatives.

    Saying that this topic/question was and is low priority doesn’t mean that you are, just that this specific issue was. We’ve been addressing WordPress 3.8 bugs, there have been 2 theme releases this week to fix things and it looks like there will be another coming up shortly.

    Regards,
    Devin

    #202296

    In reply to: menu color

    it looks great, can i add menu items to the left of that top blue bar …

    http://j2k.info/american/

    Just to add, as it pertains to the same page / blog

    Is there a way to add more spacing to the top of both the main blog post area, and the sidebar

    Ref: http://gyazo.com/d9c9e1f6f5f4dc824924fbcbe980f54b
    I’d like to add say 30px of spacing between the “Privacy on Mind” title and the actual “Blog – Latest News” div.
    I’d also like to have the sidebar spaced the same if possible.

    DaveL77
    Participant

    REF: http://gyazo.com/146fa279552c6a1887c5da41f6ac02ff

    I’d like to remove the “website” textbox and text, as well as the HTML related stuff after the main text box.
    Is there code I can change here, or will I have to alter single.php for this?
    I do also want to change the actual “Post Comment” box colour, however I think that is just a styling thing that can be done via the styling options / editor.

    I’m already going to alter single.php to change the “Blog – Latest News” to state the correct title, so any other input would be great.

    My apologies for so many different support topics, I’ve been trying to learn as I go and you’ve been extremely helpful!

    #202275

    Hi Devin,

    I have uploaded screenshots of what I get when I click each of the links & pasted the link below. Please have a look & see if it’s the same thing you’re getting.

    http://imgur.com/a/LIga6#0

    As you will see, the top & bottom links work differently from the ones in the middle as for the first link I have given the top of the page & the last link works differently because the scrolling stops when the browser reaches the bottom of the page

    Looking forward to your response

    #202261

    @Devin and @Dude,

    I appreciate your response, but I have to honestly say that I’m blown away at the words “low priority” being used here. I would never say this to any client. It basically defeats any good working relationship from that point onward. Being that I have purchased a half dozen themes and have referred many developers to Kriesi, I feel very neglected here guys.

    My question is, why did it take 12 days and 4 support techs to refer me to these alternatives?? I would have gladly paid. Not looking for FREE. Just need help.

    And Dude, if this is a “low priority” topic and so far outside the scope of help, why didn’t you say this to me during our initial conversation on this topic 10 days ago on Dec 9th?

    Wow guys. Just wow.

    My advice to you fellas would be to NOT wait almost 2 weeks to tell someone that you’re not going to help them. We have deadlines and paying clients too.

    #202196

    Thanks, I have tried PrintFriendly and am having issues on post pages for portfolio items, where when it’s set to display below content it’s moving the right sidebar down as well. I did start another post on this so here is my link if you can help me with this. WP-Print simply gives an error page not found when clicked, so that one does not play well with Enfold. Thanks, Ismael.

    https://kriesi.at/support/topic/print-friendly-and-pdf-plugin-pushes-sidebar-below-content/#post-201722

Viewing 30 results - 135,871 through 135,900 (of 142,832 total)