tanwaniniranjan
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Using Contact 7 to fill in a databaseCheck out the code for this plugin:
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/you can edit it too, or else, just use the same plugin, and use its shortcodes to display data.
Forum: Fixing WordPress
In reply to: 6 different Background with 4 hotspots on sidesresolved. using tables is the easiest way.
Forum: Themes and Templates
In reply to: Different Positions of content in each templateGot It!
inserting “n” “inline” classes in a container can help you get “n” different inline divs. the place where you can do it in the wordpress code is:<div class="layout-wrapper"> <div class="content-layout"> <div class="content-layout-row"> <div class="layout-cell content"> <strong><div class="inline"></strong> <?php get_sidebar('top'); ?> <?php if(have_posts()) { /* Start the Loop */ while (have_posts()) { the_post();
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: Different Positions of content in each templatewell, this is still a concept. the images that i have put up are from corel draw.
would be great if yoy can help.Hey, can we embed only the controls using php?
hey! thx.. its sorted.. 1 more thing, can i get the php code to embed the player in a hard coded area? like seomewhere in the footer? thank you!
same problem here. ??
When u delete the files from the database thats when the playlist gets cleared automatically!
ya that wp_ apperas since u added it as a table prefix during installation.
neway,
delete the names of the files you want to remove from your playlist, from this table that you see.
then check your wp-admin for the playlist. m sure the tracks you wanted to delete will be gone. ??hey, i had the same problem.. went into phpmyadmin.
from there cleared the table with prefix hmp. and poof!
DONE!Nop.. No success.. not even after adding the code to the htaccess file. ??
it works perfect on the localhost (xampp). but online it does not show up.