Viewing 30 results - 225,061 through 225,090 (of 244,161 total)
  • Author
    Search Results
  • #243202

    Hey Chris!

    Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons.php and replace:

    
    $output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    with

    
    $output .= "<a href='{$link}' class='avia-button some_class ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    and instead of some_class insert your class. If you don’t want to modify the parent theme copy the wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons.php file to your child theme and follow the instructions here: https://kriesi.at/support/topic/add-elements-to-visual-composer/

    Best regards,
    Peter

    #243197

    In reply to: Entypo in widget title

    Hey Shallnotbe!

    Please try to insert this code at the very bottom of enfold/functions.php or the child theme functions.php file:

    
    function widget_title_shortcode($output)
    {
        return do_shortcode($output);
    }
    add_filter('widget_title', 'widget_title_shortcode');
    

    Best regards,
    Peter

    #243192

    In reply to: Woocommerce image size

    Hi Alisa!

    You can re-size the main product image with:

    
    .template-shop .single-product-main-image .images a {
    max-width: 245px;
    }
    

    Insert the css code into the quick css field (Enfold > Styling) or into your child theme style.css.

    Cheers!
    Peter

    Hi codepantry!

    You can use the “Custom ID” field: http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png to add a custom id to each color section. You can use this id to apply some custom style code to the text within this section. I.e. if you insert “portfolio” into the field you can style your text with:

    
    #top #portfolio img{
    float:left;
    }
    
    #top #portfolio p{
    float:right;
    }
    

    This is just an example – obviously you can use the #portfolio selector to determine the position of divs, etc. too.

    Best regards,
    Peter

    #243179

    Hey!

    Open up wp-content/themes/enfold/includes/loop-index.php and delete:

    
                        if ( get_comments_number() != "0" || comments_open() ){
    
                        echo "<span class='comment-container minor-meta'>";
                        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                              "1 ".__('Comment' ,'avia_framework'),
                                              "% ".__('Comments','avia_framework'),'comments-link',
                                              "".__('Comments Disabled','avia_framework'));
                        echo "</span>";
                        echo "<span class='text-sep text-sep-comment'>/</span>";
                        }
    

    Then replace:

    
     echo '</footer>';
    

    with

    
                        if ( get_comments_number() != "0" || comments_open() ){
    
                        echo "<span class='comment-container minor-meta'>";
                        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                              "1 ".__('Comment' ,'avia_framework'),
                                              "% ".__('Comments','avia_framework'),'comments-link',
                                              "".__('Comments Disabled','avia_framework'));
                        echo "</span>";
                        }
    
     echo '</footer>';
    

    Cheers!
    Peter

    #243170

    David, thanks for your reply.
    Simply try this: create a button within the latest Enfold release. Is it all good? I always added button without issues. Now, I have troubles to do it. Cannot say why. In Italian we usually say: “Boooh!” :) ***EDIT*** Now, I’m having troubles in creating buttons with manual link in posts.
    Regarding the link website.url/path/manually, I’m not expecting anything, I just was saying button shortcodes seems to be buggy, since I fulfill every part of it and the link appears to be like that.
    Concerning copy/paste wordpress link… you’re right, at the moment it’s not possible to link a media. But… I think community should fix this part. :)

    Hey!

    Please give us a link to the actual website. We really need to see it live. Did you use any special plugins for the comment area? Another user reported the same issue with the small preview image but it has been fix on the latest update of Enfold.

    Regards,
    Ismael

    ttem
    Participant

    I was able to combine and minify most of the theme’s css although the child theme style.css and the /dynamic_avia/enfold-childtheme.css file which contains the theme styling customizations are causing some style quirks when minified and combined.

    Any tips on getting those files to work with W3TC?

    #243153

    Hi lewisedavis!

    Do you have other plugins installed? Maybe, you’re using the url with the toggle id? Something like this:

    http://localhost/kriesi/enfold/?page_id=2880#toggle-id-1
    

    We tested this on our end and the toggle containers closed as expected when the value is set to zero. Please give us a link to the page with the issue.

    Cheers!
    Ismael

    #243152

    1) I do have the latest version of Enfold,
    2) Default Enfold setting is “display only title”,
    3) Edited page and under Layout I did select “display only title”,
    4) In all instances I “cleared the CACHE” repeatedly and checked it out on two other browsers (nothing showing there either), and
    5) I do NOT have an CSS that would interfere with or hide the title-container on the About page

    Still the Title bar does not show. Any thoughts?

    #243143

    In reply to: Login | Signup | etc

    Josue,

    Please see this screenshot.

    Login | Signup

    How can we add this to the top nav bar?

    thanks,

    #243136

    Hey bmneimark!

    Do you have the latest version of Enfold? You can edit the page then look for Layout > Title Bar Settings > select Display Titlebar and breadcrumbs. Make sure that you didn’t add any css to hide the title-container.

    Cheers!
    Ismael

    #243127
    richardruddle
    Participant

    I really like the testimonial functionality but am looking to extend it to the sidebar to display a random testimonial. As I have researched, this doesn’t seem possible. It would be great to leverage the content entered as testimonials and propagate it throughout the site. Do you know of any other way to do this within the Enfold theme framework?

    #243120

    Hi ksakkos!

    Your 1st and 2nd assumptions are correct, this is the way images work on enfold theme, they have some custom css properties, that allows them to behave correctly when you have a responsive site, basically what this does is the following, e.g. Your containers is 300 x 400, you can place an image in there 600 x 800, and it will look and behave correctly, the good thing about doing this is that you already have a retina ready image since you have the double of the container size ( 2px x a single 1px ).

    One of the downsides of doing these ( placing a bigger image inside an smaller container ), is that the browser needs to recalculate the image proportions, hence will take more time to render those on your page, ( you will start experiencing some delays once you have a decent amount of images on a single page.

    So if you know that you won’t have an excessive amount of images, you could place a bigger image and not having to worry about window sizes.

    TL;TR Yes you can use the biggest image that you have available.

    Hope this answer your questions.

    Regards,
    David

    #243114

    Hello Björn,

    Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #243112

    Hi!

    Yes, i did see the problem, unfortunately i couldn’t figure out. It appears to be an isolated case with your server, i tried reproducing the issue in another setup exactly as yours (on my host) and the Catalan characters worked as expected, please take a look:
    http://bit.ly/1gzHzN4

    The only difference that comes to my mind would be the subdomain and the domain name. As a temporary solution you could use images as text, like we do here.

    Best regards,
    Josue

    #243111

    Hi!

    No, i did see the issue. Just to make sure we are using the latest latest version of Enfold please update yours to 2.6.2.

    Best regards,
    Josue

    #243106
    3DdesktopsUK
    Participant

    Hi team,

    I’ve read a few posts on here already but am still stumped. ( https://kriesi.at/support/topic/enfold-layerslider-is-not-centered-on-ipad-mini/)

    I’ve checked all my settings but still see my slides off to the left on ipad.

    Any help to the correct global slider settings would be greatly appreciated.

    here’s the site :
    http://www.risinghigh.net
    thanks alot in advance

    • This topic was modified 11 years, 11 months ago by 3DdesktopsUK.
    #243102
    xpoveda
    Participant

    Hi, I have the latest version of wordpress and enfold.

    When I enter in the system with admin user the admin bar appears.
    But is not an admin user, the admin bar not appears.

    Can you help me?

    http://artistandbeer.com –> mi cuenta
    http://artistandbeer.com/wp-admin

    Thanks so much!!!

    Xavier.

    bdm55
    Participant

    Hi ..

    Is there anyway to make the Portfolio Grid a little smaller? So I can use smaller images say 200 x 150

    Also .. is there anyway to add some padding between the images displayed.

    Thanks,
    Bill

    #243093
    #243091

    Hi Scott!

    Please edit Grid.css file inside Enfold/Css folder

    Best regards,
    Yigit

    #243090
    #243089

    Hey techgrayscale!

    Please go to wp-content\themes\enfold\js\prettyPhoto\images\prettyPhoto\default folder and change the file called loader.gif

    Best regards,
    Yigit

    #243088

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .social_bookmarks li {
    margin-right: 5px;
    }

    Please also see - http://sevenspark.com/docs/ubermenu-enfold

    Regards,
    Yigit

    #243087

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 1180px) {
    #header_main.container_wrap.container_wrap_logo { background-image: none; }}

    Best regards,
    Yigit

    haha! Great tips, thank you! I will see what I can make with them.

    Sorry, but one more thing, is there actually a recommended dimension for full screen images to work best with Enfold?

    #243078
    RickSharpell
    Participant

    Hi,

    Just got ENFOLD and want to build one One Page Parallax site. Help, if you can, to direct me to the A, B, C of this. Tutorial? Some clean and clear starting point.

    As I’ve read there’s a need to set up pages and a menu so the page can have anchors. I set up a menu and HOME and all… Sorry, but I was hoping you’d have directions on your forum, site, Enfold family support area. But? I’m too new to find these places within your system.

    Help.

    Thank you so much.

    Rick

    #243074
    This reply has been marked as private.
    #243073

    Hi Yigit

    I’ve updae the Enfold theme via FTP, tried resaving the menu setting in the admin but I still haven’t got a mobile menu ??

    Many Thanks
    Regards
    Colin

Viewing 30 results - 225,061 through 225,090 (of 244,161 total)