d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Just Another Wordpress Question
Add Reply New Topic New Poll
Member
Posts: 37,874
Joined: Jan 27 2008
Gold: 138.00
Feb 11 2014 03:14pm
i have some language plugin installed, so i can post in more than my native language.
sadly its at the end of the page.

is there any way to put it lets say in the upper side?

Member
Posts: 3,580
Joined: Aug 17 2013
Gold: 275.01
Feb 11 2014 05:17pm
Quote (diablo2g @ Feb 11 2014 06:14pm)
i have some language plugin installed, so i can post in more than my native language.
sadly its at the end of the page.

is there any way to put it lets say in the upper side?

http://imageshack.com/a/img823/616/onw5.jpg


I've never worked with wordpress before but I would assume there's an "appearance tab" somewhere that lets you config what goes where (footer,body,header,etc). If that's not the case, you could just use css?
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Feb 11 2014 05:27pm
You'd have to do this by hooking the plugins code into the header and/or by modifying the plugins css
Member
Posts: 37,874
Joined: Jan 27 2008
Gold: 138.00
Feb 12 2014 08:30am
Quote (SCVonSteroids @ Feb 11 2014 11:17pm)
I've never worked with wordpress before but I would assume there's an "appearance tab" somewhere that lets you config what goes where (footer,body,header,etc). If that's not the case, you could just use css?


couldnt find such

Quote (SelfTaught @ Feb 11 2014 11:27pm)
You'd have to do this by hooking the plugins code into the header and/or by modifying the plugins css


any hint how to start it?



ps: i've messaged the writer of the plugin, hoping for some kind of sollution.
Member
Posts: 2,217
Joined: Sep 10 2007
Gold: 35.88
Feb 12 2014 10:45am
Quote (diablo2g @ Feb 12 2014 08:30am)
couldnt find such



any hint how to start it?



ps: i've messaged the writer of the plugin, hoping for some kind of sollution.


You're probably going to have to edit the plugin's source by hand.

Chances are the plugin comes with a php page that creates html elements and a css stylesheet that styles aforementioned elements.
In the CSS stylesheet you're going to want to adjust the styles so that the container element is positioned where you want it.

This post was edited by grievance on Feb 12 2014 10:45am
Member
Posts: 37,874
Joined: Jan 27 2008
Gold: 138.00
Feb 12 2014 01:06pm
Quote (grievance @ Feb 12 2014 04:45pm)
You're probably going to have to edit the plugin's source by hand.

Chances are the plugin comes with a php page that creates html elements and a css stylesheet that styles aforementioned elements.
In the CSS stylesheet you're going to want to adjust the styles so that the container element is positioned where you want it.


i've set up the ftp connection, and reached the css of my theme (editor-style.css) but as i guess and as i see that only contains the css of the pure site, not -let's say- the plugin's position.
Member
Posts: 2,217
Joined: Sep 10 2007
Gold: 35.88
Feb 12 2014 02:55pm
Quote (diablo2g @ Feb 12 2014 01:06pm)
i've set up the ftp connection, and reached the css of my theme (editor-style.css) but as i guess and as i see that only contains the css of the pure site, not -let's say- the plugin's position.


that's because you're looking in the wrong location. Trying going to the relative location I've listed below

wp-content / plugins / name_of_your_plugin

Go Back To Programming & Development Topic List
Add Reply New Topic New Poll