Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #249747

    capodanno
    Participant

    ​​I attempted to go directly to ThemePunch to ask this question, but I’m unable to submit a ticket as I purchased their product as part of your theme. When I submit a ticket using my X Theme purchase number, it’s not letting me in. If you can help me, great. If not, could you provide me with a purchase number that will get me in their support system?

    Here’s the ultimate question:

    I have set up a post-based slider at https://circleofhopeinc.org/wallofhonor/

    I am looking to add each person’s photo to the slider along with the post title and post content, but I don’t know how. This photo is currently an imaged added to the post content. If I can do this through a custom meta tag, could you walk me through the exact code to use? I’m afraid I’m not familiar with meta tags, and just can’t figure out how to add the photo from each post!

    If it’s easier to do this through the featured image, and then select a static image as the main rose background, I’m willing to change all my featured images for each post. I’d just still need to know the meta tag for featured image.

    This will be great, once it’s all set up!

    Many thanks!

    #250026

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    Please refer to these links for detailed instructions.

    http://revolution.themepunch.com/documentation/#post_based_slider

    Hope that helps.

    #251598

    capodanno
    Participant

    Thanks for the video, but it doesn’t answer my question. My question is how to use a metatag (or other solution) to include the image in the blog post. Not the featured image (that’s already automatically added as the background) but the image in the post content. I think a metatag would be the best way to include this, but I don’t know what the metatag is?

    Or instead of using the metatag feature, maybe I should create a style in the advanced editor? What code would I need to call upon the image in each post?

    #251728

    Rad
    Moderator

    Hi there,

    You should buy another license directly from the author of Rev. Slider to get full support and direct updates from them.

    And about your question, meta tag is simply meta you added by custom fields. Let’s get into details 🙂

    1. Edit your target post (Admin > Posts) and then open Screen options on top of your page.

    2. Through that screen options, check custom fields to enable it.

    3. Scroll down to find custom fields section.

    4. Add your custom field name (meta tag name), and value (meta tag value). You can add your image’s url as meta tag value, and let say we use my_awesome_image as meta tag name.

    5. Then go to your slider’s slide and add a new layer. And with that layer insert a content (eg. <img src="">

    6. Then add your meta tag name.

    <img src="%meta:my_awesome_image%">

    7. Save

    Cool isn’t it 😉

    Thanks!

    #383397

    Mbzo
    Participant

    Tried your solution #251728 and it works perfectly.

    However, sorry to ask this again, but assuming we already defined a featured image for every post:

    What is a quick input for getting a featured image to appear on the slide?

    WP 4.3
    REV SLIDER 5.0.4.1
    X 4.0.7 (Integrity Stack)

    (our editor is not willing to manually add an awesome meta key for every new post – ok, so he`s lazy).

    #383400

    Mbzo
    Participant

    Forgot to bracket the code: <img src="%SHOW-ME-THE-FEATURED-IMAGE-ALREADY%">

    #383542

    Zeshan
    Member

    Hi there,

    Thanks for writing in! As Revolution Slider is a 3rd party plugin, regretfully, we have limited support for it that only covers its compatibility issues with X. So questions related to transitions, animations or how the certain feature of the slider works, would be getting outside the support we can offer. You may refer to Revolution Slider online documentation: http://revolution.themepunch.com/documentation/

    You can review our Kb article on Revolution Slider for more information.

    Thank you for understanding. Take care!

    #383625

    Mbzo
    Participant

    Thats`s ok, the answer was right under my nose:

    {{featured_image_full}}

    Post Replace Placeholders:
    {{meta:somemegatag}}	Any custom meta tag
    {{title}}	Post Title
    {{excerpt}}	Post Excerpt
    {{alias}}	Post Alias
    {{content}}	Post content
    {{link}}	The link to the post
    {{date}}	Date created
    {{date_modified}}	Date modified
    {{author_name}}	Author name
    {{num_comments}}	Number of comments
    {{catlist}}	List of categories with links
    {{taglist}}	List of tags with links
    {{featured_image_url_full}}	Featured Image URL Original Size
    {{featured_image_full}}	Featured Image <img  /> Original Size
    {{featured_image_url_thumbnail}}	Featured Image URL Thumbnail
    {{featured_image_thumbnail}}	Featured Image <img  /> Thumbnail
    {{featured_image_url_medium}}	Featured Image URL Medium
    {{featured_image_medium}}	Featured Image <img  /> Medium
    {{featured_image_url_large}}	Featured Image URL Large
    {{featured_image_large}}	Featured Image <img  /> Large
    {{featured_image_url_post-thumbnail}}	Featured Image URL Post-thumbnail
    {{featured_image_post-thumbnail}}	Featured Image <img  /> Post-thumbnail
    {{featured_image_url_entry}}	Featured Image URL Entry
    {{featured_image_entry}}	Featured Image <img  /> Entry
    {{featured_image_url_entry-cropped}}	Featured Image URL Entry-cropped
    {{featured_image_entry-cropped}}	Featured Image <img  /> Entry-cropped
    {{featured_image_url_entry-fullwidth}}	Featured Image URL Entry-fullwidth
    {{featured_image_entry-fullwidth}}	Featured Image <img  /> Entry-fullwidth
    {{featured_image_url_entry-cropped-fullwidth}}	Featured Image URL Entry-cropped-fullwidth
    {{featured_image_entry-cropped-fullwidth}}	Featured Image <img  /> Entry-cropped-fullwidth
    #383846

    Lely
    Moderator

    Glad you find the answer!

    Cheers,
    X