Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
The site does not have any tags H1
Support Forums - Classified Ads Script Osclass
Osclass theme support
Free themes
Patricia Osclass Responsive Theme
The site does not have any tags H1
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
This topic contains a post which is marked as Best Answer.
Press here if you would like to see it.
Yuri
106 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!
Logged
The world is not without good people.
MB Themes
Support team
17512 posts
Only quality matters
Download Osclass
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.
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Yuri
106 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.
Logged
The world is not without good people.
Marked as best answer by
frosticek
on March 05, 2018, 08:45:35 AM
MB Themes
Support team
17512 posts
Only quality matters
Download Osclass
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>
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Yuri
106 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.
Logged
The world is not without good people.
MB Themes
Support team
17512 posts
Only quality matters
Download Osclass
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
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Yuri
106 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.
Logged
The world is not without good people.
Print
Pages: [
1
]