Hi @tahmasebi,
I ran into the same thing. I made twso adjustments that helped me out.
1. Fix the errors in includes/class-product-sync.php
– go to line 193. It should read “continue;” Remove that line. There is a “break;”
right after which does the same.
– go to line 220. Replace that “copntinue;” with “break;”
– go to line 242. Replace that “copntinue;” with “break;”
2. Fix the errors in includes/functions-templating.php
– go to line 694. Replace that “copntinue;” with “break;”
3. Create your own theme
– go to the themes/ directory. In there is a folder called “default”. Copy that folder and rename it to something you like, e.g. “tahmasebi”
– now go to the Awesome Support settings and select the “Style” tab.
– in the first drop down box labelled “Theme” you should now be able to select “Tahmasebi”
– change the styles and other stuff in your folder now to adjust your display
If it still does not work you may want to try my custom theme folder:
Awesome Support Custom Theme
Best regards
George