Stenovitch
Forum Replies Created
-
Forum: Plugins
In reply to: [Trustpilot Reviews] Blank page after installI have deleted it and used facebook reviews instead. It was what the client wanted… since it took so long for a respond
- This reply was modified 5 years, 10 months ago by Stenovitch.
- This reply was modified 5 years, 10 months ago by Stenovitch.
Forum: Plugins
In reply to: [Trustpilot Reviews] Blank page after installI have tried it in Vivaldi with extensions, on chrome (that i use for test, so no extensions) and firefox, all with the same problem.
Forum: Plugins
In reply to: [Contact Form 7] Buttons wont accept classthanks i will check this
- This reply was modified 9 years, 5 months ago by Stenovitch.
Forum: Plugins
In reply to: [Contact Form 7] Buttons wont accept classNone off my other classes are shown, so the class does not apply.
http://tmp-site.faaopmaerksomhed.dk/kontakt/Other CSS changes stick but the classes wont apply, what am i doing wrong?
<label> [text* your-name class:form-control placeholder “Dit navn (skal udfyldes)”] </label>
<label> [email* your-email class:form-control placeholder “Din e-mail (skal udfyldes)”] </label>
<label> [text your-subject class:form-control placeholder "Emne"] </label>
<label> [textarea your-message class:form-control placeholder “Din besked”] </label>
[submit “Send” class:btn-primary]
Forum: Plugins
In reply to: [Contact Form 7] Buttons wont accept classI did that… nothing happend… Thats why i wrote here =)
Ohh sorry did also try [submit “Send” class:btn-primary]
The class did not follow…. when i look at it in firebug (after i refresh) no change, other changes do come, but not on the button.
Forum: Plugins
In reply to: [My Login Logout Plugin] menu controlAny news? =)
Forum: Plugins
In reply to: [Contact Form 7] Won't send mailThanks… kinda new to this, so i must have mixed it up…
Works now =)
Forum: Plugins
In reply to: [My Login Logout Plugin] menu controlI’m having same problem… any idea when in the future to expect an update? =) love you work btw, but a client of mine is getting impatient, so i have to know if it’s months we are talking about here.. if thats the case, I have to find another solution…
Really love the plugin BTW.
Keep up the good work =)
Forum: Fixing WordPress
In reply to: How to display one category on homepagei have tried to make a new home.php with the following code, but the headline does not show…
<?php /* Template Name: Home page */ get_header(); ?> <div class="content"> <?php query_posts('cat=4'); while (have_posts()) : the_post(); the_content(); endwhile; ?> </div> <?php get_footer(); ?>