Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter pawell3000

    (@pawell3000)

    Yes, i have set german as my site language.

    Thread Starter pawell3000

    (@pawell3000)

    Ok – thank you ??

    Thread Starter pawell3000

    (@pawell3000)

    Yes, it’s the yootheme master theme and there is a search.php but it’s only working in a widget

    <form class="uk-search" id="<?php echo $widget->id; ?>" action="<?php echo home_url( '/' ); ?>" method="get" role="search"  data-uk-search="{'source': '<?php echo site_url('wp-admin'); ?>/admin-ajax.php?action=warp_search', 'param': 's', 'msgResultsHeader': '<?php _e("Search Results", "warp"); ?>', 'msgMoreResults': '<?php _e("More Results", "warp"); ?>', 'msgNoResults': '<?php _e("No results found", "warp"); ?>', flipDropdown: 1}">
        <input class="uk-search-field" type="text" value="" name="s" placeholder="<?php _e('search...', 'warp'); ?>">
    </form>
    Thread Starter pawell3000

    (@pawell3000)

    Okay, where can i change the content:

    <form role="search" method="get" id="searchform" class="searchform" action="url">
    				<div>
    					<label class="screen-reader-text" for="s">Suche nach:</label>
    					<input type="text" value="" name="s" id="s">
    					<input type="submit" id="searchsubmit" value="Suche">
    				</div>
    			</form>

    Can i make an override?

    Thread Starter pawell3000

    (@pawell3000)

    Hi tevko, don’t know the word crops and can’t find a translation that makes sense :/

    How can i define custom crops?

    I updatet to Version 3.1.0 and it is still the same problem.

    Ah, seen my error:

    post_max_size = 8M

    Must changed to a higher value, in my case:

    post_max_size = 80M

    I have the same problem,

    small files working, but using 10x 2,5MB Files the arrows are still spinning:

    <strong>Linke Seite</strong><br />
    [file file-697 limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    
    <strong>Rechte Seite</strong><br />
    [file file-698 limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    
    <strong>Vorne</strong><br />
    [file file-vorne limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    
    <strong>Hinten</strong><br />
    [file file-hinten limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    
    <strong>Innenraum Vorne</strong><br />
    [file file-innenvorne limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    
    <strong>Innenraum Hinten</strong><br />
    [file file-innenhinten limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    
    <strong>Besch?digungen (Detailaufnahmen)</strong>
    [file file-bs1 limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    [file file-bs2 limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    [file file-bs3 limit:3mb filetypes:gif|png|jpg|jpeg|JPG]
    [file file-bs4 limit:3mb filetypes:gif|png|jpg|jpeg|JPG]

    Here is my PHP.INI

    [PHP]
      engine = On
      short_open_tag = On
      date.timezone = "Europe/Berlin"
      precision = 14
      y2k_compliance = Off
      output_buffering = Off
      output_handler =
      unserialize_callback_func =
      zlib.output_compression =
      implicit_flush = Off
      allow_call_time_pass_reference = On
      safe_mode = Off
      safe_mode_gid =
      safe_mode_include_dir =
      safe_mode_exec_dir =
      safe_mode_allowed_env_vars = "PHP_"
      safe_mode_protected_env_vars = "LD_LIBRARY_PATH"
      disable_functions =
      highlight.string = "#CC0000"
      highlight.comment = "#FF9900"
      highlight.keyword = "#006600"
      highlight.bg = "#FFFFFF"
      highlight.default = "#0000CC"
      highlight.html = "#000000"
      expose_php = On
      max_execution_time = 180
      memory_limit = 100M
      error_reporting = 32759
      display_startup_errors =
      track_errors = Off
      variables_order = "EGPCS"
      register_argc_argv = On
      post_max_size = 8M
      gpc_order = "GPC"
      magic_quotes_runtime = Off
      magic_quotes_sybase = Off
      default_mimetype = "text/html"
      doc_root =
      user_dir =
      enable_dl = On
      file_uploads = 1
      allow_url_include = 0
      asp_tags = On
      allow_url_fopen = Off
      display_errors = On
      log_errors = Off
      error_log =
      register_globals = Off
      magic_quotes_gpc = On
      auto_prepend_file =
      auto_append_file =
      include_path = ".:/usr/local/lib/php"
      upload_max_filesize = 80M
      extension_dir = "./"
      zend_optimizer.enable_loader = On
      zend_optimizer.optimization_level = 15
      zend_extension = "/usr/local/php5/ZendOptimizer.so"
    
    [mail function]
      SMTP = "localhost"
      sendmail_from = "[email protected]"
    
    [SQL]
      sql.safe_mode = Off
    
    [ODBC]
      odbc.allow_persistent = 1
      odbc.check_persistent = 1
      odbc.max_persistent = -1
      odbc.max_links = -1
      odbc.defaultlrl = 4096
      odbc.defaultbinmode = 1
    
    [MySQL]
      mysql.allow_persistent = Off
      mysql.max_persistent = -1
      mysql.max_links = -1
      mysql.default_port =
      mysql.default_socket =
      mysql.default_host =
      mysql.default_user =
      mysql.default_password = 
    
    [PostgresSQL]
      pgsql.allow_persistent = On
      pgsql.auto_reset_persistent =
      pgsql.max_persistent = -1
      pgsql.max_links = -1
    
    [bcmath]
      bcmath.scale = 0
    
    [Session]
      session.serialize_handler = "php"
      session.gc_probability = 1
      session.referer_check =
      session.entropy_length = 0
      session.entropy_file =
      session.cache_limiter = "nocache"
      session.cache_expire = 180
      session.use_trans_sid = 1
      url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
      session.save_handler = "files"
      session.save_path = "/tmp"
      session.use_cookies = On
      session.name = "PHPSESSID"
      session.auto_start = Off
      session.cookie_lifetime = 0
      session.cookie_path = "/"
      session.cookie_domain =
      session.gc_maxlifetime = 1440

    Got an idea? Thanks for helping ??

Viewing 7 replies - 1 through 7 (of 7 total)