Forum Replies Created
-
AuthorPosts
-
BoblebadParticipant
Well, have had a look at Gravity Forms, and must say that it's kinda overkill for what i need.
I found this plugin, it cannot redirect upon username or ID, but it is possible to create custom roles, and by doing that, it is possible to make a specific role and put just one user in it(a group of clients who needs to have the same login).
http://wordpress.org/plugins/members/screenshots/
Actually i'm a bit chocked to see that it's almost impossible to find a plugin that redirects upon username or ID, and also almost impossible to find a guide for using WP functions to code it myself, the craziest thing is that it isn't even on wordpress.org, even there it is not described how to code it, how to use the functions :-O
BoblebadParticipantThank you Brad
I'll have a look at it right away, cause WPMU Membership can't redirect upon username or ID either...
BoblebadParticipantThanks for your answer Sara π
Theme My Login, does not redirect upon username or ID, only on roles.
I had a look earlier today on WPMU dev Membership plugin, but thought it was a little overkill for my needs...
It might sound weird, when i say i like to do something a little more simple, cause you can't argue that much about the simpleness of installing a plugin. One thing is that i need to keep updating the plugin whenever WP updates to be sure it works, if i hardcode it into the child theme, i have no problems on update, only if they remodel wp_login or anything that relies on that π
So if there's anyone who knows a guide to how to crack this problem, then feel free to jump in, but remember, it needs to be username or ID specific redirecting, not on roles.
BoblebadParticipantRegarding using the excerpt function in WP settings/reading, it does give some formatting, it gives line breaks, but not blank lines between lines of text, so the text is still somewhat cluttered together...
BoblebadParticipantThe problem with inserting the code, is here in the forum, not in the code in functions.php
Are you sure it works with the Featured Post widget in the Delicious theme, cause i can't get it to work, and it looks exactly like in here ?
I did it through the Dashboard in WP.
Regarding the widget, it doesn't make any difference whether i use "excerpt" or "content limit", just a matter of button.
BoblebadParticipantHmm, don't know why i can't insert the code, so it gets displayed right, first i tried the code-"tag", but didn't work either...
BoblebadParticipantThank you Brad
But, it does not work, here you can see where i put it:
<?php
// Start the engine
require_once(TEMPLATEPATH.'/lib/init.php');// Child theme library
require_once(CHILD_DIR.'/lib/style.php');
require_once(CHILD_DIR.'/lib/widgets/delicious-slider-widget.php');// Child theme (do not remove)
define('CHILD_THEME_NAME', 'Delicious Theme');
define('CHILD_THEME_URL', 'http://www.studiopress.com/themes/delicious');// TilbagefΓΈr stylen for featured post widget
add_filter( 'get_the_content_limit_allowedtags', 'get_the_content_limit_custom_allowedtags' );
/**
* @author Brad Dalton
* @example http://wp.me/p1lTu0-a5w
*/
function get_the_content_limit_custom_allowedtags() {
// Add custom tags to this string
return '<script>,<style>,<br>,,<i>,BoblebadParticipantSo what you're saying is that i need to use the more tag inside the post, to get the post excerpt look nice or ?
I use the more tag on the featured post widget.
BoblebadParticipantThanks for your answer Debra π
It' doesn't do anything, cause the background is an image called bg.png
Are you sure that yours aren't looking like this ?
http://imageshack.us/photo/my-images/69/screenshot2013060721393.png/It's where the green text is, it should be black as the title of the site, but be course of the breaking into two lines, it pushes the description down in the grey area, which is the menu-area, and makes the menu look a little odd.
BoblebadParticipantIs there anyone who has an idea about this ?
BoblebadParticipantAnyone got a solution for this ?
BoblebadParticipantHmm, that wasn't nice, it's an image, "bg.png" added under 'body'...
Is it possible to make an addition in the responsive section to 'body' so i can add a new 'bg.png' with a higher black background to cover both title and description on upright held mobile device ?
BoblebadParticipantFound it, it was the title area that came into play when the widget was activated π
BoblebadParticipantThanks again π
I'm running WP 3.5.1 and Genesis 1.9.1
BoblebadParticipantThanks for your reply π
The featured post in Home Middle Left is already set to post content and limit to 600, both footer left and right are set to show all content, no limit, so they are showing all the page content - but neither works ?
BoblebadParticipantSorry for the late reply, have had some other projects at work that i needed to tend to...
It works on http://www.gittehovmand.dk, but not on http://www.vaegthealing.dk
I use h2 in the post and have change the style from h1 to h2, but nothing happens ?
BoblebadParticipantI still have this problem and haven't found a solution yet...
All the best
BoblebadParticipantAny one who can tell me how to align only the text in the slider ?
All the best
BoblebadParticipantThe slider has a kind of a featured post to the left and an image to the right
The post has a title, and that title is h2
In the post i have used h2 to get a bigger text for better reading, so when adding the style to h2 pad's both the title and the post-text
I only need to have the post-text aligned to the bottom of the slider, so the title stays at the top π
EDIT: Sorry for the mix-up, i'm working on two sites with the same theme, http://www.gittehovmand.dk is without title and http://www.vaegthealing.dk is with title π
EDIT2: Actually, i'm not sure why the title of the post is treated as h2, cause it is bigger than the post-text, so i must be h1, but not defined as so...
BoblebadParticipantThanks Diane
This could help, but i'm using h2 in the post, and the title is h2 too, so the padding is added to both ?
EDIT: I only need the post-text to be at the bottom, not the title...
-
AuthorPosts