GeoDirectory Supportproblems with the images on the profile – GeoDirectory Support https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/feed Sun, 05 Apr 2026 20:50:07 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3305 <![CDATA[problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3305 Fri, 30 May 2014 15:43:22 +0000 leandrorosa as you can see on the attached pic all icons i choose to display on the profile (Site, Facebook, Address and so on) work, only the Email field and Multi Select field that doesnt show great.

the email is the one that already comes, send enquiry and the multiselect i used to add a payment options field, but these two images are not aligned.

what to do to fix it?

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3314 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3314 Fri, 30 May 2014 17:34:11 +0000 Paolo HI,

please post a link to your website, images are totally useless to debug css.

Thank you,

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3319 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3319 Fri, 30 May 2014 20:54:10 +0000 leandrorosa http://vitrine.vc/empresas/info/embassy-suites-philadelphia/ here is a profile, you can see that 3 images are not aligned and that the favicon (about other post) is there

thanks for the help!!

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3321 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3321 Fri, 30 May 2014 20:56:33 +0000 leandrorosa paolo, at my site you can also find the arrows for the gallery in the wrong place…

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3327 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3327 Sat, 31 May 2014 00:47:32 +0000 Guust Suggestions below.
For future reference have a look at this:
https://developer.chrome.com/devtools/docs/dom-and-styles

Arrow on photo: conflict with X theme; add
#geodir_content .flex-direction-nav a.flex-next {
right: 5px;
}
Contact:
.b_send_inquiry {
margin-left: 25px;
}
Others:
#geodir_wrapper .geodir-i-select, #geodir_wrapper .geodir-i-text {
padding-left: 22px;
}

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3335 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3335 Sat, 31 May 2014 05:06:07 +0000 Vikas Hi Guust,

Thanks for ur help.

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3357 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3357 Sat, 31 May 2014 17:26:51 +0000 leandrorosa where do I add this guust?

thanks a lot man, is it the solution for the arrow and other things wrong on the profile page?

thanks!!!

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3358 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3358 Sat, 31 May 2014 17:48:17 +0000 Paolo you need to add them in style.css of your child theme.
Thx

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3384 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3384 Sun, 01 Jun 2014 18:53:24 +0000 leandrorosa added it to the end of my theme style.css but it didnt work, this is what i added

#geodir_content .flex-direction-nav a.flex-next {
right: 5px;
}
Contact:
.b_send_inquiry {
margin-left: 25px;
}
Others:
#geodir_wrapper .geodir-i-select, #geodir_wrapper .geodir-i-text {
padding-left: 22px;
}

i tried before and after the file’s closing line */

please help.

]]>
https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3386 <![CDATA[Reply To: problems with the images on the profile]]> https://wpgeodirectory.com/support/topic/problems-with-the-images-on-the-profile/#post-3386 Sun, 01 Jun 2014 21:43:24 +0000 Guust Does X have a place in the WP admin panel where you can add custom CSS?
From the code of your pages, I can find a file http://vitrine.vc/wp-content/themes/x/style.css which has no CSS at all, and has no reference to any other stylesheet.
What is the path to the child theme you use, if you are using a child theme?
One way to find out is going to appearance > themes > right click on the image/screenshot of your current theme and “view the image”. The URL of that image will be something like /wp-content/themes/mytheme/screenshot.png
Just change screenshot.png to style.css: that is the stylesheet Paolo mentioned.

]]>