Viewing 30 results - 240,571 through 240,600 (of 241,931 total)
  • Author
    Search Results
  • #24600
    500Webmaster
    Participant

    Is anyone currently available for contract design work in building a site in Enfold?

    #123954

    Problem solved – PHP extension simplexml wasnt activated

    #24599

    Topic: Update Problem…maybe

    in forum Enfold
    ibsafe
    Participant

    I updated but in the WP admin area under themes…it still says I am running version.1.5.1 not version1.6

    I updated the files and folders listed on the enfold themeforest page via FTP

    #123953

    Hey, Peter,

    I did exactly what you said. Added this in wp_settings file and put it on the server:


    // Include files required for initialization.

    require( ABSPATH . WPINC . ‘/load.php’ );

    require( ABSPATH . WPINC . ‘/default-constants.php’ );

    require( ABSPATH . WPINC . ‘/version.php’ );

    // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.

    wp_initial_constants( );

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

    // Check for the required PHP version and for the MySQL extension or a database drop-in.

    wp_check_php_mysql_versions();


    I also went into the PHP settings on the hosting server and changed memory_limit setting to 128Mb

    No joy! The problem stil remains. Please help.

    Thank you!

    #114936

    Hello,

    is there a way to manually set with .po and .mo files will be used without switching WordPress backend to different language?

    I am creating Croatian translation for Enfold but I don’t want WordPress in Croatian. I will contribute my .po and .mo files when I am finished translating.

    Regards,

    Darko

    #24590

    Topic: LOGO NOT UPLOADING

    in forum Enfold
    #123952

    Hey!

    Please try to increase the allocated php memory. http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – set it to 128M.

    Best regards,

    Peter

    #24583
    lenniek
    Participant

    Hi,

    I have been using Choices theme for a while and now I have purchased Enfold. Uploaded it to the server. Found it in the Themes section in WP console and clicked Activate. Went to a blank page, tried to return to the console – nothing. The site works ( http://marinachasnik.ru/ ) but the console doesn’t! What shall I do? Cheers

    Lennie

    #24580

    Topic: Enfold not loading

    in forum Enfold
    RichardDyke
    Participant

    Loading Enfold is crashing my wp-admin. I have two other themes which have loaded successfully. Is there a conflict somewhere ? I have downloaded Enfold 3 times and tried each download. I have tried opening the Zip with a different utility. I have tried deleting my other themes and loading Enfold on its own.

    Please open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php and replace the entire code with: https://gist.github.com/InoPlugs/c20bb10776b1ae2139bd – this will add the thumbnail dimensions to the image tags which should help IE to show the images properly. It seems like IE8 has problems with % values.

    Danke – wird im nächsten Update behoben. Momentan kann man dies wie folgt fixen – öffne wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesicon.php und ersetze:

    $this->config['tinyMCE']    = array('tiny_only'=>true, 'templateInsert'=>'[av_font_icon color="{{color}}" icon="{{icon}}" size="{{size}}" use_link="{{use_link}}" link="{{link}}" linktarget="{{linktarget}}"]');

    durch

    $this->config['tinyMCE']    = array('tiny_only'=>true, 'templateInsert'=>'[av_font_icon color="{{color}}" icon="{{icon}}" position="{{position}}" size="{{size}}" use_link="{{use_link}}" link="{{link}}" linktarget="{{linktarget}}"]');

    #123250

    In reply to: Menu overlaying logo

    Hi,

    please try following – open up wp-content/themes/enfold/js/avia.js and replace

    switchWidth 	  = 768;

    with

    switchWidth 	  = 1010;

    and insert following code into the quick css field

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 1010px) {
    /*all templates*/
    .responsive #header .main_menu ul{display:none;}

    /*header*/
    .responsive #top #header {position: relative; }
    .responsive #top #main {padding-top:0; }
    .responsive #main .container_wrap:first-child{ border-top:none; }

    .responsive .main_menu{position: static;}
    .responsive .logo{position: static; height:80px; float:none;}
    .responsive .mobile_slide_out .logo{float:left;}
    .responsive .logo img{margin: 0 auto;}
    .responsive #header_main .container{height:auto !important; }
    .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
    .responsive #top .mobileMenu{margin: 0 0 10px 0; width:100%; padding: 10px 4px;}
    .responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
    .responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
    .responsive #header_meta .social_bookmarks{padding-bottom:2px; width:100%;}
    .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
    .responsive #top #header_meta .social_bookmarks li:last-child a{border-right-style: solid; border-right-width: 1px;}
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
    .responsive #header .social_bookmarks{width:100%; text-align: center; height:auto; line-height: 0.8em;}
    .responsive #header_meta .sub_menu>ul li,
    .responsive #header .social_bookmarks li{float:none; display: inline-block;}
    .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
    .responsive #header_main_alternate .mobileMenu{ margin:16px 0;}
    .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
    }

    #123499

    The problem is that filters like:

    add_filter( 'the_content', 'shortcode_unautop',100 );

    will affect the entire content (including our shortcodes) and this might be a problem. I’ll tag this thread for Kriesi. Maybe he wants to add a raw shortcode to the theme.

    If you want to remove the wpautop filter from the columns content open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescolumns.php and remove/comment out:

    if(empty($avia_config['conditionals']['is_builder_template'])) $content = wpautop($content);

    #123512

    In reply to: Preview Image Size

    I checked the portfolio grid code and it seems like you can’t control the preview thumbnail size at all. I’ll mark this thread for Kriesi – maybe he wants to add an option. For now open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php

    and search for:

    $params['preview_size'] = "gallery";

    Replace “gallery” with any other valid image size:

    portfolio_small

    portfolio

    featured

    square

    entry_with_sidebar

    entry_without_sidebar

    #123096

    1) Afaik the LayerSlider shortcode can’t be used without the Template Builder at the moment because Enfold just supports a full layout of the slider and this can conflict with the portfolio layout/preview container.

    2) I’m not sure what you mean with main “gallery” feature? You can use the text editor and the “Add Preview Images” to build the preview content. You can select a “Slideshow” or a “Gallery” layout for your images.

    #123164

    Hi,

    Smush.it is a lossy optimizer; it doesn’t do lossless optimizations.

    You are not using correct optimizers if you can’t shrink a 1070k sized png image ( http://suiciderescue.se/wordpress/wp-content/uploads/2013/04/SuicideRescue.bg-1700.png ). First, an image of that type should be in jpg format since it already has a blurry background and besides its not digital art but a photo.

    I optimized this one to 76k and still 1700px as a jpg http://i.imgur.com/CYnc40T.jpg

    I optimized this one to 388k at 1700px as a png http://i.imgur.com/6zl6CUz.png

    For the png I used ( http://tinypng.org/ ) and for the jpg i first converted it to a jpg with Photoshop and then used ( http://www.jpeg-optimizer.com with 61 optimization and no crop )

    ===

    If you are serious about your image optimization you need the heavy duty plugin like http://wordpress.org/plugins/ewww-image-optimizer/

    ===

    I would recommend for you to host on nginx instead of Apache server. I would recommend that you use opcode cache (php accelerator) like APC.On Apache you can ask host to use mod_pagespeed https://developers.google.com/speed/pagespeed/mod . The pagespeed mod is now available in more than one hosting company and that thing if correctly setup will optimize everything. Otherwise look into w3tc + apc + cdn to offload static images/css/js + cloudflare (pay version) +varnish.

    Thanks,

    Nick

    #123163

    Hi,

    Cloudfare is one of the many content delivery network or content distribution network around, or so they say but users observe otherwise. “Visitors will go to CloudFlare servers for the pages of your site rather than hitting your server. It acts like a proxy server for regular HTML pages”. Honestly, I haven’t tried any of them so I can’t give you an expert advice about it. According to the reviews it doesn’t do much on speeding up your site and it has some issues with adsense. Let me tag the rest of the support team to give us more info about this topic.

    Regards,

    Ismael

    #24567
    learningherbs
    Participant

    Hey there,

    I’m using the small fixed header in an Enfold child theme. Is there any way to resize it (header, logo, menu items) to be larger than 88px by default (before scrolling down the page)? That height is applied by javascript to a number of different elements in the template, and I don’t know where to look to change it in a way that won’t screw up the parent theme or the JS.

    Any help is much appreciated

    #114657

    alvinhy said:

    “It would be great if you can add a CLIENT slider where you upload logos of the clients and it is in grey scale and when hovered over it is back to colour.”

    +1

    I agree entirely.

    #123162

    Hi, I was just looking into Cloudflare a few hours ago. Would you recommend using Cloudflare to speed up site loadtimes? I’ve read horror stories about it to on how it works with wordpress but I just want to make sure this is not an avenue I should look for Enfold.

    Thank you for your time and patience.

    #114656

    Ajax portfolio to have an option for no text which would then make the image full width. Then people could make a ajax portfolio image gallery. I have an example image showing what I mean if you would like it?

    #123622

    Cowedia, I don’t know if this is your solution: Go to Appearance/Menu, create a new menu and then select that menu in “enfold secondary menu”. Make sure you select the header with “additional navigation”.

    Michael

    #24553
    victoriaeducacion
    Participant

    Hi:

    I want to use a locally hosted font and I’m using the child theme.

    I read the support forum and I have some doubts about the instructions:

    1- I have the regular, bold, oblique and bold oblique version of an open source font that I want to use in my website. Should I upload the four versions or is it enough with the regular version and I could obtain the bold or oblique version derivated from the only regular uploaded?

    2- First, I have to select “no custom font” from the font dropdown. Then, I have to create a folder for custom font in /wp-content/themes/enfold/css called “font”. After adding the fonts to /wp-content/themes/enfold/css/font, where do I have to add the following css code? In the style.css file into the child theme?

    <br />
    @font-face {<br />
    font-family: '/the name of the custom hosted font/';<br />
    src: url('/here the url path, isn't it?/.eot');<br />
    src: url('/here the url path, isn't it?/.eot?#iefix') format('embedded-opentype'),<br />
    url('/here the url path, isn't it?/.woff') format('woff'),<br />
    url('/here the url path, isn't it?/.ttf') format('truetype'),<br />
    url('/here the url path, isn't it?/.svg#freesans') format('svg');<br />
    font-weight: normal;<br />
    font-style: normal;<br />
    } </p>
    <p>h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox{<br />
    font-family:'//the name of the custom hosted font/', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;<br />
    }<br />

    I want to use this font globally in the site. Besides to h1, h2, etc. Should I specify any element more?

    Thanks for helping!

    Regards.

    #123793

    Hello,

    I have the exact same problem, I installed wordpress and install Enfold theme, after the installation i import the dummy data from Enfold control panel, and I did not install any plugin or wordpress importer. Just fresh and clean but the result came out as what courtney_mar said, “there’s just a bunch of links at the bottom of the page”.

    Please advise

    Hi again:

    The WPML devs give me this code for theme functions.php, and it works well.

    function new_nav_menu_items($items,$args) {
    if (function_exists('icl_get_languages')) {
    $languages = icl_get_languages('skip_missing=0');
    if(1 < count($languages)){
    foreach($languages as $l){
    if(!$l['active']){
    $items = $items.'<li class="menu-item"><a href="'.$l['url'].'"> '.$l['native_name'].'</a>';
    }
    }
    }
    }
    return $items;
    }
    add_filter( 'wp_nav_menu_items', 'new_nav_menu_items',10,2 );

    I hope It can be useful for other Enfold users.

    Regards.

    #24549
    Courtney
    Participant

    Hi there :)

    I just bought your theme and I am in LOVE.

    1. I decided to import dummy data because it’ll be easier for me to make changes that way (i’m new to web building).. the only thing is the footer isn’t showing on the frontpage for dummy data (there’s just a bunch of links at the bottom of the page)…

    2. As for Color Styling: I would like it to be splash blue. I went to theme options and set the color to splash blue but the dummy data is keeping it as splash green.

    #123161

    Hi,

    MikehJPP: I don’t think it is possible via Media Queries. Media Queries can make it smaller on mobile view but the same images will be use thus the same file size. You really need to compress or shrink the images manually.

    Regards,

    Ismael

    #123709

    Hi,

    Do you have Enfold 1.6? Please download the theme again. Maybe the files are corrupted.

    Please watch this video: https://vimeo.com/channels/aviathemes/64927356

    Regards,

    Ismael

    #117531

    Hi Everybody,

    I just updated to Enfold Version 1.6, removed picture, put it in again, emptied caches etc. and ….. nothing new with the mentioned problem: titles, alt-texts and even the description do not show up in pictures used in combination with the Avia Layout Builder although alternate text, caption, description and title are all filled out. So please could you go on attempting to find a solution for this quite important issue?

    Thanks, Harald

    As an example please look at the following page:

    http://wp11077347.server-he.de/unterbringung-und-freizeit/

    #123765

    Can you post a link to your website please? I tried to reproduce the issue on the demo page (eg http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ ) but I don’t see any unwanted characters in the slider area.

Viewing 30 results - 240,571 through 240,600 (of 241,931 total)