aslynn
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Wrangler] Custom Callback Query?Thank you so much. It is working now.
sorry, I used a tags above. Those were a href= with {{permalink}} inside that goes away.
I also have this problem with the latest update.
Forum: Fixing WordPress
In reply to: Visual Tab there but not working!?. Visual Editor issues with 3.9.1I switched to the Twenty Fourteen theme and the visual editor started working again so obviously it is something in my custom theme. But it was working before, so there must be some new conflict.
Forum: Fixing WordPress
In reply to: Visual Tab there but not working!?. Visual Editor issues with 3.9.1I am having the same problem. I disabled all plugins and checked user settings. This seems to have started with 3.91.
Forum: Fixing WordPress
In reply to: No edit menu on pages when logged inCame in this morning and all is working again. Maybe something cached in the browser?
Forum: Fixing WordPress
In reply to: No edit menu on pages when logged inForgot to say this is WP 3.5.1
Forum: Plugins
In reply to: [Query Wrangler] Add class or style to image field?Nevermind. I figured it out.
I just updated. Is it possible something broke? I have a test site where I have a page author that I made a page editor for one page, and a page editor for new pages. Now when they try to edit their page, they do not see any content (I can log in as admin and see the content). They do not have the New option under Pages. This is WP version 3.5.
Forum: Fixing WordPress
In reply to: Custom rewrite rules in functions.phpI figured this out. I used
$wp_rewrite->rules = array( 'compliance.html' => 'index.php?pagename=compliance',
and that worked.
Forum: Fixing WordPress
In reply to: Internal server error when view uploaded fileMore information – I can see that the permissions are not set properly on the uploaded file. The uploads folder has the correct permissions, but the file itself is not inheriting them when uploaded by the media uploader. Is there some special place to set this?
Forum: Plugins
In reply to: [Query Wrangler] [Plugin: Query Wrangler] Interface not workingMy WordPress is 3.41,and QW is 1.5rc3. Maybe I do not understand how it should work. My website is all pages (not posts). My permalink structure is %postname%. I was assuming that I could, for example, query pages and just present a list of titles, but when I try to use the Add Fields, Add Sort Options or Add Filters, nothing happens. I have tried IE 8, Firefox 14.0.1 and Chrome 21.0.1180.79. I also have the problem Daedalon mentions where if I have the Drupal View and I click on title, for example, nothing happens.
I do have a bunch of other plugins, most notably Use Google Libraries, because I was having trouble switching between the HTML and WYSIWYG editors.
This is a great idea, I just wish I could get it to work for me.
Thanks.
Forum: Fixing WordPress
In reply to: JavaScript in plugins not workingSorry, I didn’t explain it well, the site.js menu code works fine, it is the plugin, such as aslideshow or gallery slideshow that is not working. I activate the plugin and add the shortcodes on my page and they are just ignored, but the admin portion of the plugin shows up in my settings, so I know it is activated. I thought maybe it was some kind of conflict with my JavaScript in the site.js or the way I was calling the jquery library. Any other ideas?
Forum: Fixing WordPress
In reply to: How to reference files and images uploaded by ftpI’m using the section widget, because I have different sidebars on different pages. I don’t link the one you are suggesting will do that. Is there a different solution? Thanks.
Forum: Fixing WordPress
In reply to: styles for menu classIs there a FAQ on integrating jQuery with WordPress? Sorry, I’m a novice at this.