Viewing 30 results - 15,151 through 15,180 (of 16,893 total)
  • Author
    Search Results
  • #332843

    I’m seeing the same thing, I’ve manually updated to v2.9.1 and running WordPress v4.0 on GoDaddy windows hosting.

    All plugins disabled, alternative themes work just fine.

    Note that it isn’t just the theme interaction that is broken the widget screen loses all click and drag related events.

    Here is the error from Chrome v37.0.2062.124 m developer console.

    Uncaught Error: Syntax error, unrecognized expression: a[rel=] load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2fb.error load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2fb.tokenize load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2fb.compile load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2fb.select load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2fb load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2fb.matches load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2m.filter load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2w load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2m.fn.extend.filter load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2initLayout avia_colorpicker.js?ver=4.0:948(anonymous function) avia_colorpicker.js?ver=4.0:652m.extend.each load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2window.EYE.init avia_colorpicker.js?ver=4.0:651j load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2k.fireWith load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2m.extend.ready load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2J load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2

    #332778

    i am using 3.0 can you please help me? My boss has to have a sidebar for the product pages this is crucial below is the functions file for the child theme i am using, i am using a custom widget for the sidebar and on the product listing pages i have it set to ‘sidebar product page’ and i have the child theme overall settings for all sidebars to be set to the right below the functions file i will add the css u sent me please help if you can i am so close please let me know if anyhting is wrong?

    FUNCTIONS FILE-CHILD THEME

    <?php
    $avia_config[‘imgSize’][‘shop_thumbnail’] = array(‘width’=>120, ‘height’=>120, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>260, ‘height’=>260, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);

    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
    function avia_add_image_div()
    {
    echo “<div class=’single-product-main-image alpha’>”;
    }

    function avia_close_image_div()
    {
    global $avia_config;
    $avia_config[‘currently_viewing’] = “shop_single”;

    echo “</div>”;
    }

    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25);
    add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3);
    function avia_add_summary_div()
    {
    echo “<div class=’single-product-summary’>”;
    }

    function avia_close_summary_div()
    {
    echo “</div>”; //close out the summary
    get_sidebar();
    }

    ?>

    CSS-style.css child-theme

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    body {
    font: 15px/1.8em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    }

    td {
    font-size: 14px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left:none;
    border-top:none;
    }
    table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    }
    #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 14px “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    }
    blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 15px;}
    blockquote{
    border-left-style:solid;
    border-left-width:7px;
    padding-left:20px;
    margin-bottom:1em;
    margin-right:1em;
    font-size: 12px;
    line-height: 1.8em;font-family: Georgia,”Times New Roman”;
    }
    .asc_facebook .social_widget_icon{
    color:#fff;
    background-color:#3b5997;
    border-color:#3b5997;
    text-shadow: 1px 1px 1px #17ACD8;
    }
    .asc_gp .social_widget_icon{
    color:#fff;
    background-color:#d64937;
    border-color:#d64937;
    text-shadow: 1px 1px 1px #17ACD8;
    }
    .logo {margin:7px 0}
    .single-product .product {
    width: 68%;
    margin-right: 4%;
    clear: none;
    float: left;
    }

    Hi!

    Put this in your wp-config.php file:

    define( 'WP_MEMORY_LIMIT', '128M' );
    

    Enfold includes this comment in the source:

    <!--
    Debugging Info for Theme support: 
    
    Theme: Enfold
    Version: 2.9.2
    Installed: enfold
    AviaFramework Version: 2
    AviaBuilder Version: 0.7
    ML:64-PU:30-PLA:5
    -->
    

    ML stands for Memory Limit.
    Regards,
    Josue

    #332418
    DaraEmerson
    Participant

    … and probably others…
    Hi,

    When I upgrade to php 5.5 or 5.6, instead of an h4 heading it says:

    Warning: mysql_real_escape_string(): No such file or directory in /home/.sites/47/site6089695/web/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318

    Warning: mysql_real_escape_string(): A link to the server could not be established in /home/.sites/47/site6089695/web/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318

    Thanks
    Dara

    #332226
    ttnka
    Participant

    Whena I try to acces to my site I have this issue, whitout change anything :

    Warning: require(/web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php): failed to open stream: No such file or directory in /web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 147 Fatal error: require(): Failed opening required ‘/web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php’ (include_path=’.:/php5.3/lib/php/’) in /web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 147

    Can anyone help me please ?

    #332138
    zenji
    Participant

    Hey folks,

    Just have to say, WOW … amazing job! Love all the new version. =)

    I have one question if I may. I am looking to make the left sidebar a little smaller on it’s horizontal plain … the max I can do is 80% | 20%. I would like to have an option for 85% | 15% as well. I found that part of the admin settings are in register-admin-options.php file on line 279 … but what css file will I find the widths so I made add them?

    Many thanks

    #332071
    This reply has been marked as private.
    #331928

    In reply to: Logo for blog

    Hi,

    There is no av_change_logo declared, are you still seeing the fatal error message?

    Also, consider using a child theme, that way you don’t have to touch the theme functions.php directly.

    Best regards,
    Josue

    #331501

    Topic: A Bug during Checkout

    in forum Enfold
    bakbek
    Participant

    Hi, I have a very annoying bug that occurs during checkout of free products. After the place order button is clicked the page just keeps loading forever and it doesn’t redirect to the order summery page. The order does show up under the WooCommerce orders but no emails are being sent (not to the admin and not to the customer).

    I asked WP Engine to see if thy can find the reason and here is what they found:

    When that checkout page is submitted, a request to admin-ajax.php is made and that request is showing a 500 error, so the checkout does not submit correctly. Here is one of those errors on the log:

    05/Oct/2014:16:00:59 +0000|v1|127.0.0.1|polytown.co.il |500|20|127.0.0.1:6788|1.493|1.493|POST /wp-admin/admin-ajax.php?action=woocommerce_checkout HTTP/1.0

    I did some digging into the error logs, and it appears to be caused by this error:

    [Sun Oct 05 16:00:59 2014] [error] [client 66.162.212.19] PHP Parse error: syntax error, unexpected ';' in /nas/wp/www/cluster-2147/polytowncoil/wp-content/themes/enfold/woocommerce/emails/customer-completed-order.php on line 55, referer: https://polytown.co.il/checkout/

    Each time that that 500 error showed up on the access logs, there was a corresponding error syntax error, so I am fairly sure this is the case.

    I would recommend reaching out to the theme developer, or working to update that theme if at all possible.

    I also contacted Woothemes support and this is what they said:

    The problem that you’re having might be related to your theme. Did you recently update WooCommerce? I see that the Enfold theme does not declare compatibility for WooCommerce 2.2 yet (http://cld.wthms.co/VghZ ). Can you please try placing an order with free products in a default WordPress theme, such as Twenty Twelve? If the problem does not occur, then you’ll have to contact the support folks at Kriesi: https://kriesi.at/support/?envato_item_id=4519990

    Can you look into this issue and see if you can find the solution?

    #331388

    In reply to: Secondary Menu

    I have resolved the first issue and played around with the “helper-main-menu.php” file, so the secondary menu is now displayed below the main menu… but, now the main menu – submenu is not displaying correctly. It gets displayed below the secondary menu, I have tried fiddeling around with the z-index, but to no avail.

    Fixed that too.

    • This reply was modified 11 years, 6 months ago by WynandB.
    #331301

    In reply to: Logo for blog

    Thanks, Yigit. I did it but it gives this message:

    Fatal error: Cannot redeclare av_change_logo() (previously declared in /hermes/bosnaweb06a/b134/ipg.holagabo/wp-content/themes/enfold/functions.php:459) in /hermes/bosnaweb06a/b134/ipg.holagabo/wp-content/themes/enfold/functions.php on line 478

    I dont know what I did wrong. Any clue?

    Thanks

    #331231

    Hi guys,

    I updated to the newest version of Enfold (3.0) and I am now getting these error messages when trying to “update” (save and publish) a page:

    “Warning: Cannot modify header information – headers already sent by (output started at /****/****/****/wp-content/themes/enfold/config-layerslider/LayerSlider/includes/slider_markup_init.php:1) in /****/****/****/wp-admin/post.php on line 233

    Warning: Cannot modify header information – headers already sent by (output started at /****/****/****/wp-content/themes/enfold/config-layerslider/LayerSlider/includes/slider_markup_init.php:1) in /****/****/****/wp-includes/pluggable.php on line 1173”

    The page looks fine on the frontend, but doesn’t seem to be updating any changes.

    Thanks!
    Brock

    #331200

    Hi!

    The CF7 form is working because i modified the From email (here).

    Regarding the mobile menu on iPad, add this to Quick CSS:

    @media only screen and (max-width: 1024px) {
        .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
        .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
        .html_mobile_menu_tablet #mobile-advanced{display:block;}
        .html_boxed.html_header_sticky #header { width: 100%; }
    }
    

    Cheers!
    Josue

    #330968

    Hi!

    Please add following code to Functions.php file of your child theme

    function theme_name_scripts() {
    	wp_enqueue_style( 'style-name', '//cloud.typography.com/1234/5678/css/fonts.css' );
    }
    add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );

    You should replace the 1234/5678/css/font.css link with your CSS key. I am sure they can help you with how to find it as well :)
    Please also see – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Yigit

    #330766
    MDPC
    Participant

    Hi all;
    First of all thanks you for this great theme, I’m enjoying playing with it!
    I have an issue with a website I run with Woo Commerce and WPML in 3 languages; My problem is that it seems that Enfold v3 has incompatibility issues with Yoast WP SEO and Yoast Woo Commerce SEO (this statement is fron Yoast support staff); In fact the problem is that it somehow disable the pages editing options (only on pages with products on it, shortcodes ot wathever, in any languages), resulting in a blank page with an error message on the sidebar (Fatal error: Call to undefined function woocommerce_product_loop_start() in /home/www/b69abcc7737760eb521b013d87b43f40/web/site/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php on line 182 or Fatal error: Call to undefined function wc_setup_product_data() in /home/www/b69abcc7737760eb521b013d87b43f40/web/site/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php on line 510).
    I have contacted peoples at Woo Commerce and WPML and after digging into my site, they send me to Yoast support staff as it seems this plugin was the problem but almost instantly they tell me that the problem is an incompatibility issue with the latest version of Enfold.
    I tested page editing options with another theme and all was working fine (all plugins activated) but when I switch to Enfold I cannot edit pages with products on it and have to disable Yoast SEO plugins (WP SEO & WC SEO) to have my website up and running.
    Could you please have a look into it? I give you credentials on a clone site for you to see what I mean…
    Thanks in advance for helping me, hope to hear soon from you;
    Best Regards.

    #330702

    Hey!

    It’s done, i modified the single.php. I highly suggest you to use a child theme so this modifications don’t get lost when you update the theme.

    Here’s the modified single.php with the image after the breadcrumbs, keep a backup of this:
    https://gist.github.com/josueochoa/b3eddf64808b8f68b1aa

    Best regards,
    Josue

    #330663

    Hey!

    Thank you for using Enfold.

    You got existing script errors coming from third party plugins:

    Strict Standards: Redefining already defined constructor for class googlefonts in /storage/content/75/122875/dubstation.se/public_html/wp-content/plugins/wp-google-fonts/google-fonts.php on line 140 Strict Standards: Redefining already defined constructor for class wp_memory_usage in /storage/content/75/122875/dubstation.se/public_html/wp-content/plugins/wp-memory-usage/wp-memory-usage.php on line 39 Notice: Undefined index: wpvt_noncename in /storage/content/75/122875/dubstation.se/public_html/wp-content/plugins/wp-veriteco-timeline/wp-veriteco-timeline.php on line 325

    Please deactivate the plugins then test it again.

    Regards,
    Ismael

    #330406
    This reply has been marked as private.
    #330155
    This reply has been marked as private.
    #329930
    NaRanJiTo78
    Participant

    Hi!
    I have the oficial WPML full plugin/addons installed, but just got the following error (When i switch from spanish to german languaje):

    ” Warning: explode() expects parameter 2 to be string, array given in /usr/home/oficinadeasuntos.ch/web/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 6275 Warning: Invalid argument supplied for foreach() in /usr/home/oficinadeasuntos.ch/web/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 6277″

    May be a compatibility WPML error with last version? Or how can i fix it?

    Thanks in advance!

    #329666
    macatokio
    Participant

    Hi everyone,

    This is a follow up of this closed threads https://kriesi.at/support/topic/too-many-image-resized-as-uploading-any-image/ You might want to merge, thank you.

    Have been set any Media WP default size to “0” (to avoid them uploading). Have been also updating to Enfold 3.0 and commenting out Enfold image sizes as shown here (functions.php):

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    
    /* $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );	OPC */						// images for fullsize pages and fullsize slider
    /* $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );	OPC */						// images for fullsize pages and fullsize slider
    /* $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false); OPC */	// images for fullscrren slider
    /* $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );	OPC */						// images for portfolio entries (2,3 column)
    /* $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );	OPC */						// images for portfolio 4 columns
    /* $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );	OPC */					// images for portfolio entries (2,3 column)
    /* $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );		OPC */					// images for magazines
    /* $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		OPC */	// images for fullscreen masonry
    /* $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		OPC */	            	// big images for blog and page entries
    /* $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );		OPC */					// images for fullsize pages and fullsize slider

    Even so, I am getting 3 extra images resized:

    120×120
    450×337
    450×450

    Image

    Might you please explain what these 3 size are and how removing them from uploading ?

    Many thanks

    PS.By the way, love enfold 3.0, nice new features and New demo installations. Nice work, thank you!

    Cheers!

    #329262

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_overlay(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a.slide-image').append('<span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 140px; width: 170px;"><span class="image-overlay-inside"></span></span>');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_overlay');

    Regards,
    Yigit

    • This reply was modified 11 years, 6 months ago by Yigit.

    Hi!

    Using a child theme and putting the code in its functions.php would be ideal and update-proof, alternatively you can use this plugin to store custom functions separated from the theme files.

    Cheers!
    Josue

    #328882

    Hi seanchk!

    The code has changed a bit and it’s found on line 708 instead.

    Open to this file /enfold/framework/php/class-form-generator.php and go to the line 708:

    Add this line:
    $header .= ‘Bcc: (Email address hidden if logged out) ‘. “\r\n”;

    Best regards,
    Arvish

    #328818
    armindoerr
    Participant

    Hi,

    I can no longer edit my frontpage after updating to 3.0. I get the following messages:

    Warning: extract() expects parameter 1 to be array, null given in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 203

    Fatal error: Call to undefined function woocommerce_product_subcategories() in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 274

    Can you please check that?

    Thanks,
    Armin

    #328780

    Hey!

    I’m sorry but it’s not possible without modifying the core files of the theme. If you want to know the files to edit, go to config-templatebuilder > avia-shortcodes > portfolio.php. Find this code on line 470:

    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
    

    Regards,
    Ismael

    #328648
    This reply has been marked as private.
    #328506
    baodao
    Participant

    Hi,

    After updating to the new version, I tried to edit the homepage but in the editior field window it reads:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 272683 bytes) in /home/lfevi0/public_html/lovelynailsalon.ca/wp-content/themes/enfold/css/dynamic-css.php on line 779

    Please help.

    #328311

    Hey!

    Code to put in functions.php would be:

    function googleplus_code() { 
    	if(is_front_page()) {
    		$output = "\n";
    		$output .= ' <a href="https://plus.google.com/114176567148165291879" rel="publisher">Google+</a>';
    		$output .= "\n";
    		echo $output;
    	}
    }
    
    add_action('wp_head', 'googleplus_code', 10);

    Cheers!
    Josue

    #328183
    gregdickson
    Participant

    Hi I’ve just updated to 3.0 and I’ve noticed that the blog page (single.php) is a different size to the rest of the site.

    The blog post are 1111px and the pages are 1240px

    Screenshot of the page = https://www.evernote.com/shard/s54/sh/8a5b758f-71f3-4320-bc36-112f5531a07d/7a6c8098077e8e6d33295904007c46b2

    Screenshot of the post = https://www.evernote.com/shard/s54/sh/375ffd5b-a4b0-44c1-a03c-012ca5914291/70a6bb629a0dfe357e048aa41aee5204

    I’m running a child theme so the update shouldn’t of affected anything.

    Any ideas?

    • This topic was modified 11 years, 6 months ago by gregdickson.
Viewing 30 results - 15,151 through 15,180 (of 16,893 total)