Viewing 30 results - 98,101 through 98,130 (of 106,481 total)
  • Author
    Search Results
  • #210271

    In reply to: "Post_gallery" filter?

    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 :)

    #210233

    In reply to: Portfolio questions

    This reply has been marked as private.
    #210226

    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

    #210220

    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.

    #210195

    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

    #210193

    Almost there Yigit. It worked for pc, but responsive view jumps down to 2 column again.

    #210187

    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

    #210186

    Topic: "Post_gallery" filter?

    in forum Enfold
    sbrohamm
    Participant

    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

    #210182

    Topic: Image Link Hover Issue

    in forum Enfold
    dpilling
    Participant

    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.

    #210179

    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

    #210175

    Hey Yigit –

    Doesn’t seem that change did anything. I have implemented with/without !important. http://codelessme.com/casey/abstracts/

    #210170

    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

    #210163

    In reply to: Custom CSS Image Left

    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.

    z2h
    Participant

    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

    #210146

    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

    #210136

    In reply to: Change site logo

    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

    #210135

    Hey rogersmedia!

    They should be double of their default sizes. You can try this plugin http://wordpress.org/plugins/wp-retina-2x/

    Regards,
    Yigit

    Arne
    Participant

    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.
    #210131

    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

    #210130

    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

    #210111

    Topic: Windows problem?

    in forum Enfold
    brdconcept
    Participant

    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.

    Screenshot

    #210108

    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

    #210103

    Topic: team member info box

    in forum Enfold
    ceubri
    Participant

    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

    #210090
    silky2013
    Participant

    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

    #210074
    mgerenser
    Participant

    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?

    #210058
    This reply has been marked as private.
    #210049

    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

    #210042
Viewing 30 results - 98,101 through 98,130 (of 106,481 total)