axelya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't translate meta_box contentSolution found :
array should be wrapped in function at the end of which
return apply_filters(‘my_function’, $bloody_array);
Forum: Fixing WordPress
In reply to: Can't translate meta_box contentEventually I managed to translate by adding __() to another line, which outputs html for meta-box
echo ‘<label for=”‘.$meta_box[‘name’].'”>’.__($meta_box[‘title’], ‘themename’).'</label>’;
This works just fine, but seems not right.
Searched the forums, rewrote entire meta-boxes file – nothing works, just the hack above.
Does anyone have ideas ?
Forum: Plugins
In reply to: [Post Thumbnail Editor] Creating an extra imagesewpafly,
After editing ( creating a new thumbnail ) I don’t have an option to switch between the images and I don’t have the option to restore the original, thus it is a good idea to delete obsolete thumbnail.WordPress cropping function has ratio and pixels fields to adjust the area, but can’t delete old thumbnails.
Ideally ( IMHO ) plugin could complement original functionality by giving access to individual thumbnails and deleting old thumbnails, but using original cropper ( it is there already).
Saying that, I am really happy with the control I got over thumbnails creation.
Forum: Everything else WordPress
In reply to: Do WP users have a name? Should we?Wp orgs
Forum: Fixing WordPress
In reply to: Can't resize Autofocus Pro page/blog widthTested now.
I am using Autofocus +
In style.css file I changed all 800 to 1000, navigation above changed to 1200px. Front page: you have total width of site 1000px then you divide it into sections,according to your idea. Keep in mind to deduct 4 px for space between images. For example 1000 divided into 2 sections – First section is 616px second section is 380px.In functions.php changed all 800 to 1000, keeping in mind desired ratio.
For example $width=1000, $height=800,Then I deactivated the theme and reactivated.
Now I add post with image 1000px wide and it is fine
Forum: Fixing WordPress
In reply to: Can't resize Autofocus Pro page/blog widthHi, I am about to change my site width to 1000px.
When I will finish I will post here the changes.
I had changed css file and going to look into function files. Didn’t tested yet.
Those who has trouble with the changes:
- double check css file
- check function file
- try to regenerate thumbnails
Forum: Fixing WordPress
In reply to: How to remove 'No related posts' on bottom of articleIt is probably belongs to a plugin. Check if you have plugin “related posts” or something. also check your theme files for the code related to it.
Forum: Fixing WordPress
In reply to: Can anyone please help with this warning message?May be it will be fine if you uncheck the “Show admin bar” in user settings.
Forum: Plugins
In reply to: [Frontpage-Slideshow] How to remove the border?It is always good to exersise our telepatic abilities and see through what plugin you use. And I can tell you it is in css file, ohmm
Forum: Themes and Templates
In reply to: [AutoFocus] Autofocus align photo credit on vertical imagesadd parametres left: …; top:…; with numerical coordinates in pixels
to the line you had altered. For the sake of the experiment put back original parameters for text-alignForum: Themes and Templates
In reply to: [AutoFocus] Autofocus align photo credit on vertical imagesposition:absolute means that you place an object precisely.
for example you write : left:0; top:0; then it is in the top left corner with 0 coordinates. Give it bottom: 40px;left:340px; then it is at the bottom with coordinates 40;340 . Just play with it.
Changing text-align will give you rough placementForum: Themes and Templates
In reply to: [AutoFocus] Autofocus align photo credit on vertical imagesI was just thinking
If you print the credit on photo itself using photoshop or somethingForum: Themes and Templates
In reply to: [AutoFocus] Autofocus align photo credit on vertical imagesIf understand it correctly : the vertical image does not occupy the entire space and the credit is falls outside of the image. We are talking about single page not front page.
I gonna need to play with it. You better do it also as not much time I have.
Need to read carefully imagecenter javascript and css file(style.css).Right now I can think of making the image float left or ! place photo credit some place else. It is easier to move the credit. Moving image can result in massive rebuilt of files, as it will affect the layout.
If you going to move the credit: in style.css locate the reference to the credit and try to change it properties. I can’t tell you specifically right now.
Forum: Themes and Templates
In reply to: make some changed on the autofocus themeIn old Autofocus have option to choose between blog style ( all images are of the same size ) and collage style. In Autofocus + i am not sure if you have this option – check it.
If you do not have this option and you do not upgrade to pro – then you need to rebuild css file for the front page.please clarify what exactly you’d like to change in the menu and logo
Forum: Themes and Templates
In reply to: [AutoFocus] Autofocus align photo credit on vertical imagesImage remains in the center coz it is centered with javascript ( think so !)
I not sure I get your intention with photo credit and vertical images !
maybe some one does.I am playing myself with the theme for my website and maybe can help