robahas
Forum Replies Created
-
Forum: Plugins
In reply to: Can you recommend a featured content plugin?Seriously, guys. I’ve been through a dozen of these and most of them are garbage. The ONE I got to work did not have the features I was looking for. Does anyone have a working featured content slide show in the lastest version that they can recommend? I’m looking of the type that will show the image and overlay the title, description and then link to the post. I would really like Dynamic Content Widget if I could get it do to anything.
Forum: Plugins
In reply to: Theme Switching via GETI realized after posting that this is all wrong-headed. I need something that applies to each user. This code changes the theme for all users! Apologies….
Forum: Themes and Templates
In reply to: current_page_item – Can't make it workThank you. I was a bit fuzzy on how the current_page_item selector fit into the others.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] – Slideshow not working.Fixed by adding wp_head(); before closing </head>.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] – Slideshow not working.BTW, here’s the site: https://www.intuito.biz/brooklyn/
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] – Slideshow not working.Hi, I suspect I have a similar same issue. I’m getting nothing on a theme I created from scratch, using the command <?php wppa_albums(1, ‘slide’); ?>.
Here’s my header:
‘<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “https://www.w3.org/TR/html4/strict.dtd”>
<html>
<head>
<title>Expressions of Brooklyn</title>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”stylesheet” type=”text/css” href=”https://fonts.googleapis.com/css?family=Tangerine”>
</head>’Forum: Fixing WordPress
In reply to: Links in Page widget don't respondFor future reference, the problem was a tool tip feature in this theme (I purchased it). I found the option in the theme to turn off the unique tool tip provided by the theme and that fixed it. Might apply in other situations too, I imagine.
Forum: Fixing WordPress
In reply to: Links in Page widget don't respondDoes anyone have some advice? I’m really stuck here.
Forum: Fixing WordPress
In reply to: How to Display Pages Authors have createdThanks Mark.
Forum: Fixing WordPress
In reply to: Images wackynessHere is another example, with some of the caption code appearing in the page.
Forum: Plugins
In reply to: [Plugin: The Holy Scripturizer] SpanishThanks! Good tip on the references. I was really scratching my head on that one. As for adding the Spanish version, I added this to the end of the list of versions in the plugin editor and was happy to see that it worked:
$scripturizer_translations[33][‘abbrv’] = ‘NVI’;
$scripturizer_translations[33][‘name’] = ‘Nueva Versión Internacional’;
$scripturizer_translations[33][‘gateway_id’] = ’42’;Just copy and paste from the current list and edit the number [33], and the three categories. I imagine it will work with any other version not listed in the holy scripturizer by default.
Forum: Plugins
In reply to: [Plugin: The Holy Scripturizer] SpanishI would also be interested if anyone knows why only one of the references at this page are recognized (https://www.atlasbiblico.com/tiro). Some are Spanish, so I get that, but others ought to be recognized, like Is. for Isaiah. Maybe this it’s not working bc I’m using 2.7.
Forum: Your WordPress
In reply to: Movie Reviews and ShowtimesNicely done! I Like the concept of the header image, but honestly to me it does not look very attractive. Your audience, being movie lovers, loves visuals, colors and attractive images (nicely done in the rest of the site). That’s just my personal perspective. Very cool job also with the grading system. I would erase the links to those images, since there is no point in looking at the image by itself. When I saw that you could click on it I thought it was going to take me to a list of reviews that got that grade. Which makes me wonder… Could you create categories for each grade? Sometimes its fun to read F reviews, you know?
Interesting reviews too.
Forum: Fixing WordPress
In reply to: “Enter” or “Line breaks” not workingThis will definitely be a problem in the style.css of your theme. The most likely thing is that the creator defined it to work that way. Find the style that controls your post content and then look it up in your css file. No doubt there will be style specifications for the p or br of that style. Delete them or fiddle with them as necessary (back up before changing of course!) and I bet that will fix it.
I only add this solution because I had the same problem and this was the first entry I found. It’s always a bummer to find a question with no solution :o)
Forum: Everything else WordPress
In reply to: wp_list_bookmarks to open in new windowThank you Kwbridge – I was thinking too hard!