Kishore Murthy
Forum Replies Created
-
@data1001: Can you point to the URL where it is occurring?
@dalton: I just tried the code. It works. Thanks.
@dalton: Well! Thank you.
Forum: Plugins
In reply to: [Portfolio Slideshow] [Plugin: Portfolio Slideshow] transitions not working@dalton: Thanks for the prompt reply and fix. It is appreciated.
Forum: Networking WordPress
In reply to: Automatically create multiple sites within multisite@maxi_k: Here is a solution. Give it a try and let us know if it worked.
Forum: Plugins
In reply to: [DM Albums] [Plugin: DM Albums] Background color different in IEHere is how to set the iframe to allowtransparency.
Two steps
- Set body background to transparent (important)
- file to edit -> dm-albums/template/album.php
- line number -> 1451
- add attribute
style="background-color: transparent;"to the<body ...
- Set iframe to allowtransparency
- File to edit -> dm-albums/wp-dm-albums.php
- line 521
- add attribute
allowtransparency="true"to<iframe ...
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to Thank you page on submitCorrection. I was able to make it work by adding
<?php wp_footer(); ?>to my page template.Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to Thank you page on submitThe thank you page redirect does not work when the contact form 7 is used in a custom field that has short code enabled.
Forum: Plugins
In reply to: [DM Albums] [Plugin: DM Albums] Background color different in IEIf the iframe is set to allowtransperncy it would solve the issue and work well with all backgrounds without having to do the above hack.
Forum: Networking WordPress
In reply to: Automatically create multiple sites within multisiteHave I understood the capabilities of Multisite corectly?
Yes.
If so, is there a way to batch create the 70 sites from a list, rather than adding individual pages one at a time?
- You can create one site with all the pages, etc.
- Export that content as an xml(navigate to ‘Tools’ -> ‘Export’)
- Create your new site as a subdirectory
- Import that content (navigate to ‘Tools’ -> ‘Import’)
- It may ask you may have to install ‘WordPress Importer’ plugin. Install it. upload the xml file you had saved earlier.
- Repeat process for each new site
Forum: Plugins
In reply to: [DM Albums] [Plugin: DM Albums] Background color different in IEAdd the code below to dm-albums/ui/styles.css
.tbl_photoalbum{ background-color: #000000; }