Screenshot Questions

Mark,
Stopped using the cloud, and spoke to the Hostigator, no longer giving this error 403. But now also does not show the screenshot, the screen goes black.
Another thing, the menu item in the top of the page is not working anymore ...
 

Mark

Administrator
Staff member
black screenshots - please provide domain where screenshot is black. does it happen to all screenshots or only some?

top menu links - please ensure you have the .htaccess file in place, sounds like you removed it and that is why clean URL's are no longer working.
 
Mark,

.htaccess is in the correct place
A doubt, is to leave the appearance of the first page to other pages, showing the information and the customer's banner
 

Basti

Administrator
Staff member
Another thing, the menu item in the top of the page is not working anymore
You have made a javascript error

Open your wrapper.html and see at the bottom of the file
Code:
{$extra_javascripts}
</script>
That is invalid, you mixed something there. The template tag cant be within script tags, as that tag is used by plugins to include javascript. As a result things break.

Swap those 2 lines and it will work again
Code:
</script>

{$extra_javascripts}
 
Basti,

I changed how you taught and worked Thank you.
Regarding my other question, and I wanted all clintes stay with the complete look, with the description and banner.

M Caliman
 

Basti

Administrator
Staff member
table_row.html make look like table_top_row.html
table_row_premium.html make look like table_top_row_premium.html
table_open.html remove contents
table_close.html remove contents
 
Top