Onyx Lee
Forum Replies Created
-
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] crashing php after uninstallI just installed it and ran it for the first time, it crashed my server. I deleted the plugin folder from FTP, and now the server is back online.
Did you still see the three entries popping up by themselves? How did it go?
This is like the worst and most dangerous plugin I’ve ever tried.
Forum: Plugins
In reply to: [Logo Slider] How to add padding between logos?put this in the Custom CSS under your logo slider setting
.logo-img {margin-right: 25px;}
I think this is an obvious bug of Gravity Forms, not this class selector. I don’t know how such a common feature has such an obvious problem and nobody fixed it.
I just fixed this issue on my website. You have to give the gf_left_half a padding-left: 30px; otherwise it won’t align up with everything else.
Forum: Themes and Templates
In reply to: how to shorten this page-specific CSS?I understand. These people are not very supportive, so I have to figure things out myself. I guess, being lack of PHP knowledge disqualifies me from asking for help anywhere. They simply told me to hire a pro. Then how can I learn.
Nobody wants to help in this world.
Thank you for your time.
Forum: Themes and Templates
In reply to: how to shorten this page-specific CSS?Yes I did, but unfortunately I don’t know PHP, so I just tried my luck to change it to this.
This create a lot of issues. all the installed plugins don’t work on this page any more.
Any ideas?
<?php /** * @package WordPress * @subpackage U-Design */ /** * Template Name: Empty page */ ?> <div id="content-container" class="container_24"> <div id="main-content" class="grid_24"> <div class="main-content-padding"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="entry"> <?php the_content(__('<p class="serif">Read the rest of this entry ?</p>', 'udesign')); wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> </div> <?php endwhile; endif; ?> </div><!-- end main-content-padding --> </div><!-- end main-content --> </div><!-- end content-container -->
Forum: Themes and Templates
In reply to: how to shorten this page-specific CSS?Yeah, I wish I know how to make a template for this purpose, it should be simple for pros to only include the page content and discard everything else, but I only know how to remove them in CSS.
Forum: Plugins
In reply to: [Firelight Lightbox] how to stop video playing once close fancybox?Ok, I think the inline content will start playing when the page is loaded. So I have to change it to an iframe so it will be loaded once clicked. and iframe will also be dismissed with everything inside it when you close the pop up window.
It will be great if inline can do that too. That will save soooooo much work.
Forum: Plugins
In reply to: [Plugin: Picasa Image Express] Interface modificationmaybe nobody donates so the developer quit. what a great plugin!
Forum: Plugins
In reply to: [Plugin: Picasa Image Express] Using Fancybox instead of “standard” lightboxi have the same question. hope this plug-in will automatically cooperate with any -box plugin installed.
sorry, it shows in add post. but NOT add page. hope it can be used on the page. and also hope it could be arranged like the embedded wp gallery.
maybe you can use some code like this:
<a class="fancybox" href="#testube">This link shows some inline content in a FancyBox window</a> <div style="display:none" id="testube"> <object width="425" height="344"> <param name="movie" value="https://www.youtube.com/v/01C4RPEinM4&hl=es&fs=1&color1=0x006699&color2=0x54abd6"></param> <param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param> <embed src="https://www.youtube.com/v/01C4RPEinM4&hl=es&fs=1&color1=0x006699&color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed> </object> </div>
i found it here:
https://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/i am still trying to modify the iframe size. hope it works.
Forum: Fixing WordPress
In reply to: how to enable this lightbox-like plug-in?i am sorry. the question should be:
how to change this default lightbox looking to the looking coming from the theme in the global settings?