Viewing 30 results - 228,121 through 228,150 (of 244,594 total)
  • Author
    Search Results
  • #229130
    #229123
    xglienas
    Participant

    Hi there!

    I’m working with the fullscreen slider in my homepage :: http://www.inopia.cat/ and it doesn’t reposition from the center as in your example (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/) it just reposition from top-left corner.

    thanks for your time
    X

    #229122

    I see….starting to make sense of the enfold theme logic.

    Sweet, Thanks..

    I have another question (maybe I should ask from a new one but as I am here)

    I am using the post slider and I wish to edit where it links to so that instead of linking to a post, it pulls a larger image from uploads when clicked on. I also wish to edit the meta. My problem is I cant seem to find the code that generates the slider.

    Where can I make a duplication of the slider code and apply it to a specific page?
    The page I want to edit is http://dev.lolhatespeech.com/offender-registry/
    I wish the post image to link like on this page:
    http://dev.lolhatespeech.com/report-cat/anti-gay/

    #229121
    dalen550
    Participant

    Dear Support team,

    when i try to upload enfold, an error message appears: “The package could not be installed. The theme is missing the style.css stylesheet.”

    Please advise.

    Thank you!!!

    #229118

    Hi!

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

    p a, p a:visited {
    line-height: inherit;
    overflow: visible!important;
    }

    Best regards,
    Yigit

    #229113
    rachis
    Participant

    I would like to know how it would be best to go about setting up smaller size images for display on tablets or mobile so that my larger images on the desktop site does not have to eat up all the mobile bandwidth of my visitors.

    I know there are plugins about but not sure which would work well with enfold. Any suggestions or is there an alternative?

    PS – I am using WPML so it has to be compatible with it.

    Thanks in advance
    Raju

    #229108

    Hi Yigit,

    I tried at least 3 times to update it: I downloaded it from my Themeforest account, unzipped and dropped Enfold folder in my FTP Themes/Enfold, see: http://imgur.com/L0vnEI6
    It asked me if I want to overwrite it, I said yes, and it did, it took some time to transfer…
    Now I see that the folder Enfold and I see that it was changed “Yesterday”…it’s weird. : http://imgur.com/8HJgafw I presume it should say “Today”. I tried several times, same result. I dont understand :((((

    #229107

    Hi Monsoon!

    I would suggest creating your own custom shortcode for that. Or else try generating the button outside of the ALB and then try adding in the link values.

    The php snippet wouldn’t work however so the shortcode route would be what I would do.

    Regards,
    Devin

    #229101

    Hey!

    That would need to be added in as a new feature and isn’t something we could give out through support. If its a must-have feature I would recommend looking into a freelance developer to customize the shortcode php file to add it in and then bug test it to make sure there are no other issues from the change.

    Regards,
    Devin

    #229095

    Hi!

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

    #itinerarylink > p > a {
    overflow: visible!important;
    }

    Cheers!
    Yigit

    #229091

    Hey!

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

    #top .main_color .input-text, #top .main_color input[type='text'] { color: white; }
    .main_color tr:nth-child(even) { color: inherit; }
    .woocommerce-error strong { color: black; }

    Best regards,
    Yigit

    #229090

    Hey rseybold!

    It could maybe be done with a LayerSlider slide but it will be a bit complicated to set up. You would need to have it all set up on a single slide and then handle the timing through one long slide.

    Regards,
    Devin

    #229089

    perhaps it will be easier to create a new array for the target but i don’t find it where i can insert it.
    This will be a great thing because the most links of portfolio should be self but in some case it will be nice to have an input field for blank

    #229088

    There isn’t really a solution for that since what is happening is the plugin doesn’t realize there is content on the page. As long as its in the source then it will work. The plugin will just not register the content because the blog element is a query not raw content or text.

    #229087

    Hey!

    Check that you have no also set a different front page in the WordPress Settings>Reading. That should be set to show the latest blog posts. Then in your Enfold theme options the home page can be set to the page you want your blog posts to show and then the blog option set to nothing.

    Best regards,
    Devin

    #229082

    In reply to: recent post thumbnail

    Hey Munford!

    Please make sure to add “Enfold Latest News” widget and not “Recent Posts” widget

    Cheers!
    Yigit

    #229079

    Thanks, I’ve tried that, but despite trying different browsers and refreshing, the page is still loading the standard /wp-content/themes/enfold/js/avia.js?ver=1 file.

    #229069

    Hi!

    Please go to wp-content\themes\enfold\js folder and open shortcodes.js file and find

    big_prev.stop().animate({opacity:0}, function()

    and change it to

    big_prev.stop().animate({opacity:1}, function()

    Regards,
    Yigit

    #229065

    Hi!

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

    #top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img { 
    width: auto; }

    Best regards,
    Yigit

    #229059

    In reply to: Post images shaking

    Hi!

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

    .container_wrap { 
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

    Cheers!
    Yigit

    #229058

    Hey emin!

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

    wp_nav_menu($args);
                                echo '</nav>';

    and add following right below it

    get_search_form();

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

    #header  #searchform { float: right; padding-top: 37px; }
    .main_menu { right: 20%; }
    #top #menu-item-search { display: none; }

    Please hire a freelance developer if further customization is needed

    Regards,
    Yigit

    #229055

    Hey Gibbzee!

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

    .main_menu ul { background-color: transparent!important; }

    Best regards,
    Yigit

    #229048

    Hi!

    Have you tried re-installing Enfold as shown on video tutorial i posted in my previous post? Please install version 2.5.4

    Best regards,
    Yigit

    #229044

    Topic: Post images shaking

    in forum Enfold
    claraelisa
    Participant

    Hi. I’ve been working with enfold template and it works great. Lately i added some blog post to my home page where i already had some other images with a roll over effect. everytime i roll over the images i had, the post images below them shake. I don’t really know how to solve this.

    Can you please give me a hand?

    Thanks support team!!!

    #229039

    Hi Yigit,

    I can’t reinstall WordPress again, mate.

    The menu items show on other themes, just not on the Enfold theme. Surely there is a better way to fix this?

    This doesn’t seem like a WordPress install problem, rather a problem with the Enfold theme itself.

    If I switch to the Twenty Fourteen Theme, the menus are displaying without issues.

    I would really like to use the Enfold theme on this website, it’s an awesome theme. I really hope we can find a way to fix this without needing to reinstall WordPress.

    Thank you so much for your time and assistance, it’s much appreciated!

    Hope you have a great day!

    • This reply was modified 12 years, 1 month ago by foxvendetta.
    #229031
    Raphael
    Participant

    Found a bad Bug, as well in your Website

    Only on Mac (Maverricks and only on Google Chrome (hell too many shitty Browsers on the market :-)
    http://kriesi.at/themes/enfold/pages/contact/

    Just downloaded the newest Version == still not working!!!

    #229029
    This reply has been marked as private.
    #229016
    candeos
    Participant

    Hello and thanks in advance for your time

    I am developing a page in enfold and using color sections. For some reason, even thought I am setting the page layout to Default (right sidebar) and Right sidebar, the sidebar appears at the bottom of the page. In some cases, one of the color sections is to the right, and others it is off by itself.

    Same layout, but sidebar is at bottom of page

    I have tried everything…thanks in advance for the help!

    Dave

    #229015

    is it possible to make a set-up that if a class is set (f.e. extlink) the target is blank and if not the link goes to self ?

    i activated the custom.css by using add_theme_support('avia_template_builder_custom_css'); in functions.php
    so i can give the masonry field a special class.

    btw. because of updates the string is now on line 548

    • This reply was modified 12 years, 1 month ago by Guenni007.
    #229009

    Hi,

    Got base.css Version 10.02.2014 from Themeforest enfold Theme
    Updated to css folder

    No effect
    firefox font-face still broken

    hop you can help.Thanks
    Thomas

Viewing 30 results - 228,121 through 228,150 (of 244,594 total)