Here is a simple shortcode that can be put in the

functions.php

file from the active WordPress theme. In the shortcode arguments you can specify starting time, ending time, title and title tag as well as the background colour and padding values for the div element that envelopes the announcment content.

Of course you are free to modify anything as needed.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
function timed_announcement_shortcode($args = array(), $content = '') {
	extract(shortcode_atts(
		array(
			'until' 	=> 'tomorrow',
			'from'  	=> 'yesterday',
			'title' 	=> __('Announcement','your_theme_textdomain'),
			'titletag' 	=> 'h3',
			'background' 	=> 'lightyellow',
			'padding' 	=> '20px',
		),
		$args

	));
	if ( strtotime($from) < time() && strtotime($until) > time()) {

		return '<div style="background-color: ' . $background . '; padding: ' . $padding . ';"><' . $titletag . '>' . $title . '</' . $titletag . '><p>' . $content . '</p></div>';
	}
	return '';
}
add_shortcode('announcement', 'timed_announcement_shortcode');

Usage examples (remove the * character for the shortcode to work):

Citiţi restul articolului »

Etichete: ,

screenshot-1

I wrote a WordPress plugin to handle in a different way the sticky posts, i.e. as recommended stories with links into a jQuery animated box.

Installation can be done using: WordPress.org plugin repository.

Admins can select four parameters:

  1. the *percent of vertical scroll* where the animated box appears
  2. the *number* of recent sticky posts to list
  3. if the posts have thumbnail there is an option to turn on / turn off the *thumbnail theme capability*
  4. since the sticky posts are presented this way, maybe there is no need to keep them on the front page anymore, so the third option allows to *disable the sticky property of posts in the main loops*

Other features

  1. when displaying a post that is sticky, the corresponding link is eliminated from the animated box
  2. if the sticky posts list remains empty, the animated box is not displayed anymore

== Installation ==

  1. Upload `recstory.zip` to the `/wp-content/plugins/` directory
  2. Unzip the archive
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

== Frequently Asked Questions ==

The animated box is not animated, it just appears at all times
This is most probable a jQuery conflict with the theme or with another plugin. Try to switch to the default theme and / or disable other plugins.

== Changelog ==
= 0.1.3 =
Added admin options to display only on single pages, search pages, archives, category pages, tag pages, front page, author pages
Added admin options to display only for logged in users

= 0.1.2 =
Added metabox to remove recommended stories from specific posts, pages or custom posts id’s
Fixed some minor bugs that triggered javascript errors in certain conditions

= 0.1.1 =
Added option to modify the percent of vertical scroll where the animated box appears

= 0.1 =
Incipient version

Etichete:

Below are the translation files of Tribulant FAQ plugin into Romanian language.

wordpress-faqs-plugin

Translation files downloads

FAQ plugin version 1.4.3

Etichete:

logo mTouch QuizRecent am avut nevoie de un modul de chestionare și am găsit acest modul gratuit scris de dl. G. Michael Guy. Este extrem de flexibil, optimizat pentru smartphone și alte dispozitive cu touch screen și este foarte bun pentru aplicații de anvergură medie.

Vă ofer spre descărcare fișierele de traducere în limba română.

Versiunea 2.4.2 fișiere localizare ro_RO

Versiunea 2.3.3 fișiere localizare ro_RO

Versiunea 2.2.3 fișiere localizare ro_RO

Versiunea 2.3.1 fișiere localizare ro_RO

Exemple de utilizare a versiunii localizate: test pentru bolile gingiei

 

Etichete:

Below are the translation files of Tribulant Shopping Cart plugin into Romanian language. The current version has one integration with a RO based payment gateway; Moneybookers can also be used to charge customers credit cards in RON. Manual POS payments, bank transfers (OP) are two more available options that work in Romania.

I have submited a request to integrate the MobilPay and ePayment gateways as well, they will come in future releases. Check here to read the news when those integrations will be available.

wordpress-shopping-cart-plugin

Translation files downloads

Shopping Cart (Checkout) version 1.5.6

Shopping Cart (Checkout) version 1.6.1.2

Shopping Cart (Checkout) version v1.6.5

 

 

 

Etichete: ,

Luna aceasta a fost deschis primul centru de instruire KNX din România. Din informațiile mele primele cursuri se vor ține la prețuri promoționale. Sperăm ca centrul de instruire să se bucure de succes și să impulsioneze comunitatea și proiectele KNX din România.

Puteți consulta prezentarea centrului de instruire mai jos

Descarcă Prezentare%20Trainig%20Center%20KNX%20.pdf (PDF 811KB)

I made a professional translation into Romanian language for Tribulant Newsletter plugin for WordPress.

Translation files:

files for version version 3.8.5.1.

translation files for version 3.8.6

Files for version 3.8.7.2

 

wordpress-newsletters-plugin

Please note that the initial translation files were uploaded into the plugin repository. However please bookmark this post as I will upload any update to the translation files here, along with a changelog comment.

Etichete: ,

« Înregistrări mai vechi § Înregistrări mai noi »

Articole recomandate