axsu
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] How to remove CPT slug?Hi @tw2113,
Thank you for your answer.
I followed your blog post and everything is working fine now. The slug
booksis not appearing now in the URL.The
single-bookit’s the post. I’ll rephrase the example:
www.example.com/poetry/leaves-of-grass
What I want to is showingpoetryin the url. I hope it’s more clear now.I did that, as I said before.
But there’s some issue when I set Display Conditions.
First I select “Libros (Books) / Categories”: https://prnt.sc/swgwh5
Then, when I want to check if is correctly selected, I find that has changed to “Posts / Categories”: https://prnt.sc/swgxhfWith this plugin: https://es.wordpress.org/plugins/custom-post-type-ui/
Hi @dudaster,
Now I set “Has Archive” to true and I’m available to choose more options in Display Conditions. https://prnt.sc/swf42j
But each category page still empty.
Oh! Sorry, I have another question.
Is not possible to set a query to show just archives from a custom post type?
Sorry, @dudaster, I confused classic skin from posts widget.
Widget posts it doesn’t work with the classic skin either.
Hi @dudaster,
Yes, it worked with classic skin. I still can’t use archive posts.
Hi @ocbroadband,
I’ve changed the Archive Posts widget for “Posts widget” and now is working.
Hi @wpxpo,
That CSS doesn’t work for me. I tried with other selector and they didn’t work either.
So, I’ll have to use another plugin.
Thanks.
Hi @wpxpo,
Sorry, I’ll try with the screenshots. 🙂
Without the plugin: https://prnt.sc/sucuml
With the plugin: https://prnt.sc/sucugmYou can see that with the plugin activated the admin editor turns wider. Why is this happening? I’m using the plugin just in one page and I would like to keep the other pages with the default width size to work better.
Best regards.
Forum: Plugins
In reply to: [ACF-VC Integrator] Social mediaHi! I’m just looking for the same solution. I want to display a Linkedin icon with its url, but for now I think there’s no option.
Forum: Plugins
In reply to: [ACF-VC Integrator] Can’t get the data from a Custom Post TypeThank you for your answer.
Grid Builder doesn’t solve my problem because it shows elements that I don’t want to. What I’m trying to achieve is to show every field that I have in my Custom Post Type, that previously I set in ACF.
I’ll wait to see your update.
Kind regards.
Forum: Themes and Templates
In reply to: [Twenty Twenty] How to put an image next to text?I think I found the reason.
I don’t like the width of the main column for content, so months ago I changed it with CSS.
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { max-width: 780px; }I disabled this code and the image it’s placed well. Now I have to figure out how I can solve it so I can have both things: wider column and the images next to text without breaking anything.
Forum: Themes and Templates
In reply to: [Twenty Twenty] How to put an image next to text?I did exactly what the WordPress tutorial explains. In fact, I did it before starting this topic. I don’t know what is happening :/