Skip to main content

Home/ Wordpress/ Group items tagged style

Rss Feed Group items tagged

Rika Y

Nothing2Hide » Wordpress Global Translator Plugin - 0 views

  • English French Italian German Portuguese Spanish Japanese Korean Chinese Arabic
  • The available translations are summarized on the following table: FROM/TO I t a l i a n E n g l i s h F r e n c h G e r m a n P o r t u g u e s e S p a n i s h K o r e a n C h i n e s e J a p a n e s e A r a b i c Italian                   English                   French                   German                   Portuguese                   Spanish                   Korean                   Chinese                   Japanese                   Arabic                  
JR Oakes

Improving the Performance of your WordPress Site: Part 1 - 0 views

  • Optimising CSS & JavaScript With the above informatinon in mind aim to lower the amount of css and javascript files your theme has, for example include your reset.css in your style.css, and for wp-page-navi add it to your style.css too. Some plugins add css or JavaScript to your theme It’s a good idea to filter these files out and add them to your own style.css or a javascript file. Justin Tadlock has written a  useful guide on how to disable scripts and styles belonging to many plugins. http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles You can also minimise you css with CSS Drive’s CSS Compressor to lower your style sheets size by that extra bit. It all adds up!
Al-Mehatb Shaikh

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
LinkSture Technologies

Paperio - Responsive and Multipurpose WordPress Blog Theme by Themezaa - 1 views

  •  
    Paperio is a visually appealing, clean and uncluttered, SEO and speed optimized multi-purpose WordPress blog theme fully customizable with WordPress customizer. Paperio offers sleek and modern, polished and technologically sophisticated, user friendly and easy to read attractive blog styles, featured post sliders, latest / popular post styles, header and footer styles, different sidebar styles and more to make your blog outstanding with clear content, stylish, highly visible to search engines and extra ordinary fast in page loading. Paperio contains 7 creative and unique demos with different type of styles for different purpose blogs with selection of predefined color skin and you can use custom color also. You can review below various blog styles and I am sure you will love it. But please take a look of the demo below and decide yourself!
Luciano Ferrer

Style Different Categories in Your WordPress Site Differently Using CSS - Tuts+ Code Tu... - 0 views

  •  
    "In the previous tutorial I showed you how to style the posts on your main blog page according to their category, creating color coding by category. A lot of sites that use this technique also take it further by adding distinct styling to each section of their site, in a way that co-ordinates with the styling on the main blog page or home page. You can just use a simple color scheme or add completely different styling to each section, maybe with a different logo or branding for different parts of your organisation, or even a different layout. An example is the London Times website, which uses a different color for each section of its site. The front page uses these colors in a banner above each post, as shown in the screenshot:"
Luciano Ferrer

How to Style Each WordPress Post Differently - 0 views

  •  
    "Have you ever came across a site that style their posts differently? Some sites have different sticky posts highlighted whereas others have each category post styled with a different color, or some may even have a totally unique outlook altogether. Well, that is exactly what we are going to cover in this article. We will share how you can style different WordPress posts in different ways. So what are we going to use? We will use a function called post_class. Post Class function prints out different post container classes which can be added, typically, in the index.php, single.php, and other template files featuring post content. Note: This tutorial requires that you are somewhat familiar with WordPress theming, and know fairbits of HTML / CSS. "
Luciano Ferrer

How To Style Your Posts Based on Category, Tag or Custom Taxonomy in WordPress - Theme.fm - 0 views

  •  
    "How To Style Your Posts Based on Category, Tag or Custom Taxonomy in WordPress Style Posts by Taxonomy We heard this question many times and it's not as simple as it sounds, so we're dedicating a whole blog post to the solution. Today we'll talk about child themes, taxonomy (categories, tags and custom taxonomy), the post_class function, it's filter friend and their correct usage in WordPress themes. As simple as it sounds, adding the appropriate CSS rules to your theme stylesheet doesn't always work unless you're using default themes or very well written ones. Then again, even if it does, you might see it broken during the next update to the theme you're using, which brings us to child themes."
Luciano Ferrer

WordPress › NextGEN Gallery « WordPress Plugins - 1 views

  •  
    "NextGEN Gallery is the most popular WordPress gallery plugin, and one of the most popular WordPress plugins of all time, with over 6 million downloads. It provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more. It also provides two front-end display styles (slideshows and thumbnail galleries), both of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more."
anonymous

Content Writing Skills - Not Just Grammar, but Style! - 0 views

  •  
    Content writers often make mistakes and fail to attract readers. When you write web content, do not write long paragraphs and always insert keywords in your articles. Try to develop a lucid content writing style that is interesting and helps you communicate with the readers.
Vernon Fowler

Child Themes « WordPress Codex - 0 views

  • A child theme resides in its own directory in wp-content/themes. The scheme below shows the location of a child theme along with its parent theme (Twenty Twelve) in a typical WordPress directory structure:
  • This directory can contain as little as a style.css file, and as much as any full-fledged WordPress theme contains: style.css (required) functions.php (optional) Template files (optional) Other files (optional)
  • @import url("../twentytwelve/style.css");
  • ...4 more annotations...
  • Note on the @import rule There must be no other CSS rules above the @import rule. If you put other rules above it, it will be invalidated and the stylesheet of the parent will not be imported.
  • Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
  • But, when creating child themes, be aware that using add_theme_support('post-formats') will override the formats as defined by the parent theme, not add to it.
  • A child theme can override any parental template by simply using a file with the same name.
Luciano Ferrer

