cperez500
Forum Replies Created
-
That made it ??
Many thanks
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Warning site after installHi,
I get the same warning after upgrading Jetpack to 3.0.1
I’m just using Jetpack and Akismet as plugins, along with version 3.9.1 of WordPress
Cheers
Forum: Plugins
In reply to: [Media File Manager] SyntaxError: JSON.parse: unexpected characterNo and no, but thanks anyway
Forum: Plugins
In reply to: [404 to Start] Email alert to – whats does it meanhi shvilmila
the emails you receive are merely informative, they tells you what 404 errors get your visitors
i.e. if you see that many people visit your site looking for a particular post that you deleted, maybe its a good idea to create a new one about the same subject
cheers
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Order taxonomies in drop down or check boxHi again,
At the end i opted for a checkbox type form, and following itsjaked’s example and pluging code i used something like this
‘<div class=”awqsf_box taxocheck-2″>
<label class=”taxo-label-2″>Sector</label>
<input type=”hidden” name=”taxo[2][name]” value=”sector”>
<label class=”taxcheckbox”><input type=”checkbox” id=”taxo-2″ name=”taxo[2][call]” class=”checkall” >Todos los sectores</label>
<fieldset>
<legend>Salud</legend>
<label class=”taxcheckbox”><input type=”checkbox” id=”taxo-2″ name=”taxo[2][term][]” value=”gimnasios” >Gimnasios</label>
<label class=”taxcheckbox”><input type=”checkbox” id=”taxo-2″ name=”taxo[2][term][]” value=”salud-belleza” >Todos</label>
</fieldset>
<div style=”clear:both”></div>
</div>’I’ve got some questions,
How can i get all the terms from the taxonomy in an automatic way and for each term put a label?
How can i get the name of the term using its ID? so i can use as ‘<label> term </label>’
The defined classes for labels, etc. are only for style purposes? i want to know if i can get rid of it to make it easier
Thanks, and sorry for the bad english
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Order taxonomies in drop down or check boxMany thanks itsjaked, I’ll give it a try.
Cheersoh, i was wondering if there is any way to use wordpress tags, or similar, to automatically get the name of the taxonomies by their ID in the case that someday i change them, something like ‘get_the_title($ID);’
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Order taxonomies in drop down or check boxOk thanks.
Hi
i know that the main issue is solved but i’m having a problem with the solution given by thunderdunk in the case someone could give me a tip
i’m using this code in a page
Si lo desea puede <a href="<?php bloginfo('url'); ?>/contacto-2?2subject=<?php the_title(); ?>" title="Formulario de contacto">solicitar información</a> de esta franquicia.
but the result is this https://img209.imageshack.us/img209/26/coderesult.jpgit seems that the href tag isn’t properly closed and one of the sidebars moves to the end of the text, also the link extends to all the sidebard
i’ll appreciate any help
thanksthank you kind sir ??
Hi,
Is there some way to hide the timestamp until this is fixed?
ThanksForum: Fixing WordPress
In reply to: Paste text from Word adds b and i tags instead strong and emHi esmi.
As a matter of fact the WordPress text editor does a very good job deleting all that crappy format from Word (i always check the html code before posting), while keeping the bold and italic text at the same time, that is the only thing i want to keep. I’ve been doing this (pasting text from Word) many years now and i’m just concerned of this little change of tags, that i don’t know if it is even related to Word.
I know that Word is ‘problematic’ at least, and i have tried a couple of times to get rid of it, but right now i’ve become too lazy ??
Thanks for your reply.
CheersForum: Fixing WordPress
In reply to: Paste text from Word adds b and i tags instead strong and emHi and thanks for your reply kind sir.
I think that maybe i have become a purist of html code XD, but this is the note in the w3 site about the
<b>
tag:According to the HTML 5 specification, the
<b>
tag should be used as a LAST resort when no other tag is more appropriate … emphasized text should be denoted with the<em>
tag, important text should be denoted with the<strong>
…And this other explanation in the
<i>
tag:Use the <i> element only when there is not a more appropriate semantic element
Cheers.