Home Forums Themes Support Claue Add new row to Footer area to all pages

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #23441

      Hi,

      I want to add service area icons row of homepage ( check the – footer-service-area.jpg image ) to every footer of website ( pages’ footer, post’ footer, product pages’ footer )

      Is there any way to add that row into footer.php of the theme.

      Best Regards,

      Attachments:
      You must be logged in to view attached files.
    • #23466

      Hi,

      Please add below code to claue-child > functions.php

      if ( function_exists('register_sidebar') )
        register_sidebar(array(
          'name' => 'Content Bottom Sidebar',
          'id' => 'content-bottom',
          'before_widget' => '<div class = "content-bottom">',
          'after_widget' => '</div>',
          'before_title' => '<h3>',
          'after_title' => '</h3>',
        )
      );

      and download attach file and extract to claue-child

      After that go to Appearance > Widgets and add your widget to Content Bottom Sidebar

      Best regards

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #23508

      Thank you !

Viewing 2 reply threads

You must be logged in to reply to this topic.