Forum Replies Created
-
AuthorPosts
-
Order table is not correct on mobile http://www.aurelwireless.com/nuovo/table.png
It is possible view each separate column in mobile view ? http://www.aurelwireless.com/nuovo/ricevitori/
Using this plugin https://wordpress.org/plugins/regenerate-thumbnails/ and it work fine!
Ok, I need to active a geolocalization for google map in enfold that indicate the marker more near me ?
Solved!
hide_labels=’aviaTBhide_labels’
January 23, 2017 at 5:48 pm in reply to: change background color in top header with extra elements #737371Sorry now it works!
January 23, 2017 at 5:46 pm in reply to: change background color in top header with extra elements #737368No I mean the all border form http://www.futura-grading.com/new/contacts/ why are red ????
January 23, 2017 at 5:40 pm in reply to: change background color in top header with extra elements #737365But do not work how I wont http://www.futura-grading.com/new/news/futura-grading-new-website-online/ other part is red not only header with extra elements
January 23, 2017 at 4:07 pm in reply to: change background color in top header with extra elements #737298#3 : Dashboard > Enfold Theme Options > Advanced Stylingx = “Small bar above main menu”
Thanks.
Yes but only for single post.
Ok thanks, which tools you use?
I’m using this tool http://www.seoreviewtools.com/html-headings-checker/
On this site http://www.sacrobirmania.net same problem also on http://www.aloeverainforma.it using same code in function.php (id page)
There is only H1 (site name)
Sorry but H1 tag is not present
Do not work Nikko
Heren FTP
I have already 3.8 version
I have added this code in function.php but do not work
is page id ?
Ok, but why is_page (504) ?
Here FTP account for aloeverainforma.it
I have already post FTP access, here below.
This cose do not work
add_filter(‘avf_logo_headline’,’avia_new_logo_span’);
function avia_new_logo_span(){
if(is_home()){
$output = “h1”;
}
return $output;
}add_filter( ‘avf_logo_headline’, ‘change_logo_to_h1’, 10);
function change_logo_to_h1() {
if(is_home()){
return “h1”;
}}function new_headline($headeline_type){
if(is_home){
$headline_type = “h1”;
return $headline_type;
}
}
add_filter(‘avf_logo_headline’,’new_headline’);I need to have h1 (logo) only for homepage and not for other page
I send you credentials few day ago.
I need to have H1 tag only for homepage
add_filter( ‘avf_logo_headline’, ‘change_logo_to_h1’, 10);
function change_logo_to_h1() {
return “h1”;
}do not work
-
AuthorPosts