chezshire
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.6 Can't re-arrange or move menu itemsI’ve attempted moving the menus in Chrome, Firefox, Flock, Opera, Safari and then Explorer. Same results. I did find that if i add one item at a time, then save the menu (building an alternate menu to troubleshoot with). and then move one item by the links that appear at the bottom of each menu item (Never noticed those before – are they new?). And then save again. I could slowly (read agnoizingly) begin to piece my menu back to the way i want it. I wouldn’t call this a solution.
Forum: Fixing WordPress
In reply to: WordPress 3.6 Can't re-arrange or move menu itemsI am having the exact same problem.
Forum: Fixing WordPress
In reply to: RSS Error: A feed could not be foundThat is completely amazing, it took me a minute to figure out that i needed to place it in to the incoming links field on the admin panel (Accessible by clicking the config link). But once i did ipso clean.
Thank you – its just what i wanted. Thank you very much.
Forum: Fixing WordPress
In reply to: RSS Error: A feed could not be foundUpdate note: I’ve checked the page the feed refers to and it doesn’t exist. Does anyone know how to clear this error? Is there a spot in the admin panel to search for non functional links and delete them or at least to find out where the links are?
Forum: Plugins
In reply to: [Dynamic Widgets] Widget does not display and I am sadI tried the ‘old’ method, that did not work. And my template does use the wp_reset_query(). I am a complete newbie who is just learning php, css, wordpress etc. I’ve included the template code below for the page that does the call. I hope we sort this out as otherwise I’ll have to think up my own solution and that is still beyond me i think.
<?php /* Template Name: Template Category (Match-to-Page) */ // Exit if accessed directly if ( !defined('ABSPATH')) exit; ?> <?php get_header(); ?> <div id="sub-head"> <div id="container"> <h1 class="post-title"><?php the_title(); ?></h1> <?php $options = get_option('responsive_theme_options'); ?> <?php if ($options['breadcrumb'] == 0): ?> <?php echo responsive_breadcrumb_lists(); ?> <?php endif; ?> </div> </div> </div> </div> <div id="container" class="hfeed"> <?php responsive_header_end(); // after header hook ?> <?php responsive_wrapper(); // before wrapper ?> <div id="wrapper" class="clearfix"> <?php responsive_in_wrapper(); // wrapper hook ?> <div id="content" class="grid col-620"> <!-- here is the idea: 1. Set article permalinks to be one word. 2. Set category name to the same word (ideally) Ie. for posting study plans to a page called "My SCCC Classes" the permalink would be "classes" then named the category "Classes" with slug "classes" This should also worked with categories with a space in them for instance a page called "My Work" with permalink "work" would have a category name of "My Work" and a slug "work". Note that the query doesn't care that category name has an 'empty space' in it. --> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="topPost"> <!--<h2 class="pageTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>--> <!-- <div class="topContent"><?php the_content('(Read More...)'); ?> <hr></div> --> <div class="topContent"><?php the_content(); ?> <hr></div> <div class="cleared"></div> </div> <?php endwhile; else: endif; ?> <?php query_posts('category_name='.get_permalink().'&post_status=publish,future');?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php if (function_exists('wp_list_comments')): ?> <div <?php post_class(topPost); ?>> <?php else : ?> <div class="topPost"> <?php endif; ?> <h2 class="topTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> <!--<p class="topMeta">by <?php the_author_posts_link(); ?> on <?php the_time('M.d, Y') ?>, under <?php the_category(', '); ?></p>--> <div class="topContent"><?php the_excerpt('(Read More...)'); ?><hr></div> <!--<span class="topComments"><?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></span>--> <!--<span class="topTags"><?php the_tags('<br>', ', ', ''); ?></span>--> <div class="cleared"></div> </div> <!-- Closes topPost --><br /> <?php endwhile; ?> <?php else : ?> <!-- <div class="topPost"> <h2 class="topTitle"><a href="<?php the_permalink() ?>">Not Found</a></h2> <div class="topContent"><p>Sorry, but you are looking for something that isn't here. You can search again by using <a href="#searchform">this form</a>...</p></div> </div> <!-- Closes topPost --> --> <?php endif; ?> <?php wp_reset_query(); ?> <div id="nextprevious"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> <div class="cleared"></div> </div> </div><!-- end of #content --> <?php // Custom widget Area Start if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('My Custom Widget Area - 1') ) : ?> <?php endif; // Custom widget Area End ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Left Menu Flyout is a little 'funky'What does that mean Andrew, ‘not consistent’. Or rather what do you mean so that I know I am understanding you correctly.
And thank you for pointing me to something.
Forum: Fixing WordPress
In reply to: Left Menu Flyout is a little 'funky'It’s my little wackadoodle bit of goodness; Our teacher started us out building things in class. This is where I’ve gotten too. So i’ll say home-brewed if that is ok.
This is the code i used to make them fly out to the left if that helps:
.menu li li:hover > ul {
left: -230px;
top: 0;
}Forum: Fixing WordPress
In reply to: Help Please: Parse error: syntax error, unexpected '{' inThank You SWD,
I was able to resolve several issues and am very thankful for your kindly assistance and help. I hope you have having a great weekend as you deserve it.Again thanks.
Forum: Fixing WordPress
In reply to: Broken Theme: Template is missingThank you for looking Alchymyth (nice handle).
I downloaded the theme from here: https://www.thepremiumthemes.com/wcolor.wordpress.theme.html
I think i found my problem which is that it was in my child style.css file; I had copied the parent info, but did not update it, so the Theme URI:… and Author URI: were had the same info as the parent. I deleted those lines, changing them to read as follows:
Theme Name: Q3-Wcolor (Child) Theme URI: http: //example.com/ Description: Child of wColor Responsive theme Author: Your Name Here Author URI: sccc.maxworks.org Template: q3_wColor Version: 0.1.1a
So i have solved my problem, but I dont’ understand why it was a problem. If anyone can explain this to me I would be very grateful.
Thank you.
Hello Alchymuyth,
I attempted this which for i think fetched the image i wanted, but filled my background image with a translucent image fill or something that was weird, but definately not what i wanted. the below code produces a rendered result of produces a rendered html result of <div class=”jumbotron masthead” style=”background: url() !important;”>:<?php global $post; ?> <?php $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array( 5600,1000 ), false, '' ); ?> <div class="jumbotron masthead" style="background: url(<?php echo $thumb_src[0];?>) !important;">
Then I tried the code below which again produces a rendered html result of <div class=”jumbotron masthead” style=”background: url() !important;”>:
<div class="jumbotron masthead" style="background: url(<?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'thumbnail_size' ); $url = $thumb['0']; ?>) !important;">
I then tried this bit of code which worked in a very spiffy special way that made me tingly all over (that might be the caffine and exhaustion talking, but i tingled non-the-less;
<div class=”jumbotron masthead” style=”background-image:url(<?=$url?>);” href=”<?php the_permalink(); ?>” title=”<?php the_title(); ?> !important;”>
Thank you very very much. Spiffiness has occurred ??
Thank you Alchymyth, I found a thread where you had given some guidance on a similar subject which has got me part of the way. I’m very new to WordPress and the web and stuff like that and for my first project I bit off a lot so as to learn as much as I can. Thank you for your reference, I will go try that. And again thank you to SWD for the notes on being compromised.
So much to learn, so overwhelming yet exciting! I’ll never be bored again.
-mIt’s still a wordpress – i’m not sure what you mean by ‘it doesn’t appear to be a wordpress site anymore’.
Forum: Fixing WordPress
In reply to: Registration Form Error > Register link no workieFiles cleaned, security check run and validated, thanks for the fyi’s SWD!
My current problem still persists, which is that the registration link still redirects to ‘index.php’ instead of ‘https://scc.maxworks.org/wo-wp0001/wp-login.php?redirect_to=index.php’.
thanks for any help!
Forum: Fixing WordPress
In reply to: My NavBar No Like MeHi Vtxtzzy,
I tried to do what suggested and i received a php error. Right now i’m using a plugin called WP Bootstrap menu to get my first level (parent) to show. I tried adjusting things and the whole menu stopped displaying.??
I’ve resolved the loop issue. this was my first time trying to execute one and it’s weird getting use to where you open and close stuff. I’m still trying to resolve the meta tag issues though. Can anyone tell me where the meta tag might be being generated in?
this is the error i’m trying to find – it’s baffling me. I’ve looked in my css files ,etc. I’m just baffled.
The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (themekitty). I will use the value from the HTTP header (utf-8) for this validation.