Table of Contents
Google Maps API greška
Google Maps is rarely used nowadays due to the costs associated with increased traffic. We have retained Google Maps in CitadelaWP for compatibility purposes, but most websites now prefer OpenStreetMaps. Please note that Google Maps support may be removed in future updates. 22nd of July Google announced some significant changes in…
Kako riješiti poruku o pogrešci cURL
In the Plugins or Themes page of the WordPress dashboard, you may notice an error message which doesn’t allow you to install plugins or themes directly from ait-themes.club. Example of error message when plugins cannot be loaded on Plugins page: cURL error 7: couldn’t connect to host in the plugins area…
Kako promijeniti zadanog pošiljatelja e-pošte u WordPressu
Obrazac za kontakt uključen u temu pomoću standardne funkcionalnosti WordPress pošte gdje e-poruke primljene iz obrasca koriste kao adresu e-pošte pošiljatelja wordpress@… Da biste izmijenili ove zadane informacije o pošiljatelju, možete upotrijebiti vrlo jednostavan, ali učinkovit dodatak koji će promijeniti ime pošiljatelja i postaviti adresu e-pošte pošiljatelj: WP Promijeni zadano…
Geolokacija ne radi na Chromeu
If you are facing problems with geolocation on your website running our WordPress Directory theme using Google Chrome browser, it’s because of Google’s decision to allow geolocation functionality only for websites that use SSL certificates. Change is applied in Google Chrome browsers from version 50. More information you can find in the…
Custom CSS & hiding parts of website via CSS
Pretty common requests are related to hiding specific parts on the website which don’t have their own on/off button on the admin side. As it’s not possible to have theme admin buttons for each detail on the frontend, you can simply hide unwanted parts using CSS if you are not…
Google karte ne rade čak ni s umetnutim API ključem
2 Komentari na Google Maps doesn’t work even with inserted API key
If your Google Map still doesn’t work even you’ve inserted the Google Maps API key in Theme Options, open the browser console on the page where Google Map should be displayed to see an error message. All error messages are listed on official Google documentation page: https://developers.google.com/maps/documentation/javascript/error-messages The most common issues…
Kako povećati Max Input Vars Limit
1 Komentiraj na How to increase the Max Input Vars Limit
Direktiva max_input_vars može se konfigurirati u datoteci .htaccess, php.ini ili wp-config.php. Preporučujemo povećanje zadane vrijednosti na 3000. Evo kako to možete učiniti: U .htaccess php_value max_input_vars 3000 U php.ini max_input_vars = 3000 U wp-config.php @ini_set( 'max_input_vars' , 3000 );
Kako uvesti stavke popisa iz CSV-a
Citadela Listing dodatak koristi samo standardne WordPress prilagođene vrste i kategorije postova. Stoga možete koristiti svoj omiljeni CSV dodatak za uvoz/izvoz za skupni uvoz stavki s popisa. U ovom vodiču ćemo vam pokazati kako je jednostavno uvesti podatke pomoću WP All Import dodatka. Sličan postupak se primjenjuje…
Upravitelj dozvola
Svaka pretplata koju stvorite pomoću WooCommerce pretplata može imati vlastita dopuštenja. Dopuštenja se mogu konfigurirati izravno u proizvodu pretplate na WooCommerce. Citadela proširuje zadani WooCommerce i dodaje nove značajke povezane s unosom. Ovdje možete pročitati više o tome kako postaviti pretplate.
Primjeri najočekivanijih značajki WordPressa 5.8
8 Komentari na Examples of the most awaited WordPress 5.8 features
WordPress 5.8 bit će sljedeće veliko izdanje kojem se svi veselimo. Ovo veliko izdanje uključivat će mnoga mala poboljšanja ispod haube i značajne promjene koje će zauvijek promijeniti način na koji svi radimo s WordPressom. Kao što vjerojatno već znate, WordPress napreduje izuzetno brzo...