capples3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: robots.txt being blocked by GoogleHi Laliz
I emptied my cache on my safari browser on my iPhone before I did this and https://www.fleekd.com/robots.txt shows as being disallow all just like the desktop did.
Forum: Fixing WordPress
In reply to: robots.txt being blocked by GoogleHi Laliz,
I have cleared my cache in all browsers and fleekd.com/robots.txt displays my correct robots.txt and the https://www.fleekd.com/robots.txt displays the blocked one which I assume is the “virtual” one
Forum: Fixing WordPress
In reply to: robots.txt being blocked by GoogleAs a quick update to this it seems to be a domain issue.
fleekd.com/robots.txt displays the right sitemap
https://www.fleekd.com/robots.txt displays the sitemap that is being set to disallow all.Any possible solutions on how to rectify this so that both has the proper sitemap?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Calendar not displaying on gamepresspro themeHi Jonahcoyote,
I’m having a similar issue. the site isWindreach Farms
Now I have several problems. One day the calender just stopped displaying. I deactivated plugins etc etc and that did not. work. I changed the template and the calendar showed. Now I can’ use any other template because it doesn’t fit the design. Even when the calendar shows the events are not in them. But to top it all off. the sidebar widget displays the events but of course when you click on them they do not show in calendar or list view. Please help. I’ve tried previous releases as well and still nothing.
Sorry It seems I forgot to include the links.
The new development site is.
https://www.clhdesigns.com/salsababies
And the old development site is https://clients.4mkdesign.com/sb
Forum: Themes and Templates
In reply to: My background image is not working properlyproblem was in my header file.
Now my issue is my banner will not display underneath the main nav
Forum: Fixing WordPress
In reply to: Content on Homepage Dissapearedyes that was in fact fixed I tried to change one piece of the code and reverted back to the original
Now help is required lol
Thanks again
Forum: Fixing WordPress
In reply to: Posts Showing up in Firefox but IE will only display the titleI have actually already solved the problem. It had to do with cutting and pasting from word.
Forum: Fixing WordPress
In reply to: Fustrating Permalink issueshere is the code if this helps
<?php /* Template Name: Media */ ?> <?php get_header(); ?> <?php get_sidebar(); ?> <!-- CONTENT --> <div id="content_col" class="fl"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h2><?php the_title(); ?></h2> <?php c2c_get_recent_posts ( $num_posts = 10, $format = " <h3>%post_URL%</h3> <p>%post_date%</p> ", $categories = '2, 3', $orderby = 'date', $order = 'DESC', $offset = '0', $date_format = 'l, F j, Y', $authors = '', $include_passworded_posts = 'false'); ?> <?php endwhile; ?> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <div class="clr"></div> <!-- /CONTENT --> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Fustrating Permalink issuesSorry to ramble on here everyone.
I have even went into the db itself and changed the url of the post and it still does not even show up in the media section.
totally confused as to what is happening
Forum: Fixing WordPress
In reply to: Fustrating Permalink issueshandy,
I’m still trying to figure why it would write to the db as ?p=32 as opposed to the way I have my permalink structure set up as /press/%postname%/
is this really a permalink issue or a db writing issue
Forum: Fixing WordPress
In reply to: Fustrating Permalink issuesThis actually did not change anything. When I switched to default the media page dissappered all together.
When I went back and changed it the page came back and the post still did not published but was still saving it in the db as ?=32 instead of the custom permalinkI did not see any changes in .htaccess at all
Forum: Fixing WordPress
In reply to: Fustrating Permalink issuesbtw I should point out that the actual problem url is https://www.oshawajazzandbluesfestival.com/media
Forum: Fixing WordPress
In reply to: New Posts are not PublishingMy problem is that I’m not even getting the titles.
I’ve been told it’s a permalink problem however My settings in my permalink structure is fine so I’m wondering if there is some kind of bug with my set up of db that the post is being written as ?p=30 as opposed to the custom setting that it should be saving under which is not that at all.
The only way I got around my problem was that I took an old post and wrote over it so I could get the content I needed on the site I was working on
Forum: Fixing WordPress
In reply to: New Posts are not PublishingI’m still having this issue with my posts. And my permalink structure seems to be fine in my settings any ideas here at all
Help you be greatly appreciated