Forum Replies Created
-
AuthorPosts
-
The issue is using a custom post type. My solution was to create my own PHP short code that pulls the author, and display that on the page. You can close this ticket.
Hi,
I created a short video to show you what is happening.Post Metadata element is pulling from the current post.
If I change the author manually (on the bottom of a post), I can see the new author in WordPress backend designer but not the front end.
If I can change the author using a bulk edit on many (or all) posts, I see the new author on the frontend. That means all posts will have the same author. That’s the issue.,Thank YOU. Please close
Hi, Thank you for your reply. I posted the link in “Private Content”.
1. There is a row with 2 columns (hotspot image on left | text box on right).
2. LEFT: You can click on 1 of 6 hotspots in image to reveal it’s text
3. RIGHT: The text box has 6 links. I want each link to reveal the text on the corresponding hotspot on Left Side Image.- This reply was modified 1 year, 1 month ago by Celeranttechnologycorp.
This worked. I am using Flexible Masonry with NO Scaling on Images. Is there a way to force the title/except box to be the same height no matter how much (or few) text characters are in there? Maybe I should just use max-height: 200px
Thank you, worked perfectly. Please mark this as closed
- This reply was modified 1 year, 3 months ago by Celeranttechnologycorp.
Hi, I don’t see this option and I am using the latest version of Enfold. I see these 2 options:
General Styling
Advanced StylingI prefer NOT to set it to custom colors as it may mess up other colors. I am comfortable with CSS if I just know what the CSS code is for this. It should be one of these classes:
.av-special-heading hX
.av-special-heading-tag hXHi Mike, Thank you. This worked. I just had to change the variable so it accounts for my custom post type.
if(is_singular(‘post’)) {
to
if(is_singular(‘press’)) {- This reply was modified 1 year, 3 months ago by Celeranttechnologycorp.
- This reply was modified 1 year, 3 months ago by Celeranttechnologycorp.
That worked. Thanks!!!
Users: Follow code in this section –> ALB for any post type -
AuthorPosts