alfalipo
Forum Replies Created
-
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Conflict with All-in-one Slider CarouselHello, unfortunatelly I have deleted the plugin and use another long ago because the issue.
Here’s the description:
I think it was because the two of them is ajax based plugin, when I clicked the login or register link, the popup will appears but with no content. Right after I disabled the AIO carousel plugin, login/register link will behave normal, the content reappeared again.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search by date?It would be great feature then. Thanks for replying
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search by date?Well.. actually it can ‘capture’ date generated from other plugin using meta field data, but I’m curious whether this plugin could make some date range input (example there are 2 dropdowns. the first is start and the latter is finish date). Search result must be between date entered in dropdown a and b.
Just downloaded newest version and the messy issue has been fixed, great.
A lil’ bit curious though, what’s causing the problem before?
Yep, tried in chrome with same result. Adding meta field will behave same way.
At first I thought my active plugin causes this. But when I disabled all of my plugin it still messed up..
Hi again, thank you for responding
1. yep, those notification gone when i tick
Enabling string search
setting.
2. I’m using Firefox 22.0 . I tried to delete then reinstall but same result. Here is the ss
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Display AuthorJust re-check my code above, sorry for the mistake, the right one is below
<?php if( $excerpt == true ) { ?> <div class="author-section"> <?php echo get_avatar( get_the_author_email(), '75' ); ?> <span class="author-name">Author: <?php the_author() ?></span> </div> <div class="rpwe-summary"><?php echo rpwe_excerpt( $length ); ?></div><?php } ?>
Forum: Plugins
In reply to: [Recent Posts Widget Extended] long update timeHello,
actually, just re-save the widget won’t update the content (tried several times).
You need to:
1. Open widget-recent-posts-extended.php in plugin folder
2. Search forset_transient( 'rpwewidget_' . $widget_id, $rpwewidget, 60*60*12 );
3. Modify the line toset_transient( 'rpwewidget_' . $widget_id, $rpwewidget, 60*60*0 );
Now if you change the content and re-save the plugin, it will change immediately.
CMIIW ??
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Display AuthorFor jamo_dagger, you can add author picture and author name using wordpress default function, here’s the step:
1. Search for file widget-recent-posts-extended.php
2. Search for line you want to place picture and name, in this example the image and name will display above the excerpt:<?php if( $excerpt == true ) { ?> <div class="rpwe-summary"><?php echo rpwe_excerpt( $length ); ?></div><?php } ?>
modify that line to:
<?php if( $excerpt == true ) { ?> <div class="author-section"> <?php echo get_avatar( $id_or_email, 75, $default, $alt ); ?> <span class="author-name">Author: <?php the_author() ?></span> </div> <div class="rpwe-summary"><?php echo rpwe_excerpt( $length ); ?></div><?php } ?>
note that you must fill and enabled Excerpt option.
For the plugin author: plugin yang bagus ??
Hi, I experienced same problem with McTomTom above, and tried all solutions listed here but it doesn’t seems to work. Tried to place code on all function.php file but doesn’t affect at all. Could you give me explanation about this?
Thanks
Forum: Plugins
In reply to: [WP-Table Reloaded] How to change location of WP-table Reloaded in DashboardWell,. I didn’t check for that.
Thank you anyway!
If u don’t mind, check this, I made it using Responsive too here
Oh, I don’t mind if you include the design.
Actually this is just landing page design for showcase purpose only. Next project it will converted to full version, maybe the design change a lot. But i will make it responsive and of course, I will use Responsive again ??
There it is!
That’s the solution. Everything’s looks so “normally unresponsive” now when opened from mobile browser.
Thank you so much Mr. Emil.
+1 rate for Responsive again ??
ups, sorry for wrong link, edited my previous post above.
you have testing environment there, eh.
Again, skip the banner image problem, i don’t double check-in that when I change imaging mindset to using css sprites. That banner image just left behind and not tested yet (thx for reminding me ?? )Actually, your testing environment and my mobile browser act differently. I don’t know if this is specific device problem but in your testing environment things looks more “normal”. Instead of that banner image problem, It looks so normal..
I must delete that part?