Viewing 30 results - 227,191 through 227,220 (of 242,407 total)
  • Author
    Search Results
  • #221901

    Thanks Yigit.

    #221893

    Hi,

    It would be really interesting to manage “columns property” as column background, column padding, column radius… using the modal system as for other shortcodes!

    Cyril

    #221883
    webshop-factory
    Participant

    We are using Enfold 2.4.5 and want to use bbPress 2.5.3. Enfold should be compatible with this version of bbPress as stated in the description. Unfortuntaley, as soon as we activate bbPress, our sidebars are completely empty. Our developer told us that the problem is line 121 of config-bbpress/config.php:
    register_sidebar(array(
    ‘name’ => ‘Forum’,
    ‘before_widget’ => ‘<div id=”%1$s” class=”widget clearfix %2$s”>’,
    ‘after_widget’ => ‘<span class=”seperator extralight-border”></span></div>’,
    ‘before_title’ => ‘<h3 class=”widgettitle”>’,
    ‘after_title’ => ‘</h3>’,
    ));
    If this line is removed, it works again and we see our normal sidebar. We do not have any idea why this is happening. Could you please help us?

    #221881

    Hi Kimberly!

    See: http://kriesi.at/documentation/enfold/create-new-portfolio-item/

    Make sure that you add a featured image to each portfolio item so that the theme has something to use in the portfolio grid element.

    Regards,
    Devin

    #221878
    akamaxbuz
    Participant

    Following the instrux on http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/,
    I pasted the code below at the end of he functions.php file, but nothing changed. It still reads “Blog – Latest News”. What should I do now?

    /*
     * KBS change blog title 
     */
     
    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
        if ( $args['title'] == 'Annies News and Views' )
        {
            $args['title'] = get_the_title($id);
            $args['link'] = get_permalink($id);
        }
    
        return $args;
    }
    #221845

    Many thanks will take a look.

    I hate playing with code though. It would be great if these options were available in the Enfold menu.

    Cheers.

    #221835

    Hmm. I did what you said. I pasted body { font-size: 16px; line-height: 80%; } into the Quick CSS.
    Take a look at http://www.kennethbsmith.com/clients/abww/
    Seems I can control the font-size but not the line-height. Above I used line-height: 80%; so you would see that is not working. Seems to be stuck on line-height: 1.65em;
    Using FireBug I can not seem to grab the line-height.
    Any other suggestions?
    (I have been editing CSS for five years, so I find this baffling. But I like Enfold and want to understand the nuances. I also have been using your custom.css but not here so as to adhere to your suggestion.)
    Thanks.

    #221822
    Viterbi
    Participant

    Hello,

    I am currently on WordPress 3.8.1 and Enfold 2.4.5.

    Although in the demo website you have in Themeforest, I can see the Masonry and Single Author Full Width layouts, in my admin/settings page, I cannot find them in the drop-down menu.

    I can only find the Multi Author, Single Author Small, Single Author Big and Grid Layout.

    Kindly please let me know how can i create a blog of either Masonry or Single Author Full Width layout.
    Thanks in advance,

    P.

    #221801

    Hey!

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

    .image-overlay { width: 100%!important; }

    Cheers!
    Yigit

    #221790
    nachogfa
    Participant

    Hi, I would like to use Montserrat google font for all header but the font is not shown in the Enfold > Styling > Header fonts dropdown.

    I tried using quick CSS with no luck.

    I hope you can help me including this font for headings. Kind regards,

    Nacho.

    #221788
    Iladevi
    Participant

    hello!
    the indexing is already done in enfold theme or i have to add some codes?

    • This topic was modified 11 years, 4 months ago by Iladevi.
    #221787

    Hey!

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

    .logo, .logo a, .logo img {
    max-height: 125px!important; }

    and change it to

    .logo, .logo a, .logo img {
    max-height: 150px!important; }

    Best regards,
    Yigit

    #221786

    Hi David!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) { 
    .fullsize .big-preview.single-big { width: auto; }

    Cheers!
    Yigit

    #221785

    Ismael,

    Give it a try again. Sorry about that.

    #221784

    Hey eric!

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

    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: rgba(0,0,0,0.5); }

    There are many class to target. Please post the link to your website and point out the section so we can provide you more accurate custom CSS code

    Cheers!
    Yigit

    #221783
    zerozendesign
    Participant

    Hey guys –

    Did a little work at http://embodyproject.com on the single post pages.

    I added a background and then edited the image sizes to appear in full. The images and background are not sizing down with smaller devices. How do you recommend I go about enabling this?

    Thanks in advance

    #221781
    skewzy
    Participant

    Hi
    This maybe off the topic, but if you can give me an advise, it will be great.
    Our visitors are experiencing a slow page loading speed with enfold theme, especially from Asia. The page loading take about 7 seconds in Asia vs 3 seconds in USA. This is not an issue with Enfold, but hosting.

    So after research I came up with 2 possible solution.
    1. hosting our site at Page**ly or WPE**ngine (Managed WordPress hosting with CDN, the reviews say it’s really fast, but is it really true?)
    2. hosting at Managed VPS with SSD, CDN, APC, Memcached, Varnish

    Does Managed WordPress hosting really worth and boost up the speed, compared to fully loaded VPS with SSD?

    Please advise

    #221777
    #221773

    Topic: Stylesheet is missing.

    in forum Enfold
    eliuserman
    Participant

    hi there
    I’ installing the latest enfold theme and I get this message in the theme tab of WP:
    Stylesheet is missing.
    how come?

    Outstanding fix!
    thank you for your knowledge

    Hi fixedopsinsight!

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

    .news-time { display: none; }
    .image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img {
    width: 36px; height: 36px; }
    .news-thumb { padding: 0; min-width: 38px;
    min-height: 38px; }

    Cheers!
    Yigit

    #221753

    Hey!

    You are welcome, glad we could help :) You can post testimonials on comment section of Enfold on ThemeForest. I am marking this thread as resolved. Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    Joe Birch
    Participant

    I am hoping you can give me a bit of code to add to my CSS that will trip away the date and time stamp from my sidebar widget
    example
    http://50.6.140.113/find-coach/

    I would love to be able to make the logos larger at this location too. If you have code from that that would be great.

    thanks for the great theme.

    #221731

    Hi!

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

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

    Best regards,
    Yigit

    #221730
    Binro89
    Participant

    Hi there,

    I’m in front of a small issue. I don’t find how to create the same sidemenu than the one you’ve got here: http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/

    If I do understand well how it works, it is a nested menu automatically created on subpages (of the parent “Shortcoldes”). But how can you set it up to make it start at a precise point of the page, and not on top? I’ve tried several things, but I didn’t manage to get the same thing.

    And by the way, I don’t manage to get a simple nested menu neither (if i create a child page, I have got nothing, even with the box ticked in the Options Panel). What am I missing?

    Thanks for your help. Regards.

    Robin

    #221728

    In reply to: enfold Masonry sorting

    Hi!

    Please try and let us know. We will be waiting to hear from you

    Cheers!
    Yigit

    #221724

    In reply to: enfold Masonry sorting

    No plugin is enabled :(

    I`ll try to re-install WP.

    #221722

    In reply to: enfold Masonry sorting

    Hi asafku!

    Please try deactivating all active plugins and check if that helps. JavaScript errors appear in console when trying to sort portfolio. It could be because of Hebrew charset

    Regards,
    Yigit

    #221711

    Topic: enfold Masonry sorting

    in forum Enfold
    asafku
    Participant

    Hey,

    I`m using WP 3.8.1 and the latest enfold theme.

    The sorting function in the Masonry is not working for me… (stuck on All Cat).

    http://picalife.com/

    Thank you,
    Asaf

    • This topic was modified 11 years, 4 months ago by asafku.
    #221699

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and change page ID to match your pages

    .page-id-999 .slide-image {
    width: 30%;
    margin-right: 10px;
    float: left;
    }

    You can right click on Chrome or Firefox and click Inspect elements to find the page ID

    Regards,
    Yigit

Viewing 30 results - 227,191 through 227,220 (of 242,407 total)