danodco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to build a questionnaireHey. I don’t want to sell the products through my website. I just want to have the products organized and displayed as recommendations but these should be affiliate links on cards. So I would not need to store or ship any products.
To answer your question I currently use woocommerce and strip/ PayPal for payment.
The website I sent you is not mine. However the workflow is similar to what I want to build for my website (stylnafali.com).
The only difference to that website and what I want to achieve is that I would like to have conditional logic built into the questionnaire so that it outputs answers from an array of 16 options.
For example, after answering all the questions, the lead is typed as X, then they should be shown products in X category. Is they are typed Y, then they should be shown products in Y category, etc. As mentioned earlier the products will be affiliate links so the lead will be taken to the website of the brand selling the product.
Hope this makes sense. if not, let me know.
Forum: Fixing WordPress
In reply to: How to build a questionnaireim not sure which plugin will “point” to the listing pages. But it needs to be an aggregator of some sort. An online search has yielded results like sorry and pory but unsure how they may work.
The shopcolorbook.com website is a good example of what I would like to acheive.
Forum: Themes and Templates
In reply to: [OceanWP] Sidebar removal caused issuesI have removed all the code from the custom CSS box and put only the one that you have given me
#site-header.medium-header #site-header-inner { padding: 0; } #site-header.top-header .header-top #site-header-inner { padding-left: 300px; }But the alignment is still not correct. On all the pages except the blog pages, the top bar contents (menu) is moved to the left.
Can you please suggest something else? Thanks loads
Forum: Themes and Templates
In reply to: [OceanWP] Sidebar removal caused issuesHi,
Tis is what is there in the Custom CSS box
<h2>About Us</h2> <h2>[ninja_form id=4]</h2> <h2>CONTACT INFORMATION</h2> <p>We welcome feedback as it helps us better service your needs as valued customers.</p> <p>For any comments and queries, please get in touch with us.</p> <h2>Email</h2> <p style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: Asul, sans-serif; font-size: 20px; font-style: normal; font-weight: 800; color: #000000;">[email protected]</p> <h2>Phone</h2> <p style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: Asul, sans-serif; font-size: 20px; font-style: normal; font-weight: 800; color: #000000;">+1 000 000 000</p> <h2>Address</h2> <p style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: Asul, sans-serif; font-size: 20px; font-style: normal; font-weight: 800; color: rgb(0, 0, 0);">Blubinga Group</p><p style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: Asul, sans-serif; font-size: 20px; font-style: normal; font-weight: 800; color: rgb(0, 0, 0);">4283 Express Lane</p><p style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: Asul, sans-serif; font-size: 20px; font-style: normal; font-weight: 800; color: rgb(0, 0, 0);">Suite 5279-244</p><p style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: Asul, sans-serif; font-size: 20px; font-style: normal; font-weight: 800; color: rgb(0, 0, 0);">Sarasota, FL 34249</p>This is what is there in simple CSS box
.single .thumbnail img { width: 60%; display: flex; margin: 0 auto; } .category .page-header { margin-bottom: 30px; }Forum: Themes and Templates
In reply to: [OceanWP] Sidebar removal caused issuesI get this error “Unable to save due to 1 invalid setting.”
I copy pasted the code in the Custom CSS/JS section. Not quite sure if i did it the right way