Linus888
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Comments] No Comments Shown (Hueman Theme)Forum: Plugins
In reply to: [Social Comments] No Comments Shown (Hueman Theme)I found an “half” solution: just I pasted this code on single-tmpl.php
<?php echo do_shortcode('[Heateor-SC]') ?>
only for the social comments, leaving the wordpress comments by default style.
Take a look here, if you want.
Bye
Forum: Plugins
In reply to: [Social Comments] No Comments Shown (Hueman Theme)Hi Msar, I’ve the same theme hueman and the same problem with native comments. I hope you’ll find the solution and share it (here). ?? Bye
Forum: Themes and Templates
In reply to: [OnePress] Contact form 7 | Center alignmentTake a look here for more custom styles via css
Forum: Themes and Templates
In reply to: [OnePress] Contact form 7 | Center alignmentHi Jesunseri, I know something about the css, am not an expert. ?? If you give me your url, I may take a look to your source code. Is your plugin this?
Bye
Forum: Themes and Templates
In reply to: [Hueman] Main Sidebar moves on bottom after updateI upgraded the theme two times on this day, now I have the v3.3.7. My previous problem is now resolved, just I modified the new file post-tmpl.php instead of post.php, likewise for page-tmpl.php
Best reguards
I have the same issue too ??
Forum: Themes and Templates
In reply to: [OnePress] Contact form 7 | Center alignmentHi Redjioe, I resolved in this way:
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { float : none; margin: 0 auto; } .wpcf7 { text-align: center; }
Bye!
Forum: Themes and Templates
In reply to: [Hueman] How color checkbox in tableI found this solution via html
<td style="text-align: center; font-size: 150%; color: green;">✓</td>
Forum: Themes and Templates
In reply to: [Hueman] How center box Contact form 7Marty, this is my entire code:
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { float : none; margin: 0 auto; background: #7e9ebf; color: #FFF; font-family:lora, sans-serif; font-style:italic; } .wpcf7 { text-align: center; }
Choose the backgroung, color text and font as you like.
Probably, you need to change “label” with “p”. So I did.
I hope I helped you. Bye
Forum: Themes and Templates
In reply to: [Hueman] How center box Contact form 7I resolved via css!
.wpcf7 input[type="email"], .wpcf7 textarea { float : none; margin: 0 auto; }
Bye!
- This reply was modified 8 years, 2 months ago by bdbrown.
Forum: Themes and Templates
In reply to: [OnePress] Contact form 7 | Center alignmentHi! Why it doesn’t work for me? ?? I wrote this topic. Please help me! Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Contact form 7I resolved changing <label> with the old <p>. Anyway, 5 stars for you!
Forum: Themes and Templates
In reply to: [MH Joystick lite] Remove Previous and Next buttonsGreat! I downloaded this plugin, compatible with last version of wordpress.
Thank you. Bye.Forum: Themes and Templates
In reply to: [Exclusive] Hide categories on the postGreat! I found the function on line 171, but had to remove the string “$categories_list” too, in the same line. So, many thanks.
Best regards.