dpbklyn

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Slider not showing up in Chrome #38764

    dpbklyn
    Participant
    Post count: 14

    OK, Thank you Internet gods…the slider is back.  Cache issue? I don’t know, I didn’t do anything it just re-appeared.

    in reply to: Slider Not Showing All Posts #33361

    dpbklyn
    Participant
    Post count: 14

    OK, I just figured it out.  You have to set the image as the Featured image…

    in reply to: Slider Help #33357

    dpbklyn
    Participant
    Post count: 14

    I don’t  understand your question.

    in reply to: Agency Theme Static Homepage with Slider #33351

    dpbklyn
    Participant
    Post count: 14

    YAHOO!!!

    Thank you,  All I have to do is style it now.

    dp

    in reply to: Agency Theme Static Homepage with Slider #33333

    dpbklyn
    Participant
    Post count: 14

    Brad,

    Thank you for getting back to me, but it doesn’t seem that I Have access to that repository.  Actually, I can’t find that repo on github.

    The code just populated…never mind.

     

    Thank you,

    dp

    in reply to: Agency Theme Static Homepage with Slider #33326

    dpbklyn
    Participant
    Post count: 14

    Whoops, sorry for the duplicate posts…

    UPDATE:

    Here is an update.  When I changed the page name to another non-static page it seems that the slider is finding its way onto the page.  Actually what happens is that the page goes blank when I change the code to have the widget put on that page.  I guess this is progress?

     

    Thank you still…

    dpbklyn

    in reply to: Agency Theme Static Homepage with Slider #33318

    dpbklyn
    Participant
    Post count: 14

    Hello Brad,

    Thank you in advance.

     

    I am trying to add a slider under the header in my Agency theme and I followed the directions above, but I am not able to see it.  I can see the sidebar in my widgets control panel.  I think I am having trouble identifying the page name/number.  I am using this particular page as my home page (static).  My code is below:

    genesis_register_sidebar( array(
    ‘id’ => ‘after-header-testl’,
    ‘name’ => ‘After Header Slider’,
    ‘description’ => ‘This is a sidebar that goes after the header.’,
    ) );

    add_action( ‘genesis_after_header’, ‘child_after_header_testl_sidebar’ );
    /** Loads a new sidebar after the header */
    function child_after_header_testl_sidebar() {

    if( is_home() ) {
    echo ‘<div class=”after-header-testl”>’;
    dynamic_sidebar( ‘after-header-testl’ );
    echo ‘</div>’;
    }

    }

    Thank you…

    dp

    in reply to: Agency Theme Static Homepage with Slider #33317

    dpbklyn
    Participant
    Post count: 14

    Hello Brad,

    Thank you in advance.

     

    I am trying to add a slider under the header in my Agency theme and I followed the direction above, but I am not able to see it.  I can see the sidebar in my widgets control panel.  I think I am having trouble identifying the page name/number.  I am using this particular page as my home page (static).  My code is below:

    genesis_register_sidebar( array(
    ‘id’ => ‘after-header-testl’,
    ‘name’ => ‘After Header Slider’,
    ‘description’ => ‘This is a sidebar that goes after the header.’,
    ) );

    add_action( ‘genesis_after_header’, ‘child_after_header_testl_sidebar’ );
    /** Loads a new sidebar after the header */
    function child_after_header_testl_sidebar() {

    if( is_home() ) {
    echo ‘<div class=”after-header-testl”>’;
    dynamic_sidebar( ‘after-header-testl’ );
    echo ‘</div>’;
    }

    }

    Thank you…

    dp

    in reply to: Integrating WordPress with another site… #19267

    dpbklyn
    Participant
    Post count: 14

    Unfortunately, ours isn’t a download, it is a site the user would need to log into I was hoping to authenticate through WordPress and then have django check the authentication (somehow) THEN let the user through.

    BTW, THANK YOU for you help!

    in reply to: Integrating WordPress with another site… #19227

    dpbklyn
    Participant
    Post count: 14

    The App is a Webapp we are offering for a subscription.  It lives on a linode server (different server than my WordPress site) and it is accessible from any device.  I have a subdomain set up to point to the app http://www.subdomain.domain.com. I would like that subdomain to be accessible ONLY by people who have paid the subscription fee on WordPress.

     

    I hope this is more clear…

    in reply to: Integrating WordPress with another site… #19087

    dpbklyn
    Participant
    Post count: 14

    Hi, Thank you for the response…

    I would love it if WP accepts the payment, I am trying to take it easy on my Django developer…

    I would want our subscribers to pay us through WP (Paypal or other gateway) then be authenticated to go to the Django webapp.

    in reply to: Agency Slider on Static Home page? #1639

    dpbklyn
    Participant
    Post count: 14

    SoZo,

    Thank you for the quick response!  Your link is broken.

    dp

     

Viewing 12 posts - 1 through 12 (of 12 total)