Forum Replies Created
-
AuthorPosts
-
But there is only one tag “date_format”. I need split it to three diferent values and style them diferently.
Ups, it’s not. This code remove canonical from entire website.
It work!!! Great, Thank You :)
Ok, there it is
Ok. Thank You for Your help.
Regards
PiotrYes, I use Yoast SEO.
I added this code to function.php but canonical is still exist.Thank You Josue,
Do You plan include this functionality in next release of Enfold? In Salient theme it’s working without any modyfication.
Regards
PiotrThank You Josue,
Is there a way to use it in my child theme rather than in function.php in original files?
Regards
Piotr- This reply was modified 8 years, 10 months ago by pedronx.
Hi Yigit
any idea?
Regards
Piotr“Some internal links point to URL addresses which respond with 301 and 302 redirects.”
Yigit, I think You send not what You suppose to :)
I add this code
add_filter(‘avf_set_follow’,’avia_set_nofollow’);
function avia_set_nofollow(){
if ( is_search() ) {
$meta = ‘<meta name=”robots” content=”noindex, follow” />’ . “\n”;
}
return $meta;
}to functions.php in child theme to prevent robots to index search results.
1. Could You clarify what I should do now?
2. Is that Your code remove <link rel=”canonical” href=”…” /> from search results?
Regards
Piotr- This reply was modified 8 years, 11 months ago by pedronx.
I add it to function.php in child theme and get this:
Fatal error: Cannot redeclare avia_set_nofollow() (previously declared in /home/httpd/vhosts/…/httpdocs/wp-content/themes/enfold-child/functions.php:265) in /home/httpd/vhosts/…/httpdocs/wp-content/themes/enfold-child/functions.php on line 289
Here You are:
Ok. Thank You.
ps. do You know something about my other topic: https://kriesi.at/support/topic/remove-canonical-tag-from-search-results/Hi Yigit,
Could You help me with this?
Regards
PiotrWhen I search something on website, I get this code in results (in source code):
<meta name=”robots” content=”noindex,follow”/>
<link rel=”canonical” href=”websiteadress” />From SEO point of view it’s wrong and I need to remove <link rel=”canonical” href=”websiteadress” /> from code.
Do You have any idea?Thank You Yigit, but You I’m not clear enough :)
I need to remove tag rel canonical from source code od search results pages.
Hi,
Please follow my step:
1. on that page http://kriesi.at/themes/enfold/blog/masonry-blog/ pick the first post “New electric cars are getting really fast ”
2. on this post page click category link “Science” in breadcrumb
3. You have got this http://kriesi.at/themes/enfold/category/science/ – but it does not use mosonry blog view – and that is the point:
what should I do to display this category in masonry emelent
Regards
PiotrSeptember 23, 2015 at 2:59 pm in reply to: How to add meta robots with ‘noindex, follow’ to search results? #507837WOW!
Thank You for extremly fast response :)
Regards
PiotrAugust 31, 2015 at 1:29 pm in reply to: Breadcrumbs not appearing on old pages – only on new #495759Thank You Dake, but it isn’t a good workaround in my situation, when height of the header will change on few subpages.
I’m trying to add breadcrumb by shortcode, but it also don’t appear if header is set to transparent. It’s so frustrating…
August 27, 2015 at 8:02 pm in reply to: Breadcrumbs not appearing on old pages – only on new #494421Hello,
It’s been seven days from my last post…
Could You help me?
Thank YouHello Yigit,
Could You help me with that thread https://kriesi.at/support/topic/breadcrumbs-not-appearing-on-old-pages-only-on-new/#post-490114Thank You
August 20, 2015 at 3:39 pm in reply to: Breadcrumbs not appearing on old pages – only on new #490841Hello,
Could You help me? Did You receive access to my website?
Thank YouAugust 19, 2015 at 8:46 pm in reply to: Breadcrumbs not appearing on old pages – only on new #490389Do You got it?
August 19, 2015 at 3:52 pm in reply to: Breadcrumbs not appearing on old pages – only on new #490163Yes, in private content. I do int again now.
August 19, 2015 at 10:11 am in reply to: Breadcrumbs not appearing on old pages – only on new #489908Hello
Do You get access to my website. I send it yesterday.
Thank YouAugust 17, 2015 at 11:37 pm in reply to: Breadcrumbs not appearing on old pages – only on new #489207Another tests and i found that even http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/ isn’t working if I set the header to be transparent… very frustrating.
It’s a lot of thread about that, and I see that peope need this functionality- meybe You can put it in the another enfold version…August 17, 2015 at 11:01 pm in reply to: Breadcrumbs not appearing on old pages – only on new #489196It doesn’t work in child theme folder. If I do it in oryginal functions-enfold.php i works, but it place the breadcrumb abowe the website. Is there a way to change the position?
August 17, 2015 at 10:42 pm in reply to: Breadcrumbs not appearing on old pages – only on new #489186But this quick workaround doens’t work…
Please, check this in Your instalation.
Thank You! -
AuthorPosts