• Resolved SyGy

    (@sygy88)


    Hi I’m using this your plugin is it seems really well working.
    I am using it together with the “Restaurant Menu” plugin because I should create a calendar to buy the menus on set days, I am creating a site for a chef at home. I use the option to see the preview and the foreground image for the service using the wordpress pages.
    In the list of services there is no way to insert the pages created by this plugin? The plugin displays only the pages created (in admin).
    If there is no way to insert pages created by other plugins, is it not possible to insert links? at this point I would create a page for each menu and then insert the writing “for menu information click HERE” I tried but the plugin does not display the links in the description.
    Can you help me to solve this problem?
    Thanks in advance for any response!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hakan Ozevin

    (@puckrobin)

    Hi,

    With “pages created by other plugins”, you mean custom post types (CPT), I presume. This is possible with Advanced Features premium addon. Then you can select CPT of Restaurant Menu and WP BASE will use featured image and text of the connected CPT.

    For CPTs or regular pages, adding links in sliders is not possible, because clicking anything inside description area of the slider will make the service to be selected.

    You can only use links in description as tooltip (Use Slider setting is set as No) by adding the following lines in Tools > Custom Functions. In this case description text is taken from post content (allows HTML tags) instead of post excerpt (does not allow HTML tags).

    
    add_filter( 'app_thumbnail_desc', 'app_thumbnail_desc' );
    function app_thumbnail_desc(){
      return 'content';
    }
    
    • This reply was modified 4 years, 6 months ago by Hakan Ozevin.
    Thread Starter SyGy

    (@sygy88)

    Hi Thanks for the answer you have been very exhaustive!
    I’m considering buying the Bundle of plugins at 79 € very tempting offer, also because I was also interested in modifying the submission form and modifying the cost based on the form sent!
    Thanks and good job

    Plugin Author Hakan Ozevin

    (@puckrobin)

    Thank you for your nice words.

    If you have questions about premium addons, please use the contact form on our website as we are not allowed to promote them in these community forums.

    Cheers,
    Hakan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Insert link in the description of the service’ is closed to new replies.