js100
Forum Replies Created
-
Or do you think it better to remove all rel=”next” completely for all archive pages loaded with AjaxScroll?
// remove rel=next on blog archive pagination to remove duplicated content on Search Console function wpseo_disable_rel_next_archive( $link ) { if ( is_archive() ) { return false; } } add_filter( 'wpseo_next_rel_link', 'wpseo_disable_rel_next_archive' );
Forum: Plugins
In reply to: [Footnotation] Position of the footnote-sectionI am interested in too. Only as a idea, maybe using a shortcode [footnotation-response], and hook here all footer notes list.
Contact form 7 does this with [response] to play with the position of the validation message.
Awesome. Works like a charm!
Thank you very much Thomas!
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Google Analytics Code?I found the problem: the single quote.
Doing copy-paste of code from this page, the single quote seems not to be well written and in the callback javascript output the single quotes seems badly written.Thank you for your help. It works well. ??
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Google Analytics Code?What would be the Callback right code in combination with masonry/isotope?
This code cause some issues at my layout:
$(‘.grid-blog-list’).isotope(‘reloadItems’).isotope();
ga(‘send’, ‘pageview’, location.pathname);- This reply was modified 7 years, 12 months ago by js100.
Maybe this post can help?
https://www.ads-software.com/support/topic/custom-post-type-with-rewrite-slugTry adding this custom css rule
.kbe_breadcrum {
margin: 90px 0 30px;
}
This will fix the issue??
+ Please tell me what your permalink structure is set to in Settings > Permalinks
Custom: /%category%/%postname%/
+ Please tell me what your Base Slug is set to in WP Knowledgebase > Settings
ajuda
+ Please take a screenshot of the Page where that contains the knowledgebase so I can see the Page title, and permalink that is set in the backend.
https://www.dropbox.com/sh/rpa816u7ik1tci7/AAAA1gk9RKadVdPuD1X1Vpv0a?dl=0
Hi Maeve. I tried it and it does not solve the issue. ??
Forum: Plugins
In reply to: [CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress] login problemDid you try changin allow_url_fopen=on param in your php.ini?
I have the same problem.
My WordPress address (URI): https://www.mydomain.com/wp
My Site address (URL): https://www.mydomain.com/blog (different public address)At the beginning, with previous releases all works fine because I could edit “Location of your sitemap file”, and I set to manually this parameters:
‘Absolute or relative to the sitemap file, including the path name’: /usr/home/mydomain.com/web/wp/sitemap.xml
and
‘Full URL of the sitemap file, including the name’: https://mydomain/wp/sitemap.xmlI have updated to version 4.0 and first, this option has dissapeared (I know now there’s not necessary both sitemap files). But now plugin debug informs about errors with url because automatically specify the sitemap path to https://www.mydomail.com/blog/sitemap.xml in order to https://www.mydomail.com/wp/sitemap.xml
What I’m doing wrong? I have downgraded my release waiting for your community support.
Thank’s in advance.