dirital
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error building the category permalinksgood point. I just checked, it doesn’t look a theme issue thought, in wp-admin the category links are also generated with the /a/ prefix
Forum: Fixing WordPress
In reply to: Error building the category permalinkssame problem, just tried
Forum: Fixing WordPress
In reply to: Error building the category permalinksmediatrends.es/a/informatica
Forum: Fixing WordPress
In reply to: Error building the category permalinksrouter/url resolver. Sorry, using the symfony terminology https://symfony.com/doc/current/book/routing.html
example:
category: technologyurl generalted in the links: /a/technology and that generates a 404 error.
But if I go to /technology I can see the category correctly
Forum: Fixing WordPress
In reply to: Error building the category permalinksand why do you think the /a/category-name generates a 404 error when /category-name works correctly? Why the router is not able to manage the /a/ literal?
Forum: Fixing WordPress
In reply to: Error building the category permalinksMy mistake, is not /%post-id%/%postname%/ but /%post_id%/%postname%/
BUT why are you even using post ID?
This is a customer worpdress with a previous configuration. I wouldn’t use the id either, just the post name.anything you put in your permalink other than the %…% strings will show up as part of the url. That is why the /a/ shows up.
But it shows up even in the category permalinks?Forum: Fixing WordPress
In reply to: Error building the category permalinksHi,
With that config it works well, I already tried that. But why the /a/ gets attached to the category permalinks?
Hi,
Actually, I found the way.
If instead of using the automatic insert, I add the code manually and I add the Keywords params it works, something like these:
AmazonAutoLinks( ['id' => 43747, 'Keywords' => get_the_title() ] );
Hi,
About this solution:
`//add_filter(‘the_content’, ‘yasr_add_schema’);the problem would be when the plugin gets updated, that would be overwritten, wouldn’t it?
Thanks Dario! Great plugin btw
I’d do it myself but the problem would be when you update the plugin. I’d be great if it was possible to pass the css class to use in the shortcodes, something like this:
`do_shortcode(‘[yasr_visitor_votes custom_stars_css=”my_css_style”]’);Hi Dudo,
Thanks for answering me.
I didn’t meant to change the style, I meant to have two different styles: one for the “official” site ratings and another for the user ratings, similar to allmusic.com.
I don’t think that is possible in the pro version either, is it?