Rawan Rimawi
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Multi field searchThanks for helping esmi,
but i could not find what i need from the link that you have posted ??Forum: Plugins
In reply to: [Ajaxy Instant Search] Using Two Related search fieldsCorrection:
“Is there any way to use this plugin in a way that i use TWO search fields where users can use to filter my posts by category and city?”Here is a part of my header file:
<!DOCTYPE html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width"> <meta name="description" content="Put the description of this page here" /> <meta name="keywords" content="Put keywords for this page here separated by commas" /> <meta name="generator" content="psd2css Online - Dynamic Web Pages from your Photoshop Design in seconds" /> <title>Daboos</title> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js"></script> <?php wp_head(); ?> </head>
I have tried the file, and still the same. blank fields..
my config file contains the following definitions:/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);Forum: Plugins
In reply to: Importing Arabic Posts into wordpress results in BLANK resultsWell,
That’s right!
i have tried to upload it into your demo and it has worked perfectly!
but why its not working on my website? i wonder if any hooks are missing or if there is something that i have missed in my theme as i have built it from the scratch.I have posted it on the plugin’s support page.
Thank you.
Forum: Plugins
In reply to: Importing Arabic Posts into wordpress results in BLANK resultsForum: Plugins
In reply to: Importing Arabic Posts into wordpress results in BLANK resultsForum: Plugins
In reply to: Importing Arabic Posts into wordpress results in BLANK resultsI cannot resolve this issue since two days, any help?