Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support bobbied

    (@bobbied)

    Hey @cuckoofairweb

    You’re funny!! ??

    This may be an interaction between your theme and Business Directory Plugin. Let’s try this and see if it helps. Go to Directory > Settings > General > Advanced then turn on this option: Disable Advanced CPT Integration?

    Save your changes and see if that works. You may need to clear your cache if you don’t see a change right away. Try that and let me know if you run into more issues.

    Thread Starter cuckoofairweb

    (@cuckoofairweb)

    Oh joy. With the setting on ie disabled the only change is that this text remains at the top of the page:

    Details of stalls for 2023 Fair

    This is a directory, like Yellow Pages (TM), of the stalls that are located on the Borough Greens, in the Produce Market or in the Memorial Gardens. Either search the descriptions of the stalls OR click a category (type of stall) OR its location (Zone).? Clicking the title of the stall will display more details.? NB – Types of stalls and features of stalls tagged as?High Risk?are indicated in the ‘Who’s Here’ stalls directory by double ** in their names.??Medium Risk?by a single *.? New stalls will have a +.

    The Title is not displayed.

    Does the same in both Chrome and Edge.

    I’m on wordpress Version6.1.1, Site Language – en_GB, with theme Responsive Mobile (responsive-mobile), Version1.15.1.

    Thread Starter cuckoofairweb

    (@cuckoofairweb)

    Oddly in the main listings or view of a category where the titl is displayed there’s this bit of CSS:

    <div class="excerpt-content wpbdp-hide-title">
    Plugin Support bobbied

    (@bobbied)

    Hey @cuckoofairweb

    Thanks for trying that.

    Can you please try adding the following code as the first line in your functions.php file?

    add_filter(‘wpbdp_heading_type’, ‘__return_true’);

    There is a plugin called WPCode that will do this automatically for you. Just download/install/activate that plugin and add the new snippet. Be sure to name the snippet and activate it!

    This is a PHP snippet for reference, so you’ll need to select that snippet type. 

    Please try that and let me know if you run into more issues.

    Thread Starter cuckoofairweb

    (@cuckoofairweb)

    Hi Bobbied,

    Well that is 95% of the way there.

    Oddly the main AtoZ and category views the item titles are class = listing title and size h3 whereas when its by itself it becomes an h1?

    So many thanks.

    Plugin Support bobbied

    (@bobbied)

    Hey @cuckoofairweb

    Glad that helped! The title size is bigger on the single listing page because there is only one listing displayed and it looks better.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display of Item Title’ is closed to new replies.