Tagged: andy, blog grid, image size
-
AuthorPosts
-
May 20, 2016 at 10:25 pm #636065
Hi,
I’m using the “blog grid” element from the ALB – this shows the featured images in “portfolio size” (see demo page here)
Source code:
- So the .avia-content-grid-active uses the portfolio-size for images (width 495px, height 400px).
- I cannot change the width/height of the “portfolio-size” in functions.php, because I need this size for my portfolio itself.
- But for this blog grid element of the ALB, I like to use my own image size: width 495px, height 260px.
- I’m using the plugin SimpleImageSizes for such things, so I can create this new image size for my own.
But what theme file do I need to edit for this new image size for the blog grid (avia-content-grid-active)?
I use it for example for the category/tag archive.Thank you.
May 23, 2016 at 4:08 pm #636888Hey Chris,
not sure what you mean, but you can change Enfold’s image sizes manually, as shown here: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Best regards,
AndyMay 23, 2016 at 4:30 pm #636922Hi Andy,
sorry, ich schreibe mal auf Deutsch, mein Englisch ist, glaube ich, zu schlecht dafür ;-)
Dass man eigene Bildgrößen oder bestehende ändern kann, weiß ich ja, ich nutzte dafür ja das SimpleImageSizes-Plugin.
Aber:
Wenn ich Auszüge von Blogbeiträgen in einer Seite ausgeben lassen möchte – wofür ich aus dem ALB das “Blogbeiträge”-Element verwende -, dann nutzt dieses ALB-Element die “Portfolio”-Bildgröße.a) die Portfolio-Bildgröße kann und möchte ich nicht verändern, da ich sie genau so, wie sie ist, für das eigentliche Bild-Portfolio brauche.
b) ich möchte, dass das ALB-Blogbeiträge-Element, sagen wir mal, meine eigene Bildgrößen-Bezeichnung XYZ verwendet, mit meiner eigens definierten Bildgröße von 495x260px.
Diese lege ich an im “SimpleImage-Size”-Plugin.
Jetzt muss ich dafür jedoch im Theme-File diese meine neue Bildgrößen-Bezeichnung einbauen, so wie hier “size-portfolio” ersetzen durch meine neue “size-xyz”:Dafür müsste ich aber den Dateinamen wissen, der dieses ALB-Blogbeiträge-Element ausspuckt. Den Rest bekomme ich dann selber hin.
In der loop-index.php ist es nicht drin.May 24, 2016 at 11:28 am #637371Hi!
try to follow this thread: https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme/
If that does not help you then you might need to hire a freelance developer for this job.
Regards,
AndyMay 24, 2016 at 2:31 pm #637481Hi Andy,
I only need to know, what theme file generate the output of the ALB element “Blogbeiträge”, so that I can change there the code to my desire – nothing more :-)
May 25, 2016 at 3:31 pm #638077Hey!
You can find the advance layout builder shortcodes in the config-templatebuilder > aviashortcodes folder. Modify the blog.php file.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.