robin.resine
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] drop-down list pre selected textOk seems it isn’t possible with Contat Form 7
Sorry, it only applies to text fields
source : http://wordpress.org/support/topic/pre-select-option-of-select-dropdown?replies=2
Forum: Themes and Templates
In reply to: [Responsive] Center Image Link ProblemHi Ben, thanks for your help but I think that this code is suposed to change something for the aligncenter ? That actually didn’t change anything for the link itself, the align center is working correctly but the problem is the link being full width ( going out of the image it self, when I do an aligncenter )
Do you have any clue to solve this ? I find it really weird being the only one to actually have this issue ( maybe not, but none of the solutions seem to work yet, btw didn’t do the latest 3.6 WP update, i’ll be waiting for my main plugins to update before I do so. )
Hope to find a solution soon, trying to find something in the style.css with out any solutions yet.
Thank you again
RobinForum: Plugins
In reply to: [Contact Form 7] drop-down list pre selected textHi again, am I in the right section to ask this ?
Please redirect me where my post should be or give me a tip.
Thank you
RobinForum: Themes and Templates
In reply to: [Responsive] Center Image Link ProblemI actually followed your instruction, but even by changing the code like so : from (which is the WP usual insert image code) :
<p style="text-align: center;"><a href="http://resinemedia.net/ecoleescoulen/accueil/inscription/"><img class="aligncenter size-full wp-image-1291" alt="bouton-2" src="http://resinemedia.net/ecoleescoulen/wp-content/uploads/2013/06/bouton-2-e1374658687624.png" width="196" height="147" /></a></p>to :
<a href="http://resinemedia.net/ecoleescoulen/accueil/inscription/"><img class="aligncenter size-full wp-image-1291" alt="bouton-2" src="http://resinemedia.net/ecoleescoulen/wp-content/uploads/2013/06/bouton-2-e1374658687624.png" width="196" height="147" /></a>what should i modify to have it work, since the alignment doesn’t seem to be a problem but the link area seems to work weirdly, I think it may either be a plugin confligt or something wrong in the code, but I have really no clue.
Thank you for your help
RobinForum: Themes and Templates
In reply to: [Responsive] Center Image Link ProblemThank you very much, i will do the code tomorrow, and for the tables, I don’t use them exept for ordering images, this text will probably be modified I didn’t write it.
Thank you very much for the help =)
RobinForum: Themes and Templates
In reply to: [Responsive] Center Image Link ProblemI’m trying to have my image with a correct link on hover, if you check the hover for the alignleft and alignright image, there is no problem, but for the aligncenter, the image link on hover takes the full page width.
Which could be “ok” (not really), but i’m rather picky for this and I would like the link to be only on the image itself, not the page background.
I think it might be a problem with the theme not being updated, or it might be a problem with an aligncenter css code, or link aligncenter code, but I’m not enough experienced to go there and find the solution.Thanks for taking time to help me out
RobinForum: Fixing WordPress
In reply to: Hide Title and keep breadcrumbI just had an issue that I didn’t notice, I would like the title of all the articles to stay, is there a display:true i could put for articles ?
thank you =)Forum: Fixing WordPress
In reply to: Hide Title and keep breadcrumbForget about my last request, works on dreamweaver, so it’s just another wordpress confligt, i’ll find another way around, have a nice day and thank you for your help !
RobinForum: Themes and Templates
In reply to: [Responsive] Hide Title and keep breadcrumbForum: Fixing WordPress
In reply to: Hide Title and keep breadcrumbThank you very much the first one did it !
I actually saw this in another thread but I didn’t bother testing it since I tought it would affect the Breadcrumb too. ( and people actually said it didn’t work, probably another theme conflict )
So thank you, it worked perfectly =)btw I have another little issue, I am trying to align text at the top of a cell ( so 1st row – 3 cells are images, 2nd row – 3 cells are text with the text sticked to the image from the 1st row )
I tryed :<td valign="top"> <td style="valign: top;"> <td "valign: top;"> <td valign=top>and so much more that are supposed to work, and i’m affraid this is another modification you have to change in the css but i’m not sure.
I usually search a lot before having to ask in a forum but i’m really lost xD
(I know i have to mark it as resolve but this is probably a really small and ridiculous problem, if you got any trail)
Thanks again !Forum: Fixing WordPress
In reply to: Hide Title and keep breadcrumbHi i am using the responsive theme, I got it from : http://wordpress.org/themes/responsive.
Sorry if i did not include enough information as I was in a rush yesterday.
I used the “disable title” plugin, it worked but that resulted in losing the breadcrumb ( since modifying the title by moving it or changing colors also changes the breadcrumb color/position )
I don’t know which file to modify as I’m kinda new to wordpress, and I don’t know HTML/CSS/PHP even if I use some code, I can’t say i master the language =)
I saw multiple solutions ( changing the content-page which the Responsive theme doesn’t have ) but I didn’t find anything that didn’t actually change the breadcrumb, it maybe is something about the h1 properties or something, I have really no idea.
Thank you for your precious help.