bodus
Forum Replies Created
-
Thank you.
I’ll set up the conditional logic first, but it’s important to me that the new prices (.csv) are loaded and automatically updated in the previously set conditional logic. Is this possible? I don’t want to manually enter every changed price. I need to update about 1,000 prices.
Hello, Let me explain what’s going on. I have a large file with many options and prices. Prices change periodically. I’d like to upload such a file and update the calculator. Regarding the calculator, it would need to work conditionally. I have a dimension in my price list with many options assigned to it. I would like to display only the prices from the options assigned to this dimension after selecting a dimension (e.g. Dropdown box).
Forum: Fixing WordPress
In reply to: Can not log in to wordpress after SSL setThank you very much for answer.
This is thrue that SSL was not activated by provider to my domain.After long searching I have found on some forum how to return the changes which I made for SSL.
Maybe this will helpfull for somebody who will meet the same issue.
I have added 3 lines on top of config.php:
define(‘WP_CACHE’, false );
define(‘WP_HOME’,’http://gudsolution.com’);
define(‘WP_SITEURL’,’http://gudsolution.com’);After that and reloading web broswer it was workin as before.
Thank once more. I need to chalenge once again SSL implementation.
Regards,
BobForum: Fixing WordPress
In reply to: Can not log in to wordpress after SSL setHello again,
I have read many posts regarding this issue but nothing help to recover to previous condition.
Is there anybody who touched this problem?
Regards