Viewing 30 results - 230,401 through 230,430 (of 244,604 total)
  • Author
    Search Results
  • #215238

    In reply to: Enfold Showcase

    Hello
    Here is our Enfold’s version: http://www.qjs.de/

    #215231

    Hey!

    Yes but this is an (expected) limitation of the “link” post format. The link post format gives you the possibility to feature ONE link on your blog page (i.e. like here: http://kriesi.at/themes/enfold/blog/page/2/ ). If you want to use a post for multiple links I suggest to use the “standard” post format instead. Then the title will link to another page where you can show an unlimited number of links.

    Best regards,
    Peter

    #215221
    #215217

    Is it possible to have your testimonial-slider more that one item?

    Set your Testimonials with shortcodes as a Textwidget. This you can insert everywhere in your Website…

    Best reagrds

    #215212

    Thank you!!!

    #215197

    Hi Matthias!

    On what version of Firefox are you testing this with and what OS? I tested this on Firefox 26.0 using a Windows 7 machine and the site looks good. http://imgur.com/msKB6Db

    Please post a screenshot of the specific issues that you see on your end.

    Cheers!
    Ismael

    #215193

    Once again thank you everyone for all the great suggestions! Also a reminder we occasionally go threw and prune non-feature requests or off topic comments just so its easier to keep track of all the features requests :)

    If you have any questions or support requests make a new topic in the Enfold forum directly.

    Thanks,

    Devin

    #215187

    Hey!

    Please deselect the Blog on Enfold > Theme Options > Where do you want to display Blog?. Edit the homepage that you set on Enfold > Theme Options > Frontpage settings then insert the Blogs Posts element. Set it to Grid Layout.

    Regards,
    Ismael

    Hi!

    You can actually use the Contact Form 7 plugin instead of the default Enfold Contact Form. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/

    Regards,
    Ismael

    #215171

    Hey vasilybodnarchuk!

    You can add this on Quick CSS or custom.css:

    .srr-tab-wrap.srr-tab-style-orange.srr-clearfix li {
    display: inline;
    clear: none !important;
    }

    Regards,
    Ismael

    #215165

    To use many of the awesome apps like the sliders and etc you have to upload images first and host it from the same server where your theme is located. Can you guys make it possible to use images that are hosted at an eternal servers and have the capability to use those images in sliders and other apps. My company is stepping away from hosting images on our servers to a cloud server due to bandwidth issues.

    #215162

    In reply to: Header error

    Hi themelumberjack!

    I’m sorry but I don’t see the “flash” and “jump” issue on your site. You can add a phone number on Enfold > Header > Phone Number or small info text.

    Cheers!
    Ismael

    #215161

    Hi Dan!

    You can use the <!–more–> tag or enable the excerpt box on Screen Options > Excerpt. If you want to create your own blog, deselect the blog on Enfold > Theme Options > Where do you want to display blog? then create your own page. Switch to Advance Layout Builder then insert the Blog Posts element. Choose Excerpt on Blog Content length option.

    Cheers!
    Ismael

    #215149
    lizybloom
    Participant

    I’m sorry…I have read some answers to this but I cannot figure out how to change the font in the layerslider. Can I please have step by step instructions?

    http://lizybloomdesigns.com/storeboards.net

    Lizy Bloom

    fgrippe
    Participant

    Google+ asks the following to verify your website as part of your google+ company page:

    “By adding a short line of code to (website url), you can make your Google+ page eligible to show up on the right hand side of the Google search page for relevant queries and make your Google+ page more discoverable. Learn more (link to info page)
    Ask your site’s webmaster to add the following line of code to your site’s homepage:”

    It is an a link. ?

    I have already linked to my google+ page with the options in your theme header options.

    Any suggestions?

    #215145

    In reply to: Header question

    Okay. Is it possible to get the enfold partner/logo element under woocommerce shop page not above? All the content that i add on that page appears above the shop but I dont know how to get it underneath.

    Thank you!

    #215144

    In reply to: Enfold Sections

    Ignore this
    I have seen on the sections page that what I needed is not there.

    Would be good for a future update as it helps to get content closer to each other when you don’t want to much padding

    Thanks

    Pete

    #215142
    This reply has been marked as private.

    Hi keithcrest!

    Please go to Appearance > Editor and open Header.php file and find

     $phone = avia_get_option('phone');
                                $phone_class = !empty($nav) ? "with_nav" : "";
                                if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    cut it and paste it right under

    if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

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

    .social_header .phone-info { float: right; margin-top: 20px; }
    .social_header .phone-info.with_nav span {
    border-left-style: none; }

    You can adjust margin-top value to position the height of your text

    Cheers!
    Yigit

    #215135

    Hi foreigner!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top .header_color .main_menu .menu ul li>a:hover {
    color: red;
    }
    .header_color .main_menu .menu ul li a:hover {
    background-color: orange;
    }

    Cheers!
    Yigit

    #215131

    In reply to: Login Page

    Hey brijesh1111!

    Not a page template but you can see login form on the sidebar of demo site here http://kriesi.at/themes/enfold/shop/

    Regards,
    Yigit

    #215128

    Hi newlife68!

    Please go to Appearance > Widgets and add needed widgets to Footer columns. You can set how many columns to display in footeer in Enfold theme options under Footer tab

    Best regards,
    Yigit

    #215127

    In reply to: Resize the Search Form

    Hey CloudChoice!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top #searchform>div {
    max-width: 200px; }

    Best regards,
    Yigit

    #215122

    Hi!

    Please try to increase the allocated php mermory to 128M. Please see http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Yigit

    #215121

    In reply to: Full on Blog Homepage

    Hi condonpb!

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

    .big-preview .image-overlay { display: none!important; }
    .big-preview.multi-big { width: 150px !important; }

    Regards,
    Yigit

    #215117

    In reply to: disable image rollover

    Hi Munford!

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

    #av_section_2 img:hover {
    opacity: 1 !important;
    }

    Cheers!
    Yigit

    #215114

    Hi Maik!

    Please add following code to Quick CSS in Enfold theme options under Stylling tab and adjust as needed

    .main_color .av-masonry {
    background-color: red;
    }

    Cheers!
    Yigit

    #215112

    Hi!

    You are welcome Fabrice! If it does not work, let us know so we can take another look

    Best regards,
    Yigit

    #215109

    Hey Yigit

    Works perfect. Don’t know why but the button on the register-form isn’t still at the correct position with the padding-bottom. So I have change the code to:

    .col2-set .col-1 {
    width: 70%;
    }
    .col2-set .col-2 {
    float: left;
    width: 70%; }
    .col2-set .col-2  form.register {
    height: 250px; }
    .col2-set .col-1  form.login {
    height: 200px; }

    Hope that works on every device :-)

    Thanks a lot for your great support!

    Greetings and good night.
    Fabrice

    #215106

    In reply to: Put a bigger logo ?

    Hey frvill!

    1- Which type of header are you using? You can post the link to your website so we can check or you can check it yourself in Enfold theme options under Header tab. If you are using “Header with social icons and bottom navigation”, you can add following code to Quick CSS in Enfold theme options under Styling tab

    .bottom_nav_header.social_header #header_main .container { height: 200px; }

    2- Yes, you can use that code to remove breadcrumbs bar

    Best regards,
    Yigit

Viewing 30 results - 230,401 through 230,430 (of 244,604 total)