mitoste VIP
Total posts: 14
01 Nov 2016 00:45

Hello, I have two problems:

1) The name of filds in submittion page is not aligned with the field. See the two photos over another site I'm viewing. (Image 1a with the problem, ok picture 2a)

1a

2a

2) the FiLdS category (Choose where to post) and fields "Who can repost" are not excluded from the submittion page.

What can I do ? Thanks

Last Modified: 03 Nov 2016


pepperstreet VIP
Total posts: 3,837
01 Nov 2016 21:15

Welcome to the world of Cobalt!

mitoste 1) The name of filds in submittion page is not aligned with the field.

Hello mitoste,
would you mind to tell us your joomla template/framework?
Most likely this is an issue of other CSS files overriding the Cobalt default styles.

2) the field category (Choose where to post) and fields "Who can repost" are not excluded from the submittion page.

Category selection can be set here:
Edit Type --> Submission Parameters tab --> Categories Behavior --> Who can select category
(hence the tooltip help text!)

Who can Repost can be found here:
Edit Section --> Personalization tab --> General --> Post anywhere NO/YES


mitoste VIP
Total posts: 14
02 Nov 2016 09:27

Thanks. The problem 2 is solved.

My template joomla is Paradigm template 1.5 by RocketTheme http://www.rockettheme.com/joomla/templates/paradigm


pepperstreet VIP
Total posts: 3,837
02 Nov 2016 11:10

mitoste My template joomla is Paradigm template 1.5 by RocketTheme http://www.rockettheme.com/joomla/templates/paradigm

Thanks. This is a GANTRY v4 based template.
Did you test with the free blank template? Does it have the same issue?


Update

I did a quick test with GANTRY 4 DEFAULT template. It works.
So it might be an issue with "PARADIGM" or other CSS addition!?


mitoste VIP
Total posts: 14
02 Nov 2016 11:37

I'm installing gantry_joomla_framework-4.1.31 downloaded from RocketTheme.

the problem is not in standard template. I'm not installing css alternative.

http://www.centroolistico.org/community/operatori/submit/1-operatori-olistici/3-operatori-type?return=aHR0cDovL3d3dy5jZW50cm9vbGlzdGljby5vcmcvY29tbXVuaXR5L29wZXJhdG9yaS9pdGVtcy8xLW9wZXJhdG9yaS1vbGlzdGljaQ==


pepperstreet VIP
Total posts: 3,837
02 Nov 2016 17:34

mitoste http://www.centroolistico.org/community/operatori/submit/1-operatori-olistici/3-operatori-type?return=aHR0cDovL3d3dy5jZW50cm9vbGlzdGljby5vcmcvY29tbXVuaXR5L29wZXJhdG9yaS9pdGVtcy8xLW9wZXJhdG9yaS1vbGlzdGljaQ==

Sorry, I can't see and access the form.
Do you have a test user account?

You might include the infos in a "private" comment, because I can't see login credentials in the initial topic.


mitoste VIP
Total posts: 14
02 Nov 2016 20:06

username: nemesis.2884[@]gmail.com password: Pisaq123

Click here to link...


pepperstreet VIP
Total posts: 3,837
03 Nov 2016 00:14

mitoste 1) The name of filds in submittion page is not aligned with the field.

There is a "compiled" css file, which seems to set all adminform labels to 100% width. It overrides the default bootstrap styles.

You might add the following rule to your custom css or file. Please, see GANTRY 4 docs for further instructions.

#adminForm label {
  width: 160px;
}

Hope this helps.

Powered by Cobalt