Forum Replies Created
-
AuthorPosts
-
Thanks for the update :-)
Is it easy to change the styling of the plugin? Could I be rude and ask for a link to your site as be nice to see how it looks.
I would still wait for an answer but as someone who has brought the theme I would recommend WP Retina 2x.
It works with the theme and WordPress 3.6 ready. You do need to upload an image large enough so the plugin can make retina ready images. All icon etc of the theme are retina ready its just the images you need to cover.
August 29, 2013 at 2:17 pm in reply to: jQuery error on 3.6 upgrade jquery-1.10.2.min.map 404 #138196thanks for that :-)
To have testimonials run from a central hub. So you can enter a collection of testimonials and it displays them either in order or random in the testimonials widgets (in the Avia layout builder) all over your website.
At the moment if you have more than one testimonials widget you have to enter more testimonials in different orders so clients don’t think you only have 5 :-)
Ok thanks for that I’m working on the site now and will try to get it so it works for me.
I don’t really want to switch to debug mode because ‘as I understand it’ it can break the database if you mess with the code from Avia Builder? Is that correct?
I will over write all the files on the next update and let you know what that does. After that I will turn off all my plugins and see if I still get the problem. Sound good?
I now have a little twitter bird thank to you :-)
http://chriswardphotography.net/blog/
What do you think? lol
Thanks for helping when it was not even anything to do with the theme!!!!
Ok, thanks I will wait for the next update.
Kind regards
Chris
It seems to have sorted it and not changed anything else on the site. Well done :-)
Thanks again. Another problem solved.
No sadly its the same:
http://chriswardphotography.net/blog/tag/photography-2/
Its using my blog sidebar I made. Could it be anything to do that sidebar settings? So I wait for the next update and re-install the template and see if that helps?
The side bar always shows below the tagged posts.
Ok will give it a try.
Any idea what I can do? Should I re-install the theme?
Ok will try it out Monday
Thanks :-) I am working on my theme again on Monday so will add the code then.
Thanks for that. I will not have time until Monday to have a look sorry.
I was going to start using this plugin but will wait until this problem has been sorted.
I think that sorted it :-)
Will try it out a bit more tomorrow and let you know and update the statues if its 100%
Thanks for the help.
I’m a little confused now. Do I still need to change the avia.js or just add the CSS above?
I have not had time to try the code out before yet but I have tomorrow on the theme so will try it then.
Ok, I will try tomorrow and update you on what happens.
It looks ok but it was more a forum question to see what others had done. Mine is like this:
http://chriswardphotography.net/blog/
But I just feel its a little plain. Would be nice to have a little bird icon for each tweet or image;
I know you are busy so not asking for anything really more to see what others have done.
I just have this which changes the image sizes in the 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’=>297 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns
$avia_config = array(‘width’=>710, ‘height’=>426 ); // 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’=>619 ); // images for fullsize pages and fullsize slider
if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
{
$avia_config = array(‘width’=>845, ‘height’=>507 ); // 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’=>727 ); // images for fullsize pages and fullsize slider
}
avia_backend_add_thumbnail_size($avia_config);
}
add_action( ‘init’, ‘avia_change_image_size_array’, 1);
Sorry have not had time to update and try it out yet so please keep it open for another few days, sorry.
lol oh its a font. Now I see. Thanks so much, learning learning learning :-)
I will try it out tomorrow.
Please read over the post from the top.
I am getting this problem when loading images in the preview gallery on IE10:
http://www.chriswardphotography.com/test-area/examples/image-test2.jpg
The ajax is only mentions as Ismael gave me some CSS that fixed the loading problem in the gallery but messed with the ajax thumbnails in the portfolio page so I could not use it.
#top div .avia-gallery img {
max-height: 100%;
}
To navigate to it I just clicked one of the tags from my footer.
I took out all my custom CSS and the problem is the same.
My permalinks are as follows: http://chriswardphotography.net/blog/%postname%/
The side bar always shows up after the tag.
You can try this:
.portfolio-preview-title a {
pointer-events: none;
}
Ismael gave this to me.
Am I correct in saying that the images are shown in ID ASC order each time you open the gallery?
I need to make the changes from the link you gave me so it does not do this and keeps the order I have put them?
Here is a url:
http://chriswardphotography.net/consumer/galleries/fashion-and-portraits/
I will give it a go tomorrow and let you know.
Regards
Chris
opps sorry,
http://chriswardphotography.net/consumer/galleries/fashion-and-portraits/
this will work.
lol I understand that and even said what the problem was. I have enlarged the icon using zoom which also enlarges the circle.
“Its because I have used zoom to make the icon bigger and it also enlarges the circle (which now is set to display none). The circle is there and the zoom is applied to it but it is invisible, you can only see the icon. The cursor still reads from the hidden circle and activated the hover.”
What I’m trying to do is have a single solid colour over the whole image with the icon enlarged as its too small using the standard icon. Is there a way to make the icon bigger without using zoom or a better way of doing this? See example:
http://www.chriswardphotography.com/test-area/examples/example5.jpg
Anyway help would be great, I’m not the best with CSS :-/ but I try.
:-)
-
AuthorPosts