StudioPress Community Forums
  StudioPress Community Forums > Search Forums
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
Showing results 1 to 31 of 31
Search took 0.02 seconds.
Search: Posts Made By: devplus
Forum: General Discussion 11-04-2012, 05:31 PM
Replies: 2
Views: 239
Posted By devplus
Thanks Andrea But that's not what I really...

Thanks Andrea
But that's not what I really want. The plugin will only enable single category or multiple category, per user role.

Nevermind, found one in the repo using the tag "radio"
...
Forum: General Discussion 11-04-2012, 03:05 PM
Replies: 2
Views: 239
Posted By devplus
Limit One Category per Post

Hi,

Is there any good snippet or plugin to limit the author to be able to choose only one category per post. Might be useful for multi-authors or users submission blog.
Forum: General Discussion 10-24-2012, 03:34 PM
Replies: 2
Views: 236
Posted By devplus
I think that one works differently. Basically it...

I think that one works differently. Basically it grabs the external rss and post it as standard post in your blog.

This is something useful, but it has no featured image...
Forum: General Discussion 10-24-2012, 11:37 AM
Replies: 2
Views: 236
Posted By devplus
Show Latest Post from External Website, with Featured Image

Hi,

I'm looking for a plugin to can be used on my sidebar to show latest posts from external website, including the featured image.

Any good recommendations?
Forum: General Discussion 10-24-2012, 12:37 AM
Replies: 3
Views: 211
Posted By devplus
Thanks Nick, The Video Thumbnail plugin works...

Thanks Nick, The Video Thumbnail plugin works perfectly.

Just wonder, is there any way to auto enable lightbox on video? Any other plugin? Because the plugin you mentioned above required the use...
Forum: General Discussion 10-24-2012, 12:31 AM
Replies: 2
Views: 229
Posted By devplus
Install genesis tabs plugin...

Install genesis tabs plugin http://www.studiopress.com/plugins/genesis-tabs

