filete
Forum Replies Created
-
Forum: Plugins
In reply to: [LDD Business Directory] HELP: backend access to all editors without logins?Well, it looks like the plugin dashboard is only access by Administrators.
Checking the lddbd_backend-display.php file, we find this code:
if (!current_user_can('manage_options'))
This check if the user has administrator privileges, but i thought will only show an error message to an editor, if it try to edit or add a new business directory from the backend.
But in my case, the plugin menu does not show up in the wordpress dashboard if I log as an editor. I tried to change the role from ‘manage_options’ to ‘edit_posts’, still no luck!
Being trying for hours and can′t find whats the issue!
Please give some help.Thanks!
Forum: Plugins
In reply to: [LDD Business Directory] HELP: backend access to all editors without logins?Hi again,
Thanks for your quick reply!
Yes, I have that option in the settings page turn-off ( I think you mean the ‘Add’ and ‘Login’ option in front).
But even so, all the editors when logged to the wordpress dashboard, don′t see your plugin menu on the left -side!Forum: Plugins
In reply to: The Event Calendar & MontezumaFull error warnings on debug:
WARNING: wp-includes/functions.php:934 – Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/esgotado/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php:2127)`
WARNING: wp-includes/functions.php:947 - Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/esgotado/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php:2127)
WARNING: wp-includes/functions.php:3733 - Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/esgotado/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php:2127)
WARNING: wp-admin/admin-header.php:9 - Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/esgotado/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php:2127)
Forum: Plugins
In reply to: The Event Calendar & MontezumaYe, I would like to know about this errors too.
I am getting with another theme , both on debug dashboard:Notice: Undefined property: WP_Query::$tribe_is_event_query in /Applications/MAMP/htdocs/esgotado/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 2127
Forum: Plugins
In reply to: [Iframe Preserver] itunes iframeHi, thanks for reply.
I am working on a new music publication that have albums reviews, and so the idea is to have the iTunes album playlist widget on each record.
I am not trying to use on a sidebar but paste on each post (record review), and for example using this iframe code that I got from iTunes:<iframe src=”https://widgets.itunes.apple.com/widget.html?c=us&brc=F7F6F0&blc= F7F6F0&trc=F7F6F0&tlc=F7F6F0&d=&t=&m=music&e=album&w=250&h=300&ids=206190472&wt=discovery&partnerId=&affiliate_id=” frameborder=0 style=”overflow-x:hidden;overflow-y:hidden;width:250px;height: 300px;border:0px”></iframe>
I have follow the plugin creator instruction video, so inside the post:
[field name = iframe]
and then on custom field i just select key as iFrame and paste the itunes code.
Trying the shortcut both on post “visual” or “html” makes no difference.
And like you did, if i just use the url address without the parameters it shows.Any idea what can be wrong? I am using a very customize theme that I have made from other example, so maybe there′s some problems with the custom fields not working for this?
Thanks again
Forum: Plugins
In reply to: [Iframe Preserver] itunes iframeHi Awainad,
I am also trying to use this plugin for iTunes iframe, but does not show mw anything,
and I don′t have any plugin for block ads.
Can you give me some advice why isn′t working?Forum: Fixing WordPress
In reply to: Plugins can′t work on custom template pages?!Hey, I already got it work, I′ve just copy this loop to the template desire:
Iam going to leave the code here , cause might help others:<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( is_front_page() ) { ?> <h2 class="entry-title"><?php the_title(); ?></h2> <?php } else { ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php } ?> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> </div><!-- .entry-content --> </div><!-- #post-## --> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?>
Well, thanks for the reply, but it just does not work for me.
I am waiting maybe the plugin author can help me.Forum: Themes and Templates
In reply to: Using image Menu instead of Text ?Yep, I did notice that text-indent changed the background too,
so yes, thanks, separate will do the trick, I just had to add a cursor
property because since you are not doing a hover on the a tag anymore:#mainMenu .page-item-29:hover { background-image:url(images/botoes/Nos_on.png); background-repeat: no-repeat; background-position: 0px 0px; cursor:pointer; }
Forum: Themes and Templates
In reply to: Any Picture/Video gallery plugin for this HTML layout?Any update on this?
Thanks! ??Forum: Themes and Templates
In reply to: Using image Menu instead of Text ?Hi again,
Here′s the CSS style for one of the menu,
using the img does not work either:#mainMenu .page-item-29 a{ background-image:url(images/botoes/Nos.png); background-repeat: no-repeat; background-position: 0px 0px; }
Forum: Themes and Templates
In reply to: Using image Menu instead of Text ?Hi sixhours, thanks for your reply!
But that CSS trick does not work,
everything just hides including the images I am using for the menuForum: Themes and Templates
In reply to: Page Template breaks images links?Hi again,
You mean , I have to call that php function in every HTML img tag?
Forum: Themes and Templates
In reply to: How to change media size presets?Thanks for the help!
The overflow:hidden can do the trick for now! ??
Still Iam going to keep gather information how to create media size presets.
Thanks again.
Forum: Themes and Templates
In reply to: How to change media size presets?Well, thanks for the reply.
But I would prefer that my client did not mess with the pictures size, so
if there was a way to create the size presets , then when they uploaded,
they just needed to select Thumbnail, Medium or Large, and it would fit
perfect on the HTML div, without them to have to go into the html code
to specify a width/height.You see, I have all the design made with HTML/CSS, and the div′s where
supposed to be the content from the wordpress back-end have
their own specific size.
But I just can′t figure out why on uploading some media , its goes over the
div size, even if the _loop is constrain inside the div.Confused? me too ??