igorlaszlo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What do I do with website subscribers?hello,
i would like to know if i understand well… “I have over 500 subscribers to my site and from the emails etc most look legitimate.” – you mean members have registered to your blog and became members in spite that you did not want ? It means that you did not settle this option in your dashbord – settings – general : uncheck the option “Everybody can register” if it is checked !
Forum: Fixing WordPress
In reply to: delete my old wp blogs from "My Blogs" tab on WP accountIt is resolved ! I close the topic…
Forum: Fixing WordPress
In reply to: delete my old wp blogs from "My Blogs" tab on WP accountOh God, it is always so complicated… thanks bye
Forum: Themes and Templates
In reply to: Display ALL tags in tag cloudOk, perfect… thanks a lot again for your help !
Forum: Themes and Templates
In reply to: Display ALL tags in tag cloudAh, so in the second line i must correct it to :
function set_tag_cloud_number($args) {?In the meantime it seems that the code works… it is just by chance ? 🙂
Forum: Themes and Templates
In reply to: Display ALL tags in tag cloud@ alchymyth, i added your code to my functions.php of my theme and i had the following error message :
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘set_tag_cloud_number’ not found or invalid function name in …/blog/wp-includes/plugin.php on line 199
I do not have any knowledge of php or js codes but this message told me that you had a small mistake, so i corrected it as in follows :
add_filter('widget_tag_cloud_args','set_tag_cloud_sizes'); function set_tag_cloud_sizes($args) { $args['number'] = 0; return $args; }i corrected the set_tag_cloud_number to set_tag_cloud_sizes in the first line… and it seems that it works. i guess you had it by mistake, am i right ? or it works now juste by chance 🙂 also i prefered to give zero instead of 999 as i would not like to limit the number, who knows, maybe i will have more than 999 tags 🙂
thanks again, you helped me a lot !
Forum: Themes and Templates
In reply to: Display ALL tags in tag cloudhello alchymyth, your answer seems perfect and thanks for the codes, i am not so performant in php or javascript to write something by myself… i will read your post, i will try your code and come back to tell you if it worked… thanks again !
Forum: Themes and Templates
In reply to: Display ALL tags in tag cloudThanks for your answer but what do you mean “stored” ? The function is in a file (category-template.php) and i opened the file and corrected the 45 to 0 in the file…
Another example : i put a sentence into the #responde div to advice the visitors that they must put raw html codes between
<code>and</code>. The #respond div is in the comment-template.php which is also in the wp-includes folder like the category-template.php (so out of the child theme folder). After the automatic WP update this sentence has disappeared, i guess because WP changes all files after an update, which means that if i want to make changes in my WP structure (add a sentence for example), i must readd my changes after each update…Forum: Fixing WordPress
In reply to: How to use text editor as htmlI guess… did you ever use block note or any text editor ? When you push “enter”, it breaks the line as you see it plain but you do not see any code… but if you give a
<br>or<p>code, the codes work too…Forum: Fixing WordPress
In reply to: How to use text editor as htmlThanks for your interest Andrew…
I never gave the
<p>to the sentence. You mean that we never can give<h>tag in a sentence ?
Anyway, it is not a big problem because i can give another style to my words, for example<span>…But what i would like, it is a behaviour like in a normal html page. In an html page edited in Dreamweaver or in block note, when i break a line, it does automatically without seeing any
<br>or or<p>on the page but it breaks the line.Forum: Fixing WordPress
In reply to: How to have a simple html page as homepageThanks for your reply @catacaustic and @scriptrunner ! Sorry for the late reply but i was too busy with my website but i do not like to let people without answer, especially when I was who asked a question… finally i have had to delete my blog and i reinstalled all in a subfolder. This is the clearest solution : i have my index.html now as home page and i have the blog part which has its default index.php. I just had to give the same design to it solved in the child theme header/footer/style…
Thanks again !
Forum: Plugins
In reply to: [Contact Form Manager] Add Element is emptyThanks for your reply ! Finally i had a big problem with my wp blog, i had to delete all and re-install the totality. Now i use another contact form, so my topic is closed…
Forum: Fixing WordPress
In reply to: The requested URL /undefined was not found on this serverThanks Pioneer but maybe i do not understand what you say or you do not understood what i said… “Remove the .htaccess file” – how to do it when i already removed (i said before) ? “Once you can nav to your site” – i said the opposite, i can nav to my site directly addresses and also i have access to my wp admin. “Login and save your desired permalink” – i already did, i even said what choice i did ! “Be correct” – this is the point i understand the most, so that is why i already gave all those informations in advance before you asked me 🙂
Forum: Fixing WordPress
In reply to: The requested URL /undefined was not found on this serveralso you should know maybe that my host server was hacked and my blog has disappeared completely… so, i did not move my blog but i reinstalled into a subfolder.
Forum: Fixing WordPress
In reply to: The requested URL /undefined was not found on this serverthanks for your answer… as far as i understood, i should add some lines to my .htaccess. but before, i have red also that i should try to delete my .htaccess, so i did… now, what should i put into my .htaccess ??? where can i find what was originally in it ?
this thing becomes so complicated and i do not even know what is .htaccess and all ftp and server stuff. i know i bit of cms, html, php, js, css, db, seo, etc… i installed hundred times wp also, but to learn also hardware and server and whatever, it is impossible 🙂