هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Adapter Widget Rows

الوصف

  • Must have Twitter Bootstrap 3 and Glyphicons.
  • Drag and drop 1-4 widgets in each horizontal row.
  • Easy: each widget has a button to edit, add, delete.
  • Build an entire page with widgets.
  • Approve changes before publishing them.
  • Works with themes “evolve,” “Unite,” and “DevDmBootstrap3.”
  • Works with “Openstrap,” but icons are unclear.

Setup:

لقطات الشاشة

  • Drag and drop widgets in the row, or move them to another row.
  • After you activate the plugin, click the "Settings" link. Then name your new "Widget Row" page(s).
  • Click to add a new widget.
  • Choose your widget.
  • Widgets resize to fill the screen. Use 1 to 4 in each row.
  • The widgets stack on mobile displays.
  • Build your page with widgets.
  • Drag and drop widgets.

التنصيب

  1. Upload the adapter-widget-rows directory to your /wp-content/plugins directory.
  2. In the “Plugins” menu, find “Adapter Widget Rows,” and click “Activate.”
  3. Click “Settings,” “New Page.”
  4. Give the page a title that isn’t used in your theme.
  5. Click “Save Changes.”
  6. Exit the admin menu and go to the page on your site.
  7. You will see a button to add a new widget.

الأسئلة المتكررّة

What does this require?

Twitter Bootstrap 3, Glyphicons, and WordPress 4.0

Will everyone see the bar and icons at the top of every widget?

No, only administrators, or those with ‘manage_options’ capabilities. But you can change this by using the filter ‘awr_capability_to_edit_widgets’

I don’t need all 6 of the rows on the page. What can I do?

You and other administrators are the only ones who will see empty rows. Still, you can change the number of rows on a page by entering this in your functions.php file:
add_filter( ‘awr_amount_of_sidebars_on_page’ , ‘my_awr_sidebar_count’ );
function my_awr_sidebar_count( $count ) {
return 3; // or your number
}

I accidentally deleted my page “Widget Rows” page in the settings page. How do I get it back?

In the “Widget Rows” settings page, click “New Page,” and type the name of the old page. If you don’t remember the name of the page, find its name the admin menu by going to “Pages” > “Trash.”

Can anything else go on my “Adapter Widget Rows” page?

No. You’ll only see your header, footer, and widget rows. But you may create your own template and use the filter ‘awr_template_path.’

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Adapter Widget Rows” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Adapter Widget Rows“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.1

  • Fixes a bug where a widget doesn’t open.

1.0.0

  • First version