birdrockdesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu flyouts not working in wp-admin for 3.8I also have this issue. I was trying to edit a text widget and can’t get the drop down arrow to show me the content. Fly-out menus don’t work. I tried all steps outlined including resetting plugins folder and fresh install.
Still nothing.
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Show Post Title Under Post ImageI made some changes to the style sheet and got the post title to show, but how do I link it to the post?
Never mind. I think I got it to work.
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Show Post Title Under Post ImageHi,
Here’s a link to the home page: https://freestyledigitalmedia.tv/
The carousel is at the bottom. There is an option to display content (length), but I need just the full post title.
There are no post titles under the images. I don’t know how to attach a screen shot to this message. Thanks for your help.
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Show Post Title Under Post Imagebump
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] I want the image to link to postWorks perfectly, thank you very much!
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] I want the image to link to postHi, I’m really liking this plug in. I need to image to link as well, however when I put the PHP code in, I get a Server 500 error. Is there a syntax issue perhaps? Thanks for your great work.
Here’s part of the code `$slider_gallery.= ‘<div id=”foo_content”>’;
if($displayimage==”YES”){
$slider_gallery.= attachment_image_filter($post->ID, ‘thumbnail’, ‘alt=”‘ . $post->post_title . ‘”‘);
//$slider_gallery.= ‘post_title . ‘”>’.attachment_image_filter($post->ID, ‘thumbnail’, ‘title=”‘ . $post->post_title . ‘”‘).”;`Forum: Themes and Templates
In reply to: 'Older Entries', Pagination, Loop issuesThe issue is still unresolved.
For whatever reason, if I use a plugin like wp-paginate, or code my own pagination, it doesn’t matter – whenever you set a ‘static’ page as front page, but you have a category of posts on the front page – the pagination (or older entries/newer entries links) do not work.
template page code here https://pastebin.com/ykrjmD68
static page uses custom fields (category = category name) This pulls posts only from a particular category.
What am I missing in my template code? The pagination only stumbles when I set this to front page.
Any help in resolving this matter is appreciated.
Forum: Plugins
In reply to: [Flexi Quote Rotator] [Plugin: Flexi Quote Rotator] Every page load – avoid?I am also curious how this can be done. I don’t want the script to load in the header of every single page. Only the page that displays the quote. Is there a way to do this with an external js that’s only called on a specific page? Please respond. Thanks.
Forum: Plugins
In reply to: [Plugin: Carousel of Post Images] 'Next' button advances to last imageFixed, sort of.
Forum: Themes and Templates
In reply to: 'Older Entries', Pagination, Loop issuesYes. I’ve followed instructions from other threads.
Deactivated all plugins, added plugins one by one – to no effect. I did this through the WP admin, and did not go into mySQL via phpMyAdmin
I switched to Twenty Eleven and the home page goes blank. I switched to the default Twenty Ten (my theme is customized or ‘child’ theme based on Twenty Ten) and pagination does not work. My current workaround is to create a separate loop template for the Reviews page and also to changed the Front Page to ‘Posts Page’ and selecting ‘Reviews’ – I’m concerned that this would be considered duplicate content.
I can provide a list of plugins I’m using if you think that would help.
Thanks.
Forum: Themes and Templates
In reply to: undefined function get_thumbnail()Does the theme come with scroller.php already? Have you edited it in any way? Check for syntax errors if you’ve edited that page.
Also make sure your syntax for the function call is correct.
I have the same issue as well. Thought I don’t have to clear my cache to view the feed page.
I guess it depends on how long you keep your site in ‘maintenance mode’. I do know that the live bookmarks in Firefox show ‘feed unavailable’ when maintenance mode is turned on.
Forum: Themes and Templates
In reply to: 'Older Entries', Pagination, Loop issuesIt must be a url or permalink issue with the ‘home’ page. If I assign the Front Page to something else, the ‘Reviews’ section displays just fine. And the pagination to older entries works.
https://www.hungrywalrus.com/reviews/page/2/ works fine when I type it manually into the address bar.
The link for next page or older entries shows https://www.hungrywalrus.com/page/2/
Does anyone know how this can be adjusted? If a page is assigned to the Front Page, how do you alter the url or permalink structure? Am I on the right path?
Forum: Themes and Templates
In reply to: 'Older Entries', Pagination, Loop issuesI can’t seem to edit my original post, so here’s the link to the pastebin code for the Reviews/Home page template