Viewing 30 results - 236,911 through 236,940 (of 243,844 total)
  • Author
    Search Results
  • #171745

    This is by far my favorite WP template and I love it’s many different options. But I have to say I am very surprised that something simple like the font size cannot be changed without the Quick CSS box. This is one of the more important features on ANY WP site. I’d rather not go looking for that piece of code in the style sheet.

    #171738
    This reply has been marked as private.
    #171734
    gshiels
    Participant

    Great theme guys!

    I would like to add a lightbox to the Posts Slider. Please can you advise on the best way to do that.

    Also, is it possible to add more options to the Post Slider Avia Layout screen. For example: GIve the users these options on the Posts Slider:
    1) Link to Post
    2) Lightbox
    3) Choice of Lightbox or Link to Post.

    If that is asking too much in a support forum, then could you note the steps that I need to take?
    I’m happy enough to mess around with the PHP, but a few pointers would be helpful :)

    Cheers

    Gary

    #171715

    In reply to: Enfold – Phone Info

    Hello!

    Here’s a workaround:

    #header_main .container{
    display: table;
    }
    #header_main .main_menu{
    display: table-cell;
    vertical-align: middle;
    position: static;
    }
    #header_main .main_menu .avia-menu{
    float: right;
    }

    Cheers!
    Josue

    #171708

    Which code should I add to the Quick CSS if I want to change the color of that code ?
    thanks
    john

    #171705

    Once I created the child theme, where should I customize my theme? Do I have to copy custom.css in enfold-child or just use style.css in enfold-child?

    #171703

    Superb :)
    works very well.
    Thank you very much.

    John

    #171682

    In reply to: IE 8 issues

    #171681
    Oli
    Participant

    Hi,

    is it possible to add a minimum css with “@media print” because print version of pages can’t be read (above all the content slider, and a lot of content layers) ?

    Do you plan to write the media print css ?

    Thanks,
    Oli

    #171670

    Hi theuptimizers!

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

    .avia_message_box_content { font-weight: 400; }

    Regards,
    Yigit

    #171665

    In reply to: Ipad issues

    Hello!


    @gigoz
    please add following code to Quick CSS in Enfold theme options under Styling tab

    .iconbox .iconbox_content .iconbox_content_title { overflow: visible; }

    Best regards,
    Yigit

    #171661

    Hey!

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

    .social_header .phone-info { margin-top: 40px; }
    .social_header .phone-info.with_nav span { border-style: none; }

    Regards,
    Yigit

    #171658

    Hello wared!

    You can go to Appearance > Widgets and create a widget area for your blog, say you wanted to use Sidebar Blog, just insert your widgets there http://i.imgur.com/xpkVNNU.jpg
    Then edit your blog page and choose that widget area as your sidebar under Layout http://i.imgur.com/Dwwql1W.jpg
    Please make sure that you choose to display sidebar on Blog page in Enfold theme options under Sidebar tab

    Regards,
    Yigit

    Hey!

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

    .content { border-right: 1px solid #e1e1e1; }

    Cheers!
    Yigit

    #171650

    Hi mathysjp!

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

    .content {padding-bottom: 70px; }

    On same pages you do not have enough content, that is why it happens. But that should fix it. You can adjust the value if it does not

    Regards,
    Yigit

    #171633
    Niels
    Participant

    Hi,

    two quick queries:

    1) The main menu, with its elegant vertical rules/borders looks great when there’s an image directly under it. But on a text-only page I’d like to see a full width thin rule/border underneath (just like the full-width rule/border above the menu. Can you let me know how I can do this?

    2) Search icon. If I remove the search icon which appears in line and to the right of the main menu, then the last, right vertical rule/border loses its spacing and now appears directly next to the last letter of the last menu item. Can you let me know how to reinstate the correct space?

    Many thanks.

    #171626

    Hi!

    Please go to wp-content\themes\enfold\includes folder and open loop-index.php file and find following code in line 158

    the_author_posts_link();

    and change it to

    the_author();

    Cheers!
    Yigit

    • This reply was modified 12 years, 3 months ago by Yigit.
    #171623

    Thank you

    I actually edited and replaced the Functions.php file inside the wp-includes folder rather than the Functions.php inside the wp-content/themes/enfold folder.

    Website is back up – again thank you

    #171621

    Hello mikaelsv!

    Assuming that you are using Single author, Big preview pic as your Blog Style, Please add following code to Quick CSS in Enfold theme options under Styling tab

    .big-preview img { padding: 7px;
    background: #FFF;
    display: block;
    -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.25);
    }

    Best regards,
    Yigit

    #171617
    #171616

    In reply to: mobile navigation

    This reply has been marked as private.
    #171608

    Hi bcarey!

    Have you edited functions.php file inside wp-includes folder?
    If not, fastest and easiest way would be re-installing the theme
    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

    Best regards,
    Yigit

    #171607

    In reply to: mobile navigation

    Hey!

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

    @media only screen and (min-width: 768px) { #layer_slider_2 { display: none!important; } }
    @media only screen and (max-width: 767px) { #layer_slider_1 { display: none!important; } }

    I had no problems inserting 2 layersliders one after another. You can try removing ruler after adding this code

    Regards,
    Yigit

    #171594

    In reply to: Header and Footer

    Hello jennallocco!

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

    #header_meta { display: none; }

    2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger

    #header_meta { box-shadow: none; }
    .logo { height: 115%; top: -17px; }

    3)

    #footer .widgettitle { font-size: 12px; letter-spacing: -1px; }

    Cheers!
    Yigit

    #171591

    Hey!

    Can you post the link to your website? And please note that Enfold is not compatible with IE versions below 8

    Best regards,
    Yigit

    #171587

    In reply to: Logo size animation

    Hello!

    I have seen hundreds of Enfold, but there is no such effect http://www.screenr.com/QMLH :)

    Regards,
    Yigit

    #171586

    I think it would be easiest if we can just log in and take a look at your page structure live. The home page seems off and typically, even in IE8 with the theme I don’t have anywhere near as many issues as you are running into with the general layout.

    Also quickly fix the css from Peter above from:
    main_menu .menu li a { max-width:none; }
    to
    .main_menu .menu li a { max-width:none; }

    The . at the start makes it not work at all.

    #171580
    Jason
    Participant

    Hi,

    I opened a thread with several serious issues in 2.3. It was closed with no answers to any of the problems posted.

    Why?

    https://kriesi.at/support/topic/a-few-issues-with-enfold-2-2/#post-169840

    Jason

    #171573

    Hi!

    Because we don’t want to be responsible if the freelancer fails and we want to avoid that someone thinks we offer an “official customization service”.

    From time to time I can help out with customization work but right now I’m too busy because I already work on some customization projects and I need to work on the Enfold 2.4 update :)

    Best regards,
    Peter

    #171566

    Hi finessecreative!

    Please add following code to Quick CSS in Enfold theme options

    .main_menu ul:first-child > li > a { cursor: pointer!important; }

    Regards,
    Yigit

Viewing 30 results - 236,911 through 236,940 (of 243,844 total)