cessanfrancsico
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't Add New ThemesI figured it out. There was a weird “temp” file in the cgi bin.
Deleted it. All works wonderfully now.
Thanks.
Forum: Fixing WordPress
In reply to: Can't Add New ThemesJust spoke with tech support at my host. They said they can see everything fine when they log-in and go to the Themes page, and there is nothing wrong on the server side.
Now what? Any ideas?
Forum: Fixing WordPress
In reply to: Can't Add New ThemesGot it! I’ll contact my host.
thanks.
Forum: Fixing WordPress
In reply to: Can't Add New ThemesThanks.
However, I am not so sure if it is solely a communication issue. I did another install of WP, under a different domain, but with the same host, and all works just fine.
I even tried removing and re-installing WP but the same issue remains.
Any other ideas?
Forum: Themes and Templates
In reply to: Moesia Theme – Hide "Proudly Powered by…"Ok. Thanks for looking.
Not sure what you mean. When I right-click on the footer and choose “Inspect Element,” in Firefox, I can see everything.
Any idea how to “un-hide” it?
Thanks again.
Forum: Themes and Templates
In reply to: Moesia Theme – Hide "Proudly Powered by…"Thank you.
Forum: Themes and Templates
In reply to: Moesia Theme – Hide "Proudly Powered by…"Hi,
Thanks! But still doesn’t work.
Any other suggestions?
Thanks.
Forum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't WorkHey!
So I installed the plugin and it works great!
It’s perfect!
Thanks so much!
Forum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't WorkWow! You’re developing on a plugin? Or do you mean an update?
Let me know when it’s available!
thanks.
Forum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't WorkGreat! Thanks so much.
That is just a little over my head, but I should be able to read up and wrap my head around it.
Thanks again!
Forum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't WorkForum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't Work<?php /** * Template Name: Custom Width Page * * * @package Ridizain * @since Ridizain 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="custom-site-content" role="main"> <?php // Start the Loop. while ( have_posts() ) : the_post(); // Include the page content template. get_template_part( 'content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; ?> </div><!-- #content --> </div><!-- #primary --> </div><!-- #main-content --> <?php get_footer();Forum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't WorkUnfortunately I am unable to register and set up an account at that link. But I did setup a pastebin account and I posted the code for the custom page template.
Let me know if you need anything else.
Thanks.
Forum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't WorkThanks!
I just created an account in pastebin and posted the template code.
Let me know if you see it.
Thanks.
Forum: Themes and Templates
In reply to: [Ridizain] Hyperlinks Don't WorkSorry. Try it now.