Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #239459

    hi guys

    how can I make the title for each portfolio entry 18 point? and can it be the heading font please?

    thank you for your help

    #239676

    Hi nthcreative!

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

    .grid-entry-title { font-size: 18px; }

    Cheers!
    Yigit

    #244338
    This reply has been marked as private.
    #245059

    Hey!

    Open up enfold\single-portfolio.php and replace

    
    $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    

    with

    
    $avia_config['size'] ='full';
    

    Cheers!
    Peter

    #246024
    This reply has been marked as private.
    #246515
    This reply has been marked as private.
    #247998

    Hey!

    1) The size of image getting output isn’t in any of the theme settings for thumbnails on either edge so I’m not sure what is cropping it: 988×642 . Have you change any of the thumb sizes in the functions.php or do you have those in the regular wordpress media manager sizes?

    2) You can modify the css rule for the title of each portfolio item with this:

    
    .portfolio-preview-title {
    font-size: 22px;
    }
    

    Adjust font size, color, spacing etc with new properties and values. The theme doesn’t have any other individual options for them yet but there are some options in the works for more text sizing control.

    Best regards,
    Devin

    #248742

    Sorry Devin

    The guy who is doing the wordpress for us says that neither of these bits of advice solve the problem?
    we uploaded images following the instructions of size & I would like to avoid the image being
    cropped in the window that opens when you click on it from the portfolio grid – Is this even possible
    it seems like the images on the enfold demo are also cropped so maybe I am asking the impossible?
    It would just look so much better if my artwork came up looking correct on first click rather than the final window
    as this all takes longer

    Also the code you wrote does not seem to change the size of the text in the portfolio description. ie the right hand column
    beside the image in second window after you click from portfolio grid.

    I keep getting answers that don’t solve the problem but also don’t tell me that it cant be done
    either way it would be very useful to know where we stand, Is there any chance you could skype or facetime us just
    to ensure we re doing the right thing & that we can solve this one key issue –

    love the enfold theme – very happy with the service but just getting hung up on this one issue

    best

    Tim Moore (nth creative)

    #249641

    Hey!

    I would like to avoid the image being
    cropped in the window that opens when you click on it from the portfolio grid – Is this even possible
    it seems like the images on the enfold demo are also cropped so maybe I am asking the impossible?

    Are you using the ajax portfolio? If yes the theme will not use the single-portfolio.php template I mentioned here https://kriesi.at/support/topic/how-can-i-make-the-title-for-each-portfolio-entry-18-point/#post-245059 but it will use a special html template which is loaded with js/ajax. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:

    
    $params['style'] =  "big_thumb";
    

    with

    
    $params['style'] =  "big_thumb";
    $params['preview_size'] ='full';
    $params['crop_big_preview_thumbnail'] ='avia-gallery-big-no-crop-thumb';
    

    Best regards,
    Peter

    #251711

    Hi Dude,

    I tried your above code but the ajax portfolio entry page still displays cropped image.

    Please help.

    #252503

    Hi!

    Please try the code again – I adjusted it a bit and replaced $params[‘preview_size’] =’no scaling’; with $params[‘preview_size’] =’full’;

    Best regards,
    Peter

    #258232

    I added this exactly as you said (within a child theme)

    it doesn’t work.

    any more ideas?

    #259015

    If you are using a child theme then you need to first tell the child theme to recognize and use your own shortcode versions. See: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Otherwise the directory replacement does nothing and is ignored.

    #790563

    I am not exactly sure if I have the exact same issue, but let’s just put it out there…

    I am trying to align preview title fonts within the portfolio grid. I now have 6 columns, but they vary in heigth & text is running outside the grid now.
    Ideally I would downsize the header font style from 19p tot 16p. Do you have a quick CSS fix for this matter

    #790595

    Hi,


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

    #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3 {
        font-size: 15px;
    }

    If that does not help, please start a new thread under Enfold sub forum and attach temporary logins private content field. Since this is 3 year old thread, i am closing this one :)

    Best regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘how can I make the title for each portfolio entry 18 point?’ is closed to new replies.