Paul Kaiser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem Usage Thumbnails / Entire post gone after publishingHowdy Roy,
Thanks for the screenshots.
Can you also provide a live URL?
The web page where the entire post is gone… is this the home page? Or a category page? A URL to that would be helpful.
Thanks,
PaulHowdy,
Have you tried removing that file (advanced-cache.php) as indicated to see what happens?
PaulForum: Fixing WordPress
In reply to: PERMALINK PROBLEM-HAVING MORE THAN TWO PERMALINK FOR SAME POSTMonica,
1. The important thing about your URL’s is that you promote / publish only one version of the URL. It’s okay that different versions of the URL work, but you only want “the rest of the world” to be using one version of the URL.In your case, you now want the world seeing URLs like this:
http://www.watchonlineshow.com/hollywood-movies-of-2012/
(Correct?)I just checked through your site, and that is always how the URLs are listed, so you should be fine.
Paul
Forum: Themes and Templates
In reply to: help with alignment of side barOkay, thanks for trying that, but please revert that change. I see that indeed some CSS changes should get you where you need to be. Your mileage may vary — there are different ways of doing this. Here is one way.
1. div#container needs a specific width (usually important when floating things.)
— Set width to 548px; — that matches the non-blog part of the site.
— also give it 59px left margin and 20px bottom margin (remove other margins, so margin: 0 0 59px 20px; )2. div#content
— remove the margin entirely3. div.sidebar has wide margins forcing the sidebars to break to new lines
— It might work better to change the float to float:left;
— change margin to only left margin 20px; (so, margin: 0 0 0 20px; )4. I’m assuming you want the secondary sidebar NEXT to the first sidebar. If that is true, then:
div#secondary needs to NOT “clear:right;”Let me know if this gets you closer. Probably should save a copy of your CSS file before making these changes in case you don’t like them.
Good luck,
PaulForum: Themes and Templates
In reply to: Trouble to insert a custom sidebar in custom single post pageGlad you got it all figured out.
Nice looking site! Thanks for sharing.
Take care,
PaulForum: Plugins
In reply to: plugins do not workWow, that is strange.
1. Can you visit your site at all now?
2. Did you previously have the files in /wordpress/ on the working site, and THEN moved them to the root?
3. These files are still on your original provider — not the one you’re moving to yet, right?I can probably help you get it figured out. Just need to ask you the right questions, eh?
Let me know the above and we’ll go from there.
PaulForum: Themes and Templates
In reply to: help with alignment of side barGroovy. You need to change the order of the lines at the end of single.php.
Here are the last few lines, in the order I think they’ll work for you:
</div><!-- #content --> <?php get_sidebar() ?> </div><!-- #container --> <?php get_footer() ?>Give it a shot.
PaulHrmmm…
Your code all looks okay and in the right order, as far as I can tell.
TheThe… is processing your shortcode for the calendar… it is just putting it all in HTML after the accordion stuff.I did find the developers have their own separate support forum here:
http://thethefly.com/support/forum/wordpress-plugins-by-thethe-fly-group3/thethe-image-slider-forum13/shortcode-thread12/Maybe they would respond there soon? I’m sorry I couldn’t help you further from here.
Paul
Forum: Themes and Templates
In reply to: help with alignment of side barHi Jo,
Yes, sidebar.php looks good, thanks for sending it.
If you do have a single.php file — or sometimes single-post.php — for your theme, please pastebin it for me.
If you do not have a single.php file, then WordPress will be falling back to index.php, so pastebin it instead.We’ll figure it out, eh?!
Paul
Hmmm…
Could you show me how you did the accordions?
Was it with shortcodes?
If so, can you paste the shortcodes in here?It’s not apparent to me, looking at your page, which tab you were trying to add the calendar to.
Thanks,
PaulForum: Installing WordPress
In reply to: installation will not runGreetings,
What plugin are you referring to?
And what toolbar?
Regards,
PaulForum: Plugins
In reply to: plugins do not workHowdy,
Did you make the proper changes to the index.php file that is now in root?Change the following and save the file. Change the line that says:
require('./wp-blog-header.php');
to the following, using your directory name for the WordPress core files:
require('./wordpress/wp-blog-header.php');Paul
Forum: Fixing WordPress
In reply to: Sudden Server errorWhat did you do right before the server error showed up?
PaulForum: Themes and Templates
In reply to: Creative by Nature theme Sidebar helpHowdy,
It is possible the “Portfolio” page is using a custom page template, which in turn uses widgets from a different sidebar (or no sidebar…)
1. Edit the “Portfolio” page
— If possible, that is.
2. Check under “Page Attributes” to see if there is a custom template used.You can check for different sidebars under Appearance > Widgets. Some themes will have the Default Sidebar and us those widgets for most pages, but then have a few other Sidebars that get used in specific areas (like the Portfolio page.)
Anyway, there are a few clues. Let me know if you need more help.
Take care,
PaulI’m not sure. One possible way is to insert the All-in-one events calendar shortcode that can display the calendar. I found the right shortcode, but now it depends on whether TheThe Tabs will resolve the shortcode. It’s certainly possible, but I do not know if TheThe did it or not.
Should take about 2 minutes for you to try.
[tabs title="Tabs Group Title" event="click" ] [tab title="First tab title"] [ai1ec view="monthly"] [/tab] [tab title="Second tab title"] Second tab content [/tab] [/tabs]Please let me know if it works.
Take care,
Paul