Forum Replies Created
-
AuthorPosts
-
Found it.
Sorry.Guys from Yoast team found the issue debugging my website.
I don’t know how to replicate it.Copy and paste the url in a browser. I told you, there’s something wrong with your forum.
I don’t know why your img tag doesn’t work.
The img is here: http://www.geoclima.com/Screen%20Shot%202016-12-12%20at%2011.53.38%20AM.png
- This reply was modified 7 years, 11 months ago by gianmarizzi.
Actually, it’s not true.
I have both posts or pages or portfolio items created with page builder and Yoast SEO can scan them.Ok, now it works.
Thanks.You have permission
I did it, but nothing happened :(
I’m doing it but it doesn’t help.
Hi all,
I’m using both WP Supercache and BWP Minify but the result is 66%.
Plus, if I use BWP I get 0 on Defer parsing of Javascript but if I use this codeadd_filter(‘clean_url’,’async_js’,11);
function async_js($url) {
if ( false !== strpos( $url, ‘jquery.js’ ) || false === strpos( $url, ‘.js’ )) {
return $url;
}
return “$url’ defer=’defer”;I get 63 on Defer parsing of Javascript.
Despite this, I still get a bad PageSpeed score.Thanks a lot.
Ok, should I use html on navigation labels?
I don’t know why the img tag is not working.
- This reply was modified 8 years, 1 month ago by gianmarizzi.
Hi Yigit,
the website isn’t ready yet, I’m just designing it.
What I’d like to get is something like this:
- This reply was modified 8 years, 1 month ago by gianmarizzi.
Super! Thanks a lot.
I want to hide the horizontal list menu and keep the drop-down one so I added
add_action('after_setup_theme','avia_remove_main_menu_flags');
to function.php but nothing happens.
function avia_remove_main_menu_flags(){
remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
}
What else should I do?- This reply was modified 8 years, 1 month ago by gianmarizzi.
I did what you told me: disabled all plugins and then activated one by one and now it incredibly works. Mystery!
- This reply was modified 8 years, 2 months ago by gianmarizzi.
I know but it’s quite peculiar that only one website out of three has issues.
Done. it works, thanks.
Now I have to fix the LayerSlider issue.Fixed it with this:
Also galleries and AJAX portfolio.
Yes, I had a flash of inspiration :-)
Thanks for support.So there is no chance to put a slider gallery on footer?
Details here below:
It works, but I’ve got another problem.
On the footer of http://www.climatech.at I put a layerslider showing some logos. But I can see it only on home page, on other pages I can only see [layerslider id=”6″].Ok, I did 4 list elements with a text block as title.
it works.
Thanks.Ok, thanks for support, I try what you suggest.
Thanks a lot!
-
AuthorPosts