macstinger
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] redirection questionThank you! Appreciate the response.
Forum: Themes and Templates
In reply to: [Woostify] Tabbed Description on Single Product PageGot this actually. Thanks for the help!
Forum: Themes and Templates
In reply to: [Woostify] Tabbed Description on Single Product PageHi Dylan,
Thanks for your reply.
Not too keen on changing the theme right now as it might break something.
I remember there’s no tabbed for the descriptions the first time I installed your theme so it’s not enabled by default. At least on my end.
I’m looking to make tabbed descriptions of the product like your demo page but I can’t find it. Is that actually possible on Free woostify?
I enabled the “Review” on Woocommerce setting but nothing changes.
Really loving your theme. Let me know if I’m missing something.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Billing is a required field.Hey Mike,
Yeah, I switched it back to standard for now. Kind of give up on it after a few days of searching for solutions. Looks like the problem is there for quite a while and all the possible way around it I found doesn’t quite work.
I’m quite sure you are aware that this is a problem for quite some time now based on the numerous threads with the same problem as mine. I assume you may have possible solutions to fix the problem that works for others. Thus, I would really appreciate if you can maybe just share it with me.
Not really keen to enable Paypal Checkout again right now as I have to move forward with my project. I hope you understand.
I really like your plugin and I wished we could find solutions to this.
Thanks for your reply!
Forum: Themes and Templates
In reply to: [Woostify] alignment changed when header is fixedNot yet. I revert it back to “relative” position for now. The problem happens when the position of header is “Fixed” using css.
Here’s the code I use when the alignment problem occurs:
.site-header-inner {
background:#0F2B5B;
height:110px;
z-index:170;
margin: 0 auto;
border-bottom:0px solid #dadada;
width:100%;
position:fixed;
top:0;
left:0;
right:0;
text-align: center;
- This reply was modified 4 years, 1 month ago by macstinger.
Forum: Themes and Templates
In reply to: [Woostify] change background color of mobile headerAwesome! Worked perfectly well. Thank you!