The theme editor link has disappeared from the Appearance menu on the dashboard, so I can’t access the PHP files directly.
I’m using the Branford Magazine theme 6.2 Pro which worked fine until I upgraded to WP 3.3.1 (or possibly when I upgraded to 3.3, I had no need to edit the css or PHP files until now, so I did not notice the editor was missing).
I have not upgraded the Branford Magazine theme and it does not have an automatic theme upgrade.
]]>I’m not sure if I can put it in words well enough, please check https://www.YourSuccessChecklists.com and notice that my Lead Article, Recent Posts, and the Welcome tabs are missing and show up on top of the text under the main entry.
I just noticed this today and the blog was up for about a year…
[maybe it’s due to upgrading to the latest WP version – is that posible?]
Thanks so much for your help!
]]>How can I get latest category updated (las post) appear at the top on the middle column?
By default, the category “Nieve en el pirineo” is always the first despite of dont update it.
https://www.aragonbonito.es
Then, the blog looks like that dont have updates if you make news posts only on the categories than are at the bottom.
PD: Sorry for mi bad English
]]>I’ve installed branfordmagazine theme on my test site at www.becomebetter.com. This theme uses ui.tabs.php to display a tab box with 4 tabs. The theme and script appear to be working OK except for the following issue:
If you’ll watch closely, when you first load the page, the tab titles first appear as a vertical list of links right right under the main menu bar before the tab box fully renders. If any of the images on the page take any length of time to load, the tab box also takes longer to display and the list of links show up longer.
I’ve noticed this on other sites that use branfordmagazine so it might not actually be a problem with ui.tabs, but with how it’s being used in the theme (maybe in the order that scripts are being called).
Has anyone experienced this type issue with ui.tabs in any other theme? Can anyone offer any ideas as to what might be causing ui.tabs to display this way?
I’m currently clueless so I’d really appreciate any and all comments. Thanks.
Hiram
]]>This is the category listing for wedding videos…. note the most recent post is Johnny and Kristin’s Wedding Montage, (this is correct!)
Recent Weddings in Right Column image Link
the oldest is Miller-Pryor Wedding Rehearsal, which shows up in the content area for the wedding page.
<a href=”https://www.greenpeas.us/wordpress/wordpress/wp-
content/uploads/2009/11/content-area.jpg”>Content area image link
from the “featured” page template (lines 20-39):
<div id="featured-rightcol">
<h3><?php _e('Recent Weddings','branfordmagazine');?></h3>
<ul class="bullets">
<?php $temp_query = $wp_query; ?>
<?php query_posts('cat=75&showposts=5'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href='<?php the_permalink() ?>'><?php the_title(); ?></a></li>
<?php endwhile; ?>
<?php $wp_query = $temp_query; ?>
</ul>
</div>
</div>
<div id="featured-content">
<div class="featured_post" id="post-<?php the_ID(); ?>">
<h2>
<?php the_title(); ?>
</h2>
I have tried changing the featured-content a little; but can’t find a way for it to pull the most recent post in the category 75. Any suggestions on this?
Thank you!
(one additional note, when I view the source for the page, it shows:
<div id="featured-content">
<div class="featured_post" id="post-699">
<h2>
Miller-Pryor Wedding Rehearsal </h2>
<div class="entry">
Not certai as to why it is pulling the oldest post, rather than newest!)
]]>So two questions really: anyone know of any easy fix? and secondly anyone know of a suitable plugin that might help overcome the problem.
As always thanks for any suggestions or advice.
]]>I’m trying to get the BranfordMagazine WP theme up and running but I’m banging my head against a brick wall with the lead story.
I’ve created a category called ‘Breaking News’ which will contain my lead stories, and in the category order this category is numbered no.5 I’ve also put a dummy post into this category.
I have altered the ui.tabs accordingly to show the following:
// Lead Story module begins
query_posts('showposts=1&cat=5'); //selects 1 article of the category with ID 1 ?>
Now turning to my demo page everything seems to be working out: the appropriate image is in place, the article snippet is showing up and linking properly to the full image.
But here is my problem: Just above the Lead Article Headline it indicates that it is the ‘Ucategorized’ category that is housing the post when if fact it is the category ‘Breaking News’ that houses that post. Click on the title of the post and I’ll get the full story; click on Uncategorized and it takes me into the uncategorized list of posts.
There must be something else I’m not doing but I can’t for the life of me figue out what and I’m sure the answer is simple, but I can’t for the life of me find it.
Kevin
]]>In an attempt to monetize my blog I’m trying to place an adsense unit on my home page between the first and second post of the featured articles.
I’ve tried placing it in various spots but to no avail. So far all I’ve managed to do is to place the ad above the first snippet image, and place them above all three snippets displayed on the home page.
I’m using a rather simple includes code that I lifted from another blog <?php include('adsense_homepost_top_square.php') ?>
it links to my adsense homepost file. Any ideas re placement.
The thought had crossed my mind to place an image ad where the second image would go. Would that be doable and if so how.
Many thanks for any assistance
]]>