frankwlf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Full message after login, first excerpt, how?@dkotter additional information, I try to hide a form for guests.
Forum: Fixing WordPress
In reply to: Full message after login, first excerpt, how?@alchymyth Can I find this code in pluggable.php? Since I cannot find the_content() within the single.php as I was expecting (since I use Artisteer it can be a little bit different?)
@dkotter Restrict content works but it confronts me with a new problem. All the widgets are jumping around when I restrict a post, how come? And what can I do about this?
Forum: Fixing WordPress
In reply to: [Artisteer] clickable (background)header, how?@vtxyzzy The problem is, this code:
h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover { border: 2px solid; opacity: 0; padding: 75px 635px 85px 0; }
Is only covering a small stripe, whatever I do with the padding, the small stripe is not changing at all. Do you know why?
Forum: Fixing WordPress
In reply to: [Artisteer] clickable (background)header, how?@vtxyzzy Nice, this seems to be a solution! Nevertheless it does not feel like the solution, but Ill try to work it out.
Forum: Fixing WordPress
In reply to: [Artisteer] clickable (background)header, how?Thats the problem, there is no <div class=”art-header”> within the header.php.
Forum: Themes and Templates
In reply to: Remove footer: "created with Artisteer" how?This is how my footer.php looks like:
<?php $content = ob_get_clean(); echo art_parse_template(art_page_template(), art_page_variables(array('content'=> $content))); ?> <div id="wp-footer"> <?php wp_footer(); ?> <!-- <?php printf(__('%d queries. %s seconds.', THEME_NS), get_num_queries(), timer_stop(0, 3)); ?> --> </div> </body> </html>
Its just not working at all, fix this issue!
Latest WP version, I geuss Im not using Multisite (never heard of it).
And this is the form itself (some Dutch):
<p>Uw naam (verplicht)<br /> [text* your-name] </p> <p>Uw email (verplicht)<br /> [email* your-email] </p> <p>Onderwerp<br /> [text your-subject] </p> <p>Uw bericht<br /> [textarea your-message] </p> [file* upload] <p>[submit "Verzenden"]</p>
Simple as this
[cfdb-table form="Test formulier"]
However I also tried the HTML, no problem, however the actual files are not getting stored on the server, they are deleted after a few sec and get send by mail. So the mail problem is that CF7 or the extender does not save the files on the server and make them accessible.
Html:
[cfdb-html form="Test formulier" show="your-name,Upload" limit="10" orderby="Submitted desc" filelinks="url"] His/her name: ${your-name} Download: <a href="https://myurl.nl/wp-content/uploads/wpcf7_uploads/${Upload}">file</a> [/cfdb-html]
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Leave file upload on server.Unfortunatly the files are getting deleted even after editing controller.php just like trewknowledge said.
I really would like to make content downloadable on an other part of the webpage after people submitted their stuff.
Hereby a screenshot of the non clickable uploads:
[IMG]https://i43.tinypic.com/eg3ic9.png[/IMG]Furthermore, the uploads are not keeping stored within the upload map of CF7.
Im not sure which code you mean (and from where), nevertheless I found out that contact form 7 and the database extender are not able to save and show the uploaded attachements, just the the titles. Many more people faced the same problems as I have researched on this forum.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Leave file upload on server.Is there allready a solution for this issue? This should not be that complicated for a competent programmer? However, I’m unfortunatly not an expert.