wp-settings.php 13-Apr-2016 05:16 16k
wp-signup.php 13-Apr-2016 05:16 28k
wp-trackback.php 19-Dec-2014 06:24 4k
xmlrpc.php 09-Dec-2015 18:27 4k
Huhh? where should I put them? and am I the only one that has noticed this or is it even RELEVANT? to the price of potatoes
]]>the size and position are right; the stuff is wrong. my code below. Is there a hint here if I’m getting this generic sidebar, like maybe I missed some bit somewhere?
thank you for any clues!
wplearner
from my functions.php
/* Register the design thumb sidebar. */
register_sidebar(
array(
'id' => 'design-thumb',
'name' => __( 'Design thumbnail' ),
'description' => __( 'shows design thumbnail on portfolio gateway' ),
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>'
)
);
from my page:
<?php get_sidebar('design-thumb'); ?>
]]>I’ve created an internal WordPress site which has no extra baggage. All the code has been stripped; with the focus on speed.
I added these lines manually to the header:
<link id="collapseomatic-css-css" media="all" type="text/css" href="https://ccc/wp-content/plugins/jquery-collapse-o-matic/light_style.css?ver=1.5.2" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js?ver=3.6" type="text/javascript"></script>
<script src="https://ccc/wp-content/plugins/jquery-collapse-o-matic/js/collapse.js?ver=1.5.2" type="text/javascript"></script>
As you can see in the attached screenshot, the collapse doesn’t fully work. It is expanded and can not be collapsed.
Code from Test post (in screenshot):
<span id="id3733" class="collapseomatic " title="Lire">Lire</span>
<div id="target-id3733" class="collapseomatic_content ">Conteu</div>
The div which is meant to be hidden……isn’t.
single.php:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2 class="post-h2"><?php the_title(); ?></h2>
<div class="entry">
<?php the_content(); ?>
<?php $posttags = get_the_tags();
if ($posttags) {
echo "<b>Tags:</b> ";
foreach($posttags as $tag) {
echo "<a href=\"javascript:ajaxpage('https://ccc/tag/$tag->name', 'contentlinks');\">$tag->name</a>, ";
}
} ?>
</div>
</div>
<?php endwhile; endif; ?>
Single is used for the right pane.
I’m struggling to find what missing.
Thanks,
Dylan.
https://www.ads-software.com/plugins/jquery-collapse-o-matic/
]]>– I have been trying to upgrade one of our sites from 2.x to 3.4, and finally gained Administrator access yesterday. (Our IT guy moved interstate in 2011 with the admin password).
– During the upgrade to 3.4 we ran into difficulty. Because of the age of the old wordpress and plugins (2.4.8 I think), there was no ability to create a backup, despite many attempts.
– I followed https://codex.www.ads-software.com/Upgrading_WordPress_Extended as best I could.
– We have the added trouble of using Parallels Plesk 9.x as our FTP thing.
– I have been getting assistance from our web host, but I think I’ve used up all their good will. They sent the following email earlier today:
In order to resolve your issue, I have gone through the error log and
found below relevant information.
—-
tail -f error_log
[Mon Jun 18 14:57:53 2012] [error] [client 192.84.19.22] PHP Warning:
require() [function.require]: Unable to
access /var/www/vhosts/brutalart.com.au/httpdocs/wp-includes/classes.php
in /var/www/vhosts/brutalart.com.au/httpdocs/wp-settings.php on line
248, referer: https://brutalart.com.au/property-development/subdivide-land/
—-It appears that there is classes.php file missing. Have you taken backup
before upgrading wordpress? If yes, then upload it in httpdocs/test
folder through ftp.Once we have restored the backup, we can upgrade it from wordpress admin
panel.Awaiting for your reply.
As mentioned, we do not have a back up, so we have no ability to upload it.
Is there another way of resolving our troublesome wordpress issue?
All the best,
Breece
Any help at all appreciated. I tried to look at the code locally but now the theme zip wants a password to look at it… : (
Thanks!
]]>