A2annie
Forum Replies Created
-
Hello,
I have a www.remarpro.com site and use the feed-to-post plug-in. Even though it looks like you update the plug in fairly regularly, it does not appear as compatible to the last 2 WordPress version updates.
This is what I see:WP RSS Aggregator – Feed to Post
You have version 3.7.4 installed. Update to 3.7.5. View version 3.7.5 details.
Compatibility with WordPress 4.9.8: Unknown
Compatibility with WordPress 5.0: UnknownWhat do you recommend?
AnnieForum: Plugins
In reply to: [Image Slider Widget] SSL certificate issueThanks!
Please let me know when your change has been pushed.
Annie
Forum: Plugins
In reply to: [SMK Sidebar Generator] I can not enter sidebarsThis is the same kind of issue I am having with v3.0. I’ve deleted and reinstalled the plug in 3 times now. When I go to the side bar generator page it is completely blank.
I’ve used this plug in ( but v2.3.2) successfully on a few other sites too.
I’m running WP 4.1.1. on this site.This is holding up a site launch. I could use some help in tracking down this compatibility issue.
Thanks in advance.Forum: Fixing WordPress
In reply to: Doesn’t upload mediaHi-
I’m having the same issue.The permissions are set to 775.
The 2 red alerts I get are http error &
An error occurred in the upload. Please try again later.This happens from different computers as well as IP addresses. It is a new blog and we have not yet tried to upload to the media library previously. I am sure that I can upload pngs & ppts to the server, as I am the server admin.
Please help.
AnnieForum: Fixing WordPress
In reply to: change the php?thanks!
Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find ithi-
It’s not duplicated in the actual file that was a posting error.get_header2() is to get a different header that get_header()
is that unacceptable? That file is uploaded too. header2.php I’ve now tried with get_header() and it works. The only difference between header.php and header2.php is the title. I want them to have unique titles
again, I am not fluent in php, but do know my way around code html/css
Anyway, it does seem to be working now, but I am concerned about not being able to use get_header2()
What is the best solution here?
Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itThis is my code –
I am not a php guru, but can get around. It appears fine to me…<?php
/*
Template Name: Main Page
*/
?>
<?php get_header2(); ?>
<?php get_sidebar(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?><div id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2>Not Found</h2>
<p>Sorry, but you are looking for something that isn’t here.</p>
<?php endif; ?>
<?php get_footer(); ?>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2>Not Found</h2>
<p>Sorry, but you are looking for something that isn’t here.</p>
<?php endif; ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itHey there. I did this, wrote the page in textedit and now it does take the gook out of the drop down, but when I view the page, I just get the code – not the rendered code.
Please help?
Thanks!
Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itI use dreamweaver to edit code. I don’t use the gui at all. But I write my own code. How can you tell that they are the wrong kind of carriage returns? What makes a right one? I’ll try textedit, but I am hooked on dreamweavers tools… I’m surprised that it is changing the code.
Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itOkay, what happens is now the drop down for templates displays, but the items (other than the default page) say:
mainPage */?> Not Found Sorry, but you are looking for something that isn’t hereTest Template */?> Not Found Sorry, but you are looking for something that isn’t here
Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itThank you so much. We have progress, I now can get the drop down but it says:
“mainPage */?> Not Found Sorry, but you are looking for something that isn’t here”That’s pretty weird… any ideas?
Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itI did this.
I named the file tester.php<?php
/*
Template Name: Archives with Content
*/
?><?php get_header2(); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>I logged out, and then back in.
I’ve refreshed the browser window.I’m on a MAC using firefox. Please don’t tell me I need to go to the other side of the room and use my pc… This cannot be a platform bug issue….?
I need to leave for the night, but any other insights would be very very appreciated. I really want to have this site up and running within the next week or so and ir will rely heavily on custom pages.
Thanks!
Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itroot
Forum: Fixing WordPress
In reply to: having the subpages in the navigation of the proper parent pagei think i love you.
no seriously thanks!!!Forum: Fixing WordPress
In reply to: 2.7 made a custom page template but can’t find itI see the parent page drop down – but that just has a list of the pages I’ve made.
there’s n area that says attributes. One says parent, below that is order.
no access to templates.
Any other ideas?