nijip
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Favorite Posts] Favorite with custom imageHi Ivan.
This is how i did it.
I select the no image setting and then add the image via HTML into the “Text for add link” and “Text for remove link” sections. This allows me to have different images for a favorited and non favorited post. You can also change the colour of the each doing it this way too.Here’s an example using Font Awesome Icons with the second link changing colour.
<i class="fa fa-plus-square"></i> Add to favorites
<p style="color:#428BCA"><i class="fa fa-minus-square"></i> Remove from favourites</p>
Forum: Plugins
In reply to: [Live Edit] Fields Don't Appear Properly When They Haven't Already Been SetI’m getting the same problem.
Did you find a solution?
And once once field is blank it seems that all fields below it are made blank.
Very weird.
Hope we can get fix as it’s an awesome plugin otherwise.Hi, I’m getting the same problem. Can you let me know how to resolve the issue. Thanks in advance.
Forum: Plugins
In reply to: [WP Esprit Picasa] [Plugin: WP Esprit Picasa] What is my picasa serverSecond that. Not sure what is meant by the picasa server
Hi.
I managed to get it to work by editing the options.php found in
social\views\wp-admin\post\broadcast of the plugin.There is a while statement that generates the twitter and FB peronsal accounts. Wrap that with an if statement, ie,
if ($service->key() == ‘facebook’) { } else {
CODE HERE
}The Facebook Pages (not profile) are still shown because the code that deals with them is separate.
Forum: Plugins
In reply to: [Social] Social for custom postsThanks, worked like a treat.
For any one else out there the line of code to change is on line 664.Ok all sorted. Looks like it was a problem with my theme which had some custom fields added.
What i did was
1. Via FTP reverted to my backed version of ACF (The previous version)
2. Renamed my theme folder. this meant my front end was just a white screen, but i could log into the admin section.
3. Upgraded ACF a second time
4. Renamed the theme back to its original name.Bob, your a legend. thanks
Hi, i’m getting the same problem. Any custom posts (for me it’s Projects) I get sent to the 404 page. Deactivated the plugin and it’s all ok again
Any one else having this problem?
The new post linking feature in wordpress 3.1 doesn’t work for me either. I have updated the plugin 3.3.9 but still no luck.
Forum: Plugins
In reply to: [MyCSS] [Plugin: MyCSS] my.css not found after installationI think i just solved this problem by uploading a blank text file called my.css to the plugin directory via FTP.
Forum: Plugins
In reply to: [MyCSS] [Plugin: MyCSS] my.css not found after installationI have had the same issue