Bassem Rabia
Forum Replies Created
-
Dear Pawan Joshi
To insert [faq_collect] between the paragraph try this
On your content-page.php fileIf you want to show the content of your questions after A local registered office address
– Get the ID of you page
– Look arround on for the_content()if(is_page(<strong>ID</strong>)){ $my_content = explode('<strong>A local registered office address</strong>',get_the_content() ); /* Over here we will display our content */ echo $my_content[0]; if (function_exists('faq_html')) { faq_html(); } echo $my_content[1]; }else{ the_content(); }
– Done ??
Dear Ryan
To be sure that [faq_collect] will displays after your content
– Go to your admin area, open the page where you will insert [faq_collect] on the edit mode
Get the ID of you page from here: https://your-url.com/wp-admin/post.php?post=37&action=edit
– If you have access to your theme files go to loop-page.phplook arround on for
the_content()
, after this code we will insert our code so [faq_collect] will displays after the content.if(is_page(37)){ if (function_exists('faq_html')) { faq_html(); } }
don’t 4get to delete the [faq_collect] from your wysiwyg editor
Any issues, im here ready to assist you ??
Dear Ryan
To show more than 10 questions you need to go to
Admin Area -> Settings -> Reading Settings
Over there set the ‘ Blog pages show at most ‘ into a new value (20) for example !If you still need any assistance let me know.
Thank’s ??Forum: Plugins
In reply to: [FAQ plugin] [Plugin: HTML FAQ Page] Order of FAQOnce you are logged into your dashboard:
* Select your question
* Click on the quick edit button
* Change the Order as you need (1,2,…) and so on for all questions* Done ??
Forum: Plugins
In reply to: [FAQ plugin] Styling Adonide FAQ PluginDear Mark, you cannot edit the plugin default CSS file because you will lose your modification with the first next release. You have to overwrite the default stylesheet by adding the same id and class in your theme css file.
++++++++++++++++++++
some samples:
#faq_content{
some_css_here!
}
if you still need help let me know[ Adonide WP Team ]
Forum: Plugins
In reply to: [FAQ plugin] Styling Adonide FAQ PluginYou can customize the plugin CSS as you need so it matches to you theme.
If you are not able to do it I will be happy to assist you, just contact me.
Adonide WP TeamForum: Plugins
In reply to: [FAQ plugin] [Plugin: Adonide FAQ Plugin] ShortcodeMegadeth, smith thank you very much both for the interest about my plugin.
I hope you were able to run the plugin [faq_collect] it the right shotcode
– Try to add some questions
– Add the code any where on posts or pageIf you still need some help i will be happy to assist you ??
Forum: Plugins
In reply to: [FAQ plugin] [Plugin: Adonide FAQ Plugin] Readme.txtThanks Tom, i’m working on the new version of the plugin including the readme file.
Dear uday.dahale
In brief on my case my root password was empty as my phpserver provide it!
The solution was to edit the root password but i got some troubles with it before, so i decided to create a new user with an admin right.
And the issues was reslved ?? ??Thank’s christian_gnoth for your answer, i already solved the problem wich is the plugin do not support a password like mine [ empty ] on my local host, the solution is to edit the admin password or to create a new user with admin right with a password != of empty..
Thank’s again
Dear WP member’s, i got this message on my screen
MySQL Connection and Table Data not complete !!!.
im using Joomla/Mambo to WP Migrator Version 1.5.4
im sure of my database config, i check it more than 3 times, but the issues still existing!
Will apreciate any help!
Thank’s