• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Boblebad

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 41 through 60 (of 91 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • July 26, 2013 at 10:47 am in reply to: Custom login page and user specific redirect ? #52612
    Boblebad
    Participant

    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

    July 26, 2013 at 2:04 am in reply to: Custom login page and user specific redirect ? #52569
    Boblebad
    Participant

    Thank you Brad

    I'll have a look at it right away, cause WPMU Membership can't redirect upon username or ID either...

    July 25, 2013 at 1:02 pm in reply to: Custom login page and user specific redirect ? #52471
    Boblebad
    Participant

    Thanks 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.

    July 23, 2013 at 1:42 am in reply to: Styling featured post text on front page ? #51992
    Boblebad
    Participant

    Regarding 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...

    July 23, 2013 at 12:34 am in reply to: Styling featured post text on front page ? #51987
    Boblebad
    Participant

    The 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.

    July 22, 2013 at 12:40 pm in reply to: Styling featured post text on front page ? #51875
    Boblebad
    Participant

    Hmm, 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...

    July 22, 2013 at 12:27 pm in reply to: Styling featured post text on front page ? #51872
    Boblebad
    Participant

    Thank 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>,

      ,

        ,

      1. ,';
        }

        // Add support for custom background
        if ( function_exists('add_custom_background') ) {
        add_custom_background();
        }

    July 22, 2013 at 11:34 am in reply to: Styling featured post text on front page ? #51860
    Boblebad
    Participant

    So 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.

    June 8, 2013 at 12:06 pm in reply to: [Agency] Control responsive header hight ? #44787
    Boblebad
    Participant

    Thanks 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.

    June 7, 2013 at 12:21 am in reply to: [Agency] Control responsive header hight ? #44475
    Boblebad
    Participant

    Is there anyone who has an idea about this ?

    June 7, 2013 at 12:20 am in reply to: [Delicious] Style content text on front page ? #44474
    Boblebad
    Participant

    Anyone got a solution for this ?

    June 3, 2013 at 2:11 pm in reply to: [Agency] Control responsive header hight ? #43916
    Boblebad
    Participant

    Hmm, 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 ?

    June 3, 2013 at 12:59 pm in reply to: [Agency] Control header logo text width ? #43894
    Boblebad
    Participant

    Found it, it was the title area that came into play when the widget was activated πŸ™‚

    June 3, 2013 at 12:18 pm in reply to: [Delicious] Style content text on front page ? #43879
    Boblebad
    Participant

    Thanks again πŸ™‚

    I'm running WP 3.5.1 and Genesis 1.9.1

    June 3, 2013 at 6:31 am in reply to: [Delicious] Style content text on front page ? #43799
    Boblebad
    Participant

    Thanks 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 ?

     

    May 7, 2013 at 6:03 am in reply to: [Delicious] Slider align text ? #39692
    Boblebad
    Participant

    Sorry 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 ?

    April 17, 2013 at 10:41 am in reply to: [Delicious] Slider align text ? #35959
    Boblebad
    Participant

    I still have this problem and haven't found a solution yet...

    All the best

    April 14, 2013 at 11:34 am in reply to: [Delicious] Slider align text ? #35414
    Boblebad
    Participant

    Any one who can tell me how to align only the text in the slider ?

    All the best

    April 10, 2013 at 9:31 am in reply to: [Delicious] Slider align text ? #34544
    Boblebad
    Participant

    The 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...

    April 10, 2013 at 8:49 am in reply to: [Delicious] Slider align text ? #34518
    Boblebad
    Participant

    Thanks 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...

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 91 total)
← 1 2 3 4 5 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble