Tim de Hoog
Forum Replies Created
-
@spadilha, I have temporary disabled the code as shown below:
var manager = new DependencyManager( $wrapper, { fieldContainer : '.aux-element-field', fieldMapper : auxDependencyFieldMapper, observerMapper : auxDependencyFieldMapper } , deps ); manager.setup();
You will find it in /themes/phlox/auxin/js/scripts.js on row 1977.
Yes, I know the option to ignore URLs. But the problem is that files in the cache dir mostly have a random name like sldfjdslfdsf8saf.js and slf097235lnefd.css. So ignore that URL will only work for the current selected URLs.
Thank you Jeremy for your quick response and solution.
I can confirm that my website can load the JS file now.
Yes my site is hosted in the the Netherlands by Antagonist.nl.
That is probably the reason that the stats are not completely 0 because I have also some foreign visitors.
A traceroute to stats.wp.com will end-up on: 192.0.76.3
- This reply was modified 5 years, 10 months ago by Tim de Hoog. Reason: Adding traceroute information
Forum: Plugins
In reply to: [Yoast SEO] Snippet preview differs from snippet in Google (second attempt)Hi MariusG,
If it is not possible then that is also a answer.
Maybe it is even better voor SEO purposes.
Thank you for your answers.
Forum: Plugins
In reply to: [Yoast SEO] Snippet preview differs from snippet in Google (second attempt)Hi MariusG,
Thank you for your answer.
But I want to use the breadcrumbs on Timdehoog.nl. I don’t want Google to show them in the searchresults.
Maybe it is not possible what I want?
Best regards,
Tim- This reply was modified 6 years ago by Tim de Hoog.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] 404 page is showing adsProblem solved after some tips of Thomas via email.
In the Phlox theme, you can set an own page that must be showed when a page is not found.
You can find this option in Customizer under the Extra option.
- This reply was modified 6 years ago by Tim de Hoog.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] 404 page is showing adsHi Thomas,
I have sent you an email using the form on your website.
Thanks!
Tim
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] 404 page is showing adsHi Thomas,
There are 2 ad blocks on the page. One without any ads, see the blue lines on the image below:
https://www.timdehoog.nl/wp-content/uploads/2018/10/timdehoog_ads_404page.jpg– One ad is showed after 2 <p></p> tags
– One ad is showed with the setting “after content”Can I send you a private message or e-mail with the debug information because it maybe contains sensitive data?
Tim
Forum: Plugins
In reply to: [Yoast SEO] Snippet preview differs from snippet in GoogleHi Michael,
I’am sorry for my late response. But because of others reasons my time was limited the last week.
You can find a snippet here:
https://www.timdehoog.nl/wp-content/uploads/2018/10/wordpress_google_prob.pngSo as you can see there are differences between Yoast Snippet and Google Snippet.
Personally i like the snippet of Yoast. My theme (Phlox) is also using breadcrumbs.
I hope you still wan’t to look into this issue?
Best regards,
Tim
Hi Thomas,
I have already done that:
https://www.ads-software.com/support/topic/great-plugin-with-much-free-options-and-good-support/Tim
This problem doesn’t belong to this plugin but to the Phlox theme. I have added a new topic in the correct forum.
https://www.ads-software.com/support/topic/search-button-in-header-is-hidden-on-each-postpage/
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO and Phlox free theme white screen on posts pageI have started a support topic on the forum of the theme:
https://www.ads-software.com/support/topic/no-overview-of-posts-when-yoast-seo-is-enabled/If they think that it is a Yoast SEO problem then I will create an issue on your GitHub page.
I have fixed the bug by changing the index.php file in my own child theme.
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO and Phlox free theme white screen on posts pageI have found the problem and the solution.
In /themes/phlox/index.php you will find this code snippet row 2:
if ( have_posts() ) { if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'archive' ) ) { get_template_part( 'templates/theme-parts/loop', get_post_type() ); } }
When you activate YoastSEO the value of get_post_type() will become ‘page’. When you disable the plugin it will be ‘post’. ‘Post’ is the correct value.
Is this a problem that must be solved in Yoast SEO or Phlox theme?
Hi Andrew,
I have made a bugfix, you can find it here:
https://www.ads-software.com/support/topic/white-page-when-using-revision-managment-auxin_get_post_format_media-missing/#post-10509246I think it is not a problem in your code.