-
Search Results
-
hi,
im trying to get social icons to the lightbox.i found the changes to make in the avia.js
then the image oopend in a new window . . .
THX and great theme!!
Topic: Image sizes functions.php 2
You closed the topic too click Dude :-)
I have this code at the moment for my child functions.php
<?php
function avia_change_image_size_array() {
global $avia_config;
$avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
$avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs
$avia_config = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider
$avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
$avia_config = array(‘width’=>495, ‘height’=>330 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>260, ‘height’=>173 ); // images for portfolio 4 columns
$avia_config = array(‘width’=>710, ‘height’=>474 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
$avia_config= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider
if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
{
$avia_config = array(‘width’=>845, ‘height’=>564 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
$avia_config= array(‘width’=>1210, ‘height’=>807 ); // images for fullsize pages and fullsize slider
}
}
add_action( ‘init’, ‘avia_change_image_size_array’);
But you can see that the thumb nail is the wrong size:
$avia_config = array(‘width’=>260, ‘height’=>185 );
My child function has this
$avia_config = array(‘width’=>260, ‘height’=>173 );
Here is the link see image two thumb:
http://chriswardphotography.net/galleries/fashion-and-portraits/
Any ideas?
Topic: Image Cropping
I wonder if anyone can help with my problem. I’m a photographer and using the gallery to show my photos.
http://chriswardphotography.net/galleries/fashion-and-portraits/
My problem is that some of my photos have a panoramic crop which is wider than the size I have made the gallery. Of course WordPress crops this. It can be viewed correctly once it is opened in lightbox. Is there a way to get WordPress not to crop the image so it shows white top and bottom in the gallery (showing all the image).
If this is possible does it then mess up the rest of the theme making all images full and not cropped?
The reason I want to do this is that some clients will not click into the lightbox so will not know the true image look.
The gallery as it is now:
http://www.chriswardphotography.com/test-area/examples/example1.jpg
Option to have images show their real look without cropping:
http://www.chriswardphotography.com/test-area/examples/example2.jpg
If its not an option then I guess I have to just upload the images with white at top and bottom so it will show in the gallery as the image should be but then it will also show the extra white in the lightbox.
Hope this makes sense lol
Topic: Logo/header padding
Hi,
I’m trying to remove the white space above our logo in the header. I’ve already made sure that there is no white space in the actual logo image.
Thanks,
Chris
Hi there, I have built a site for bamboofloors.com.au using the Enfold theme, and since the wordpress update the site has had many issues, the main one is adding images to blog posts. It simply will not let me, and the whole site freezes and locks up.
Please help, great f*&^%in theme by the way.
Nathan-Australia
Topic: Post: Audio Format
Hi, Noticed that there is no ‘Audio’ Format available in the Enfold theme for Posts.
Made these changes in the ‘functions.php’ file:
/*
* add post format options
*/
add_theme_support( ‘post-formats’, array(‘link’, ‘quote’, ‘gallery’,’video’,’image’,’audio’) );
Now I see the ‘Audio’ Format available for Posts but after choosing this format, the Post ‘Title’ looses its normal formatting. Meaning it doesn’t show in the CENTER, nor is it BOLD and doesn’t LINK to the Post; like all other Post Titles.
Here is a test post under Audio Format:
http://aumfoundation.com/test-audio-post/
Please help as I often need to post under Audio Format.
Topic: Slider
Hi There,
How do i control the positioning and size of my image in the layer slider ?
Many thanks
Ed
Topic: Change Header Font
How can I change the header font… and get it to work… this is what I tried but does not bring in the google font Oswald which is what I want…
#top .main_menu .menu > li >a {
font-family: ‘Oswald’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}
See pic for more explanation…
https://www.diigo.com/item/image/44aqo/o8yd
Regards,
Mark L. Lee
Viewing 30 results - 104,011 through 104,040 (of 106,397 total)

