RinorMaz
Forum Replies Created
-
Hi Tom,
I tried downloading it but unfortunately it did not work! Nothing happens when the box is checked in “Open in lightbox”.
Regards,
Forum: Themes and Templates
In reply to: [Twenty Twelve] Lines in the middle of pageGreat information, I appreciate you taking your time, again, explaining it to me! Kudos to you mister.
Regards,
Forum: Themes and Templates
In reply to: [Twenty Twelve] Lines in the middle of pageHi again,
I wanna adjust the distance between two picture, see link, and I have found the following CSS using your advice with google chrome:
#pg-28-0, .panel-grid-cell .panel { margin-bottom: 30px; }But it does unfortunately not work, how come?
Forum: Plugins
In reply to: [WP Job Manager] How can I remove some fieldsHi Mike,
I managed to fix it now, I missed one detail in the URL you posted. Thank you very much.
Forum: Plugins
In reply to: [WP Job Manager] How can I remove some fieldsHi I did as you said in the linked thread, I created a file called
content-single-job_listing-company.phpI did it in my FileZilla server in the
/byggprojektoren.se/public_html/wp-content/plugins/wp-job-managerBut the field still appears about the company when a new job listing gets posted on my website? It is the rectangle above the job description.
The file I created is completely empty.Have I added it right inside of FileZilla?
Thank you for your time.
Forum: Plugins
In reply to: [WP Job Manager] How can I remove some fieldsI pasted the code:
add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' ); function custom_submit_job_form_fields( $fields ) { unset( $fields['company'] ); return $fields; }into the
wp-job-manager/wp-job-manager-functions.php
But nothing happend? URL: http://byggprojektoren.se/jobb/test-2/
The field of which the company information should be in still exists.
Thank you.
Regards,
Forum: Themes and Templates
In reply to: [Twenty Twelve] Lines in the middle of pageThank you very much for this useful information!
Forum: Plugins
In reply to: [WP Job Manager] How can I remove some fieldsHi Mike,
In which file can I remove those fields?
Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Can not press on an job adManaged to fix it now.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Lines in the middle of pageWorked very good!Thumbs up for you.
How did you know that you should adjust there? Becuase I was looking on the website for a very long time but could not find where to adjust it?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Lines in the middle of pageHi could you assist me with one more thing 🙂 ?
I have this url: http://byggprojektoren.se/om-byggprojektoren/
And I want to narrow the distance between the bottom of where it says Byggprojektören innehar F-skattsedel.
and the top of the picture? Where in CSS can I do that? Thank you.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Center headerOk,
I appreciate your time and help.
Take care!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Center headerHi,
Thank you very much it worked! If I want to do justify instead of center how can I do that? I tried it but it unfortunately did not work.
Regards,
Forum: Themes and Templates
In reply to: [Twenty Twelve] Center headerSo I should just duplicate the code for the footer ? Will it automaticly apply for the header?
Thank you.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Center headerHi Luismin,
If I want to make the changes in the plugin instead of the style.css, how can I write a code like the above, but for the header :)?
Regards,