Jump to content
thirty bees forum

marci123

Members
  • Posts

    112
  • Joined

  • Last visited

Everything posted by marci123

  1. Next year there will be new regulations. Actually I think it will be nearly impossible to meet all requirements https://www.heise.de/ix/heft/Neue-Spielregeln-3866422.html
  2. Depending on your operating system and server it could be a problem with the image path. Windows for example is using backslashes for the absolute path such as H:\xampp\htdocs\ the browser url is using slashes http://localhost/... Could it be that there is a wrong image path defined somewhere?
  3. @alwayspaws said in Need code help with apache2 configuration for localhost: Note: I'm not using MAMP. What system are you using?
  4. Maybe a product bundle could be a solution where the buyer can choose to buy one or the other?
  5. @dynambee said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(: You're welcome to believe whatever you want about sanctions but there is no way to avoid that the next step after failed sanctions is usually going to war. I've seen enough war, thanks. Yes sanctions can be a useful tool. However, I think it should only concern the 'big industries'. People like you and me should be able to communicate with developers from those countries and exchange experiences. Being peaceful and friendly between 'normal' humans prevents wars too.
  6. I just got a reply from themeforest that they won't reinstate the seller account Quote: I've reviewed this case and can confirm that the following authors account will not be reinstated since we have a zero tolerance policy when it comes to breaches of international sanctions: https://themeforest.net/user/tantan199
  7. You could export the products in a csv file and then duplicate the products you need with an office program and then reimport them. You can use this module in order to get a csv file that is ready for re-import https://www.prestashop.com/forums/topic/37900-free-module-products-export-module-v260-updated-13082017/
  8. You could export the products in a csv file and then duplicate the products you need with an office program and then reimport them. You can use this module in order to get a csv file that is ready for re-import https://www.prestashop.com/forums/topic/37900-free-module-products-export-module-v260-updated-13082017/
  9. @daokakao said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(: Cooperation == trading? I don't think so. Of course, Johnny can not tell us all the truth, but i see the Envato's action in very unproportional. Yes, I am afraid cooperation counts as trading in this case.
  10. @daokakao said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(: @marci123 As far as i understood after reading your link, this is exactly Envato's failure, not author's, so they should punish themselves only and not try to transfer the responsibility on the innocent author (because he does not sold anything himself , technically all sales are made by Envato, author just get the % of sales). I don't know the details but according to the post by Johnny it was not a sale that created the problem but some kind of support or co-operation with an agency in the forbidden country. So johnny most likely has broken the rule but he was not aware of this restriction. I think there should be the option to give him a second chance after he was being informed of the restrictions.
  11. This is unbelievable. It seems unlawful to me. Isn't there a way to file a lawsuite against this practice? There should be resistance to stop this.
  12. @lesley said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(: The american legal system is like none in the world. I think it would surprise other people the things that happen here and how it works. Did you know the police here can take your money without filing any kind of charges on you? wow, that's scary ....
  13. Yes you are most likely right that such a license is nothing that you can get easily.
  14. I have googled a bit. Software is included in the sanctions unless they have a license. http://www.export.pitt.edu/embargoed-and-sanctioned-countries Maybe Johnny could try to get such a license.
  15. @lesley said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(: Like was mentioned before, imagine the e-commerce world without visa, mastercard, amex, discover, paypal, ect. The US can be quick to sanction a company like Envato and tell American companies not to do business with them. This takes away their payment gateways and a large customer base. Yes, themeforest has to fear law inforcement this is why they are reacting so strict. However, most embargoes have a restriction to certain activities. There should be a scope for reinstating the seller.
  16. @lesley said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(: I think people miss how the US law system works. Some US laws apply to everyone in the world. But you can enforce US law in the USA only. Johnny cannot be imprisoned in the country where he lives if he is dealing with a country that US laws are forbidding.
  17. The seller is not from the US so US laws won't apply to them. Of course themeforest would have to fear them. There should be a way to make clear that future deals with the forbidden countries would result in a permanent ban and reinstate the seller. Anything else is overreacting if you ask me.
  18. @dynambee this is not a deal about weapons or other suspect activities but selling prestashop themes. If rules have no scope to deal with this, there is something wrong with the rules. A simple warning should be sufficient. And if the dealer is then breaking the rule again a ban could be considered. But this is overreacting and simply wrong.
  19. marci123

    I am back

    Oh no, a car accident ... good to hear that you are getting better. Best wishes!
  20. Actually I don't think that you need to buy a module if you just change the category structure. The important links for google are the product links. The structure of a product link is domainname/main-category/productname. If the main category of the product remains the same (even if the parent category has been changed) you actually don't need to redirect anything at all. Category archives are actually duplicate content and many don't want them to be indexed. So I would only care about single product links. If you change the names of the main category of the products (not the parent category but the category that is checked as main category of the product) then you could add a line like the pattern listed in the example above. For each category change a separate line. Let's say you want to combine some dog specific categories to a more common "dog supply" category you could redirect the old categories like in the following example Options +FollowSymLinks RewriteEngine On RewriteRule ^(.)/dog-food-bowls/(.)$ $1/dog-supply/$2 [R,L] Options +FollowSymLinks RewriteEngine On RewriteRule ^(.)/dog-hair-bows/(.)$ $1/dog-supply/$2 [R,L] Then all product links from the former dog-food-bowls category would be redirected to the product links in the new dog-supply category. The same with product links in the former dog-hair-bows category. The name of the old category comes first and the name of the new category follows
  21. @alwayspaws said in How to Assign existing Parent Categories to New Parent Categories to reduce top menu links: Which way should I do this and how do I do it: Redirect from old URLs to new ones with "redirect 301" in htacces or with php. You could try this line in your .htaccess file Options +FollowSymLinks RewriteEngine On RewriteRule ^(.*)/old-directory/(.*)$ $1/new-directory/$2 [R,L] Source: https://linchpinseo.com/htaccess-rules/ (at the very end of the page)
  22. @mdekker said in Theme Settings => advanced settings for product page missing: It should work already. Can you reproduce this in the thirty bees demo? Which demo do you mean? Is there an admin access for the demo site? The frontend demo shows a full width layout. I would like to have the hook displayLeftColumn available at the product page since I want to have a left column navigation. I made a fresh local install (TB 1.0.3) and don't have any layout settings for the product or cms page (the settings for the category page seem to be missing too).
  23. You mean for google? If your site is listed in the google search console I would just let google reindex your site and it wouldn't take too long until the new links are listed with google.
  24. You can create your new main categories and then assign subcategories to them by editing each category that is planned to be a subcategory and give them their new parent category. Should be easy ...
×
×
  • Create New...