ante1974
Forum Replies Created
-
Hi @champsupertramp ,
Just to confirm, so I couldn’t drop a shortcode to display a specific user profile on a page like:
/aubrey-wilson
/barbara-jonesEtc?
Thanks.
Hi @paoltaia
I would need to see all profiles, my structure has hard coded links to pages like:
mysite/authors/a/ – which lists all authors that have names beginning with a
I already have a plugin that lists all authors whose first names begin with “A”, but if this plugin can do this, please advise.
Then from that page when you click on an author tile/photo, that should take you to another page with the authors profile, i.e:
mysite/authors/a/aubrey-wilson
I would want to drop a shortcode to that authors specific profile on the “aubrey-wilson” page.
All the profiles would have the same template.
Is this possible – If I could have code examples or links to the relevant places in the docs that would be great.
Thanks
@goldroo would I have to specify all the meta I wanted to pull through, or is there a template profile page containing profile background image, profile picture, name, bio, website etc?
Forum: Developing with WordPress
In reply to: Dequeuing ScroptsForum: Fixing WordPress
In reply to: Usernames with hyphens@vijayhardaha thanks for this. very useful.
Forum: Fixing WordPress
In reply to: Usernames with hyphens@saintfield thanks for this solution, its useful to hear of something that works other than effectively “it’s your theme or other plugins, not our problem”.
Forum: Fixing WordPress
In reply to: How WordPress handles author URL’sHi @mmaattiiaass thanks for this, it is a useful workaround.
As an aside I know you can’t change usernames, but the part of the URL that I am referring to that contains, in my use case, an authors name is changeable.
In WPAdmin, on the User page there is a setting “Display name publicly as”, not sure if this is specific to my theme or a plugin or as standard in WordPress. Anyway, “Display name publicly as” links to a drop-down menu that allows you to select the username or the various combinations of the “real name” related to a specific username. If I select the firstname surname type option then the URL’s for all my other users apart from admin display firstnamelastname.
Anyway the workaround you suggested will work and I will use that going forward.
Many thanks.
Hi @silverd deactivating all plugins and using a default theme causes the plugin to work correctly. I then tried just changing the theme and the plugin also works correctly, so it seems there is a conflict with the theme I am using Braga v1.0.4.
Forum: Plugins
In reply to: [WP Custom Author URL] Admin URL is oddHi @chrisjallen no worries I’m not sure if it is the plugin that caused the issue but I think I have an acceptable workaround – I can create a new user/author with the name/username I want and and attribute all the content from the current admin to the new user/author, that way I should get a URL structure I want.
Hi @silverd I’ll make a backup and then do as you have suggested, but I would say that at the moment there seems to be about half a dozen or more threads with the same issue, which does indicate there might be a problem with the plugin itself, rather than an individual installation.
Forum: Plugins
In reply to: [WP Custom Author URL] Admin URL is oddHi @chrisjallen I just removed the access restrictions for you to take a look. TIA
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Plugin stuck on Loading…I have the same issue, a grey loading box appears over the main image of all products on my site:
<div class="yith_magnifier_loading" style="width: 570px; text-align: center; opacity: 0.5;">Loading...</div>
Additionally, this seems to break the carousel of alternative product views on my product pages.
Please advise what the issue is here. All my plugins are updated to the latest version.
Forum: Plugins
In reply to: [Authors List] New link typeForum: Plugins
In reply to: [Authors List] New link type@wpkube actually I have one more question on this. I am using Authors List style 2, with a custom link on View Profile.
[authors_list after_bio='<a href="{al:user_url}">View Profile</a>']
The custom link on “view profile” is different from the “wrap around link” that links the entire author image. Is there a way to make the the “wrap around link” link the same as my “view profile” link?