Wow! I’ve been looking into this very issue this evening and have the same problem – I want to use the gallery, but need to link to pages rather than the image files. I came up with the same idea you had, based on FAQ 6 on the plugin site (http://wordpress.org/plugins/wp-gallery-custom-links/faq/). I think I’ve found the right enfold file (gallery.php), but I dont have a clue where the post_gallery filter needs to go. I’m also a little nervous about editing the theme’s core code – it would be much nicer to have the hook included in an update.
Cheers
rog
Hi Devin,
HAPPY NEW YEAR :D
I had the next appointment with the client today. Could you help me with the following issues?
1) The inserted image in the header.php “DIREKT KONTAKT” is not linked to the contact page and not aligned right anymore but it should.
2) Can I set up PT Sans for the Body Copy? I can’t choose it from the ENFOLD menu.
3) The headlines (H1 – H6) are all bold/strong. Can I set them to regular globally?
4) How can I increase the line spacing for certain headlines?
5) How can I change the color of the email-symbol (Socail Icon) in the header to the global orange (#e6742d)?
6) How can I decrease the space between color sections globally? It should be half the space then now.
7) Can I remove the arrows in the ajax portfolio view? They are for navigating from project to project but the client doesn’t want them.
If you need any additional information please let me know.
Thank you so much in advance!!
Cheers,
Jan :)
This reply has been marked as private.
Hey!
I just tested it on my live install and the hover effect still shows on images where the link is external. The effect is turned on for any link of an image so there isn’t any difference in the code for them.
If you can link to a page with an example directly we can inspect the code.
Regards,
Devin
Here is my code:
// Change Breadcrumb
if(!function_exists('avia_modify_blog_breadcrumb'))
{
function avia_modify_blog_breadcrumb($trail)
{
foreach($trail as $key => $data)
{
$search = 'SEO Tools to Equip Your Business – Blog';
if(strpos($data, $search) !== false)
{
$data = str_replace($search, "Blog", $data);
$trail[$key] = $data;
}
}
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_modify_blog_breadcrumb');
}
And here is my unchanged blog title. Not sure what is going on here…
http://cl.ly/image/1g3z2s1k3V1L
I of course dumped all my cache and stuff. I dont know if it matter but the class of my span is trail-end, while the PHP looks like it calls for trail.
Hey!
Following code should do it
@media only screen and (max-width: 1140px) and (min-width: 990px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 32.2%!important; }}
@media only screen and (max-width: 989px) and (min-width: 768px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 31.8%!important; }}
@media only screen and (max-width: 767px) and (min-width: 481px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 30.9%!important; }}
@media only screen and (max-width: 480px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 29.5%!important; }}
Cheers!
Yigit
Almost there Yigit. It worked for pc, but responsive view jumps down to 2 column again.
Hey mgerenser!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image_size_widget .news-thumb { display: none; }
You can copy loop-index.php file inside includes folder in your child theme and it should remain the same
Best regards,
Yigit
I am trying to use a plugin called WP Gallery Custom Links in order to add links to images in a gallery. The plugin is supposed to override the raw file or the attachment post with the custom link but it isn’t working. The creator of the plugin suggested making sure that your theme is using the “post_gallery” filter instead of replacing it with a custom code from Kriesi.
Can someone shed a little light onto this subject for me? Is this something that should be working or is the “post_gallery” filter something that will need to be added to the theme in the future?
Thanks
Please refer to http://www.meritagefunds.com/our-portfolio/
Only one of the images shows the link arrow when you hover over it. See “Diveo” logo mid-page. None of the other logos show this when I hover. I appreciate any thoughts as to why this might be the case.
Hey!
It seems like code is not being applied. Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor
Best regards,
Yigit
Hey Yigit –
Doesn’t seem that change did anything. I have implemented with/without !important. http://codelessme.com/casey/abstracts/
Hey Ismael,
I was using the full width slider, wanted to swap to use one image, I didn’t think to just remove all but one image from the slider, which is what I did in the end, so I could still have the caption with frame: http://www.naturaloutlook.com
Will you guys be adding full width video to the theme any time soon?.
Thanks Ismael
Gary
Thank you. I don’t know how the permalink changed, but I did changed the title of the post after I had published it, so perhaps that caused the error. I really appreciate your help. I love this theme! I will use it on other sites in the future, I’m sure.
Hi Guys,
I have this issue that when you hover a image that is linking, everything jumps 1 or 2 pixels.
http://thinkagain.nu/?page_id=2605 Please check it out, ive tried resolving it but I dont even know where too look. I know its because of the image overlay but i dont know why it jumps / moves a couple of pixels.
Thx in advance!
Nick
-
This topic was modified 12 years, 3 months ago by
z2h.
Hey DHSSystemsInc!
Can you explain a bit more exactly what steps you are trying to take and what isn’t working? I’m not quite sure what you mean.
Cheers!
Devin
Hey!
Deactivate all active plugins including Jetpack. It looks like the image resizing function might be causing an issue with the portfolio and the lightbox script opening images correctly.
Best regards,
Devin
Hi Yigit
I haven’t started using the theme yet but I intend to use the largest Header which I can see on the preview page as “Home v3”
If I put an image with larger dimensions than 340×156 will it work?
Thanks
Hey rogersmedia!
They should be double of their default sizes. You can try this plugin http://wordpress.org/plugins/wp-retina-2x/
Regards,
Yigit
Hey there!
I Would love to have a Ajax portfolio without the lightboxlink on the Previewimages-Slideshow.
Is there a way to do this?
I would lovo to link to the concerning Portfolio Entry.
-
This topic was modified 12 years, 3 months ago by
Arne.
Hey!
Re-upload the image at 170×88. IE8 ignores the image width designated in the css to constrain it to fit and the previous fixes we had in place for it seemed to have been removed from IE8.
Cheers!
Devin
Hey!
Please add following code to Quick CSS as well
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 32.3333%;
}
Regards,
Yigit
Hi,
I have a problem on windows with my website using enfold.
You can see it at http://brd-com.fr
All the menu are depolyed, and the slider is messing.

I guess my question would be.. How would I just put a picture in to have the pricing on top of it?
Thank you for your example though — that would be a solution.
Thanks
Hello,
how can i do not to have the txt cutted by the info (like in the screenshot) ?
http://imagizer.imageshack.us/v2/800x600q90/198/f5qa.jpg
Hi Everyone
Anyone point me to the setting to have the titles fold up over the images on the masonry portfolio
as it is here
http://kriesi.at/themedemo/?theme=enfold
Cheers
Site is redcom.wpengine.com
Scroll down to the footer, and look at the 3rd widgetized area containing the blog posts. How do I get rid of the little square icon that would house the featured image?
Also, I removed the author names from the blog posts by modifying the loop-index.php file, but when I updated the theme it overwrites these changes. Is there a way to make modification in the child theme so that updates to the parent theme don’t overwrite it?
This reply has been marked as private.
Hi,
I’ve sorted. For interest:-
.avia-content-slider .slide-entry-title {
text-align: center;
}
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
display: block;
margin-left: auto;
margin-right: auto;
}
Thanks,
Ken