-
AuthorPosts
-
January 7, 2025 at 1:47 am #1474742
I would like to place a photo next to text. so have the photo in a column on the left and then the text to the right of that. ideally the text would wrap around the photo. i cannot figure out how to do that. I was able to add the photo and the text but could figure out the correct placement. can you pls help?
January 7, 2025 at 6:12 am #1474755Hey melanie308,
Thank you for the inquiry.
In a Text or Code Block elementy, you can add something like this:
<div style="overflow: hidden;"> <img src="main-enfold.png" alt="Image" alt="Image" style="float: left; margin-right: 20px; max-width: 50%;">What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. Where can I get some? There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. </div>
Make sure to update the image URL.
Best regards,
IsmaelJanuary 8, 2025 at 1:03 am #1474799thanks. i was pretty successful but have a follow up question. I have added buttons and the alignment is a bit off. If i left align, it goes under the image and appears somewhat hidden, in my opinion. I would like the button to left align directly under the left side of the text. i have attached a link to the page so you can see.
January 8, 2025 at 8:09 am #1474806Hi,
Thank you for the update.
How did you add the button? Make sure that the “Styling > Appearance > Button Position” is set to “Align Left”. If you added it as a shortcode, look for the position parameter, then set it to left. Let us know if this works for you.
Best regards,
IsmaelJanuary 8, 2025 at 2:07 pm #1474834i did “align left” and it appears under the photo. i would like it to be left aligned under the test. i do not know shortcode. can you pls provide? compare the different buttons on the page and you will see that when it is left aligned it appears to close to the photo and gets hidden, in a way.
January 9, 2025 at 4:52 am #1474855Hi,
The button seems to be perfectly visible on our end. Please see the screenshot in the private field.
Best regards,
IsmaelJanuary 9, 2025 at 1:48 pm #1474878the point is that i want the button left aligned under the left side of the text NOT the left side of the image. I find, as do others, that under the image, the button gets lost, visually. Please tell me if there is a fix.
January 10, 2025 at 6:37 am #1474915Hi,
Would you mind providing a screenshot of where you need the button to be located? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelJanuary 10, 2025 at 4:39 pm #1474937this is what i want it to look like. picture on the left. button left aligned under the text.
https://www.dropbox.com/scl/fi/h7ysmm1m47qyyjdc7ul80/Screenshot-2025-01-10-at-10.32.08-AM.png?rlkey=mg6ea5zwhkcwkn3kgvihsshdo&st=dvrbdaq6&dl=0this is the page i’m working on where i’d like to implement the change
by the way where are you located that i only hear back once/day?
January 11, 2025 at 3:49 pm #1474985Hi,
I see that your images are not the same size, most are 150px square, and some are smaller, it would be best if they were the same size.
Then you could try this css:#after_section_1 .av_textblock_section ~ .avia-button-wrap { margin-left: 158px; } #after_section_1 .av_textblock_section img { width: 150px; height: 150px; }
The best approach may be to create a table in the text element and add the image to the left cell and the text and button to the right cell.Best regards,
MikeJanuary 11, 2025 at 5:40 pm #1474991thank you. now we are getting somewhere! a few questions – where do i place that code? in the cell w RSVP button? if so, where exactly? it wasn’t obvious to me.
Also, if i am creating a table, can you please give me specific instructions on how to do that? perhaps create one for me and send a video to avoid all of this back and forth? thanks.
January 12, 2025 at 1:26 pm #1475016Hi,
You would place this code in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field
To create a table to display like in the screenshot above, try creating a duplicate test page and post a admin login for us, then after we make an example you can examine and copy the code to reuse. That maybe easier for you.Best regards,
MikeJanuary 12, 2025 at 3:04 pm #1475022thank you so much. this worked.
I am interested to learn about how to create a table. i copied the page and have published it with pw in the private content area. pls use it to create a sample of a table for me.
January 12, 2025 at 6:24 pm #1475030Hi,
Thanks, I don’t know what the admin user name is, or the link to the test page is.
Please include so I can login to the backend.Best regards,
MikeJanuary 12, 2025 at 6:27 pm #1475032see private area for URL. who do i create a temporary user account for? need an email. unless there’s another way to give you backend access?
- This reply was modified 2 days, 12 hours ago by melanie308.
January 12, 2025 at 7:15 pm #1475035Hi,
Please use any email address, even fake, and then post the login name and password in the Private Content area for us.Best regards,
MikeJanuary 13, 2025 at 1:47 am #1475041please use this revised link, pw and login credentials. you can use this page as a model on our current website for what i want the table to look like. https://jcch.org/happenings/
-
AuthorPosts
- You must be logged in to reply to this topic.