Forum Replies Created

Viewing 30 posts - 2,611 through 2,640 (of 9,352 total)
  • Author
    Posts
  • in reply to: Enfiold and learning plug ins #295819

    Hey!

    Yes please. Unfortunately the video code is completely missing in the html code and I need to check the Sensei templates and configuration.

    Cheers!
    Peter

    Hi!

    Verucht einmal diesen Code in das Quick CSS Feld einzufügen:

    
    .woocommerce-checkout  #place_order{ margin-top: 10px !important; }
    

    Cheers!
    Peter

    in reply to: BBPress #295552

    Hey!

    Seems to be a conflict between BBPress and “Paid Memberships Pro” plugin. If you want to use both plugins together please report this bug to the “Paid Memberships Pro” plugin author.

    Best regards,
    Peter

    in reply to: Did latest Enfold update delete some pages? #295540

    Hi Peter!

    No, Enfold never deletes pages. Especially BuddyPress pages are not affected by Ennfold because we officially don’t support BuddyPress and we also do not include any code which may affect BuddyPress content. Maybe BuddyPress or a BuddyPress extension deleted the pages for some reasons or a hacker used your account to delete these pages. Updating the password is probably a good idea because then you’re on the safe side.

    Cheers!
    Peter

    in reply to: HELP FATAL ERROR / out of memory #295539

    Hey!

    Yes this should be possible but I guess the host support team will use these backups anyway if the last backup doesn’t work.

    Best regards,
    Peter

    in reply to: Exporting from multisite wordpress setup #295535

    Hi Diezel23!

    I’m not sure if the exporter/importer is compatible with WordPress multisite. I’ll mark this thread for Kriesi – maybe he can answer the question. As a workaround you can try to export the database tables with a plugin like WP MigrateDB or WP MigrateDB PRO and to import these tables on your other server with phpmyadmin or another database tool.

    Best regards,
    Peter

    in reply to: W3 Total Cache causing conflicts #295532

    Hey ghodson!

    I can’t tell you which script breaks the w3tc plugin but I can provide the configuration which is used on my websites (with Enfold). The config data can be found in wp-content/w3tc-config/master.php

    
    return array(
    	'version' => '0.9.4',
    	'common.instance_id' => XXXX,
    	'pgcache.enabled' => true,
    	'pgcache.engine' => 'file_generic',
    	'minify.enabled' => true,
    	'minify.auto' => false,
    	'minify.engine' => 'file',
    	'minify.html.engine' => 'html',
    	'minify.js.engine' => 'js',
    	'minify.css.engine' => 'css',
    	'dbcache.enabled' => true,
    	'dbcache.engine' => 'file',
    	'objectcache.enabled' => false,
    	'objectcache.engine' => 'file',
    	'browsercache.enabled' => true,
    	'cdn.enabled' => false,
    	'cdn.engine' => 'ftp',
    	'varnish.enabled' => false,
    	'varnish.servers' => array(
    		0 => '',
    	),
    	'newrelic.enabled' => false,
    	'newrelic.api_key' => '',
    	'newrelic.account_id' => '',
    	'newrelic.appname' => '',
    	'newrelic.application_id' => 0,
    	'widget.pagespeed.enabled' => true,
    	'widget.pagespeed.key' => '',
    	'config.check' => true,
    	'pgcache.file.nfs' => false,
    	'minify.file.nfs' => false,
    	'dbcache.file.locking' => false,
    	'objectcache.file.locking' => false,
    	'pgcache.file.locking' => false,
    	'minify.file.locking' => false,
    	'minify.rewrite' => true,
    	'minify.reject.logged' => true,
    	'minify.html.enable' => true,
    	'minify.html.inline.css' => true,
    	'minify.html.inline.js' => false,
    	'minify.html.reject.feed' => true,
    	'minify.html.strip.crlf' => true,
    	'minify.html.comments.ignore' => array(
    		0 => 'google_ad_',
    		1 => 'RSPEAK_',
    	),
    	'minify.js.enable' => true,
    	'minify.js.combine.header' => false,
    	'minify.js.header.embed_type' => 'blocking',
    	'minify.js.strip.comments' => false,
    	'minify.js.strip.crlf' => false,
    	'minify.css.enable' => true,
    	'minify.css.combine' => false,
    	'minify.css.strip.comments' => false,
    	'minify.css.strip.crlf' => true,
    	'minify.css.imports' => '',
    	'minify.lifetime' => 86400,
    	'minify.file.gc' => 86400,
    	'minify.reject.uri' => array(
    		0 => '',
    	),
    	'minify.reject.files.js' => array(
    		0 => '',
    	),
    	'minify.reject.files.css' => array(
    		0 => '',
    	),
    	'minify.reject.ua' => array(
    		0 => '',
    	),
    	'minify.cache.files' => array(
    		0 => 'https://ajax.googleapis.com',
    	),
    	'notes.need_empty_minify' => false,
    	'browsercache.timestamp' => '1405783478',
    	'browsercache.no404wp' => false,
    	'browsercache.no404wp.exceptions' => array(
    		0 => 'robots\\.txt',
    		1 => '[a-z0-9_\\-]*sitemap[a-z0-9_\\-]*\\.(xml|xsl|html)(\\.gz)?',
    	),
    	'browsercache.cssjs.last_modified' => true,
    	'browsercache.cssjs.expires' => true,
    	'browsercache.cssjs.lifetime' => 31536000,
    	'browsercache.cssjs.cache.control' => false,
    	'browsercache.cssjs.cache.policy' => 'cache_public_maxage',
    	'browsercache.cssjs.etag' => false,
    	'browsercache.cssjs.w3tc' => false,
    	'browsercache.cssjs.compression' => true,
    	'browsercache.cssjs.replace' => false,
    	'browsercache.cssjs.nocookies' => false,
    	'browsercache.html.last_modified' => true,
    	'browsercache.html.expires' => true,
    	'browsercache.html.lifetime' => 3600,
    	'browsercache.html.cache.control' => false,
    	'browsercache.html.cache.policy' => 'cache_public_maxage',
    	'browsercache.html.etag' => false,
    	'browsercache.html.w3tc' => false,
    	'browsercache.html.compression' => true,
    	'browsercache.other.last_modified' => true,
    	'browsercache.other.expires' => true,
    	'browsercache.other.lifetime' => 31536000,
    	'browsercache.other.cache.control' => false,
    	'browsercache.other.cache.policy' => 'cache_public_maxage',
    	'browsercache.other.etag' => false,
    	'browsercache.other.w3tc' => false,
    	'browsercache.other.compression' => true,
    	'browsercache.other.replace' => false,
    	'browsercache.other.nocookies' => false,
    	'notes.plugins_updated' => false,
    	'notes.support_us' => false,
    	'pgcache.late_init' => false,
    	'minify.debug' => false,
    	'notes.need_empty_pgcache' => false,
    	'pgcache.debug' => false,
    	'dbcache.debug' => false,
    	'dbcache.reject.logged' => true,
    	'dbcache.lifetime' => 180,
    	'dbcache.file.gc' => 3600,
    	'dbcache.reject.uri' => array(
    		0 => '',
    	),
    	'dbcache.reject.sql' => array(
    		0 => 'gdsr_',
    		1 => 'wp_rg_',
    		2 => '_wc_session_',
    	),
    	'dbcache.reject.words' => array(
    		0 => '^\\s*insert\\b',
    		1 => '^\\s*delete\\b',
    		2 => '^\\s*update\\b',
    		3 => '^\\s*replace\\b',
    		4 => '^\\s*create\\b',
    		5 => '^\\s*alter\\b',
    		6 => '^\\s*show\\b',
    		7 => '^\\s*set\\b',
    		8 => '\\bautoload\\s+=\\s+\'yes\'',
    		9 => '\\bsql_calc_found_rows\\b',
    		10 => '\\bfound_rows\\(\\)',
    		11 => '\\bw3tc_request_data\\b',
    	),
    	'plugin.type' => '',
    	'fragmentcache.enabled' => false,
    	'fragmentcache.engine' => 'file',
    	'cluster.messagebus.enabled' => false,
    	'cluster.messagebus.sns.region' => '',
    	'cluster.messagebus.sns.api_key' => '',
    	'cluster.messagebus.sns.api_secret' => '',
    	'plugin.license_key' => '',
    	'minify.js.combine.body' => false,
    	'minify.js.body.embed_type' => 'blocking',
    	'minify.js.combine.footer' => false,
    	'minify.js.footer.embed_type' => 'blocking',
    	'minify.js.groups' => array(
    		'7c169' => array(
    			'default' => array(
    				'include' => array(
    					'files' => array(
    						0 => 'wp-includes/js/jquery/jquery.js',
    						1 => 'wp-includes/js/jquery/jquery-migrate.min.js',
    						5 => 'wp-content/themes/enfold/js/avia-compat.js',
    						6 => 'wp-includes/js/comment-reply.min.js',
    						12 => 'wp-content/themes/enfold/js/avia.js',
    						13 => 'wp-content/themes/enfold/js/shortcodes.js',
    					),
    				),
    				'include-footer' => array(
    					'files' => array(
    						0 => 'wp-content/themes/enfold/config-woocommerce/woocommerce-mod.js',
    						2 => 'wp-includes/js/jquery/ui/jquery.ui.core.min.js',
    					),
    				),
    			),
    		),
    	),
    	'minify.css.groups' => array(
    		'7c169' => array(
    			'default' => array(
    				'include' => array(
    					'files' => array(
    						3 => 'wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css',
    						4 => 'wp-content/themes/enfold/css/base.css',
    						5 => 'wp-content/themes/enfold/css/layout.css',
    						6 => 'wp-content/themes/enfold/css/shortcodes.css',
    						7 => 'wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css',
    						8 => 'wp-content/uploads/dynamic_avia/enfold.css',
    					),
    				),
    			),
    		),
    	),
    	'pgcache.accept.uri' => array(
    		0 => 'sitemap(_index)?\\.xml(\\.gz)?',
    		1 => '([a-z0-9_\\-]+)?sitemap\\.xsl',
    		2 => '[a-z0-9_\\-]+-sitemap([0-9]+)?\\.xml(\\.gz)?',
    	),
    	'cdn.theme.files' => '*.css;*.js;*.gif;*.png;*.jpg;*.ico;*.ttf;*.otf,*.woff,*.less',
    	'mobile.rgroups' => array(
    		'high' => array(
    			'theme' => '',
    			'enabled' => false,
    			'redirect' => '',
    			'agents' => array(
    				0 => 'acer\\ s100',
    				1 => 'android',
    				2 => 'archos5',
    				3 => 'bada',
    				4 => 'bb10',
    				5 => 'blackberry9500',
    				6 => 'blackberry9530',
    				7 => 'blackberry9550',
    				8 => 'blackberry\\ 9800',
    				9 => 'cupcake',
    				10 => 'docomo\\ ht\\-03a',
    				11 => 'dream',
    				12 => 'froyo',
    				13 => 'googlebot-mobile',
    				14 => 'htc\\ hero',
    				15 => 'htc\\ magic',
    				16 => 'htc_dream',
    				17 => 'htc_magic',
    				18 => 'iemobile/7.0',
    				19 => 'incognito',
    				20 => 'ipad',
    				21 => 'iphone',
    				22 => 'ipod',
    				23 => 'kindle',
    				24 => 'lg\\-gw620',
    				25 => 'liquid\\ build',
    				26 => 'maemo',
    				27 => 'mot\\-mb200',
    				28 => 'mot\\-mb300',
    				29 => 'nexus\\ one',
    				30 => 'nexus\\ 7',
    				31 => 'opera\\ mini',
    				32 => 's8000',
    				33 => 'samsung\\-s8000',
    				34 => 'series60.*webkit',
    				35 => 'series60/5\\.0',
    				36 => 'sonyericssone10',
    				37 => 'sonyericssonu20',
    				38 => 'sonyericssonx10',
    				39 => 't\\-mobile\\ mytouch\\ 3g',
    				40 => 't\\-mobile\\ opal',
    				41 => 'tattoo',
    				42 => 'touch',
    				43 => 'webmate',
    				44 => 'webos',
    			),
    		),
    		'low' => array(
    			'theme' => '',
    			'enabled' => false,
    			'redirect' => '',
    			'agents' => array(
    				0 => '2\\.0\\ mmp',
    				1 => '240x320',
    				2 => 'alcatel',
    				3 => 'amoi',
    				4 => 'asus',
    				5 => 'au\\-mic',
    				6 => 'audiovox',
    				7 => 'avantgo',
    				8 => 'benq',
    				9 => 'bird',
    				10 => 'blackberry',
    				11 => 'blazer',
    				12 => 'cdm',
    				13 => 'cellphone',
    				14 => 'danger',
    				15 => 'ddipocket',
    				16 => 'docomo',
    				17 => 'dopod',
    				18 => 'elaine/3\\.0',
    				19 => 'ericsson',
    				20 => 'eudoraweb',
    				21 => 'fly',
    				22 => 'haier',
    				23 => 'hiptop',
    				24 => 'hp\\.ipaq',
    				25 => 'htc',
    				26 => 'huawei',
    				27 => 'i\\-mobile',
    				28 => 'iemobile',
    				29 => 'iemobile/7',
    				30 => 'iemobile/9',
    				31 => 'j\\-phone',
    				32 => 'kddi',
    				33 => 'konka',
    				34 => 'kwc',
    				35 => 'kyocera/wx310k',
    				36 => 'lenovo',
    				37 => 'lg',
    				38 => 'lg/u990',
    				39 => 'lge\\ vx',
    				40 => 'midp',
    				41 => 'midp\\-2\\.0',
    				42 => 'mmef20',
    				43 => 'mmp',
    				44 => 'mobilephone',
    				45 => 'mot\\-v',
    				46 => 'motorola',
    				47 => 'msie\\ 10\\.0',
    				48 => 'netfront',
    				49 => 'newgen',
    				50 => 'newt',
    				51 => 'nintendo\\ ds',
    				52 => 'nintendo\\ wii',
    				53 => 'nitro',
    				54 => 'nokia',
    				55 => 'novarra',
    				56 => 'o2',
    				57 => 'openweb',
    				58 => 'opera\\ mobi',
    				59 => 'opera\\.mobi',
    				60 => 'p160u',
    				61 => 'palm',
    				62 => 'panasonic',
    				63 => 'pantech',
    				64 => 'pdxgw',
    				65 => 'pg',
    				66 => 'philips',
    				67 => 'phone',
    				68 => 'playbook',
    				69 => 'playstation\\ portable',
    				70 => 'portalmmm',
    				71 => '\\bppc\\b',
    				72 => 'proxinet',
    				73 => 'psp',
    				74 => 'qtek',
    				75 => 'sagem',
    				76 => 'samsung',
    				77 => 'sanyo',
    				78 => 'sch',
    				79 => 'sch\\-i800',
    				80 => 'sec',
    				81 => 'sendo',
    				82 => 'sgh',
    				83 => 'sharp',
    				84 => 'sharp\\-tq\\-gx10',
    				85 => 'small',
    				86 => 'smartphone',
    				87 => 'softbank',
    				88 => 'sonyericsson',
    				89 => 'sph',
    				90 => 'symbian',
    				91 => 'symbian\\ os',
    				92 => 'symbianos',
    				93 => 'toshiba',
    				94 => 'treo',
    				95 => 'ts21i\\-10',
    				96 => 'up\\.browser',
    				97 => 'up\\.link',
    				98 => 'uts',
    				99 => 'vertu',
    				100 => 'vodafone',
    				101 => 'wap',
    				102 => 'willcome',
    				103 => 'windows\\ ce',
    				104 => 'windows\\.ce',
    				105 => 'winwap',
    				106 => 'xda',
    				107 => 'xoom',
    				108 => 'zte',
    			),
    		),
    	),
    	'extensions.active' => array(
    		'wordpress-seo' => 'w3-total-cache/extensions/WordPressSEO.php',
    	),
    	'pgcache.prime.enabled' => true,
    	'pgcache.prime.sitemap' => '/sitemap_index.xml',
    	'fragmentcache.debug' => false,
    );
    

    If W3TC doesn’t work for you try these plugins instead: https://wordpress.org/plugins/bwp-minify/ and https://wordpress.org/plugins/wp-super-cache/

    Best regards,
    Peter

    in reply to: HELP FATAL ERROR / out of memory #295527

    Hi!

    Yes, the backup was probably created with a php script and a php error may affect this script too.

    Cheers!
    Peter

    in reply to: Theme Options not working #295523

    Hey!

    Can you please ask the server administrator/host if some the server caches the data and options? I have the feeling that the code and options are cached somehow and don’t take effect immediately. Even if I add this code to the child theme functions.php file (which should remove the dynamic stylesheet):

    
    add_action('init','avia_remove_dynamic_stylesheet');
    add_action('after_theme_setup','avia_remove_dynamic_stylesheet');
    function avia_remove_dynamic_stylesheet()
    {
            global $avia;
            $safe_name = avia_backend_safe_string($avia->base_data['prefix']);
    	update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, false );
    	update_option( 'avia_stylesheet_exists'.$avia_safe_name, false );
    }
    

    the server simply ignores the code and uses the dynamic stylesheet instead.

    Best regards,
    Peter

    in reply to: Page 'artefacts' – Enfold site on Chrome only #295492

    Hi!

    Try to remove this code from the code you posted above:

    
    @media only screen and (max-width: 768px) {
    .header_bg {
    z-index: -1;
    }}
    

    and check if the issue still persists if you add the rest of the css code.

    Regards,
    Peter

    in reply to: HELP FATAL ERROR / out of memory #295491

    Hey!

    1) Maybe the WPML changed some code with the latest update and the plugin requires more memory.

    2) Kriesi added some code and Enfold 2.9.x requires slightly more memory than 2.8 or older theme versions.

    3) Maybe some other plugins were activated in the meantime or the configuration/settings affect the memory usage (additional code is loaded, etc.).

    Regards,
    Peter

    in reply to: Enfiold and learning plug ins #295480

    Hi!

    Can you post a link to a lesson page please? Not sure why the video doesn’t work.

    Cheers!
    Peter

    Hi!

    Ja genau :) – wenn ihr der Ansicht seit es nicht zu benötigen, da ihr keine Unterschiede merkt, so könnt ihr es jederzeit deaktivieren. Es ist kostenlos, ändert keine Dateien ab und dadurch auch risikolos einsetzbar.

    Best regards,
    Peter

    in reply to: Tracking #295476

    Hey!

    You can also try a plugin like: https://wordpress.org/plugins/download-monitor/ which can track the downloads/user clicks.

    Regards,
    Peter

    in reply to: Partner logo slider – greyscale and colour on hover #295474

    Hi!

    Unfortunately some css attributes are not supported by all browsers and it requires some testing and different solutions (javascript, etc.) to use this effect for all browsers. The default version of Enfold does not support such an effect and thus we consider this as a customization which we can’t provide or help with for free. If you need a greyscale effect which works on all browsers/devices please hire a freelancer who can help you to implement the necessary code. I recommend a service like: http://studio.envato.com/ or http://kriesi.at/contact/customization

    Cheers!
    Peter

    in reply to: PayPal Buy Now Button Code not working | Error "-1" #295462

    Hi!

    Glad you found the problem :)

    Best regards,
    Peter

    in reply to: Theme Options not working #295052

    Hey!

    Some Enfold theme files were missing on your server. I re–installed the theme and it should work now. I did a quick test and rthe button color changed .- i.e. the search button http://thestandardblog.com/?s=

    Cheers!
    Peter

    in reply to: Copyright Area #295050

    Hi Andrew!

    Not directly but you can try to wrap your text into two separate divs and to float one div to the left and the other div to the right – i.e.like:

    
    <div style="float: left; width: 48%;">Left Content</div><div style="float: right; width: 48%;">Right Content</div>
    

    and insert this code into the quick css field:

    
    #socket .copyright {
    clear: both;
    }
    

    to deactivate the default text floating.

    Regards,
    Peter

    in reply to: Added Social Icons in Child Theme #295046

    Hey!

    I’m not sure which settings dropdown you mean on the admin page but I guess you want to use the icons as “social icons”? If yes this post will help you: https://kriesi.at/support/topic/use-different-social-icons/#post-251970

    Best regards,
    Peter

    in reply to: Pagination won't work at blog #295043

    Hey!

    The Simple 301 Redirects plugin caused the issue. I deleted a rule which affected the blog page and the pagination started to work again.

    Best regards,
    Peter

    in reply to: Site has problems with media elements – DONE! #295038

    Hi Schloss Klaus!

    Glad you solved the problem :)

    Regards,
    Peter

    in reply to: Fixed Socket et Footer ("sticky" footer) #295037

    Hi!

    The fixed socket will not work. Please set the position back to “relative” if you don’t want to hide the content. If you want to set a min height for the content container div try this code:

    
    #top .main_color.container_wrap.fullsize{
    min-height: 300px;
    }
    

    and replace 300 with any other positive px or % value if necessary.

    Cheers!
    Peter

    Hey!

    1) Please try to deactivate all plugins – maybe another plugin conflicts with WP3.9.1.

    2) Make sure you’re using the latest theme version (v2.9.x).

    Best regards,
    Peter

    Hi!

    Verwendet ihr die neueste Version meines Plugins: https://kriesi.at/support/topic/woocommerce-de-erweiterung-fur-kriesi-themes/ ? Dieses sollte eigentlich dafür sorgen, dass dieser Satz in zwei Zeilen angezeigt wird. Installiert bitte das Plugin und speichert die Theme Optionen neu.

    Cheers!
    Peter

    in reply to: Major problems with WooCommerce #295024

    Hey!

    No, there’s no hook to remove the config-woocommerce/config.php file because the code will only fire if WooCommerce is activated. The performance impact of the require_once() file inclusion can be ignored. If you want to overwrite the default theme functions.php file include the entire code of the functions.php file into your child theme functions.php, delete the code you don’t want to use and at the very beginning (after the global $avia_config; $avia_config['use_child_theme_functions_only'] = true;

    in reply to: Conflict between Yoast SEO and Advanced Page Builder? #295021

    Hey pjdiddy!

    Tbh we’re not ware of any conflicts. This can be a server side issue (max_input_vars limit, php memory limit, etc.) but I’m not sure. The only suggestion I can make at this point is to update to Enfold 2.9.1 – maybe it solves the issue. If not try to remove some elements from the layout and check if a specific element causes the issue or if the complexity (= number of elements) is the problem.

    Best regards,
    Peter

    in reply to: bbpress search result is something wrong #295004

    Hey!

    Please create us an admin account and we’ll check the configuration.

    Best regards,
    Peter

    Hey DDamjanovic!

    Bzgl 1) Ich weiß nicht, was daran undeutlich beschrieben ist. Die Erweiterung sorgt schlicht dafür, dass die “German Market” Erweiterung mit unseren Themes funktioniert und etwaige Design oder Code-Probleme bzw. Inkompatibilitäten behoben werden.

    Cheers!
    Peter

    in reply to: Open inline element directly in the address bar (url) #294539

    Hi!

    Not without some additional code which checks the hash values and triggers the modal box if necessary. I guess a skilled js developer can do this with 1-2 hours of work but it’s just a rough estimate. If you need help with it please hire a freelancer – i.e. from http://studio.envato.com/

    Cheers!
    Peter

    in reply to: WMPL country code instead of flags #294525

    Hey Spiv!

    Please insert this code into the quick css field and revert the php code changes you posted above.

    
    .avia_wpml_language_switch li .language_flag img { display: none; }
    .avia_wpml_language_switch li .language_code { display: block!important; }
    

    Regards,
    Peter

Viewing 30 posts - 2,611 through 2,640 (of 9,352 total)