Dev27
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Stripe Payments] Invalid Stripe TokenFixed it. That was it. I’ll just make a “store” subdomain I guess. Thank you.
Forum: Fixing WordPress
In reply to: Infolinks code can’t find. Popups hellI exported the posts, pages and images. I’m now going to import those through the WordPress tools. I hope those cannot be infected somehow
Forum: Fixing WordPress
In reply to: Infolinks code can’t find. Popups hellHad to do a clean install. Installed Wordfence after that. Thank you for your help. I hope Wordfence is enough to do.
Forum: Fixing WordPress
In reply to: Infolinks code can’t find. Popups hellThank you Steve Stern (@sterndata). I will look at this and follow these instructions. I will reply when done. Thank you again.
Forum: Plugins
In reply to: [Background Manager] no click background – tried codesThanks. You’re amazing!
Forum: Plugins
In reply to: [Affiliate Super Assistent] How Often Auto-Update Prices / InfoThank you Timo, I appreciate you taking the time to answer this post. Cheers!
Forum: Plugins
In reply to: [Affiliate Super Assistent] How Often Auto-Update Prices / InfoAlso, if Cache does control this, I would be able to set to refresh Amazon prices, etc in under an hour? Tanks for any help.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Wont Show Pages – in search resultsPlease forgive me for emailing so much. Thanks for the tips. It really is an awesome plugin. I left 5/5 and a really nice review at WordPress. Again, I’m sorry for my impatience.
Sincerely,
CharlesForum: Plugins
In reply to: [Relevanssi - A Better Search] Wont Show Pages – in search resultssome of code cut off. I put in backticks now. I don’t see where to change anything with this search.php. this is frustrating. can anyone help please?
<?php get_header(); ?> <div class="grid_12 blog-title"> <h1> <?php _e('Search results for', 'unicorn'); ?> "<?php echo get_search_query(); ?>" </h1> </div> <?php $sidebar_position = get_option('reedwan_sidebar_position', 'true');?> <?php if($sidebar_position=='left'): ?> <!-- Left Sidebar --> <div class="grid_4 sidebar"> <?php get_sidebar();?> </div> <?php endif; ?> <?php get_template_part('includes/blog-style-two'); ?> <?php if($sidebar_position=='right'): ?> <!-- Right Sidebar --> <div class="grid_4 sidebar"> <?php get_sidebar();?> </div> <?php endif; ?> <?php get_footer(); ?>
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Wont Show Pages – in search resultsThank you for your response. Here is my Search.php code. Do you see something in here I can change? And if so to what? (Or should I look somewhere else? Thanks.
<?php get_header(); ?> <div class="grid_12 blog-title"> <h1> <?php _e('Search results for', 'unicorn'); ?> "<?php echo get_search_query(); ?>" </h1> </div> <?php $sidebar_position = get_option('reedwan_sidebar_position', 'true');?> <?php if($sidebar_position=='left'): ?> <!-- Left Sidebar --> <div class="grid_4 sidebar"> <?php get_sidebar();?> </div> <?php endif; ?> <?php get_template_part('includes/blog-style-two'); ?> <?php if($sidebar_position=='right'): ?> <!-- Right Sidebar --> <div class="grid_4 sidebar"> <?php get_sidebar();?> </div> <?php endif; ?> <?php get_footer(); ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use a pastebin. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]
No, I never did actually. I’m pretty sure Google is reading this “blank” sitemap though because in webmaster it says submitted and read. But weirdly on other sites I built on WordPress, all is fine and I can see the sitemap on the URL “sitemap_index.xml”. I just don’t know why it’s showing blank on PumpJunkies.com. If you ever figure this out yourself, will you reply here so I can fix mine as well? Thanks.
I just noticed that in all 3 browsers it’s something different. After reading mpurse post, I checked in FF and i get this error:
Error loading stylesheet: An unknown error has occurred (805303f4)https://maxcdn.pumpjunkies.com/wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php
In IE it just says text lines of:
https://pumpjunkies.com/post-sitemap.xml 2012-10-11T18:55:02+00:00 https://pumpjunkies.com/page-sitemap.xml 2012-10-10T23:31:32+00:00 https://pumpjunkies.com/category-sitemap.xml 2012-10-11T18:55:02+00:00 https://pumpjunkies.com/post_tag-sitemap.xml 2012-10-11T18:55:02+00:00But again, in Chrome it’s blank. I wouldn’t be so worried but I thought I read somewhere that SEO wordpress is set up to be readable on the page along with acting as the sitemap too. And now with the error in FireFox, I’m, wondering if I have a problem. Plus Yoast’s own page looks like it’s the right way. He wrote the thing anyway so he would know. Here is how it should look in Chrome.
https://yoast.com/sitemap_index.xml
Any help is appreciated.
Anyone know why this sitemap shows a blank page? Thanks.
Forum: Fixing WordPress
In reply to: Feed Broken – Not Plugin Issue – Can anyone help?It worked, thanks again – Chales
Forum: Fixing WordPress
In reply to: Feed Broken – Not Plugin Issue – Can anyone help?Ok, after doing what you said, it looks like I found the code that is knocking it out. I’m going to remove them all to see. Thanks for your help. i hope this works. – Charles