Php & css on wordpress [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Basically I have a price ticker in my header.php (wordpress) file aligned to the left.
Its just below the main menu and above the slider. The problem I am having now is I want to put the ticker aligned next to my main menu aligned to the right. I want the menu to end and the ticker to follow... I think i should have to edit the css file to do this but I'm not totally sure. The ticker is in .php also.
I have successfully gotten the ticker to the right of the page almost where I want it but its not aligning with the menu...
I have attached a screen shot to show what I mean but due to privacy reason iv edited out alot of the website information.
http://imgur.com/5JwXpil
Any help will be seriously appreciated. :)

You can adjust your code to float it left and adjust the width so that it fits the place where you'd like to put it.

Related

How to change logo and css style in vtiger crm login page? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How to change logo and css style in vtiger crm login page? Where is file with this?
I tried to find but I failed.
For Logo
Go to test->logo->vtiger-crm-logo.gif
Paste your logo their and rename it with "vtiger-crm-logo.gif".
Or to change login page logo go to smarty->templates->Login.tpl and at line no 16(near about) place the address of your image.
And For CSS
Go to themes->Softed (your themes name) (by default theme)->style.css.

global header.php not displaying a certain image on random pages [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I'm working on a website that was originally built using codeigniter. It's a mess on the back end and there's no identifiers to anything really. I've recently changed a banner (header.php) and edited the style to fit as required. I added a simple img source= and a href= into the header.php and it seems to be displaying fine on the homepage. However once I navigate away to other pages the img source isn't displaying whilst all my other changes are?
The a href link remains with the class but the image is displaying as broken.
I've checked all the locations etc and it's all pointing to the correct place?
Any ideas?
I understood that you have given relative path to your image directory. You have to prepend base_url in src tag as follows
<img src="<?php echo base_url('/path/to/image.jps');?>" alt="Image"/>

Codigniter Messes Up View Order [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 8 years ago.
Improve this question
This is not a duplicate.
Neither one of these methods work
CodeIgniter view loading not loading in order?
Codeigniter View and echo
$this->load->view('includes/header');
$this->load->view('includes/left_sidebar');
$this->load->view('content/content');
$this->load->view('includes/footer');
I've tried the 'echo' suggestion in the two links both with the second parameter as null and as array();
No matter what I do, the sidebar always loads at the bottom.
I've also tried loading these views within the content view with no luck.
I am using CodeIgniter 2.14, Any other suggestions for getting the views to load in the correct order?
There is no php functionality other than loading the includes.
check your css for sidebar. Check source code of the rendered page and see if sidebar section is at the bottom or at right place.

how to remove the border around the tinymce editor [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Can somebody help me
Is it possible to remove the border from the tinymce editor itself?
I wonder if this can be done through css.
I've been searching through Google and all I came across with are removing borders from the tables.
Thanks in advance
You may overwrite the styling for your tinymce UI html elements using the tinymce editor_css setting. Here youcan define the path to a css file. The css in this file will overwrite the default tinymce css lettting you style the table element as desired.

How can I fix the css for this element? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Hello there fellow stack exchange members hope your having a great day. Basically i picked up a project I never finished and started working on it. So far so good. Except until right now there's a CSS element that is giving me trouble.
Basically I have a menu bar with "Login" and "Register" if you inspect the code on Google chrome and select "menu" div the little highlight box shows up where it supposed to be but You cant see actually see it.
But in the "Matched CSS rules" if I uncheck "Float:right" and then check it again the element goes to where its supposed to go, which is confusing me right now.
Could someone take a look at it for me. I'm currently developing on a throwaway domain before i actually transfer it to the real domain
Looks like when you re-enable the float it's getting re-calculated in the DOM due to re-ordering. I think the root cause is that you have the div in the breadcrumb div instead of up a level in the homebar div.

Categories