Forum Replies Created
list of topics you have created till now.
-
-
Which search box?
Please search a plugin for that on the repository then go back here.
Why do you want to make limitation for tags?
Mehmet S.
Keymaster14 August 2013 at 23:04Posted in : Sorting portfolio items -> navigation problem@jorditarrida: Which code exactly?
Mehmet S.
Keymaster14 August 2013 at 23:01Posted in : Sorting portfolio items -> navigation problem#filters li.pf-all-items { display: none; }
Can you provide a screenshot?
Which is your host?
Ok.
What kind of video?
.cover h3 span { color: #BCD7FC; }.accordion-group .accordion-heading .accordion-toggle { background-color: #19CFF7; }Which color do you want to set for the yellow titles?
Theme Options > Custom CSS
What are actual dimensions of your image?
Mehmet S.
Keymaster14 August 2013 at 14:07Posted in : Show Only Post Titles on Tag and Category PagesThanks for the sharing.
Did you read the localization section in the documentation?
You mean the first 20 tags.
– open index.html in a code editor.
– find contact form.
– add php codes:
<form id="contact-form" method="post" action="send-mail.php"> <input type="hidden" id="to" name="to" value="yourname@yourdomain.com"> <p> <label for="name">Name</label> <input type="text" id="name" name="name" class="required"> </p> <p> <label for="email">Email</label> <input type="text" id="email" name="email" class="required email"> </p> <p> <label for="subject">Subject</label> <input type="text" id="subject" name="subject" class="required"> </p> <p> <label for="message">Message</label> <textarea id="message" name="message" class="required"></textarea> </p> <?php $random1 = rand(1, 5); $random2 = rand(1, 5); $sum_random = $random1 + $random2; echo '<p>'; echo '<label class="title" for="sum_user">' . $random1 . ' + ' . $random2 . ' = ?</label>'; echo '<input type="text" id="sum_user" name="sum_user" class="required" placeholder="What is the sum?">'; echo '<input type="hidden" id="sum_random" name="sum_random" value="' . $sum_random . '">'; echo '</p>'; ?> <p> <img class="ajax-loader" alt="Sending ..." src="images/bckg/loader_light.gif"> <input type="submit" class="btn submit" value="SEND"> </p> </form>
– save as index.php
– download: bookcard-send-mail-php-with-captcha.zip
Mehmet S.
Keymaster13 August 2013 at 22:52Posted in : Sorting portfolio items -> navigation problem.pf-all-items { display: none; }Mehmet S.
Keymaster13 August 2013 at 22:51Posted in : Sorting portfolio items -> navigation problem@jorditarrida: Thanks.
.cover h1 { font-size: 35px; }Color for the yellow part or white part?
It is in the package.
Sorry, I’m not exactly sure what you’re asking?
Select your pages from theme options.
Sorry, I’m not exactly sure what you’re asking?
#nav > li > ul > li:hover { background: #19CFF7; }.accordion-heading .accordion-toggle { background-color: #19CFF7; }You can try Google reCAPTCHA.
Did you try anything?
Sorry, I didn’t understand what they are. Contact your host.
Sorry, I didn’t understand what it is.
It is the design.
Sorry, I’m not exactly sure what you’re asking?
Mehmet S.
Keymaster13 August 2013 at 21:03Posted in : Show Only Post Titles on Tag and Category PagesVisit reading settings.
Media Box shortcode:
[media_box type="" hover_text="" alt="" title="" width="" align="" lightbox="" new_tab="" thumbnail="" src=""] type="" ... image, video, link align="" ... align-left, align-right lightbox="" ... yes or do not use new_tab="" ... yes or do not use Example: [media_box type="video" lightbox="yes" thumbnail="http://graphicube.ro/wushu/wp-content/uploads/2013/06/Untitled.jpg" src="http://www.youtube.com/embed/eEQ2RW4P1QY"]
Which color do you want to apply?
Theme Options > Custom CSS:
.cover h1 { background-image: url( "put-your-image-url-here" ); background-size: cover; text-indent: -999em; height: 100px; }Note: Change height if you want.
Update to the latest version.
1 – Edit the format-standard.php file.
2 – How many?
3 – Sorry, I’m not exactly sure what you’re asking?
Mehmet S.
Keymaster12 August 2013 at 23:48Posted in : Sorting portfolio items -> navigation problemNot tested with that plugin.
You can edit the blog-masonry.html file.
.accordion-toggle { background-color: #19CFF7; }Added to the wp version. It is easy. You can implement it. Are you a coder?
Sorry, I don’t know. It is weird. Contact your hosting people.
It is ok on my side.
What did you use for the Tumblr icon?
Ok.
Yes, of course.