• Resolved sloxxx

    (@sloxxx)


    Hello I have problem last two days.
    First the service section disappeared from front page, later I saw that it was off, when I turned it on I got a very strange look layout and message next to the service icon:
    [siteorigin_widget class=”WP_Widget_Media_Image”][/siteorigin_widget]
    You can see it on frontpage on my site.

    • This topic was modified 4 years, 9 months ago by sloxxx.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Thank you for contacting us.

    As you know home service section in this theme comes form Pages.

    It seems that you have selected a page that has siteorigin page builder shortcode.

    Please go to Appearance >> Customize >> Home Sections >> Service Section

    and select other page ( or create new one with content) for particular service where it showing that shortcode.

    Let us know if you have any questions.

    Thank You

    Thread Starter sloxxx

    (@sloxxx)

    yes the problem is with all the shortcodes. When I have a clean page section is display OK
    . In previous versions I did nowt have that problem.
    SO How to fix that?

    Hello,

    Please create a child-theme first.

    Now create “template-parts” folder inside in it.

    After it copy the “home-service” file from icare parent theme which is loactaed inside the “template-parts” folder. and paste in “template-parts” folder of your child theme.

    Now open file into any text editor and find below line of code:

    echo icare_excerpt_word( get_the_content(), 50);

    and replace with below line of code snippet.

    the_content();

    Now save the changes.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Service Section problem’ is closed to new replies.