Viewing 30 results - 244,051 through 244,080 (of 244,475 total)
  • Author
    Search Results
  • jwferne
    Participant

    I’m trying to find the code to remove the small picture and date next to the News. Any help would be greatly appreciated.

    In the future, where is the code for the widgets located?

    Thanks!

    – John

    #118134

    Hi,

    1) Upload the image of the horizontal line using Media and get the url of the image / see-> http://i.imgur.com/UxeA6Vf.png

    2) Add the CSS below to Quick CSS located in Enfold > Styling at the bottom of the page. Remove the http://domain.com/path/image-you-uploaded.png from the css below and in its place add the url of where you uploaded the image from step 1 above

    #top #big-hrline {
    background: url(https://domain.com/path/image-you-uploaded.png) no-repeat bottom;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 0 20px;
    width: 100%;
    }

    3) Open /config-templatebulder/avia-shortcodes/hr.php and find line 117 which looks like this

    function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")

    Delete line 117 and everything below until the end of the file and in its place paste the code

    function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
    {
    extract(shortcode_atts(array('class' => 'default', 'height' => '50', 'position'=>'center', 'shadow'=>'no-shadow'), $atts));
    $hrtype = 0;
    $output = "";
    $height = trim($height, 'px% ');
    $style = $class == 'invisible' ? "style='height:{$height}px'" : "";
    $class .= $class == 'short' ? " hr-{$position}" : "";
    $class .= $class == 'full' ? $hrtype=1 : "";

    if ($hrtype==1){
    $output = "<div id='big-hrline'></div>";
    }else{
    $output .= "<div {$style} class='hr hr-{$class} ".$meta['el_class']."'><span class='hr-inner'><span class='hr-inner-style'></span></span></div>";
    }

    return $output;
    }

    }
    }

    I tested it and it works.

    To use it just select the horizontal ruler full width separator http://www.clipular.com/c?5870161=RjLTobeBs0GTGlXzgTHEJxitw_Q&f=.png

    Thanks,

    Nick

    #23034
    chryseis
    Participant

    Hi,

    When I want to click on a post as soon as I have clicked and before the post open, I can see the background color. As if while the post is loading the background behind took advantage. The result is a post that doesn’t open smoothly. And the footer that superimpose when the post is opening…

    Just before it did that, I tried to remove the copyright with link in the footer.php. Maybe I’ve touched something.

    This is my actual code :

    <!– ####### END FOOTER CONTAINER ####### –>

    </div>

    <?php } //endif nofooterwidgets ?>

    <!– end main –>

    </div>

    <?php

    //copyright

    $copyright = avia_get_option(‘copyright’, “© “.__(‘Copyright’,’avia_framework’).” – “.get_bloginfo(‘name’).”“);

    // you can filter and remove the backlink with an add_filter function

    // from your themes (or child themes) functions.php file if you dont want to edit this file

    // you can also just keep that link. I really do appreciate it ;)

    $kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);

    //you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area

    if($copyright && strpos($copyright, ‘[nolink]’) !== false)

    {

    $kriesi_at_backlink = “”;

    $copyright = str_replace(“[nolink]”,””,$copyright);

    }

    if( $footer_widget_setting != ‘nosocket’ )

    {

    ?>

    <div class=’container_wrap socket_color’ id=’socket’>

    <div class=’container’>

    <span class=’copyright’><?php echo $copyright . $kriesi_at_backlink; ?> </span>

    <?php

    echo “<div class=’sub_menu_socket’>”;

    $args = array(‘theme_location’=>’avia3’, ‘fallback_cb’ => ”, ‘depth’=>1);

    wp_nav_menu($args);

    echo “</div>”;

    ?>

    </div>

    <!– ####### END SOCKET CONTAINER ####### –>

    normally I’v put i back as it was first…

    Kind regards,

    Chrys

    #23031
    Ross_nineteen789
    Participant

    Have done a fresh instal of theme, corrected missing style.css but now it is declaring that no theme is present??? please assist.

    Also, receiving the below message…

    Warning: require(php/inc-autoconfig.php) [function.require]: failed to open stream: No such file or directory in E:Domainsnnineteenbuilderswimbledon.co.ukuserhtdocsblogwp-contentthemesenfoldframeworkavia_framework.php on line 40

    Fatal error: require() [function.require]: Failed opening required ‘php/inc-autoconfig.php’ (include_path=’.;C:phppear’) in E:Domainsnnineteenbuilderswimbledon.co.ukuserhtdocsblogwp-contentthemesenfoldframeworkavia_framework.php on line 40

    Thanks

    #117966
    #114607

    To add Advanced Layout Editor To Posts or Custom Post Types please watch video here (easy instructions) – https://vimeo.com/64996057


    To be able to switch between the advanced layout editor and the standard editor without having content set with the advanced editor show up as blank in the standard editor see code here -> https://kriesi.at/support/topic/cant-edit-or-change-a-text-block-in-avia-layout-builder#post-110199

    #23024
    itechtimesNet
    Participant

    Hi,

    I have a new fresh install of WordPress and Enfold + dummy data. No plugins.

    I have the following error displayed on the top of the page. Also, the “Home” menu link simply redirecrt to http://kriesi.at/themes/enfold/

    I have the same issue after multiple re-install. Even without dummy data. Also, despite I do not install dummy data I have all the menu links and “Home” link redirect to http://kriesi.at/themes/enfold/

    Warning: session_start() [function.session-start]: open(/tmp/sess_c0077b9e2074290fbb7230a6891b13cb, O_RDWR) failed: Permission denied (13) in /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    #116448

    In reply to: Enfold Showcase

    Hi,

    when i came across Enfold, it made switch our music school`s website from joomla to wordpress, finally. Admittedly, i hesitated for several month to make the change, since i was not that familiar with WP, but Enfold did the job – after two weeks testing time and hopefully an update for the 1200px portfolio grid issue, the site will be online by june.

    http://mz.muze1.de/ – have fun with it.

    Cheers, Sebastian.

    #23020
    fusion01
    Participant

    http://andrewb.co.za/newsite/video-test/

    Not sure if it’s the format (MP4). I have used the Layout Builder with only the video component added, nothing more. Hoping for a fix on the next update :)

    “frontend.php on line 562

    Warning: file_get_contents(http://andrewb.co.za/newsite/wp-content/uploads/2013/05/video.webm) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /usr/www/users/freelan/newsite/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 562

    Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /usr/www/users/freelan/newsite/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 562

    Warning: file_get_contents(http://andrewb.co.za/newsite/wp-content/uploads/2013/05/video.ogv) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /usr/www/users/freelan/newsite/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 562″

    #23019
    lemedia
    Participant

    Hi guys,

    [layerslider id=”1″] stopped functioning in the default editor after upgrade from Enfold 1.3.1 to 1.4

    in the Themes interface version still shows 1.3.1 as that is still in style.css

    Any ideas how i can correct that ?

    Thanks.

    John

    #23016
    ArcConcepts
    Participant

    Hi,

    When I drag and drop the Media Element : Advanced Layer Slider. I believe there should be a drop menu containing two options.

    >Enfold – most beautiful theme ever

    >Why Enfold – Small header

    But instead it says, ‘no layer sliders found’

    Regards

    Kyle

    #23011
    fusion01
    Participant

    Seems Enfold is overwriting the config in the ‘class-breadcrumbs.php’ file which is set to use the » symbol (») which I want rather than a forwardslash How do I change this? Thanks!

    #118161

    I tested your website with: http://www.whynopadlock.com/check.php and it seems like the livehelp url breaks the secure content status:

    #116447

    In reply to: Enfold Showcase

    Hey!

    Great website. Good job. :)

    Regards,

    Peter

    #117555

    Hey Nick,

    Ive taken my personal portfolio offline while I rebuilt it. The basic Enfold installation is there and thats due to be replaced with a countdown. Not sure how I show you something local other than to give you a screen shot.

    Good news though in that I sorted the colouring out using your method so thank you. Basically I should have been using ‘icon box’ and not ‘Icon list’ and then it was a case of trial and error.

    I think for the most part I can get on now but as im creating a dark (chocolate) background based look and feel I have two other questions which relate to the main menu. should I start a new thread or continue talking to you here?

    Cheers again and thanks for all your help. You are the first person who has tried to help me understand it properly and not just assumed im casting a spell in some mystical dark arts… although it does still feel a bit like that.

    all the best

    Andy

    #116653

    In reply to: Images look blurred !!

    If I go here: http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/ and view the info for the first image, it shows 710×575 (scaled to 666 x 539). I tried changing the functions.php file to 694 x 562 as it says above, but it didn’t change.

    What I want is for that image on the single portfolio 2/3 to be 100%, not scaled or it will stretch and look blurry.

    I also tried setting the width of the template to wide and widest to see if that changed, but both times it scales to 666. I was not able to find where to fix this, please help! I need to know what size to make about 200 images, and I need it done yesterday. :)

    Hi Ismael,

    The website in question is – http://web.guru99.com/

    The theme I am using is – “EnFold”

    The setting I am modifying is – http://screencast.com/t/XOoBtETh

    The problem I am facing is highlight and links are same color – http://screencast.com/t/kc3V7qhiedba

    I am not sure which setting to modify to affect this

    #116446

    In reply to: Enfold Showcase

    hello bradysheare, good site,

    #118202

    Hi,

    Just create a page then go to Enfold > Theme Options > Frontpage Settings, select the page you created.

    Regards,

    Ismael

    #118160

    http://goo.gl/iVssq

    You can just add any of those products and add it to cart and proceed to check out. both the cart page and checkout page should be ssl secured. It seems maybe there is an image, part of the css or something that is not secured.

    I understand that my site is still secure but some browsers show a popup error saying some content is not secure and it does lower the sales conversion rate. I just want my pages to be fully secured.

    I hope you are able to help me.

    #117965

    Hi,

    Can you give us a link to your installation? It shouldn’t look that way.

    Regards,

    Ismael

    #118159

    You can obfuscate the url with something like http://goo.gl/ so that it isn’t indexed or anything.

    rrdr
    Participant

    I would really appreciate if you could tell me if there is a way to create nested elements. For example, creating a box with an image background that has text on top of the image.

    There is an example found on this page, http://kriesi.at/themes/enfold/, all the way at the bottom that reads “In case you need help”. This would be an example of a nested element, the background image is laid behind some other text/images. Did you use a rotator to create this item?

    thanks

    #118016

    Hi,

    If I understood you correctly, please add the code below to Quick CSS located in Enfold > Layout .. text area on the bottom of the page OR add it to the bottom of /css/custom.css

    @media only screen and (min-width: 1140px){
    #top .avia_mega_div.avia_mega3.nine.units {
    right: -662px !important;
    }}

    Thanks,

    Nick

    #117995

    I disabled and even deleted all of the plugins in wordpress and re_download/re_uploaded the enfold files. But it’s not helping!

    recently i installed themes in different ways. this is the only one got problems!

    I don’t want to give anybody negative rating, but this time it’s really frustrating.

    #118138

    Thank you.

    #118158

    I prefer not to post my company website in a public forum. is it possible to send you an email with my domain name?

    #118137

    Hi Josh,

    You would need to modify the actual footer.php file if you wanted to do anything other than custom text for the copyright section (which is a field in the footer tab of the theme options).

    For now, there aren’t any customization options for layout or additional content there.

    Regards,

    Devin

    #118157

    Hi blingcart,

    Loading in http files doesn’t actually make the page insecure. It just means those images files are not coming in over a secure connection. Big big difference.

    If you can provide a link to the site we can take a look at what items are directly effected and see if we can provide a fix.

    As far as actual security goes, having the SSL certificate installed and running properly is only the first step but again, there is a significant difference between insecure and a few things not coming in over https.

    Regards,

    Devin

    #114606

    I would like the contact form to be zendesk.com compatible. zendesk is a support system that many business use.

Viewing 30 results - 244,051 through 244,080 (of 244,475 total)