• 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

wparrow

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 - 1 through 20 (of 43 total)
1 2 3 →
  • Author
    Posts
  • May 31, 2017 at 10:29 am in reply to: Help me fix the code plz #207225
    wparrow
    Member

    Your account has been terminated

    Fine, Should I open a Paypal dispute in this case?

    May 31, 2017 at 9:45 am in reply to: Help me fix the code plz #207222
    wparrow
    Member

    OK, I started subscription on your site at May 15, 2017 for one month and now you set my account is expired. Only for 15 days?

    May 31, 2017 at 9:35 am in reply to: Help me fix the code plz #207220
    wparrow
    Member

    Hi Brad,

    1. I did not ask the question for the code above, just use it today. You have fixed an other of your code, see this post https://www.studiopress.community/topic/display-content-at-archive-page-help-please/#post-206515

    2. It's not true Brad, do you need I post all Facebook log here? I just ask you simple question and you gave me a link or answer me. You wrote a tutorial on your site is for future member subscription. I really get help about ACF plugin only

    3. Most of my questions (less than 10) is ask your help to fix your code. You can check the Facebook chat log again. Yeah, I just checked it again

    - Use the ACF to display content at bottom of cateogry: I ask you to fix your code because it display at bottom of recent widget too.
    - When I used the code from this page: https://wpsites.net/web-design/remove-additional-features-text-from-agentpress-property-details-when-empty/ and it broken the layout and I ask your fix. You feel unhappy and said this is not your code issues, but I told you it's only happened when I apply your code. Then you fix it with a jquery code.

    Other my question:
    Hi Brad. Do you known is there any way to reorder the sub taxonomies of Agentpress?

    Your answer:
    You would use pre_get_posts but i haven't written the code for that

    Question:
    Hi Brad, Do you known how to make eNews Extended Integrates With Sendgrid?

    Answer:
    I would ask the plugin Developer. Maybe it can https://wordpress.org/support/plugin/genesis-enews-extended/

    Sure. But you have already asked enough questions. Membership covers existing tutorials. Not new ones.

    I told you will not ask any more question that not your snippets. Then you block me from Facebook.

    That's why I need ask help from community members here.

    Note: All your code did not works well from the first time, always need fix so that's why you feel I ask too many questions

    In the subscription page, you should clear that a member only can ask question about your snippets and the number of questions etc...

    May 30, 2017 at 10:54 pm in reply to: [Agentpress] How to lets registered user submit listing ? #207195
    wparrow
    Member

    Please see the picture here: Can't choose the taxonomy terms

    May 30, 2017 at 9:19 pm in reply to: [Agentpress] How to lets registered user submit listing ? #207191
    wparrow
    Member

    Thanks,
    I installed the plugin and successful set the permission for Listing Manager.

    Do you known why we can't choose the listing term on the right column when create a listing?
    All term are hidden and I unable to choose one.

    Thanks

    May 16, 2017 at 4:27 am in reply to: Display content at archive page help please #206518
    wparrow
    Member

    Thanks for quick fix. Everything is ok now.

    May 16, 2017 at 3:17 am in reply to: Display content at archive page help please #206515
    wparrow
    Member

    Thanks, just applied your code to the site. But has one problem.

    Extra content display fine but it's also display at bottom of Recent posts widget on the sidebar.

    Please check this url https://www.canthoshopping.com/category/category-1/

    May 16, 2017 at 1:03 am in reply to: Display content at archive page help please #206509
    wparrow
    Member

    Please help create a sample on the given site as I gave you on FB chat. So, I can see how to do from your sample works.

    If it's easy and can do the job, we will replace Pods plugin by ACF

    Thanks

    May 16, 2017 at 12:31 am in reply to: Display content at archive page help please #206507
    wparrow
    Member

    I used is_category() and it does not work, all Pods content display at all categories.

    Pods support very good by Jim and other authors. You can access via the Pods's forum on WordPress.org if needed.

    Thanks for your advice. I will try to use ACF now, never try before, hope it's easy

    May 16, 2017 at 12:16 am in reply to: Display content at archive page help please #206505
    wparrow
    Member

    Thanks Brad for answer, after I paid and join into your site.

    However, I want it dynamic works for all categories, not just one specific category.

    Could you help?

    Thanks

    May 10, 2017 at 10:47 pm in reply to: Is it possible to display ADS on first three posts on archive page? #206276
    wparrow
    Member

    Thanks jchai for notify me about column class. I will add ADS on archive intro as well.

    April 19, 2017 at 4:29 am in reply to: Add extra content for archive page using Pods plugin. Help plz #204982
    wparrow
    Member

    I tried this code

    <?php if (is_category()) {
    echo $pod->display('extra_content_for_category');
    }
    ?>

    But get error

    Fatal error: Call to a member function display() on null in /home/mydomain.com/public_html/wp-content/plugins/genesis-simple-hooks/genesis-simple-hooks.php(184) : eval()'d code on line 2

    Any one known way to make it work?

    Thanks Braddalton, I will join into your site soon to read your tutorials, need some $$ in my Paypal before make a subscription

    April 13, 2017 at 8:16 am in reply to: Help me correct the code If is_single #204730
    wparrow
    Member
    <?php if( is_singular( 'post' ) ) {
    if ( function_exists( 'wpsabox_author_box' ) ) echo wpsabox_author_box();
    }
    ?>

    The code above works, it's very simple and not sure why nobody help

    April 12, 2017 at 10:17 pm in reply to: Help me correct the code If is_single #204703
    wparrow
    Member

    Thanks Carasmo for your reply.
    I known there is default Genesis author box. However, I do not want use it, I want use the author box from third party with more feature.

    What I want is the conditional code to run the PHP code above at single post only.

    Is it possible ? Or it's hard to do?

    March 14, 2017 at 8:50 am in reply to: Where is listings taxonomy template file? Agentpress theme #203075
    wparrow
    Member

    So what is the "Set as private reply" mean?

    Anyway, I've send a message to you on Facebook.

    Thanks

    March 14, 2017 at 6:53 am in reply to: Where is listings taxonomy template file? Agentpress theme #203059
    wparrow
    Member

    I have sent details login. Could you please help?

    Thanks

    March 13, 2017 at 8:58 pm in reply to: Where is listings taxonomy template file? Agentpress theme #203030
    wparrow
    Member
    This reply has been marked as private.
    March 13, 2017 at 10:18 am in reply to: Where is listings taxonomy template file? Agentpress theme #203005
    wparrow
    Member

    I tried to insert the code to taxonomy.php file but it didn't work

    $pod = pods( get_query_var( 'taxonomy' ), get_query_var( 'term' ) ); 
    echo $pod->display('more_description_wysiwyg');

    Could you please help? braddalton

    Thanks

    June 4, 2016 at 6:00 am in reply to: How to make whole home page link able ? #186937
    wparrow
    Member

    Thanks Victor Font for full of code

    June 3, 2016 at 11:00 pm in reply to: How to make whole home page link able ? #186927
    wparrow
    Member

    Thanks chrismcintosh for your help but your code doesn't has the onclick function?

    The code from above will open new window when user click any where on the home page, then current home page will redirect to affiliate link.

    You code seem only open one url

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 43 total)
1 2 3 →

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