Viewing 30 results - 220,921 through 220,950 (of 243,900 total)
  • Author
    Search Results
  • #264770

    Ok now its working, i had to delete enfold.css and when I made changes in the admin panel it has re-created another one which now works

    #264768
    restlesscookie
    Participant

    Hi Guys, awesome theme,

    I want to nofollow the footer link, when I insert rel=’nofollow’ into the footer it crashes the entire footer.

    this link is the one

    Thank You.

    // you can filter and remove the backlink with an add_filter function
    // from your themes (or child themes) functions.php file if you dont want to edit this file
    // you can also just keep that link. I really do appreciate it ;)
    $kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);

    Joe Birch
    Participant

    Hi guys, I continue to love your theme. I am caught on something.
    I need to make bold type appear a different color from clickable url type

    check this page out:
    http://stsjohna.wwwsr11.supercp.com/elementary/

    Take a look at First Grade, that is bold
    the PDF button is clickable, both elements are controled by the enfold CSS.
    can you explain how I can change the bold area it’s a different color and not confused with the clickable type?

    thanks

    #264760
    TheBlog
    Participant

    Hi,

    I’m building a blog using the theme and have an issue with the design of the Archive pages.
    I created a page using the Layout builder and inserted a “Blog Posts” component. I set the blog style to Single Author big preview pic and Blog content length to Excerpt with read more link.
    This page is selected as my front page in my Enfold Child Theme settings.

    It defines the style of my main blog page but I can’t change the design style of the Archive pages (categories, months…). Archive pages look like full post text with big preview.
    I did play around trying to change this in PHP. I took the archive.php and copied it to my child theme and changed the get_template_part( ‘loop’, ‘index’ ) removing includes so it takes the loop-index.php from my current child theme folder.
    Next I changed in loop-index.php (child theme folder) line 34 get_the_content(__(‘Read more’,’avia_framework’) to get_the_excerpt(__(‘Read more’,’avia_framework’)
    With this I get only Excerpt on Archive pages but without the prefiew image.
    Any easier way without PHP? If not, what would be the recommended change in PHP to get the same result as on main blog front page?

    Thanks

    #264740

    Hi!

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

    #top.avia-blank #wrap_all #main { padding-top: 0 !important; }

    Cheers!
    Yigit

    #264732
    This reply has been marked as private.
    #264731
    #264729

    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    you can turn off the animation with

    .avia-progress-bar div.progress .bar {
        animation: none;
    }

    To change the color of them you need to add (enter the color you want for each one):

    .grey-bar .bar {
        background: #FFFFFF !important;
    }
    .blue-bar .bar {
        background: #FFFFFF !important;;
    }
    .green-bar .bar {
        background: #FFFFFF !important;;
    }
    .orange-bar .bar {
        background: #FFFFFF !important;;
    }
    .black-bar .bar {
        background: #FFFFFF !important;;
    }
    .red-bar .bar {
        background: #FFFFFF !important;;
    }
    .teal-bar .bar {
        background: #FFFFFF !important;;
    }
    .aqua-bar .bar {
        background: #FFFFFF !important;;
    }
    .purple-bar .bar {
        background: #FFFFFF !important;;
    }
    .pink-bar .bar {
        background: #FFFFFF !important;;
    }
    .silver-bar .bar {
        background:  #FFFFFF !important;;
    }
    #264728

    Hey drijen!

    You can try re-updating via FTP – http://vimeo.com/67209750
    You can now change portfolio slug in Settings > Permalinks > Portfolio Entry Settings. You can find Enfold documentation here – http://kriesi.at/documentation/enfold/ where you can find tutorials for new features. Since version 1.8.4 many features were added to the theme :)

    Regards,
    Yigit

    #264723
    drijen
    Participant

    Hi there,

    I am using Enfold v1.8.4.

    I have noticed some problems i.e. in the editor, the custom text field shows white space in visual mode. When I view it in html mode, i can see the code. Also I have having some issues where I save something in the visual editor, only for it to delete certain blocks in the process.

    I assume this may be because this version of enfold is not compatible with the latest WP.

    I tried upgrading to the latest Enfold and ran into a few problems

    1) Some of the customisations I did dont’ display the same. I didn’t touch the theme, I used the custom css, and theme options
    2) I had changed the portfolio slug. I realise that doesn’t work with the new theme and that I have to get WPML and String Translation Extension. However it seems WPML is something I have to pay for. Is this correct?

    Any help would be really appreciated.

    • This topic was modified 11 years, 8 months ago by drijen.
    #264721

    Hi Yigit! Lookin’ good. That will do very nicely for the time being. Many thanks. Excellent support and we love ENFOLD (wish we’d found it 4 months ago!).

    #264700

    Hey!

    You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or vote if already requested. And if it urgent for you, you can hire a freelance developer on Envato Studio or Codeable. You can also request quote from WerkPress.

    Cheers!
    Yigit

    #264697

    Hi!

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

    .archive .fullsize .template-blog .big-preview img {
    width: 20%!important;
    margin: auto; 
    }

    Regards,
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #264693

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .title_container .breadcrumb { left: -20px; }

    then go to Appearance > Editor and open functions-enfold.php file and find

    'heading'		=> 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/

    and change it to

    'heading'		=> 'h3' //headings are set based on this article: http://yoast.com/blog-headings-structure/

    Best regards,
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #264692
    This reply has been marked as private.
    #264684

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove top padding of content

    .content, .sidebar { padding-top: 0; }

    Best regards,
    Yigit

    #264676
    arconics
    Participant

    Hello Enfold support,

    I would like to use different secondary navigation for specific pages; for example, technology/benefits/features/webinar for one and benefits/technology/webinar/features for other pages. I’ll need a few different types. Is that feature included in Enfold theme or will it have to be built for us?

    Thanks

    #264659

    When CF7 is active I can not update any post or page (button is inactive) and I get a error when I do changes in controlpanel of Enfold.
    I haven’t checked CF7 author yet.
    I will do it right now.

    #264634
    changegroup
    Participant

    Hi Team Enfold,

    In accordance to our Design Manual we should use the following fonts:

    Heading – Helvetica Neue Condensed Black (i.e. H1)
    Sub Heading – Helvetica Neue Condended Bold (i.e. H2-H6)
    Body Text – Helvetica Neue Regular

    How can we implement this in the enfold theme and our website? – Could you point me in the direction?

    #264633

    Hey!

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

    .main_menu { display: none; }
    #advanced_menu_toggle, #advanced_menu_hide { display: block; }

    Regards,
    Yigit

    Hi!

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

    .main_color input[type='submit'] {
    background-color: orange;
    color: black;
    border-color: orange;
    }
    .main_color input[type='submit']:hover {
    background-color: red;
    color: white;
    border-color: red;
    }

    Cheers!
    Yigit

    #264619

    Hey!

    I have tried adding custom CSS code to Quick CSS field in Enfold theme options > General Styling and it did work fine – http://i.imgur.com/Ku47HfQ.png
    You may need to apply !important rule to your custom CSS code to override existing rule

    Cheers!
    Yigit

    #264615

    In reply to: Ajax Search Text Color

    Hi El-Watch!

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

    .header_color .ajax_search_title {
    color: red;
    }

    Cheers!
    Yigit

    #264593
    sjuan
    Participant

    Hello, I build my web page with enfold and it is very slow. I tasted with GT METRIX and it seems there is some problem with the defer parsing of JavaScript + Leverage browser caching.

    Could you help me please?

    Thks.

    #264588

    min-height is currenty set to 100px

    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    .avia-section {
    min-height: 0px;
    }

    site looks good so far, i’d suggest to look at the transparent menu since its hard to read it with some of the background images.
    Maybe some decent text effects like a white shadow might help. would need some testing to see what looks good :)

    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    quick / custom CSS:

    .avia_ajax_form fieldset p .button{
        background-color: #00000;
        border-bottom-color: #000000;
        border-left-color: #000000;
        border-right-color: #000000;
        border-top-color: #000000;
        color: #000000;
    }

    color is the font color

    http://www.w3schools.com/tags/ref_colorpicker.asp

    #264586
    This reply has been marked as private.
    #264582

    have you set the min-height of the color section to 0?
    Some stuff that can increase the height of an element: min-height, height, padding, margin
    A link to the website would help to check what is causing the white space.

    To add IDs to other elements then color sections please use this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    #264579

    Additional question – I’ve added

    php_flag  log_errors on
    php_value error_log  /(path)/logs/phperrors.log

    to the site .htaccess file, but would a timeout or memory overload not show up in the log?

    The latest entries are from monday, and goes like this:

    [12-May-2014 19:16:03 UTC] PHP Fatal error:  Class 'avia_update_helper' not found in /(path)/public_html/wp-content/themes/enfold/includes/admin/helper-compat-update.php on line 4
    [12-May-2014 19:19:24 UTC] PHP Fatal error:  Class 'avia_fb_likebox' not found in /(path)/public_html/wp-includes/widgets.php on line 413
    #264577
    heufti65
    Participant

    H
    after updating enfold there is no picture shown on the starting page. also no dashboard.
    http://www.tennisgate.com/en/

    and the gallery on this page
    http://www.tennisgate.com/en/meet-the-team/
    has also no pictures.

    Can you assist me?

    in the german version all is good.
    http://www.tennisgate.com/de/

    Thanks in advance

Viewing 30 results - 220,921 through 220,950 (of 243,900 total)