jahusdtc

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 162 total)
  • Author
    Posts
  • in reply to: Author Listing #416913

    jahusdtc
    Expired Member
    Post count: 162

    Of course, I see it on the My Account with silhouette at the top right of the home page!

    Can use that!

    Sorry to bother you…was confused.

    BTW, CAN we add a menu item that’s a shortcode?

    Thanks!

    in reply to: Slogan under Details Title #416787

    jahusdtc
    Expired Member
    Post count: 162

    Thank you, guys!

    in reply to: Increasing Error Message Visibility #416784

    jahusdtc
    Expired Member
    Post count: 162

    Thank you.

    Once I knew the proper nomenclature for the “speech bubble thingies,” I wandered through web listings to learn about them.

    The only helpful thing I ran across would be to create this functionality on my own. Not an exciting idea at present.

    Hopefully, my visually impaired admin won’t need error messages because he will MAKE no errors! Here’s hoping!

    Thanks for your explanation.

    Possibly, he can use another browser. Some of them seem to display more visibly than others.

    in reply to: Change Phone Formatting on List #416783

    jahusdtc
    Expired Member
    Post count: 162

    For the Listing page, I put it my specially-formatted phone (freebie) or phones (premium) at the end of add_filter(‘geodir_show_post_address’, ‘geodir_change_address_order’ , 100 , 2) ;
    function geodir_change_address_order($html , $vars){…}

    I don’t know how I would use PHP for custom-format phones as mentioned in your message.

    Is there a tip or trick on how to do so that would work better than what I did?

    Interesting tip about the .logged-in class. Not currently useful…but it will be!

    Thanks for your follow-up!

    in reply to: Before Description Field #416781

    jahusdtc
    Expired Member
    Post count: 162

    This is the code for functions.php that I ended up with…and what it looks like.

    Here’s hoping it will help someone out!

    
    
    /* 
     * ADMIN - ADD LISTING - put information ABOVE the Description field that will become the 
     * Profile/About Us Tab on the Detail Page
     * There are two places the description field is editable.
     * 1. Off WordPress Admin … Places > (listings) > the record.
     * 2. From the url that looks like http://mysite.com/add-listing/?pid=5742
     * #1 is geodir_before_description_field
     * #2 is do_action( 'edit_form_after_title', $post );
     * Decided to style with CSS to look like fieldset on the two places discussed above.
     */
    add_action('geodir_before_description_field', 'information_above_profile_field_when_editing');
    add_action('edit_form_after_title', 'information_above_profile_field_when_editing');
    function information_above_profile_field_when_editing(){
    	$title_to_show = 'About Us Info';
    	$info_to_show = 'Enter the narrative, ad-like information that will show on the Listing and Detail page.';
    
    	$combined_to_show  = '<h5 class="geodir-fieldset-row"' . '>' . $title_to_show .'<small> ( ' . $info_to_show . ' )</small></h5>';
    
    	echo $combined_to_show;
    }
    in reply to: Move Twitter etc. in Details under title. #416780

    jahusdtc
    Expired Member
    Post count: 162
    This reply has been marked as private.
    in reply to: Move Twitter etc. in Details under title. #416778

    jahusdtc
    Expired Member
    Post count: 162

    Sorry for the delay in answering, Alex!

    Trying to explain briefly and sometimes that isn’t brief!

    I’m referring to the DETAILS page.

    I have attached an image showing what the area under the Listing title CURRENTLY looks like.


    CURRENTLY — Address, Social Icons, Biz(contact) phone, Cell phone, Fax Phone.
    DESIRED — Address, Biz(contact) phone, Cell phone, Fax phone, Social Icons.

    As you can see, I have the normal (contact) phone field, as well as two custom fields: Cell and Fax.
    These will be shown on Detail, not Listing page.

    I have added the 3 phones where they are via the hook below within my function geodir_change_address_order…

    add_filter(‘geodir_show_post_address’, ‘geodir_change_address_order’ , 100 , 2) ;

    I put the three custom fields at the very end of that.

    I am assuming, since I want bigger icons on the social line (?) of Twitter, etc. — that I would use
    the “Add another service link with icon – Instagram example (Twitter, LinkedIn, etc.)” example in
    https://wpgeodirectory.com/docs/faqs/detail-page/ to output the normal Social Icon string with different icons?

    Or can I otherwise change the icons shown, instead

    I STILL would like the social icon line UNDER the phone, cell, fax numbers. How do I move them!?

    I am happy with the way the phone numbers and social icons look in the sidebar, under the map.

    Am only interested in changing the LOCATION of the social icons under the Listing Title — relative to the 3 Phones.

    To recap (as in picture)

    CURRENTLY — Address, Social Icons, Biz(contact) phone, Cell phone, Fax Phone.
    DESIRED — Address, Biz(contact) phone, Cell phone, Fax phone, Social Icons.

    Got any words of wisdom for me?

    Thanks for thinking about it.

    in reply to: CSS for Dropdown on Add Place #416754

    jahusdtc
    Expired Member
    Post count: 162
    This reply has been marked as private.
    in reply to: CSS for Dropdown on Add Place #416743

    jahusdtc
    Expired Member
    Post count: 162

    Thanks, Kor!

    There are 3 dropdowns I am puzzled about…all on the Edit/Add Place pages.

    I found out how to change the front page dropdowns, but these are causing brain cramp to me!

    Category, Region, City

    BTW, on Region…does it auto-add entries that are hand-typed in? If so, can one REMOVE those entries?

    Attached is image of “face” of dropdowns…won’t stay dropped down for me when doing screenshot!

    in reply to: Before Description Field #416287

    jahusdtc
    Expired Member
    Post count: 162
    This reply has been marked as private.
    in reply to: Before Description Field #416286

    jahusdtc
    Expired Member
    Post count: 162

    Perfect! Thanks much. I was searching for something with “description” in name of hook…duh! should have sought after_title, too!

    Thanks. Having that above description in editing makes lots more sense — to me, anyway!

    Appreciate your time.

    in reply to: Jquery not defined #416177

    jahusdtc
    Expired Member
    Post count: 162
    This reply has been marked as private.
    in reply to: Change Phone Formatting on List #416176

    jahusdtc
    Expired Member
    Post count: 162

    Would I best do this by adding a phone onto the end of geodir_show_post_address
    …and turning off the listing page in Place Settings?

    Or is there a separate spot especially for phones?

    Just a thought.

    in reply to: Author Page, add additional link? #415965

    jahusdtc
    Expired Member
    Post count: 162
    This reply has been marked as private.
    in reply to: Map is different on Details page #415938

    jahusdtc
    Expired Member
    Post count: 162

    Thanks – Map working great now. Thanks for your tweaks!

    Regarding other message. I’ll repost in proper place.

    Didn’t realize Set as Private Reply was shown only after initial message appeared in public. I now understand.

    Sorry!

    I am thrilled my map is happy.

Viewing 15 posts - 121 through 135 (of 162 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount