Search found 117 matches

by NoahBaldwin
Mon Mar 18, 2019 11:28 am
Forum: Help / How to use AllProWebTools
Topic: Change the header in the 'Products Sidebar'
Replies: 2
Views: 1622

Re: Change the header in the 'Products Sidebar'

This requires adding a few lines of custom CSS. First, you need to hide the header and then create a new header to be displayed with the text you want. Both blocks of code (below) are required. The first one hides the original header and the second creates the new header with the text you want to di...
by NoahBaldwin
Fri Mar 15, 2019 1:22 pm
Forum: Help / How to use AllProWebTools
Topic: Setting a default font
Replies: 1
Views: 1279

Re: Setting a default font

That's a great suggestion! We'll add that to version 5.1.
by NoahBaldwin
Wed Mar 06, 2019 12:07 pm
Forum: Help / How to use AllProWebTools
Topic: Manage Images & Files
Replies: 2
Views: 1727

Re: Manage Images & Files

The screenshot that you have provided indicates that you are still logged into the development server. Since your website has been moved to the live server, it is important that you use the login credentials that were emailed to you one hour ago. This should resolve your issue.
by NoahBaldwin
Sat Jan 26, 2019 4:24 pm
Forum: Suggestions / Feature Requests
Topic: Contact Custom Fields - Default Value
Replies: 2
Views: 2862

Re: Contact Custom Fields - Default Value

Thanks so much for the suggestion! We will consider this for our next version.
by NoahBaldwin
Fri Jan 25, 2019 4:55 pm
Forum: Help / How to use AllProWebTools
Topic: code on websiste
Replies: 42
Views: 15769

Re: code on websiste

Thank you for following these steps. I now have a better understanding of what your process is. Can you paste the entire code here that you are trying to put into your website so we can take a closer look at it? From what I can see, it looks like you are are not pasting the entire code from Amazon -...
by NoahBaldwin
Fri Jan 25, 2019 4:47 pm
Forum: Help / How to use AllProWebTools
Topic: code on websiste
Replies: 42
Views: 15769

Re: code on websiste

That looks great!

Now let's try adding just ONE new code from amazon just the same way you have before.

Save it and let us know so that we can take a look.
by NoahBaldwin
Fri Jan 25, 2019 4:36 pm
Forum: Help / How to use AllProWebTools
Topic: code on websiste
Replies: 42
Views: 15769

Re: code on websiste

ok, let's start by removing the code from the bottom of the page. Can you please go to the webpage editor and scroll all the way to the bottom and delete the random code that is printed at the bottom under "Food".

Once that is done, save the page and let us know so that we can take the next step.
by NoahBaldwin
Fri Jan 25, 2019 4:29 pm
Forum: Help / How to use AllProWebTools
Topic: code on websiste
Replies: 42
Views: 15769

Re: code on websiste

ok, thank you for that clarification. So would you like us to add more empty boxes in a row for you? Then you can add more amazon code to the boxes?
by NoahBaldwin
Fri Jan 25, 2019 4:11 pm
Forum: Help / How to use AllProWebTools
Topic: code on websiste
Replies: 42
Views: 15769

Re: code on websiste

Can you help me understand how this page is setup?
by NoahBaldwin
Fri Jan 25, 2019 4:06 pm
Forum: Help / How to use AllProWebTools
Topic: code on websiste
Replies: 42
Views: 15769

Re: code on websiste

Here is what I am currently seeing on your page: You have created a new heading that says "Food" and under that you have pasted amazon code. You can see this by going to where you edit the page and scroll all the way down to the bottom of the page. At the bottom you will see the amazon code that was...
by NoahBaldwin
Fri Jan 25, 2019 3:31 pm
Forum: Help / How to use AllProWebTools
Topic: code on websiste
Replies: 42
Views: 15769

Re: code on websiste

It looks like you have been copying code from amazon to your website to display products. You have created a new heading that says "Food" and under that you have pasted amazon code. You can see this by going to where you edit the page and scroll all the way down to the bottom of the page. At the bot...
by NoahBaldwin
Mon Jan 21, 2019 1:25 pm
Forum: Report a Bug
Topic: Pop up screen not working on ipad/iphone
Replies: 5
Views: 2483

Re: Pop up screen not working on ipad/iphone

Thank you for bringing this to our attention. This issue has been fixed in our next version which will be released soon.
by NoahBaldwin
Fri Jan 18, 2019 10:27 am
Forum: Help / How to use AllProWebTools
Topic: How can I stop Auto Linking?
Replies: 1
Views: 1048

Re: How can I stop Auto Linking?

The feature that you are referring to is called the Dictionary System. This is a very effective SEO tool exclusive to AllProWebTools. You can learn more about how it affects SEO and Search Engine Page Rank here: Uv-5EUMvrk8 It sounds like it may not have been configured correctly. You can learn how ...
by NoahBaldwin
Thu Jan 10, 2019 7:39 pm
Forum: Help / How to use AllProWebTools
Topic: Hide categories from product page
Replies: 2
Views: 1658

Re: Hide categories from product page

You will find that each category has an id field such as:

Code: Select all

<div class="productsidebar list-group" id="prodcategory7">
You can adjust your css file like the following:

Code: Select all

#prodcategory7 {display:none;}
by NoahBaldwin
Wed Jan 09, 2019 11:57 am
Forum: Report a Bug
Topic: Pop up screen not working on ipad/iphone
Replies: 5
Views: 2483

Re: Pop up screen not working on ipad/iphone

Thank you for your additional information. I was able to replicate the issue on my iPhone XR running iOS 12.1.2. We will look into the issue and get back to you over the next few days.
by NoahBaldwin
Fri Jan 04, 2019 3:34 pm
Forum: Help / How to use AllProWebTools
Topic: Unsubscribe Page and radio buttons
Replies: 7
Views: 3564

Re: Unsubscribe Page and radio buttons

1) What would you like to change the message to say?

2) Here is a video that addresses your question:

by NoahBaldwin
Fri Jan 04, 2019 11:27 am
Forum: Report a Bug
Topic: Pop up screen not working on ipad/iphone
Replies: 5
Views: 2483

Re: Pop up screen not working on ipad/iphone

I just tested this on my iPhone XR running iOS 12.1.2 on both Chrome and Safari. The popup works for both on my end.