-
AuthorPosts
-
March 18, 2014 at 5:10 pm #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
March 18, 2014 at 10:29 pm #239676Hi nthcreative!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry-title { font-size: 18px; }
Cheers!
YigitMarch 28, 2014 at 1:47 pm #244338This reply has been marked as private.March 30, 2014 at 11:55 am #245059Hey!
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!
PeterApril 1, 2014 at 2:26 pm #246024This reply has been marked as private.April 2, 2014 at 1:32 pm #246515This reply has been marked as private.April 7, 2014 at 3:27 am #247998Hey!
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,
DevinApril 8, 2014 at 12:25 pm #248742Sorry 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 longerAlso 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)
April 10, 2014 at 8:09 am #249641Hey!
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,
PeterApril 15, 2014 at 5:56 pm #251711Hi Dude,
I tried your above code but the ajax portfolio entry page still displays cropped image.
Please help.
April 17, 2014 at 9:00 am #252503Hi!
Please try the code again – I adjusted it a bit and replaced $params[‘preview_size’] =’no scaling’; with $params[‘preview_size’] =’full’;
Best regards,
PeterApril 30, 2014 at 12:39 pm #258232I added this exactly as you said (within a child theme)
it doesn’t work.
any more ideas?
May 1, 2014 at 7:23 pm #259015If 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.
May 9, 2017 at 8:24 pm #790563I 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 matterMay 9, 2017 at 9:13 pm #790595Hi,
@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 -
AuthorPosts
- The topic ‘how can I make the title for each portfolio entry 18 point?’ is closed to new replies.