bjme
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Pay Counter] Can’t exclude Word Count from PaymentYes. But fair question.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Feed Images disappearedThanks for the fast response… I will check into the server and browser and see what happens…
As long as I know you’re there…
If you will look on this page again…
I would like to change the formatting so that there is space between each of the feed entries (like a paragraph break). How do I make this change to the formatting? When there is no space between the feeds, visually they run together and look messy.
Also, I would like to change the number of words that come through on each feed. I have the choices of 50 and 100 and what I really want is about 70. How can I change this?
Thanks a lot… still love this plugin! ??
I’m having this problem. I have one working feed. But when I try to set up a second feed with a different feed URL, I am getting the same error message. I have checked the feed URL and it is correct. I have set up the category in the category settings. I have inserted the shortcode [wp_rss_multi_importer category=”2”]
Still I am getting the error message. Help?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Remove Headlines Display in Feed ImportHi Allen!
The feed is from Pinterest. Here’s the feed source…
https://pinterest.com/matakanalodge/guest-photos-reviews-matakana-country-lodge/rss
Can’t wait to see what you come up with!
Thanks!
BarbaraHURRAY! SUCCESS!
For anyone who is reading this thread with the same issue, specifically, I added the code here…
/* REGULAR TEMPLATES – START */
div.reg_rss-output {
float: left;
}
div.reg_rss-output {
padding: 1.025em;}
div.reg_rss-output .title {
font-size:1.3em;}
It didn’t work when I added the code at the beginning.
And here is the result…
You can see that everything is left justified and there is no cascading with the long vertical image. HURRAY!
I have one more question, but I will start another thread for that. Thanks for your help. We can consider this “resolved.”
Can we make a thank-you donation somewhere?
Tried the CSS fix… still the same… Here’s the template/template CSS now…
/*
CSS FOR THE TEMPLATES*/
/* DEFAULT AND DATE ABOVE TEMPLATES – START */
div.rss-output {padding: 1.025em;
float: left; /* uncomment to float all posts to the left */}
span.headline { /* headline css */
font-size:16px;
font-weight:400;}
/* DEFAULT AND DATE ABOVE TEMPLATES – END */
/* REGULAR TEMPLATES – START */
div.reg_rss-output {
padding: 1.025em;}
div.reg_rss-output .title {
font-size:1.3em;}
/* REGULAR TEMPLATES – END */
/* SIMPLE BULLET TEMPLATE – START */
.wprssmi_bullet_list .title{
font-size:1.1em;
}.wprssmi_bullet_list .date{
font-size:.9em;
}/* SIMPLE BULLET TEMPLATE – END */
/* BOXES TEMPLATE – START */
div#wprssmi_main_container {
float: left;
margin: 5px 0 0;
padding: 3px;
width: 666px; //change the width to match your themes widthcolor: #1E1E1E;
font-family: “Lucida Grande”,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 1.5em;
}ul#wprssmi_rss_list {
float: left;
}element.style {
background: none no-repeat scroll 3px center white;
}ul#wprssmi_rss_list li.item {
float: left;
margin: 0 15px 15px 0;
overflow: hidden;
width: 211px; // change this width to the size of the boxes you want
}div.item_inner {
background: none repeat scroll 0 0 #FCFCFC;
border: 1px solid #DDDDDD;
height: 250px;
overflow: hidden;
position: relative;
}div.blog_container {
padding: 6px 12px;
}p.blog_title {
margin: 8px 0 4px;
text-transform: uppercase;
}ul#wprssmi_rss_list li.item p.date {
font-size: 9px;
}a {
//color: #1E1E1E; // you can change the color of the hyperlinked title here
}ul#wprssmi_rss_list li.item p.site_info
{
font-size: 10px;
}div#wprssmi_center_box {
margin: 0 auto;
position: relative;
width: 980px;
}/* BOXES TEMPLATE – END */
/* CLEAN SEPARATED TEMPLATE – START */
.wprssmi-cs-items {
border-bottom: 1px solid #DADADA;
margin: 5px 0 20px;
}.wprssmi-cs-items .title{
font-size:1.3em;
}.wprssmi-cs-items .body{
font-size:1em;
}.wprssmi-cs-excerpt {
line-height: 1.5em;
padding: 5px 0 0;
}.wprssmi-cs-source {
color: #777777;
font-size: 0.82em;
margin: 5px 0 10px;
}/* CLEAN SEPARATED TEMPLATE – END */
/* SMOOTH SCROLL TEMPLATE – START */
#wprssmi_RssParade
{
width: 600px;
height: 350px;
position: relative;
}#wprssmi_RssParade div.scrollableArea .wprssmi_item_inner
{
display: block;
float: left;
padding-left: 10px;
}/* You can alter this CSS in order to give Smooth Div Scroll your own look’n’feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
min-width: 75px;
width: 10%;
height: 100%;
/* There is a big background image and it’s used to solve some problems I experienced
in Internet Explorer 6. */
/* background-image: url(https://www.smoothdivscroll.com/images/big_transparent.gif); */
background-repeat: repeat;
background-position: center center;
position: absolute;
z-index: 200;
left: 0;
/* The first url is for Firefox and other browsers, the second is for Internet Explorer */
/* cursor: url(https://www.smoothdivscroll.com/images/cursors/cursor_arrow_left.png), url(https://www.smoothdivscroll.com/images/cursors/cursor_arrow_left.cur),w-resize; */
}/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
/* background-image: url(https://www.smoothdivscroll.com/images/arrow_left.gif); */
background-color: #fff;
background-repeat: no-repeat;
opacity: 0.35; /* Standard CSS3 opacity setting */
-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
zoom: 1; /* Trigger “hasLayout” in Internet Explorer 6 or older versions */
}/* Invisible right hotspot */
div.scrollingHotSpotRight
{
min-width: 75px;
width: 10%;
height: 100%;
/* background-image: url(https://www.smoothdivscroll.com/images/big_transparent.gif); */
background-repeat: repeat;
background-position: center center;
position: absolute;
z-index: 200;
right: 0;
/* cursor: url(https://www.smoothdivscroll.com/images/cursors/cursor_arrow_right.png), url(https://www.smoothdivscroll.com/images/cursors/cursor_arrow_right.cur),e-resize; */
}/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
/* background-image: url(https://www.smoothdivscroll.com/images/arrow_right.gif); */
background-color: #fff;
background-repeat: no-repeat;
opacity: 0.35;
filter: alpha(opacity = 35);
-moz-opacity: 0.35;
zoom: 1;
}/* The scroll wrapper is always the same width and height as the containing element (div).
Overflow is hidden because you don’t want to show all of the scrollable area.
*/
div.scrollWrapper
{
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}div.scrollableArea
{
position: relative;
width: auto;
height: 100%;
}div.wprssmi_item_inner {
background: none repeat scroll 0 0 #FCFCFC;
border: 1px solid #DDDDDD;
height: 245px; //245px; //300px;
overflow: hidden;
position: relative;
width:220px; //220px; //250px;
margin:5px;
}div.wprssmi_container {
padding: 6px 12px;}
p.wprssmi_title {
margin: 8px 0 4px;
text-transform: uppercase;
font-size:12px; //change the title font size here
}div#wprssmi_main_container {
//float: left;
margin: 5px 0 0;
padding: 3px;
width: 666px;
}div.wprssmi-excerpt{
font-size:12px; //change the text font size here
color:; //change the text color here}
/* SMOOTH SCROLL TEMPLATE – END */
/* VERTICAL SCROLL TEMPLATE – START */
.wprssmi_rss_vs .title{
font-size:1.1em;
}.wprssmi_rss_vs .date{
font-size:.9em;
}/* VERTICAL SCROLL TEMPLATE – END */
******
What should I try next?Hi! Thanks so much for the quick response..
I updated the plugin and used the shortcode you provided above, but got the same results…
I’ll go for the CSS solution now, but just thought you’d like to know that the easier fix didn’t work.
I’ll let you know about the CSS fix…
Forum: Fixing WordPress
In reply to: Sudden malfunctionHi Michael!
Yes – two different sub-folders named exactly as you typed them
Yes I can use FTP to look at both subfolders
Linux – yes (Although that is not the OS of my computer)
Forum: Installing WordPress
In reply to: Reinstall won’t work – “clear your old database tables first.”OHMYGOD THIS ACTUALLY WORKED!!!!!!!!!!
Two Go Daddy techs… 22 different documents… 5 forum posts… 11 well-meaning but unhelpful responses… almost 10 hours… and more wild goosechases than I cared to keep track of…
YOU ARE MY HERO!!!!!!!!!
I’m so happy I could cry. Literally. You are my favorite person on all of planet earth right now. My gratitude could not be sufficiently expressed in a forum post.
I wish you a weekend filled to overflowing with everything that you consider to be joyful and fulfilling. You deserve it because that is what you have just given to me.
thankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyou
HALLELUJAH!!!!!!!!!!!!!!
Forum: Installing WordPress
In reply to: godaddy login problemsSorry to be such a knucklehead, but I need more information, please…
a_johnson… Can you please explain “delete the database too”…What database am I deleting and where is it located?
I have installed WP onto four different webhosting sites and NEVER had this much trouble. I’m becoming homicidal with this… (or maybe suicidal… it’s hard to tell… I’m too tired…)
THANKS anyone who can help me…
Forum: Installing WordPress
In reply to: godaddy login problemsI just tried to reinstall AGAIN. Now this is the message I’m getting from WP…
You appear to have already installed WordPress. To reinstall please clear your old database tables first.
What “database tables” are they talking about specifically?
Forum: Installing WordPress
In reply to: godaddy login problemsHi Samboll
These instructions to reset the password require that I be logged into WP, which I can’t do. Any other ideas?
Forum: Fixing WordPress
In reply to: Moved to subdirectory – now can’t loginFound it, did what you suggested, didn’t solve the problem. Deleted all files and reinstalled.
Now I am back to my original problem…. Can’t login. Don’t receive an e-mail with a password… reset password doesn’t work… not error messages, just can’t get past the login in any way.
Any ideas? PLEASE?!?
Forum: Fixing WordPress
In reply to: Moved to subdirectory – now can’t loginExcuse my ignorance by where is phpMyAdmin? And when you say “table” wp_options, do you mean “file” wp_options?