Page 1 of 1

Two small questions

Posted: 03 Dec 2015, 09:50
by jeroenvermeulen.nu
Hi,

I've been trying X3 and it's really going good.

I need to change tree things, I can't find them;
[*]Change the text images
[*]Change the contact form
[*]Change the color of the 3D Logo

Please see the attached images.
Could somebody help me?

Thank you.

Re: Two small questions

Posted: 03 Dec 2015, 11:08
by mjau-mjau
jeroenvermeulen.nu wrote:Change the text images
Sorry, but this is not yet ready for translation. This will be available in an update coming early next year. We need to provide a practical method for frontend translation.
jeroenvermeulen.nu wrote:Change the contact form
What contact form am I looking at? The one in the menu? If so, you can go to admin -> settings -> custom -> contact form widget. You can edit where it says placeholder="Email", but don't edit the "honey" fields.
Image
jeroenvermeulen.nu wrote:Change the color of the 3D Logo
I won't normally provide support to change the 3D logo if you are using that, because it uses javascript to set colors, so is hard to customize. If you don't like the default 3D-logo, you may have to consider disabling it. However, here is a CSS hack for the 3D-logo if you want:
Code
a.logo-3d > span.m1 {
  color: red !important;
}
a.logo-3d > span.m2 {
  color: blue !important;
}
Change the colors from my red/blue examples, and paste the code into admin -> settings -> custom -> Custom CSS. Keep in mind, by setting the above, the colors won't change on mouse hover, so it loses some appeal.

Re: Two small questions

Posted: 03 Dec 2015, 11:09
by mjau-mjau
PS! You can disable the "** images" text if you don't need it, or don't want it to display ...

Re: Two small questions

Posted: 03 Dec 2015, 15:36
by jeroenvermeulen.nu
mjau-mjau wrote:
jeroenvermeulen.nu wrote:Change the text images
Sorry, but this is not yet ready for translation. This will be available in an update coming early next year. We need to provide a practical method for frontend translation.
jeroenvermeulen.nu wrote:Change the contact form
What contact form am I looking at? The one in the menu? If so, you can go to admin -> settings -> custom -> contact form widget. You can edit where it says placeholder="Email", but don't edit the "honey" fields.
Image
jeroenvermeulen.nu wrote:Change the color of the 3D Logo
I won't normally provide support to change the 3D logo if you are using that, because it uses javascript to set colors, so is hard to customize. If you don't like the default 3D-logo, you may have to consider disabling it. However, here is a CSS hack for the 3D-logo if you want:
Code
a.logo-3d > span.m1 {
  color: red !important;
}
a.logo-3d > span.m2 {
  color: blue !important;
}
Change the colors from my red/blue examples, and paste the code into admin -> settings -> custom -> Custom CSS. Keep in mind, by setting the above, the colors won't change on mouse hover, so it loses some appeal.
Hi, there is a Contact Page Widget and a Contact Page dedicated page, the last one I need to change.
Where I can remove the ** images?

Thank you

Re: Two small questions

Posted: 03 Dec 2015, 23:56
by mjau-mjau
jeroenvermeulen.nu wrote:Hi, there is a Contact Page Widget and a Contact Page dedicated page, the last one I need to change.
To edit the contact form, you need to insert the entire form, not just the shortcode.
Image
jeroenvermeulen.nu wrote:Where I can remove the ** images?
In your MENU settings for the page in mention, you need to remove the "amount" item under the menu-carousel settings.
Image

Re: Two small questions

Posted: 11 Dec 2015, 04:06
by jeroenvermeulen.nu
Hi,

Thank you, the color worked perfectly. Sorry I didn’t understand it.

I would like to make posting on Facebook easier on a photo page. The share button is to 'hidden'.
Could we maybe change this, so the share button is always open, has a different color, et cetera?

Re: Two small questions

Posted: 11 Dec 2015, 04:19
by mjau-mjau
jeroenvermeulen.nu wrote:I would like to make posting on Facebook easier on a photo page. The share button is to 'hidden'.
Could we maybe change this, so the share button is always open, has a different color, et cetera?
I understand what you mean, but there are a few related issues ... First of all, the share-button in the popup works nicely on mobile. The global sharing-toolbar on left does not, and kinda interferes with navigation. Furthermore, the sharing-toolbar works on a per-page level, so if we wanted it to work for images in the popup, we would have work with the code.

For now, I will consider this a request. It is not something we can fix immediately.

In the meantime, you could add some custom CSS so that the current popup share-button is always visible, and even is prepended by some text "Share". Let me know if you want assistance with this.