By default, it only allows you to choose one post per category (yeah I always wonder why they didn't allow you to choose...
Forum: General Discussion 10-21-2012, 10:22 PM
Replies: 3
Views: 211
Posted By devplus
Plugin to Show Video in Lightbox and autofetch video thumbnail

Hi,

Can someone suggest me some good plugin to show video in a lightbox?
I want to do something similar like at http://www.adroll.com/features

Secondly, any good plugin to autofetch video...
Forum: General Discussion 10-13-2012, 04:07 AM
Replies: 1
Views: 189
Posted By devplus
Best Plugin for Responsive Video

Hi,

I'm developing a child theme for a client. It's a responsive theme.
Everything is fine, except for the video.

I know when it comes to video, it will be more complicated to make it...
Forum: General Discussion 10-09-2012, 02:29 AM
Replies: 1
Views: 332
Posted By devplus
Display Author Gravatar in Post

Hi,

How do I show author gravatar on the post (for example besides the post title or post info) ?

I know I can use the code below inside the loop:

<?php echo get_avatar(...
Forum: General Discussion 10-08-2012, 11:17 AM
Replies: 1
Views: 229
Posted By devplus
Livefyre Third-party Comment Support on Genesis

Hi,

A client of mine wanna give Livefyre a try.

Here's the livefyre website http://www.livefyre.com/
Here's my client website...
Forum: General Discussion 08-22-2012, 05:51 AM
Replies: 3
Views: 121
Posted By devplus
Have you assign the menu? 1. First, you need...

Have you assign the menu?

1. First, you need to activate the primary/secondary menu from the setting page. Geness > Theme Settings.

2. Once you've activate, you need to create a new menu....
Forum: General Discussion 08-17-2012, 07:03 AM
Replies: 2
Views: 195
Posted By devplus
Hi, if you use the code from Studiopress tutorial...

Hi, if you use the code from Studiopress tutorial (http://www.studiopress.com/tutorials/genesis-grid-loop), you can see the the grid use percentage for the width. Here's some of the CSS

/*...
Forum: General Discussion 08-11-2012, 12:51 PM
Replies: 2
Views: 103
Posted By devplus
Hi thanks for your reply. That really helps

Hi thanks for your reply. That really helps
Forum: General Discussion 08-11-2012, 01:18 AM
Replies: 2
Views: 103
Posted By devplus
Translating Genesis

HI,

I'm interested to translate Genesis to my language. Malaysian language. How do I get started?
Forum: General Discussion 08-03-2012, 08:53 PM
Replies: 1
Views: 84
Posted By devplus
Try the Advance Search Shortcode plugin...

Try the Advance Search Shortcode plugin (https://pippinsplugins.com/advanced-search-shortcode/). It's a premium plugin.
Forum: General Discussion 08-01-2012, 11:41 PM
Replies: 5
Views: 281
Posted By devplus
Haha that's not the solution I'm looking for. Are...

Haha that's not the solution I'm looking for. Are the any recommended plugin?

Oh btw, found a plugin called Wp--cleanfix (http://wordpress.org/extend/plugins/wp-cleanfix/).

In the description,...
Forum: General Discussion 08-01-2012, 11:14 PM
Replies: 5
Views: 281
Posted By devplus
What if I got thousand of unused images? :roll:

What if I got thousand of unused images? :roll:
Forum: General Discussion 08-01-2012, 10:27 PM
Replies: 5
Views: 281
Posted By devplus
Remove Unused Image

Hi,

How do I remove unuse image from my wordpress?

By default, wordpress will create different versions of the image, so these unused images use lots of diskspace.

Similarly, when regenerate...
Forum: General Discussion 08-01-2012, 03:31 PM
Replies: 7
Views: 200
Posted By devplus
Aha! It's working. So this is the final code: ...

Aha! It's working. So this is the final code:

/** Register Google Custom Fonts */
add_action('init', 'afn_google_font_style');
function afn_google_font_style(){
wp_register_style(...
Forum: General Discussion 08-01-2012, 03:24 PM
Replies: 7
Views: 200
Posted By devplus
Oh now I got it, so basically you just add the...

Oh now I got it, so basically you just add the second font by using the "|" seperator? Maybe I should try it, so I only need to register and enqueue once.
Forum: General Discussion 08-01-2012, 03:22 PM
Replies: 7
Views: 200
Posted By devplus
Can I register it without enqueue it? To reg...

Can I register it without enqueue it?

To reg single font, I use this code:
/** Register Google Custom Fonts */
add_action('init', 'sans_google_font_style');
function...
Forum: General Discussion 08-01-2012, 02:47 PM
Replies: 7
Views: 200
Posted By devplus
Thanks, tried this code and it works: /**...

Thanks, tried this code and it works:

/** Register Google Custom Fonts */
add_action('init', 'ellen_google_font_style');
function ellen_google_font_style(){
wp_register_style(...
Forum: General Discussion 08-01-2012, 03:06 AM
Replies: 7
Views: 200
Posted By devplus
Register Multiple Custom Fonts

Hi,

I'm trying to register multiple custom google fonts.

I use this code and was able to register one custom font:

/** Register Google Custom Fonts */
add_action('init',...
Forum: General Discussion 07-31-2012, 02:05 AM
Replies: 2
Views: 167
Posted By devplus
See all your index.php file - On your root,...

See all your index.php file - On your root, wp-content, wp-includes, wp-admin and all of the subfolders. The content might be in your .htaccess file.

Seems like your website has been hacked
Forum: General Discussion 07-30-2012, 12:31 AM
Replies: 1
Views: 102
Posted By devplus
Menu for Logged In User

Hi,

Does anyone have idea how to show certain menu on logged in users only?
I tried the code on Billerickson's blog (http://www.billerickson.net/customizing-wordpress-menus/#logged-in), didn't...
Forum: General Discussion 07-28-2012, 05:45 PM
Replies: 1
Views: 203
Posted By devplus
Best Way to Use Custom Fonts

Hi,

What's the best way to use custom font in genesis child theme?
I heard that the @import way is not good for performance.
Forum: General Discussion 07-28-2012, 04:28 PM
Replies: 1
Views: 164
Posted By devplus
Cool Ok just found the solution //Embed Video Fix...

Ok just found the solution

//Embed Video Fix
function add_video_wmode_transparent($html) {
if (strpos($html, "<iframe" ) !== false) {
$search = array('" frameborder="0"', '?hd=1?hd=1');...
Forum: General Discussion 07-28-2012, 04:08 PM
Replies: 1
Views: 164
Posted By devplus
Menu on top of Video

Hi,

Does anyone know how to make menu on top of video?
I tried to make a fixed menu or social sharing button on top of page, but when I scroll down, those menu will be covered with the video.
...
Forum: General Discussion 07-23-2012, 12:13 AM
Replies: 2
Views: 110
Posted By devplus
Hi, try this code // Add Signature Image...

Hi, try this code

// Add Signature Image after single post
add_action('genesis_after_post_content', 'custom_include_signature', 1);
function custom_include_signature() {
if(is_single()) {...
Forum: General Discussion 07-22-2012, 01:41 PM
Replies: 1
Views: 95
Posted By devplus
Hi, What theme are you using? I know there...

Hi,

What theme are you using? I know there are some theme having some CSS issue when using search box on header menu.

Are you using it besides header (as widget) or in primary navigation (as...
Forum: General Discussion 07-22-2012, 04:25 AM
Replies: 2
Views: 140
Posted By devplus
Cool That "File Under" stuff is in post meta section....

That "File Under" stuff is in post meta section. I suggest you to remove that, and put your new shortcode there.

Read the Studiopress tutorial on How to Customize Post Meta...
Showing results 1 to 31 of 31

 
Forum Jump

All times are GMT -5. The time now is 10:40 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.