My themes which Im installing are not found in my wordpress folder.
Ive noticed a tutorial im following along the instructor says all themes
are stored where ever we have WP on our hard drive. I only happen to have
3 themes from the 10 I have in my appearance section.
Thought I would just update my themes but My new theme developer software has glitches and is not ready to use on a bunch of website. sooo
I would like to find a work around to fix this file’s code problem.
any suggestion?
here is a site that is bad: https://www.hcsdesigns.com/portfolio
it seems to be worse on pages with galleries. I have tried deactivating nextgen gallery and it is still a problem.
and this one: https://easterlyauctionco.com/about-us
Here is the direct link to the newly uploaded image which is definitely there but returning a 404:
https://talesofwork.com/blog/wp-content/themes/KBrand/images/logo2.png
Here is the original image I would like to change, which is working:
https://talesofwork.com/blog/wp-content/themes/KBrand/images/logo.png
I uploaded the theme about a week ago and had no issues adding and replacing images via FTP. Not sure if something changed with the permissions.
The permissions for the Theme Folder including contents is 705. Any help would be appreciated.
]]>Could there be a conflict with wordpress term/taxonomy/variable names?
Here is the code where define the path to the image:
$player_code .= "image: \"".get_template_directory_uri()."/images/netti_tv_kuva.jpg\",\n";
My permalink structure is following:
/%postname%/
But my years’ old blog: https://www.krandle.com/kstreetjournal, once upgraded to 3.2.1, lost its visual editor.
We have been through the usual protocols. We have gotten down to removing core folders entirely to try to isolate the problem.
After hours of various tests, we have observed that the visual editor comes on line under all circumstances UNTIL an empty themes folder in wp-content has a theme placed in it. Any theme with any content. We have removed the wp-content file, placing it aside, created a new one and placed nothing in it. The Visual Editor had no problem coming up. We put everything back into it one piece at a time and had no problem. Finally, we inserted an empty THEMES folder. The moment we put even an index.php file into the themes folder, the visual editor no longer came up. If we removed ALL CHARACTERS and content from the index.php file, the Visual Editor came back on line.
We can load the themes folder with all the empty files we like, and the visual editor will function. But the second there is so much as one character entered into one file, the visual editor is gone. This has been repeatedly proved.
I just want to get back to my life.
]]>The slideshow at the top of the page has images that are not mine. I do not know where to find my “theme folder” to update them. I know my ftp address but I still don’t know how to find my theme folder. Here are the instructions:
<!– Begin Slideshow: Instructions: By default, the Slideshow section below pulls in the five photos in the images/slideshow/ folder inside your theme folder. Replace the images with your own (950 pixels wide max, keep filenames the same). If you prefer to manage your slideshow images from within a WordPress post, you can delete -static.php from the Slideshow section below, which would pull in the slideshow.php file instead of the slideshow-static.php file. The slideshow.php file pulls in the latest photo uploaded using the “Add Media” button into each of the latest five posts in the category that you choose on the Homepage Settings page. You will then need to paste the url to your slideshow images to a custom field key called “slideshow”. And lastly, don’t forget to set the height of the slideshow images on the Theme Options page. –>
<?php include (THEMELIB . ‘/apps/slideshow-static.php’); ?>
thank you all for your help!
]]>Thanks in advance for any help.
]]>Fatal error: Call to undefined function get_header() in /home/phbrowne/public_html/phbrowne.com/index.php on line 1
*****************************
Here is my setup:
WordPress files are located in:
/public_html/phbrowne.com/wp-content/themes/THEMEFOLDERS/FilesThatCameWithThemes
phbrowne.com is an additional domain which is hosted by webhostingpad.com. The WordPress install was done via Fantastico Deluxe.
I assume that this is a question of pointing things in the right direction, but I am new to WordPress.
***************************
Here is the index.php file
<?php get_header(); ?>
<div id=”page”><div id=”content”><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”post-date”><span class=”post-month”><?php the_time(‘M’) ?></span> <span class=”post-day”><?php the_time(‘d’) ?></span></div><h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<span class=”post-cat”>Topic: <?php the_category(‘, ‘) ?>| <?php edit_post_link(‘Edit’,”,’|‘); ?></span> <span class=”post-comments”><?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></span>
<div class=”entry”><?php the_content(‘Read the rest of this entry »’); ?></div></div>
<?php endwhile; ?>
<div class=”navigation”><span class=”previous-entries”><?php next_posts_link(‘Previous Entries’) ?></span> <span class=”next-entries”><?php previous_posts_link(‘Next Entries’) ?></span></div>
<?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>
<?php include(TEMPLATEPATH.”/right_sidebar.php”);?>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
****************************************
The index.php file (that I assume is being called) is located here:
/public_html/phbrowne.com/index.php
*****************************************
What I am guessing is happening is that the index.php file located in the phbrowne.com directory is the one being called. Since the file I *really* want to be called is actually located here:
/public_html/phbrowne.com/wp-content/themes/THEMEFOLDERS/index.php
the correct file is never being navigated to.
Now…how do I fix this?
Thanks in advance for any assistance you can give!
]]>