freelylw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: the way of List a selection of post in a simple text listHi, thanks, I need to filter a list of post through category, the “recent posts” seems not for this but only for the latest posts. I guess this is very basic requirement for filtering a list of post, please advise if there is a way. Thanks
Forum: Fixing WordPress
In reply to: Show Contact author form on post pagethanks, are there any tutorial for how to do this ? or if there are plugins can do this ? Thanks
Forum: Plugins
In reply to: [Contact Form 7] send email to post author ?Thanks Ian
Thanks for reply, my simple question is if admin need to list a selection of products, but admin can’t by using the way of filtering the product categories, because the product categories is transparent to the website visitors, I can’t show to the buyers that the product category is call something like “admin think best”
so if there is way that admin still can use to make this works ? I guess this should be a popular requirement for shopping site. thanks
Hi, I am using a third party multivendor plugin call Dokan, but what I am asking seems has nothing to do with this, even I am using multivendor plugin, but they still based on the standard woocommerce product. so my question is based on the standard woocommerce product, if there is a way that admin can use shortcode to list some selected products which based on admin “marked/flaged” products but not based on filtering the “product categories” ? Thank you
Forum: Themes and Templates
In reply to: [Storefront] bigger gallery image ?Hi, thanks but I don’t get this, where can I adjust the image size “depending on usage” ? I have checked my product image is about “400px” width. please advise. thanks
Forum: Themes and Templates
In reply to: [Storefront] bigger gallery image ?Hi thanks, why my product image setting page doesn’t has field to input the size , please see here is my version doesn’t support this ?
Forum: Themes and Templates
In reply to: [Storefront] bigger gallery image ?Hi thanks, please see this link here of the screenshot, the first image is the default size, the second image is the bigger one which I want. please advise, thank you.
- This reply was modified 2 years, 7 months ago by freelylw.
same problem here, looking for solution
Forum: Themes and Templates
In reply to: [Storefront] move the cart to the search bar areahi @conschneider thanks, I see the cart to moved to the upper area, but its overlapping with the menu there, ( I hided the search bar with provided code below, can you tell how to keep the menu on the left side of the cart? thank you. ) please see the screen here
————————————————————————————-
`/* Increase width of Secondary Menu and align it to right of page when search bar remove */
@media (min-width: 768px) {.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {width: 69.5652173913%; float: right;margin-right: 0;}
————————————————————————————-
/**
* Disable the Search Box in the Storefront Theme
*/
add_action( ‘init’, ‘remove_sf_actions’ );
function remove_sf_actions() {
remove_action( ‘storefront_header’, ‘storefront_product_search’, 40 );}
———————————————————————————–Forum: Themes and Templates
In reply to: [Storefront] move the cart to the search bar areaHi @conschneider thanks, I have a development site here if you can have a look, thank you
- This reply was modified 2 years, 8 months ago by Steven Stern (sterndata). Reason: replaced bit.ly link
Forum: Plugins
In reply to: [Custom Post Type UI] category permalink showing post type nameHi, seems my question was not clear, I do not want to mix 2 types of permalinks.
What I want is simple, I need my custom post type permalinks looks like : https://www.abc.com/taxonomy/postname
But, it looks like this now :
https://www.abc.com/post-type-name/postnameMy wp defaul permalinks setting is /%category%/%postname%/, please advise, thanks
Forum: Plugins
In reply to: [List category posts] inline custom fieldshi, my question was if there is a code to show all customfields “INLINE” ,thanks
Forum: Plugins
In reply to: [Kirki Customizer Framework] html in footer copyright section ?In the Customizing/Site Footer/Copyright Section, I don’t see there are any field relating to here, its only a text input box, and seems its not supporting html in this box. am wondering just can I use html here. Thanks
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] setting for SCA /3D SecureHi, Can you please answer 2 question in a simple way ? we are a business based on UK, but we have online customers from EU and US as well.
1: if customers has SCA enable for his/her credit card
2: If customer has SCA disable for his/her credit cardIn both case, do we need to do something on the website to accept their payment ? or we don’t need to do anything, woocommerce-stripe will take care both of the case ?
Thanks