dgitaly
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] WP Slimstat Disappeared from Admin "Settings"Hi, on blog’s front-end the admin bar isn’t visible (I use I Love It Theme and have disabled front-end admin bar). As for the blog’s back-end admin’s horizontal top bar, it is visible and active.
Don’t know if the following infos can be of any help:
– web server -> apache
– php version -> 5.2.3
– safe mode -> on
– wp version -> 3.1.4Grazie again
Forum: Plugins
In reply to: [SlimStat Analytics] WP Slimstat Disappeared from Admin "Settings"Hello,
having the same problem: cannot locate slimstat under the Settings admin’s sidebar menu.Just uploaded your plugin and activatived it.
- 1. Under Dashboard I find the SlimStat reports page but if I click on the filter options or the listed ip addresses with filtering option links as result I get a blank Forbidden page where it says that I do not have permission to access the document even if I’m the blog’s admin
- 2. Under the Settings I don’t have the SlimStat setting page
- 3. Tried the slimstat admin trick creating a new administrator, logged in with new credentials but didn’t have any success. Nothing changed.
Any suggestions?
Thank you in advance for all help
Forum: Plugins
In reply to: [RP News Ticker] [Plugin: RP News Ticker] Doesnt work!@ jchunick – Correct, my php version is 5.2.3.
Forum: Plugins
In reply to: [Adminer] [Plugin: Adminer] Error Importing Database@ Frank – Thank you for response: you’re right, splitting files worked out!
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Pull the the expiration date@ Permarad – Thank you for the above code. Great suggestion!
Small update
Had to change the option
use_single_blocks="false"
to
use_single_blocks="true"
in order to use my theme style.css class.Now I have a grid style custom post output using in the cpt shortcode:
wrap_with="div class='my_cpt_class'"
and in my theme style.css:li .my_cpt_class{ display: inline-block !important; padding: 0px 3px 0px 3px ; }
Tried to set number of posts using:
posts_per_page="3"
but plugin ignores and pulls out all posts in the category.Ciao David,
you must replace “wop_1” with the name of your WoP.If your WoP is 5 the template tag will be:
<?php widgets_on_template('5'); ?>
It worked out for me!
Dina