Forum Replies Created
-
AuthorPosts
-
I also agree…
Please add functionality for Masonry to be added in a layout section rather than just full-width.
It’s useful as full-width, but looks out of kilter with the rest of the site which all sits nicely within e.g. the colour sections with consistent edges / padding.
Keep up the great work love this theme!
DavyE could I ask what cookies plugin you used on your website transics?
Perfect thanks :-)
Perfect thanks :-)
Thanks for that :-) Perfect
September 22, 2013 at 5:27 pm in reply to: Gallery Thumbnail Columns in portfolio is not to set – enfold 2.2 #164828Just to let you know that every time you update the post your position in the cue will reset. I only know this as I did it once :-)
Its best to give around 2 days max for a reply. Most of the time they get back to you a day later. For weekends I have had answers but we all need a break sometimes :-) so normally you need to wait till Monday.
You can reset the thumbnail sizes in the function.php. I used this in my child theme:
<?php
function avia_change_image_size_array()
{
global $avia_config;
$avia_config[‘imgSize’][‘widget’] = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
$avia_config[‘imgSize’][‘square’] = array(‘width’=>180, ‘height’=>180); // small image for blogs
$avia_config[‘imgSize’][‘featured’] = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider
$avia_config[‘imgSize’][‘extra_large’] = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
$avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>297 ); // images for portfolio entries (2,3 column)
$avia_config[‘imgSize’][‘portfolio_small’] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns
$avia_config[‘imgSize’][‘gallery’] = array(‘width’=>710, ‘height’=>426 ); // images for portfolio entries (2,3 column)
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1030, ‘height’=>619 ); // images for fullsize pages and fullsize sliderif(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
{
$avia_config[‘imgSize’][‘gallery’] = array(‘width’=>845, ‘height’=>507 ); // images for portfolio entries (2,3 column)
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
$avia_config[‘imgSize’][‘entry_without_sidebar’]= 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);If you put this in your child theme folder it will override the theme sizes but you will need a plugin to regenerate the images after you have done this. I use Regenerate Thumbnails
For any more help I would wait the the professionals :-)
Perfect, thanks again Josue.
September 19, 2013 at 10:01 am in reply to: Ajax Portfolio Thumbnails show showing incorrectly #163475With the new support site can you state that this subject has been solved? The last site I could always mark it with a green tick.
September 19, 2013 at 9:59 am in reply to: Ajax Portfolio Thumbnails show showing incorrectly #163474Perfect, thanks Josue.
I was adding them as html in the text tab but it seems it deleted them. Thanks for that sorted now.
You are a god in the code world lol. Perfect
Will this now mean that anytime I use a tab with the same style it will be set by the CSS. I’m not planning to use the tabs without the border anywhere else (I don’t think) so if so its not a problem.
The link to the example page:
http://chriswardphotography.net/consumer/photoshop-retouching/
This is more something for the forum. Maybe add another forum subject here for example like plugin solutions for people to explain a solution for a problem they have solved with a plugin.
For example I have used fiftyfifty plugin which had a border display problem. I could post what plugin I used and what was done to solve the problem. At the moment you need to hunt through the support pages and sometimes people just say the solved it within the solution.
Of course it would reply on people having enough time to write up the solution :-) but it would be the start of a place people could go to; first to see what plugins work with the theme and second to find out how to solved the problems some plugin bring up. It could also be somewhere where you can clearly state which plugins give the theme problems.
Its not a support area more for users to help each other :-) You guys have enough work just dealing with theme problems :-)
Best wishes
Chris
Last thing, I forgot to say, if you move the separator line it jumps back to the correct display.
Hey Ismael, thanks for that but I had sorted the problem. It was a new problem I was trying to sort out now. Maybe I should have closed this and opened another post which would have been clearer sorry.
This is the new problem:
I seem to have a problem with the tab layout with the plugin. The first page loads the tab and displays the plugin correctly but as soon and you click the next tab (any tab) it displays like the example.
http://www.chriswardphotography.com/test-area/examples/example10.jpg
Again I know its a plugin and really something of a grey area on support but any help would be amazing. Its an important feature for me to should before and after retouching and this seems to be the most elegant way to display them.
I did get this from the plugin dev:
“I suggest you to disable your CSS files one by one to find out from which the issue is caused. It seems to be somewhere in the enfold-child base.css or shortcodes.css files.
As our dev team is investigating the issue further, if we have something found, i’ll inform you.”
Even if you could help could you point me in the right direction? Should I edit the base.css quoting out some css until I find the problem? Would that be a good start? I tried using chrome dev tool to I cant find the problem.
Best wishes
Chris
I just got this from the plugin dev
I suggest you to disable your CSS files one by one to find out from which the issue is caused. It seems to be somewhere in the enfold-child base.css or shortcodes.css files.
As our dev team is investigating the issue further, if we have something found, i’ll inform you.
:-/
I sorted the border problem already (same way :-) wow I am learning) just taken it out for testing this tab problem :-) But that’s for the help.
The Tab problem is what happens with the standard setup of the plugin using the standard shortcode.
Sadly not for me:
http://www.chriswardphotography.com/test-area/examples/example9.jpg
I’m viewing in chrome and its not on the tag that shows first its when you select the next tab. Then you get what you see in the linked image. seems to have padding on the bottom and the slider is not centered and the move icon is not centered.
Thanks for looking into it.
There will be different images showing before and after in each tab but used the same ones for testing. The short code is correct
[fiftyfifty img1=”http://chriswardphotography.net/wp-content/uploads/2013/08/kerry-grey-1500×900.jpg” img2=”http://chriswardphotography.net/wp-content/uploads/2013/08/kerry-blue-1500×900.jpg” offset=”0.5″]
I setup a test page:
http://chriswardphotography.net/test/
Which is a standard text box and it works fine so much be a plugin conflict :-(
Any ideas? I also contacted the plugin builder to see if they could see a problem with the tabs.
I also seem to have a problem with the tab layout with the plugin. I have taken all the css out so you can see the problem better. One tab displays on but the rest don’t.
http://chriswardphotography.net/consumer/photoshop-retouching/
I did just work something out but probably bad coding :-) Not that good with CSS but learning.
I did this
.twentytwenty-left-arrow {
border-right: 6px solid rgba(221, 221, 221, 0.80)!important;
border-left: 6px solid rgba(221, 221, 221, 0)!important;
border-top: 6px solid rgba(221, 221, 221, 0)!important;
border-bottom: 6px solid rgba(221, 221, 221, 0)!important;
}
I used important to over ride it. Was that a good way?
September 2, 2013 at 1:42 pm in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135937Hey colorit sorry to butt-in on this but I just wanted to ask you if I may about the before and after plugin fiftyfifty you brought. I just got it and used their short code and dont see any images. Did you just enter the code in the avia text block?
Ok thanks, will try it out Monday.
Im guessing you just turn of the addthis insert setting and manual set where you want them.
Any help with the addthis plugin? see above :-/
Ok thanks I can use my custom css to restyle it. Thanks again!!
Sorted it. Deleted all my css and refreshed. Then copied it back it and bingo all back to normal.
Thanks for the help :-)
I have no idea way but if I add your code my font changes (I think to default) in chrome.
Any ideas why?
I used chrome dev tools to see if I could make the changes I wanted and I could :-)
Did you just enter the code in a avia text box to add the slider in?
Thanks again for the help.
Perfect!! My god I tried everything to find the correct CSS with chrome dev tools.
I now see where is it. I was thinking it was the wrap. Thanks again. Another step to finishing the site :-)
-
AuthorPosts