Viewing 30 results - 141,151 through 141,180 (of 142,510 total)
  • Author
    Search Results
  • #127959

    Hi Agnes,

    I’m getting the same thing on my test install as well but not getting it in any other theme. Not sure what the conflict could be so I’ll need to tag Kriesi on the topic and have him take a look at it.

    Regards,

    Devin

    #127677

    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 :)

    Tried about 15 times in a row now, doesn’t seem to change at all for me. :(

    #126105

    Hi Andy,

    If the issue continues when the site is live we can take a look. Or if you have it on a stable test and want to make a new topic for it we can check there as well.

    Just make sure to include a link to the relevant site when you make a new post describing the issue.

    I’m going to close this topic for now so that it doesn’t get further off topic and a big long extended thread.

    Regards,

    Devin

    oliviad
    Participant

    Hi,

    Here is my link, I would need a little less padding on top and bottom of the logo/menu, how can I do this?

    http:// censored

    Thanks

    #25791
    bicounet
    Participant

    Hi,

    With a color section, the texts in post bolg, icon box left … are unreadable.

    How to have a background color for the element as with top box icon.

    regard

    #128046

    In reply to: move site

    Hi,

    Bad idea. Database has a lot of things hardcoded in there including your local domain name and other things.

    1. There are a number of ways to do this. The easiest would be for you to move all the files. then you would need to go into Settings > General (this is on your local install) and change the WordPress Address (URL) and the Site Address (URL) to your live site. and save. The theme will immediately stop working (since its on your local computer) and that’s when you immediately export it as SQL and reimport it on your live site.

    Allowing wordpress to change the url itself is much cleaner than messing around the database and counting the number of characters in domain names in multiple tables.

    2. You need to use the exact same salts as you been using on your local development. What are salts? Those encrypted looking random keys inside your wp-config.php file since they are used everywhere in the database. In fact just take your entire wp-config.php , change the database, password to your live server, but leave the 8 salts as they were. This is important or you will get errors , in fact errors identical to the ones you are getting.

    Also before doing that (which should be the very last thing you do), you should run some database optimizer plugins, as well as plugin for transient optimisation. Also remove every single revision. Basically cut the fat off the database and then change those urls save and go into phpmyadmin to export as sql (with insert commands overwrite)

    Thanks,

    Nick

    #128029

    In reply to: Header and SM Icons

    Hi,

    What you describe sounds close to the fixed header with social icons and top second menu. Have you tried all 5 headers in Enfold > (Theme Options) > Headers?

    If you want something different, can you take a snapshot and move things around in some graphic software so we can see what’s on your mind?

    Thanks,

    Nick

    Hi,

    I can see the issue now. It is very random. Try to switch back to Default Editor then update it. Go back to ALE and update it again then preview the changes. Sometimes it will be fixed, sometimes not. I’ll tag Kriesi.

    Regards,

    Ismael

    #128052

    In reply to: Image not found

    Hi,

    Please send the login details to ///.

    Include the word “Kriesi” on the subject. Add the link of this topic on your email.

    Regards,
    Ismael

    #128156

    Hi,

    The topics are group together by theme. You can use the search box.

    Regards,

    Ismael

    #25764

    Topic: Text Box white space

    in forum Enfold
    maxosbon
    Participant

    Problem: Too much white space when using Text Block.

    I am adding a title using h1 format and subtext using paragraph format to the very top of my homepage. Right under this “Text Block” I use the slider. There is a ton of white space before my h1 title and after the subtext before the next section (slider) begins.

    Question: How do I reduce white space on my homepage when using “Text Block”? Is there a better alternative to inserting a title on my page that will save on white space?

    #127586

    Perfect Ismael, it worked!

    Thanks so much to both of you. Great team work :)

    Regards,

    jasmine

    #128117

    Add this to your custom css to fix the spacing :)

    /* Fixes Quform spacing */

    .iphorm-element-spacer {

    padding: 0 !important;

    margin: 0 !important;

    }

    .iphorm-outer p {

    margin: 0 !important;

    }

    .iphorm-outer br {

    display: none !important;

    }

    #25757
    Bluemkt
    Participant
    #127883

    As I said above, at the very smallest mobile resolution the cart stops responding to the width in order for it to not get too squished to read. So if you use the link above in iphone 4/5 there is no issue but when you get down to the ~340 pixel width the table stops reducing in size and instead expands to give better readability.

    #127329

    In reply to: Form Working Problem

    Hi Ismael,

    thank you. Unfortunately I didn’t have the time to try Nick solution yet. But I temporarely deactivated both plugins. Please don’t close the topic if it’s possible, the problem on my site is still on. I will be able to do some more testing in a couple of weeks and report the results.

    Thank you,

    Lucia

    Nope, it’s already Stretched Layout. :(

    Hi,

    On Enfold > Styling > Use stretched or boxed layout?, select Stretch Layout.

    Regards,

    Ismael

    #127844

    Hi!

    Try:

    #top .widget .textwidget ul{
    list-style: disc inside;
    }

    Regards,

    Peter

    Hi!

    Did you find a solution? I’m asking because the topic is marked as resolved.

    Regards,

    Peter

    #114698

    Add Xing to Social media icon list.

    I can’s find it on the accepted list, but Kriesi annpounced already here: https://kriesi.at/support/topic/xing-icon

    When is it coming?

    Boris

    #127880

    In reply to: .po file compatibility

    Hi,

    They have different framework so the .po files for Abundance or Replete will not work perfectly on Enfold. You can visit this link: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    Regards,

    Ismael

    #127302

    Hi,

    If you are working on my instructions, I’ll repeat it again.

    You can replace an existing icon with the youtube icon. On Enfold > Header > Add the Tumblr social icon for example. Place your apple link. When you’re done, edit custom.css then add this code:

    #top .social_bookmarks_tumblr {
    background: url(../images/apple.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr:hover a {
    color:#fff;
    background: url(../images/apple-hover.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a {
    text-indent: -9999px;
    }

    You don’t need to do Dude’s code. Yes, you need two icons for the initial and hover state. If you want a different color for the hover, you need to edit the apple-hover via Photoshop and change the background color manually.

    Regards,

    Ismael

    Regards,

    Ismael

    #127585

    Hi,

    You can use this

    .header_color li, .header_color span  {
    border-color: black;
    }

    Regards,

    Ismael

    #25739
    shortow
    Participant

    When i insert an image on a page an enlarged 2nd version of that image appears top of page

    Happens regardless of whether image is uploaded, inserted from URL, or image links settings (Custom URL, Media File, None etc)

    Doesn’t happen for posts, just pages.

    eg **http://livedealer.org/dev/test/**

    help appreaciated

    cheers

    #25735

    Topic: Header and SM Icons

    in forum Enfold
    lifeundone
    Participant

    Hi,

    Is there any way to have the header with menu below AND have SM icons in the top row with the extra navigation?

    Cheers,

    Mitch

    No I didn’t receive anything. Make sure to include a link to this topic in the body of the message or my spam filter grabs it and I can’t see it.

    Hi Devin, just wanted to make sure you got my email on the section padding on mobile / responsive layout. I got the images flush to bottom on desktop devices but the mobile side adds about 30px extra padding on bottom of each section which forces images up. Could you let me know what code to edit to remove the additional padding that is added to sections on mobile devices?

    Thanks much,

    Chris

    #25733
    lifeundone
    Participant

    Hi,

    I have looked thru all the posts on this topic and have tried every css option you have shown people and I can not get my menu color to change to white.

    http://karenfantin.com/

    I want the whole menu to be white and not orange.

    Thanks so much for your help.

    Mitch

Viewing 30 results - 141,151 through 141,180 (of 142,510 total)