Distinto color según el estado de las entradas | Ayuda WordPress - 1 views

  •  
    "Un modo genial, además de chulo, de distinguir las entradas por su estado sería que se mostraran en distinto color en la ventana del listado de entradas ¿no?. Pues conseguirlo es muy sencillo, solo tienes que añadir este código al fichero functions.php de tu tema activo y ya lo tienes function posts_status_color() { ?> .status-draft { background: #FCE3F2 !important; } .status-pending { background: #87C5D6 !important; } .status-publish { /* por defecto */ } .status-future { background: #C6EBF5 !important; } .status-private { background: #F2D46F; }
Luciano Ferrer

WordPress › WP Auto Columns « WordPress Plugins - 1 views

  •  
    "Wrap block of text with shortcode. It will be split into columns. Automagically. You need to display your articles in magazine or newspaper style. Use this plugin. You don't have to change your theme files or add styles - just use "table" splitter. Features fully automatic splitter; create columns in table or div's; tag-aware; splits long paragraphs and unordered lists; keeps text with headers;"
Peter Nilsson

WordPress CDN Giveaway - Win a 1TB KeyCDN Account - 0 views

  • We are excited to announce a giveaway in which you can win 1 of 3, 1TB KeyCDN accounts to turbocharge your WordPress website!<img src="http://8degreethemes.com/wp-content/plugins/affiliates-manager/imp.php?wpam_refkey=qGaxVSZKPFv7ENzQ0DEjYo3NQVB10000000000" width="0" height="0" /><img src="http://8degreethemes.com/wp-content/uploads/2015/12/250-250-affiliate-banner.png" style="border: 0;" title=""/>KeyCDN is a high-performance Content Delivery Network (CDN) which will speed up your WordPress website. It integrates with all the popular 3rd party caching plugins. They also have their own lightweight CDN plugin, CDN Enabler which allows you to deploy your CDN in minute
  •  
    We are excited to announce a new awesome giveaway in which you can win 1 of 3, 1TB KeyCDN accounts to turbocharge your WordPress website!
Vernon Fowler

Jetpack and WordPress SEO * disable OpenGraph in Jetpack * Yoast - 0 views

  • In their last release, they enabled OpenGraph tags by default with no setting to disable it. Even when you already have WordPress SEO enabled and OpenGraph enabled in that. This is making people freak  out everywhere as double OpenGraph tags lead to problems with Google+ and with Facebook.
  • The best solution, honestly, is to install another plugin by Mark Jaquith, called Manual Control for Jetpack. This disables Jetpack automatic activation of new modules. Now you at least have to manually do something for stuff to break on your site when the Jetpack team decides to push new stuff.
  • This particular OpenGraph feature is in the Publicize module, so you’d think you could disable that, but that doesn’t seem to work. Instead, adding this line in your functions.php should fix this particular problem:

    1add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );
netgains

Try It On Tattoo App Launched for iOS - 2 views

  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
Vernon Fowler

WordPress › Content Audit « WordPress Plugins - 4 views

  • You can display the audit details to logged-in editors on the front end if you want, either above or below the content. You can style the audit message.
  • If you want to see sparklines from Google Analytics, also install the Google Analytics Dashboard plugin. This will give you some idea of how popular an article is, which might influence your decisions.
  •  
    Lets you create a content inventory right in the WordPress Edit screens. You can mark content as redundant, outdated, trivial, or in need of a review for SEO or style. The plugin creates a custom taxonomy (like a new set of categories) that's visible only from the admin screens. Since the content status labels work just like categories, you can remove the built-in ones and add your own if you like. You can also assign a content owner (distinct from the original author) and keep notes. The IDs are revealed on the Edit screens so you can keep track of your content even if you change titles and permalinks. The plugin supports the new custom content types in 3.0.
Luciano Ferrer

WordPress › Uji Countdown « WordPress Plugins - 1 views

  •  
    "Uji Countdown allows you to display a countdown on your post or page. The easiest way to place your full customizable HTML5 Countdown Timer. Features: HTML5 features No flash, only javascript! Customize of colors for text and background Customize boxes color Enable animation Set the texts for date, time Create unlimited styles Simple using shortcode Multilanguage support for date Add countdown timers from Widgets area"
LinkSture Technologies

Brando Responsive and Multipurpose OnePage WordPress Theme - 1 views

  •  
    Brando is a completely modern, feature-rich, professionally designed, fully responsive and multi-purpose onepage WordPress theme. You will have an impressive number of readymade onepage site demos as per your business nature like design / ad / digital media agency, architecture firm, personal resume / vcard / portfolio, freelancer, spa and beauty saloon, art and photography, wedding, restaurant / hotel, tours and travel agency, event landing page, tattoo maker but this is not the limit as you can combine multiple elements from different innovative demo to achieve the style as per your imagination. It provides multiple eye-catching portfolio and blog layouts as well as coming soon page for showcasing your projects, news and other content. The Visual Composer - a widely used, premium, drag & drop enabled, quick content editing tool is integrated and included in the theme free of cost to helps you create and manage website pages content without touching the code. It also offers theme settings panel to manage overall website layout, colors, fonts, header, footer, social sharing and much more. It provides a great import feature to import demo data for your desired onepage demo or multiple different demos also quickly. Brando is extremely polished, cutting edge implementation of high-end search engine optimization enhancement techniques from the well structured and fast executable codebase, better result in all devices and browsers, and rendering your pages spectacularly effective to achieve the top ranks for all the relevant searches at an impressive high speed and hence resulting in higher level of traffic.
1 - 20 of 77 Next › Last »
Showing 20 items per page