MAzCastro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Mystique Theme HELPwill help you o the #1 for now.
You’ll need to edit two css files.
– Go to your default.css , on line 34 add the properties:
width: 940px; margin: 0 auto;
– Then go to your dropdown.css line 27 and remove the property
float: left;
Forum: Themes and Templates
In reply to: Sidebar on second page mirrors firstcan you provide a URL?
Forum: Themes and Templates
In reply to: wp_enqueue_script not working properlyPlease grab some heavy stones and aim at my dumb head.
I was calling a JQuery-dependent-script, BEFORE I called the JQuery script itself.
Shoot at will, I deserve it.
MAC ??
Forum: Themes and Templates
In reply to: wp_enqueue_script not working properlySilly me!
I was not thinking. This has nothing to do with <?php wp_head(); ?> since this refers only to the admin section, and not the theme itself.
But it was a nice try ??
MAC
once again: HELP!
Forum: Themes and Templates
In reply to: wp_enqueue_script not working properlyHummmm
Did you call <?php wp_head(); ?> *after* wp_enqueue ?
You might have a point that I missed, <?php wp_head(); ?> can be too “low” ?? on the markup, thus making head scripts to load after the other “wicked stuff” I’m calling!
I’ll give it a try and place it at the beginning of the markup!
MAC
Forum: Themes and Templates
In reply to: wp_enqueue_script not working properlyHi veganist!
Did you mean to ask, if I have <?php wp_head(); ?> in my theme?
yes I do.
This is a weird case. I’ve done everything “by the book” and it doesn’t work. But if I do it “the wrong way” it works. I’m tempted to…
This is a function to place a JavaScript color-picker to my theme options (trough function.php), so we′re talking “admin context” not front-end.
I tried both:
add_action('admin_print_scripts', 'myColorChoiceScriptz'); add_action('admin_init','myColorChoiceStyles');
to hook my functions, but none seem to work properly (I’ve tried both combination for scripts and CSS)
They DO place the scripts, and the CSS in the markup, but then the browser ignores them!
The fist thing that comes to my mind is: – they are been processed in a wrong order, that’s why they are being ignored.
But according the the Codex, “admin_init is triggered before any other hook when a user access the admin area”, so it doesn′t make sense.It probably is just a detail I’m missing here.
HELP!
MAC
Forum: Themes and Templates
In reply to: Have I put together the first XHTML Strict theme?As a “touché” to you, I have validated WP sites with AAA acessibility conformance level.
MAC ??
Forum: Themes and Templates
In reply to: Resizing images (auto posted from external source)Hi
Usually i’only concearned if they have my standart witdh.
Height was really naver a concearn since it does’nt mess up my layouts in a relevant way, so I never gave it too much tought.You could try to pass them trough a php script in your server to resize them proportionaly, like call https://www.mysite.com/resizer.php?https://imageURL.jpg – something like that.
MAC
Forum: Fixing WordPress
In reply to: Post by EmailHi
OmeLaurus, yes it is.
Simply give your user a Role not less then Editor (Editor and Administrator Roles publish immediately, all other need posterior approval)
Cheers!
MAC
Forum: Themes and Templates
In reply to: Html Color Code for Default Theme Links?the theme links color is #0066CC
MAC
Forum: Fixing WordPress
In reply to: Email warningshi Esmi.
that whoul do it, but i really dont want to put him as na adminidtrator, to protect him, from himself… ??
Forum: Themes and Templates
In reply to: Html Color Code for Default Theme Links?Well it goes from #3F80B6 to #68A9DF rouglhy!
MAC ??
Forum: Themes and Templates
In reply to: Why?You should consider that any of your .grid_N classes has a 10px margin added both to the right as to the left side. So this actually means that all your grids are separated 20px from each other and at least 10px from their “wrapper” element.
MAC ??
Forum: Themes and Templates
In reply to: Style Sheet not being recognizedHi
At first sight it seems none of your site assets exists on your server. (CSS, JavaScript, etc)
Try uploading them again, checking if you are putting them in the right place, then let us know.
MAC ??
Forum: Themes and Templates
In reply to: Full width solid background color horizontal stripsWell this is too much information to picture. Could you show us the URL, please?
MAC ??