anandp29
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Orvis] Images on left sideIt looks like I may have figured it out. Not sure if this is the best approach but you edit the image block as HTML and remove the figure tag.
<figure class="wp-block-image size-large">These specific images will now appear in the left column.
Let me know if there is a better, cleaner way of handling.
Here is the end result using this method: http://textualdelight.com/portfolio/drift-email/
- This reply was modified 6 years ago by anandp29.
Forum: Themes and Templates
In reply to: [Orvis] Images on left side@fresatomica – Oh sorry, maybe try this: https://imgur.com/a/pJjgrIx
The issue is that for the Orvis theme, there is automatically 2 side-by-sections for each individual post. On the left is the ‘portfolio-content’ div and on the right is the ‘portfolio-media’ div. It seems as if any image I add to my post itself automatically gets put into the ‘portfolio-media’ div, aka the right section. I would like some to appear inline with the text in the ‘portfolio-content’ section, aka the left.
Forum: Themes and Templates
In reply to: [Orvis] Images on left side@fresatomica – I did try by adding media blocks in the post but images seem to automatically get pushed to the right section. I tried the ‘media & text’ block, the ‘image’ block and even the ‘gallery’ block. All keep having the images appear in the right section.
For example, this is the image set up in the editor as an image block: https://www.dropbox.com/s/4te9di96dgiewpa/Screenshot%202020-05-05%2010.56.57.png?dl=0
You can see here that the image appears in the right column: http://textualdelight.com/portfolio/drift-email/
Forum: Themes and Templates
In reply to: [Orvis] Column widths and images on portfolio pages@fresatomica Thanks for the info. I had actually already tried that with no luck. I gave it a shot again just now, but still no luck. No biggie, I was able to get the following to do the trick:
.portfolio-media { width:50%; } .portfolio-content { width:45%; } .page-id-584 .portfolio-content { width:276px; }Forum: Themes and Templates
In reply to: [Orvis] Column widths and images on portfolio pages@fresatomica – Thanks for the suggestion.
I was able to find some sort of workaround although not as neat as the :not property you suggested. This is what I tried for the “not” option, which didn’t seem to work:
.portfolio-content:not(.page-id-584) {
width:40%;
}Again, I did find another messier workaround but would love to update to this suggested way if I can figure out why the :not property is not working for me.
Forum: Themes and Templates
In reply to: [Orvis] Column widths and images on portfolio pagesIt may help if I add some context. What I want to achieve, on just the individual portfolio pages, is something similar to this: https://reallygoodemails.com/emails/nows-the-time-to-master-shaving/
They have the full-length image in one section and corresponding text and image snippets in the other.
Forum: Themes and Templates
In reply to: [Orvis] Column widths and images on portfolio pagesI tried adding the following additional CSS, which seems to make the individual portfolio pages looks the way I want, but I realized it also affects the home page layout, which I do not want to update.
.portfolio-media{
width:55%;
}.portfolio-content{
width:40%;
}Forum: Themes and Templates
In reply to: [Orvis] Column widths and images on portfolio pagesI am referring to the actual portfolio page rather than the home page, ex: http://textualdelight.com/portfolio/sparktoro/
Maybe I am not understanding something?
Forum: Themes and Templates
In reply to: [Zakra] Showing posts on home pageAny suggestions on plugins that can achieve this?
Forum: Themes and Templates
In reply to: [Zakra] Email subscription stylingHi, unfortunately that doesn’t seem to work. Sorry for the late reply – I did not get a notification that you had responded :/