• Resolved dimekmaurer

    (@dimekmaurer)


    Hello,
    You’re doing a great job! I would like to use your plugin to create a user portfolio and everything is cool except one thing. When it adds shortcode user=”{username}” to display the gallery of a particular user. Unfortunately it doesn’t give me a username from the portfolio generator. Is there any way to make it work correctly?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author odude

    (@odude)

    Do send me the full shortcode you have used.
    I will help you out to set it up.
    You do have a beautiful website.

    Thread Starter dimekmaurer

    (@dimekmaurer)

    Section of UGP mixed with Ultimate Membership Pro:
    [upg-list user=”{username}” popup=”on” orderby=”date” layout=”slide” perrow=”6″ perpage=”6″]

    portfolio generator page: https://wwmodelagency.com/portfolio-2/

    And if it would be possible to combine this shortcod with the oldest, newest or specific photo, e.g. 3 of a given user would be great!

    Full shortcode based on Avada Builder:
    [fusion_builder_container hundred_percent=”yes” hundred_percent_height=”no” hundred_percent_height_scroll=”no” hundred_percent_height_center_content=”yes” equal_height_columns=”no” menu_anchor=”work” hide_on_mobile=”no” status=”published” publish_date=”” class=”” id=”” background_color=”” background_image=”” background_position=”left top” background_repeat=”no-repeat” fade=”no” background_parallax=”none” enable_mobile=”no” parallax_speed=”0.3″ video_mp4=”” video_webm=”” video_ogv=”” video_url=”” video_aspect_ratio=”16:9″ video_loop=”yes” video_mute=”yes” video_preview_image=”” border_size=”0px” border_color=”” border_style=”solid” margin_top=”” margin_bottom=”” padding_top=”0″ padding_right=”0″ padding_bottom=”0″ padding_left=”0″ admin_label=”gallery”][fusion_builder_row][fusion_builder_column type=”1_1″ layout=”1_1″ spacing=”” center_content=”no” link=”” target=”_self” min_height=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_image_id=”” background_color=”” background_image=”” background_position=”left top” undefined=”” background_repeat=”no-repeat” hover_type=”none” border_size=”0″ border_color=”” border_style=”solid” border_position=”all” border_radius_top_left=”” border_radius_top_right=”” border_radius_bottom_left=”” border_radius_bottom_right=”” box_shadow=”no” box_shadow_vertical=”” box_shadow_horizontal=”” box_shadow_blur=”0″ box_shadow_spread=”0″ box_shadow_color=”” box_shadow_style=”” padding_top=”” padding_right=”30px” padding_bottom=”” padding_left=”” margin_top=”” margin_bottom=”” animation_type=”” animation_direction=”left” animation_speed=”0.3″ animation_offset=”” last=”no”][fusion_title hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” content_align=”center” size=”4″ font_size=”” line_height=”” letter_spacing=”” margin_top=”” margin_bottom=”” margin_top_mobile=”” margin_bottom_mobile=”” text_color=”” style_type=”default” sep_color=””]

    [upg-list user=”{username}” popup=”on” orderby=”date” layout=”slide” perrow=”6″ perpage=”6″]

    [/fusion_title][/fusion_builder_column]

    Thank You!

    Plugin Author odude

    (@odude)

    Does {username} is dynamically inserting the username ? I don’t think this is working.

    If you want to show list of current logged in user
    copy paste the code below.
    [upg-list user=”show_mine”]
    This only work if visitor is logged in.

    To show gallery of specific user without login
    [upg-list user=”dimekmaurer”] which displays gallery of user dimekmaurer

    Thread Starter dimekmaurer

    (@dimekmaurer)

    Yes, you’re right and I know that too, but we want to get an effect where the {username} will be {username} automatically replaced by a username without having to log in, which will generate a portfolio. The functionality of the portfolio is to be such that this particular page can be shared with social media etc.

    Plugin Author odude

    (@odude)

    Sorry, that is specific to your personal requirement.
    You need to fetch username of current page pragmatically and add it to user=”{username}”
    and execute it with using do_shortcode function.

    Thread Starter dimekmaurer

    (@dimekmaurer)

    Can you give me some more guidance?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Portfolio’ is closed to new replies.