j007w

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 56 total)
  • Author
    Posts
  • in reply to: some pages don't have "entry-header" #11528

    j007w
    Free User
    Post count: 56

    Hi everyone,

    Want to share that I found a solution.

    First I need to add the code that I mentioned above. Then, in child theme’s function.php add the following per needed page inside the gd_avada_current_page_title_bar function.

    This one is for the author page:

    
    
    if( geodir_is_page('author') ) {
    	remove_action( 'geodir_search_page_title', 'geodir_action_author_page_title',10);
    	ob_start() ; // Start buffering;
    	geodir_action_author_page_title();
    	$title = ob_get_clean();
    	avada_page_title_bar( $title, $subtitle, $secondary_content );
    }

    Thanks!

    in reply to: some pages don't have "entry-header" #11489

    j007w
    Free User
    Post count: 56

    Morning.

    Thanks, Guust and John! That sounds great.

    Hope you’ll have a great weekend.

    in reply to: some pages don't have "entry-header" #11463

    j007w
    Free User
    Post count: 56

    Oops…I meant they don’t have “entry-header” from the $class_header variable. They do have “entry-title fn” from the $class variable.

    Thanks!

    in reply to: Spread Listing Details Tabs Evenly #11374

    j007w
    Free User
    Post count: 56

    Hi Guust, I am making quite a bit of customization. It’s a mess now thought. The codes are working for me too! Thanks, everyone.

    in reply to: Show subcategories inside listing pages #11258

    j007w
    Free User
    Post count: 56

    Hi Guust,

    That’s perfect. Thank you for inviting me to your test site as well. That’ll help alot.

    Have a great evening.

    in reply to: Show subcategories inside listing pages #11255

    j007w
    Free User
    Post count: 56

    Hi Guust,

    I have it on my site at the top of the listing page of a CPT. It’s only showing the categories that have been viewed instead of all categories. I didn’t see where I could change any settings in the widget.

    Having said that, I only have one listing (it has 3 categories) right now for the CPT during development. Perhaps only categories that have at least 1 listing will show? If so, that’s actually a good thing.

    Thanks again!

    in reply to: Show subcategories inside listing pages #11250

    j007w
    Free User
    Post count: 56

    Good evening, Guust.

    Thanks for taking your time to answer me.

    I was actually thinking about a widget to show all the categories of a post type. From reading this thread I thought Vikas was going to make one–although I wasn’t sure if that was the case.

    Is there any way to do this? I did find a way to do that using GeoTheme so if there’s not a solution yet I can try to modify my old code.

    Thanks again. Have a great evening!

    in reply to: Show subcategories inside listing pages #11172

    j007w
    Free User
    Post count: 56

    Hi Vikas,

    You mentioned categoriy top section is available but I can’t find the widget or setting for it. Could you please tell me how to show the categories of the current post type or category?

    Thanks!

    in reply to: Spread Listing Details Tabs Evenly #11171

    j007w
    Free User
    Post count: 56

    Just wondering if there’s any update to this topic. I, too, would like to get all the tabs in one row if it’s possible.

    Thanks!

    in reply to: Site Showcase #10740

    j007w
    Free User
    Post count: 56

    Hi Dave,

    Good evening.

    Thanks so much for the info. I really appreciate your helping me. I thought about Genesis as well but I’ve never tried it. Best of luck on your developments and hope you’ll have a great weekend.

    Thanks again.

    in reply to: Site Showcase #10730

    j007w
    Free User
    Post count: 56

    Hi Dave,

    Hope you don’t mind my asking. I was searching through Avada forum to try to solve the problem of some strange html tag on the top of the page. I tried the proposed function but it actually gave me a blank page. I recognized your avatar and was just wondering if you were able to solve it. If so, could you give me a hint?

    Thanks so much!

    in reply to: custom post select option problem #10466

    j007w
    Free User
    Post count: 56

    Hi Paolo,

    OMG…are you serious! You’re awesome.

    Thank you, Vikas and the entire team for all you do. I’m extremely grateful.

    Have a great rest of the week, guys.

    in reply to: custom post select option problem #10452

    j007w
    Free User
    Post count: 56

    Hi Paolo,

    Of course! Please go ahead.

    THANKS!

    in reply to: custom post select option problem #10447

    j007w
    Free User
    Post count: 56

    Hi Paolo,

    Just thought of something….

    When you tested and it worked for you, was the URL showing “mysite.com/posttype/”?

    For some reason, this is the only way it’ll work. However, I noticed in the official demo that it should work like this: “mysite.com/posttype/united-states/IL/Chicago”.

    Thanks!!!

    in reply to: custom post select option problem #10444

    j007w
    Free User
    Post count: 56
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 56 total)