jeffwithag
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Tabbed Widgets] Enabling widget disables Widget menuI’ve updated to 8.3 and I disabled inline php code plugin (wasn’t using it anyway) and tada, it works! Only thing not working currently is the “Rotate tabs with interval (in seconds)” option, but that’s not a major concern for me.
Thank you for your help getting this up and running. I apologize about the confusion regarding the version installed, I thought I updated to most recent version just the other day.
Thanks again,
GeoffForum: Fixing WordPress
In reply to: 500 – Internal server error (for Admin & Home page)For me, yep. I’m sure it may be worked out via godaddy, but when I was doing my research on the issue back 4 months ago it sounded like some host sites where much more ‘wordpress friendly’, and hostgator was one of the ones that seemed to be recommended. So far, so good (knock on wood) for me.
I still have my old site on godaddy, but my new wordpress site is on hostgator.
Forum: Fixing WordPress
In reply to: Using shortcodes within a templateI also tried the following, with no results either:
<td><?php echo "<!--imdb-->".$mymovie->name."<!--/imdb-->";?></td>
<td><?php echo do_shortcode('<!--imdb-->').$mymovie->name.do_shortcode('<!--/imdb-->');?></td>
Forum: Plugins
In reply to: [Plugin: Tabbed Widgets] Enabling widget disables Widget menuJust FYI I unremarked the initial error you mention again, but can remark it back if you think it should remain so!
Forum: Plugins
In reply to: [Plugin: Tabbed Widgets] Enabling widget disables Widget menuBear with me, I’m in unchartered grounds for me. I remarked it out, but still see the following two errors when I goto the error console
First Error:
Error: syntax error
Source File: https://jeffwithag.com/wp-content/plugins/tabbed-widgets/tabbed-widgets.php?returnjs=true&ver=2.8.1
Line: 6, Column: 33
Source Code:
$rotateoptions[2][“start_tab”] = ;When I open it I see the following:
var $rotateoptions = new Array(); $rotateoptions[2] = new Array(); $rotateoptions[2]["style"] = ""; $rotateoptions[2]["rotate"] = 0; $rotateoptions[2]["random_start"] = 0; $rotateoptions[2]["start_tab"] = ; $rotateoptions[2]["interval"] = 1000; $rotateoptions[3] = new Array(); $rotateoptions[3]["style"] = "tabs"; $rotateoptions[3]["rotate"] = 1; $rotateoptions[3]["random_start"] = 0; $rotateoptions[3]["start_tab"] = default; $rotateoptions[3]["interval"] = 3000;
Second Error:
Error: jQuery is not defined
Source File: https://jeffwithag.com/wp-content/themes/RidZine/RidZine/js/jquery.tabs.pack.js
Line: 14I did notice that I had the following:
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.2.6-packed.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/glide.noconflict.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.tabs.pack.js"></script>
but nothing specific for jquery.js. Should the ones above cover what I need?
Thanks again for any direction.
GeoffForum: Plugins
In reply to: [Plugin: Tabbed Widgets] Enabling widget disables Widget menuOk, I’ll start looking for the line of code. I’ll go grab some editor online that allows searching via directories, it should help me quickly locate what file it’s in. Besides I should be using a decent editor anyway.
Thanks,
GeoffForum: Plugins
In reply to: [Plugin: Tabbed Widgets] Enabling widget disables Widget menuHey Kasp, I tried installing and setting up this plugin tonight. I selected a few widgets and saved it, went to my site and all widgets added are listed, but not in tabbed form. IE: They are all listed together.
website: jeffwithag.com
wordpress version: 2.8.1
php version: 5.2.9
tabbed widgets: posts, forums, commentsAlso I noticed some web chat about before-widget settings and what not, so here are mine:
'before_widget' => '<li id="%1$s" class="widget %2$s"><div class="widget-top">', 'after_widget' => '</div><div class="widget-bottom"></div></li>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>',
Lastly, I also read some web chat about jquery settings, but am unsure exactly what that entails.
Anyway, I’d appreciate any direction you’re able to offer.
Thanks,
GeoffForum: Fixing WordPress
In reply to: 500 – Internal server error (for Admin & Home page)Hi Edekin, I visited your site, but as far as pages are concerned, I can only see the one, Homepage.
I am far from an expert on wordpress or php, so I’m probably not the guy to be asking. Some possible explanations I could think of for seeing pages in dashboard but not on site are:
Did you saved them as Draft?
Did you saved them as Private?
Do you have pagemash(or other page related plugin) enabled? If so make sure you don’t have them marked invisible?
Did you assign them a parent page, and if so, does any the above issues apply to that parent page?Sorry. Hope you get it working.
Geoff
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Yeah, sorry that should read 2.8.1, my mistake.
Forum: Fixing WordPress
In reply to: Sidebar TabsSorry, quick correction, my version is 2.8.1
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?I have never used this plugin before, but it sounds like it could be very useful. I found a couple of plugins that I thought might give me tabbed widgets.
– Tabbed Widgets
– Fun with Sidebar TabsNeither of which appear to be currently working. (I believe I am running on WordPress version 2.7.1)
If anyone knows of a tabbed widget that supports 2.7.1 or greater, please let me know. In the meantime, I’ll keep an eye on this thread and see if it gets it’s support updated.
Thanks,
GeoffForum: Fixing WordPress
In reply to: 500 – Internal server error (for Admin & Home page)So, I changed host. Using hostgator now. So far it’s been problem free. Knock on wood! ??
Forum: Plugins
In reply to: LinkedIn hResume modificationOh, just real quick, the reason for this is so that when users add a linkedin url for their account, I can show it using the same page that I used to show my own linkedin info. IE: I don’t need a unique shortcode entry for every user.
Thanks again,
GeoffForum: Fixing WordPress
In reply to: 500 – Internal server error (for Admin & Home page)Great, now the home page is working (but with a big Godaddy banner at the top that wasn’t there before) but all my other pages come up Page Not Found. Does Linux change the file paths?
Anyway, a whole new set of issues to investigate. Site went from working perfectly to completely of out of commission. So dang frustrating!!!
Forum: Fixing WordPress
In reply to: 500 – Internal server error (for Admin & Home page)opps, those links above are down right now, I’m assuming because of the switch from windows to linux. So you cannot see actual screens, but my descriptions are accurate.
Sorry ??