Kurumsal Web
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Installing WP on a badly made site for redesigningThe following link may be useful for you:
https://www.elegantthemes.com/documentation/divi/library-import/
Forum: Plugins
In reply to: [Contact Form 7] Form only accepts business emailsWe had the same e-mail problem with one of our customers, and we fixed the problem with this method. Thanks.
If you need support about SMTP install, you can reach us from this page and get support.
https://halillacin.com.tr/kurumsal-mail/- This reply was modified 3 years, 10 months ago by Kurumsal Web.
Forum: Fixing WordPress
In reply to: Add downloaded site to local serverThe old version of your site is probably indexed by Google. Search for Site: yoursite.com and download the content of your pages from the cache section. You can access your indexed images by doing the same in the Google images section.
Forum: Fixing WordPress
In reply to: Product Gallery Slider Size issueHello There,
You can make use of this code in the X > Theme Options > Global CSS
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img { height: 80px; }
Feel free to adjust the height and leave the width out of it because it is set as auto. Having to set the width would get the image squeezed or distorted.
We would loved to know if this has work for you. Thank you.
- This reply was modified 5 years, 8 months ago by Kurumsal Web. Reason: code correction
Forum: Fixing WordPress
In reply to: geolocation isn’t workingI do not fully understand your question. In fact, you did not specify where you have problems. That might be useful.
I really need to use Geolocation; What should I do?
If you would like to use the HTML5 Geolocation API, or if your site already uses the Geolocation API, please migrate the pages making Geolocation API calls to HTTPS, ensuring that they’re used in a secure context.
There are a number of fallback options available to get a user’s location that are not affected by this change, such as Google Maps Geolocation API, GeoIP (as an example, there are other geo based solutions), and a user-entered zip code. However, we strongly recommend that the best path to ensure ongoing access to geolocation is to move to HTTPS.
Source:https://developers.google.com/web/updates/2016/04/geolocation-on-secure-contexts-only