Viewing 30 results - 16,561 through 16,590 (of 16,888 total)
  • Author
    Search Results
  • #163529

    Hi,

    Has this fix for showing a Youtube icon stopped working now? I have just updated to the lastest version of Enfold version 2.2 and am now getting an error:-

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php on line 1049

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php:1049) in /home/content/14/6708814/html/wp01/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php:1049) in /home/content/14/6708814/html/wp01/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27 – See more at: http://wp01.techfolio.me/services/straightening/permanent-straightening/#sthash.nkJ5zSFY.67ArxtN0.dpuf

    thanks for your help,

    Jake

    #163380

    Hi!

    Edit functions.php, find this code:

    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    Replace it with:

    $avia_config['imgSize']['portfolio_small'] = array('width'=>520 'height'=>370 ); // images for portfolio 4 columns

    The image thumbnails you’re uploading as portfolio thumbnails are so small. Please upload a larger image, twice the size if possible.

    Best regards,
    Ismael

    Hi Josue,

    Thanks for the response! I took 2 screen shots of the menu view through WordPress and through the WordPress installation directory (Formatting.php). I hope this is what you meant :)

    http://s7.postimg.org/w600h57u3/screenshot1.jpg

    http://s23.postimg.org/emg0iwowr/screenshot2.jpg

    #163140

    Hi Matt,

    You can use this plugin to change the default Gallery size to use a square image ratio (710×710):
    http://wordpress.org/extend/plugins/simple-image-sizes/
    Or change this line in your functions.php file to do the same:
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    After changing the size you will need to regenerate your thumbnails with the same plugin above.

    Regards,

    Devin

    #163090

    Hello Devin

    Thanks for the help, I have deleted the CSS folder from the child theme and changed all the permissions to 755 as mentioned. I then saved the style changes and cleared the cache but still no changes.

    Also, I don’t know if it is relevant by within the dynamic_avia folder in uploads there is enfold.css, enfold-child.css and index.php.

    Also 755 unchecks writing permissions for group and public is this correct?

    Thanks :)

    This didn’t work.

    I placed the above code in the functions.php and my site broke. I had to re-install a new functions.php.

    This is the error message was:

    Fatal error: Call to undefined function avia_header_setting() in /var/www/vhosts/northeastbarristers.com/httpdocs/wp-content/themes/enfold/header.php on line 7

    #162776

    In reply to: Changing sidebar width

    Hey,

    I tested this on my end and yes the code doesn’t work when you place it on the child theme’s function.php. Let me tag Kriesi. Anyway, you can decrease the sidebar width using css modifications. You can increase the size of the content to push the sidebar.

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 900px;
    }
    }
    
    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 690px;
    }
    }
    
    .container .nine.units {
    width: 700px;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .container .nine.units {
    width: 520px;
    }
    }

    Regards,
    Ismael

    #162588

    In reply to: Search page issue!

    Hi,

    Can you post the link to your website as well?
    In your WordPress theme directory you should go to Enfold > Framework > Php and open function-set-avia-frontend.php file and find following code in lines between 857-868

    $output =  $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
    				}
    				else
    				{
    					$output =  $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );
    				}
    			}
    			else
    			{
    				if(!empty($_GET['s']))
    				{
    					$output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );

    And change “Search results for:” to Greek

    Regards,
    Yigit

    #162166

    @JasonAlmeida – the php warning message Warning: session_start() [function.session-start]: open(/home/content/04/11791704/tmp/sess_3tlijs48dhbld0jeq6te61nhd7, O_RDWR) failed: tells you that the server can’t create a php session because the access to the temporary file/folder which stores the session data is not possible. Please contact your hoster and ask them to fix the session file permission(s) for you. Our theme uses sessions to generate a proper breadcrumb for portfolio items.


    @condormarketing
    – did WP3.6.1 solve the issue?

    #162148
    Simon Jensen
    Participant

    Hello,

    I use the Easy slider when I choose the “slide” Transition it works fine, but when I choose “Fade” Transition I get the error
    “Warning: trim() expects parameter 1 to be string, array given in /var/www/helgipetersen.com/lyd/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 447”

    How can I fix that?

    #162068

    I am having similar problems when installed I get this, I tried to put the # sign in front of the lines but then it just moved the warning down a line.

    Warning: Missing argument 1 for get_post(), called in /home/vintagew/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/vintagew/public_html/wp-includes/post.php on line 371

    Warning: Missing argument 1 for get_post(), called in /home/vintagew/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/vintagew/public_html/wp-includes/post.php on line 371

    Fatal error: Call to undefined function wp_get_theme() in /home/vintagew/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1175

    ANY HELP ON THIS IS VERY MUCH APPRECIATED

    #162011
    JasonAlmeida
    Participant

    Site: acstemps.com just tried install today. I know I installed correct file.
    Getting these odd below messages.

    Warning: session_start() [function.session-start]: open(/home/content/04/11791704/tmp/sess_3tlijs48dhbld0jeq6te61nhd7, O_RDWR) failed: No such file or directory (2) in /home/content/04/11791704/html/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/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/04/11791704/html/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/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/04/11791704/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    #161575

    Hi,
    the php warning message Warning: session_start() [function.session-start]: open(/tmp/sess_46680e3906ea01c73ff670f94e8344a3, O_RDWR) failed: Permission denied (13) tells you that the server can’t create a php session because the access to the temporary file which stores the session data is denied/blocked. Please contact your hoster and ask them to fix the session file permission(s) for you. Our theme uses sessions to generate a proper breadcrumb for portfolio items.

    • This reply was modified 12 years, 6 months ago by Dude.
    #161570

    You can use a font face generator like: http://www.fontsquirrel.com/tools/webfont-generator to generate your font files. Then copy the css code from the included css file (can be found in the zip file which is generated by the fontsquirrel generator) into your child theme style.css and place the font files (eot, woff, etc.) into the child theme directory. You can also add the code from this post: http://wpml.org/forums/topic/body-class-based-on-language/#post-18785

    
    add_filter('body_class', 'append_language_class');
    function append_language_class($classes){
      $classes[] = ICL_LANGUAGE_CODE;  //or however you want to name your class based on the language code
      return $classes;
    }
    

    to the child theme functions.php to add a language specific class to the body. Then you can apply the font face font to the Chinese version of the website only.

    • This reply was modified 12 years, 6 months ago by Dude.
    #29671

    Topic: Problem with update

    in forum Enfold
    TonyMack
    Participant

    I just updated to the latest version and received this error when I tried to go to my site: Fatal error: Call to undefined function get_header() in /homepages/19/d178762827/htdocs/wordpress-Backup/index.php on line 9

    As I’m not a coder, I have no idea what this means or how to fix it.

    Please Help

    #140909

    In reply to: Problem content IE 8

    Hey!

    Please try to insert following code into header.php – place it before the closing </head> tag

    <!--[if lt IE 9]>
    <style type="text/css">
    .ls-wp-container{ padding-left: 120px; }
    </style>
    <![endif]-->

    I tested it with IE8 and it seems to fix the issue on your website. I’m not sure if it works with IE7 because officially Enfold doesn’t support this browser version and I didn’t test it.

    Regards,

    Peter

    #140920

    and I get this now on the backend login screen

    Warning: session_start() [function.session-start]: open(/tmp/sess_46680e3906ea01c73ff670f94e8344a3, O_RDWR) failed: Permission denied (13) in /home/vivoweb/public_html/wp-content/themes/VIVO2013/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/vivoweb/public_html/wp-content/themes/VIVO2013/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/vivoweb/public_html/wp-content/themes/VIVO2013/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: Cannot modify header information – headers already sent by (output started at /home/vivoweb/public_html/wp-content/themes/VIVO2013/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/vivoweb/public_html/wp-login.php on line 384

    Warning: Cannot modify header information – headers already sent by (output started at /home/vivoweb/public_html/wp-content/themes/VIVO2013/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/vivoweb/public_html/wp-login.php on line 396

    #140919

    Hi

    Ok im getting these errors now:

    Warning: session_start() [function.session-start]: open(/tmp/sess_46680e3906ea01c73ff670f94e8344a3, O_RDWR) failed: Permission denied (13) in /home/vivoweb/public_html/wp-content/themes/VIVO2013/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/vivoweb/public_html/wp-content/themes/VIVO2013/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/vivoweb/public_html/wp-content/themes/VIVO2013/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    on the website.

    #140683

    Hi!

    I noticed I forgot to rewrite the category query itself. Please replace the entire code in related-posts.php with https://gist.github.com/InoPlugs/2fe563ced777b10522e3

    Best regards,

    Peter

    #140641

    Thanks Josue. But it doesn´t seem to work.

    <a class="socialshareing_twitter" title="Bei Twitter empfehlen" href="https://twitter.com/intent/tweet?source=webclient&text=<?php echo rawurlencode(strip_tags(get_the_title())) ?>%20<?php echo wp_get_shortlink(); ?>" target="blank"> Twitter</a>

    I tried it for Twitter (example) and it delivers a “broken” icon

    See screenshot https://dl.dropbox.com/s/dgnj867n4km4ltl/index.html

    Other ideas anyone?

    #140914

    Hi,

    I found a way to add an id to each table (table_1, table_2, table_3, etc), here is how:

    Open /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php, and search for this block of code (line 197):

    foreach($sorted_rows as $ul_k => $ul){

    $output .= "<div class='pricing-table-wrap'>";

    Replace it with:

    $i = 0;

    foreach($sorted_rows as $ul_k => $ul){

    $i++;

    $output .= "<div class='pricing-table-wrap' id='table_$i'>";

    Remember that this type of customization would be erased if you update the theme, before updating make a backup of the theme.

    Regards,

    Josue

    #140006

    Hi,

    In your WordPress theme directory please go to Enfold folder and open Header.php and find following code in line 171

    do_action('ava_after_main_menu');
    ?>

    and right under it paste your code like

    <?php echo "<iframe class='facebk' src='....'></iframe>"; ?>

    do not forget to change all ” to ‘ inside your iframe code. You can use iframe.facebk class to style your button

    Regards,

    Yigit

    #140408

    Hi John,

    Open the functions-enfold.php file and search for this line (262):

    Replace it with this:

    'html' => "",

    Regards,

    Josue

    #29327
    stonerome
    Participant

    Last Friday, Josue hooked me up with a solution to this problem:

    https://kriesi.at/support/topic/right-float-social-icons-and-custom-items-to-upper-left-of-header

    However, it turns out, by putting our form in the <form> tag as he indicated, makes the form not work. The styling was perfect, but the form (ContactForm7) wouldn’t operate.

    Now, we have this in the header. So, we’re not putting the form within any kind of div, etc. Should we? Have tried multiple ways but can’t get it to work.

    <div class=’container’>

    <?php echo do_shortcode( ‘[contact-form-7 id=”97″ title=”Get Updates”]’ ); ?>

    Then, for custom styles, we have this. We’re getting the colors and fonts we want etc., but obviously want the submit button to appear to the right of the text field – and then not mess up the upper right float of the social icons:

    input[type=”text”] {

    display: inline-block;

    }

    input[type=”submit”], #submit, .button{

    display: inline-block;

    background-color: #808080 !important;

    text-transform:lowercase;

    }

    input[type=”submit”]:hover, #submit:hover, .button:hover {

    background-color: #80a5d5 !important;

    }

    What are we missing?! Thanks again – Cory

    #139916

    Hi Ismael,

    I have tried with a different browser and the same, no way, everything is empty!.

    Mi user name is – ahauberhoher – and my pass is -[removed]… – so you can enter in my account to have a look.

    Email registerd is – (Email address hidden if logged out) – an name is – Adolfo Lucio Hauber Torres –

    Many tanks and best regards, Adolfo

    ……

    LICENSE CERTIFICATE : Envato Marketplace Item

    ==============================================

    This document certifies the purchase of:

    ONE REGULAR LICENSE

    as defined in the standard terms and conditions on the Envato Marketplaces.

    Licensor’s Author Username: Kriesi

    Licensee: Adolfo Lucio Hauber Torres

    For the item:

    Enfold – Responsive Multi-Purpose Theme

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Item ID: 4519990

    Item Purchase Code: [removed]

    Purchase Date: 2013-09-03 08:32:31 UTC

    For any queries related to this document or license please contact Envato Support via http://support.envato.com/index.php?/Live/Tickets/Submit

    Envato Pty. Ltd. (ABN 11 119 159 741)

    PO Box 21177, Little Lonsdale Street, VIC 8011, Australia

    ==== THIS IS NOT A TAX RECEIPT OR INVOICE ====

    #139835

    Hey,

    Edit includes > helper-social-media.php, find this code on line 73:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Replace it with:

    $html .= "<a target='_blank' href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Regards,

    Ismael

    #139914

    Dear Devin,

    I went to https:/vimeo.com/channels/aviathemes/67209750

    and the video is very clear but I guess thinks have changed lately, or I have a wrong account configuration, because I cannot dowload any Updated Theme , cause mi account appears to 0,00, and when I go yo Downloads I check ThemeFores but appears to 0 downloads. No Enfoldtheme appears.

    I’m very sorry to disturb you so many, but I’m lost and I d’ont know what to do. Please help me. Many tanks and best regards, Adolfo

    I enclosed you my License Certificate

    ……

    LICENSE CERTIFICATE : Envato Marketplace Item

    ==============================================

    This document certifies the purchase of:

    ONE REGULAR LICENSE

    as defined in the standard terms and conditions on the Envato Marketplaces.

    Licensor’s Author Username: Kriesi

    Licensee: Adolfo Lucio Hauber Torres

    For the item:

    Enfold – Responsive Multi-Purpose Theme

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Item ID: 4519990

    Item Purchase Code: [removed]

    Purchase Date: 2013-09-03 08:32:31 UTC

    For any queries related to this document or license please contact Envato Support via http://support.envato.com/index.php?/Live/Tickets/Submit

    Envato Pty. Ltd. (ABN 11 119 159 741)

    PO Box 21177, Little Lonsdale Street, VIC 8011, Australia

    ==== THIS IS NOT A TAX RECEIPT OR INVOICE ====

    #29223
    jackyking
    Participant

    Hi,

    I followed instructions and added login/register links to the top bar (Thanks!).

    However, the top bar is NOT responsive anymore after the addition. Meaning the login/register division would overlap with phone-info and language selector when screen is resized to a smaller window. It looks even uglier on iPad and tablets.

    Question: How can I make the new links responsive? In other words, make them move along with the phone-info and language selector?

    This is what I added,

    In header.php file, in //display the small submenu, right below “echo $nav;” and before “$phone = avia_get_option(‘phone’);”

    echo “<div class=’login_buttons’>LOGIN | REGISTER</div>”;

    and then added,

    .login_buttons{

    position: absolute;

    top: 5px;

    left: 750px;

    }

    to the custom.css.

    I also tried to use position: float, which is what’s used for phone-info but that would put “login/register” links right under the social links on the left.

    BTW, I tried to add css code to the Quick CSS field, saved it, but page would never take the css codes. Only takes it when it’s written in the custom.css file. This is the second time it happened. The first time was when Devin and Josue were helping me with a custom portfolio-box css code. I tried 10+ times to add the code, thought was there but Devin found out it was never loaded. Not sure what might have caused this issue.

    Thanks,

    #29200
    robkhoo
    Participant

    Hi guys,

    I am transfering a large site over to enfold but am having some difficulties with the custom post type titles for archive pages. I have a template for the CPT and a portion snipped and pasted below. What I want is to display something different from the current “Archives” heading that current displays here: http://the758.com/restaurants/

    <?php

    global $avia_config, $more;

    /*

    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.

    */

    get_header();

    echo avia_title(array(‘title’ => avia_which_archive()));

    ?>

    #139963

    Hey,

    Edit framework > php > class-framework-widgets.php, find this code on line 1278:

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng
    };

    Replace it with:

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng,
    panControl:true
    };

    I don’t think it is that easy to hide it or show it only on mobile view.

    Regards,

    Ismael

Viewing 30 results - 16,561 through 16,590 (of 16,888 total)