BuddhaPi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] unable to seach on desktop / mobile works perfectlyThis issue has been resolved, for anyone running into this in the future, I removed the shortcode, and re-inserted it using “insert” button on the WP editor, as opposed to pasting the shortcode into the code itself..Why it worked in mobile and not desktop is still a mystery, but everything now works as it should.
also having the same issue, with multi word spoiler title in a nested accordion, tried the to no avail.. solution would be great as I’ve resorted to using underscores for the time being, which are not attractive.
Updating php from 5.2 to 5.3 seems to have resolved this issue!
Greetings,
Getting same exact error as noted above, any help would be appreciated in getting this plug-in functioning!
Fatal error: Cannot access self:: when no class scope is active in /home/content/41/8164941/html/site/wp-content/plugins/simple-photos-contest/simple-photos-contest.php on line 34
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postswith the latest version try this..
make a back up of style.css first!
around line 871 fin d this code snopppet.slider_post .permalink-overlay { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 5; and change it to this:.slider_post .permalink-overlay {
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 5;this may not be the proper way to kill the link, but it works with no ill effects
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postswithout being able to look in the backend, the only other thing I can think of is, when yu set the featured image, make sure the “file URL” is set to none, in the media window.
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postson the edit post page do you have the drop for sl;ider image set to “use global setting”? Been awhile since I’ve been in here, and I’m trying to rememebr if i had to edit one of the files..
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postsgo into graphene options / slider option, set the drop down to featured.
go to the post in question, make sure it is in the featured category ( make this if you don’t have one)set the featured image to be what you want in the slider..that should do the trick.::EDIT:: the featured image does not have to appear in the post, so just remove it from the actual post content.
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not poststry this:
.slider-entry-wrap {display:none}
This is what I have for images only in the slider, no excerp, no link..
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postsyes, see above answer
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postswhen you set the featured image, you casn add a “link URL” the default is the link to the full size image…just change that to wherever you want it to point.
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postsTry adding this to custom css under appearance/ graphene options /custom css
.block-button, .block-button:visited
{display: none;}
.slider-entry-wrap {display:none}I think this is how I did it.
Forum: Themes and Templates
In reply to: Using the Graphene slider to display images not postsGreetings,
I too would like to use the slider for images only. I currently have created 3 post in “featured” category, I have set the featured images and resized the images.. everything looks good except i would like to remove the entire excerp section and the read more link…I just want pictures here. any tip/help on which file to edit and where to look would help greatly, perhaps a future update could include a new “slider display style” to allow only images..http://jupiterpalmbeachgdnsrotaryclub.org/site/
thanx in advance!
In order for it to show on the root (www.yourdomain.com)you’ll need to move the install to the root, or set-up a redirect so http://www.yourdomain.com redirects to http://www.yourdomain.com/wordpress
the index.php file is not being found, hence the blank page
Forum: Plugins
In reply to: jQuery Colorboxwould you happen to remember which file and which line of code you removed?