This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Yuri

  • ****
  • 105 posts
  • Yriu
The site does not have any tags H1
« on: February 12, 2018, 10:47:09 PM »
Faced such a problem, stumbled upon (tag H1) on the pages of goods online store, which I have on the site is missing, in the appendage, to make this mistake correct. What to do how to be .
It is necessary to take measures to make it appear!
The world is not without good people.

*

MB Themes

Re: The site does not have any tags H1
« Reply #1 on: February 13, 2018, 12:04:50 PM »
@Yuri
You can modify theme files do redefine H tags.
You can add it to header.php as easiest solution.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Yuri

  • ****
  • 105 posts
  • Yriu
Re: The site does not have any tags H1
« Reply #2 on: March 04, 2018, 07:08:00 PM »
I tried but knocked out a mistake. probably conflicts with each other.
I need it so, the person added the ad, so the title of the ad title is h1 it should be displayed. because if you add ads and there is no h1. this is a senseless announcement.
The world is not without good people.

Marked as best answer by frosticek on March 05, 2018, 08:45:35 AM
*

MB Themes

Re: The site does not have any tags H1
« Reply #3 on: March 05, 2018, 08:45:25 AM »
@Yuri
In file:
oc-content/themes/patricia/item.php

Find line:
Code: [Select]
<h2><?php echo ucfirst(osc_item_title()); ?></h2>
Replace with:
Code: [Select]
<h1><?php echo ucfirst(osc_item_title()); ?></h1>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Yuri

  • ****
  • 105 posts
  • Yriu
Re: The site does not have any tags H1
« Reply #4 on: March 07, 2018, 12:04:43 PM »
I did everything as written. but now the minuses have appeared, the title of the ad has become small and ugly. restore to that size does not work.
The world is not without good people.

*

MB Themes

Re: The site does not have any tags H1
« Reply #5 on: March 07, 2018, 04:31:04 PM »
@Yuri
You should copy styles applied on h2 tags in theme and change it to h1
This row in style.css :
#listing #right h2

should be changed to:
#listing #right h1
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Yuri

  • ****
  • 105 posts
  • Yriu
Re: The site does not have any tags H1
« Reply #6 on: March 07, 2018, 09:26:55 PM »
Thank you! all is well. :)
The world is not without good people.