Want to manually place buttons via shortcode under posts content.
“You can also use the shortcode [wpwombat-navigation-buttons] to show the buttons” causes buttons to be displayed twice.
Need option under “Customization” , “Button Locations” to “Place With Shortcode Only”
]]>I tested the plugin, but it didn't convince.
Put the information about the
[wpwombat-navigation-buttons]
shortcode in your ?About“ area
of ??the plugin backend!
.wpwombat-product-nav-buttons {
display: none;
}
This CSS Command hides the button,
but it also hides the shortcode button.
The shortcode buttons should use a different
DIV class than the standard buttons,
so the following CSS commands are possible:
.wpwombat-product-nav-buttons {
display: none;
}
&
.wpwombat-product-nav-buttons-shortcode {
display: none;
}
Also set the common CSS commands in the ?About“
area of ??the plugin backend!
Stuff like this:
.wpwombat-nav-product-link-prev {
Font size: 16px;
Font family: Roboto;
border radius: 3px;
frame color: #2fac66;
Font Weight: 700;
text alignment: center;
padding top: 5px;
box shadow: none;
text shadow: none;
}
.wpwombat-nav-product-link-next {
Font size: 16px
…
SVG graphics instead of buttons would be useful,
i can't do it with CSS.
For WooCommerce products the default button only
navigates within the product category.
But the shortcode button don't do that.
The shortcode button navigates through all products
and is not limited to the respective category.
greetings from Switzerland
]]>
Hello,
– Make it works with Custom Post Type.
– Add an option to use the post admin/frontend search results to navigate.
If I open a post of the search results list, the prev/next buttons will not be based on the research.
So if I click on next I will not see the next post about my research but the next post saved.
Thanks
]]>Hello,
in the plugin list the “Settings” link is incorrect.
The url is
https://mywordpress.tld/wp-admin/plugins.php
instead of :
https://mywordpress.tld/wp-admin/options-general.php?page=wpwombat_navbuttons_settings
Not a support question/issue, and as my five star review reflects…
Really Great Plugin!
This is more of a Suggestion Box Request.
I write in hopes to see in the next update, a use shortcode option added to this already great plugin. The ability to place by shortcode would really help me out and I predict many other future users may also find it helpful.
Thanks for listening, respectfully.
]]>