Viewing 30 results - 217,081 through 217,110 (of 244,448 total)
  • Author
    Search Results
  • #295606

    Hi!

    Can you please place your title inside a Color section element with an unique ID please? ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png )
    Then we can edit the code so it would be applied only on “Systèmes & Documents” title :)

    Cheers!
    Yigit

    #295604

    Hi Matthieu!

    In Enfold theme options > Blog Layout > Blog Style, i changed the style to “Use advanced layout editor..” and added a Blog Posts element to your page and now it seems to be working fine. Please review your website

    Regards,
    Yigit

    Hi George!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .title_container .breadcrumb { font-size: 16px; }
    h3.widgettitle { font-size: 16px; }

    Best regards,
    Yigit

    #295600

    Hi Gabe!

    Please go to Enfold theme options > Header Layout and choose to display “Logo left, menu below” and then let us know so we can provide you custom CSS code to center the menu.
    It is not easily possible to move search icon next to your logo, but with modifying helper-main-menu.php file in Enfold/includes folder, it is possible to add a search box.

    Best regards,
    Yigit

    #295578

    thanks, but we did not get it. i integrated your script and you can take a look at example

    i checked with the latest chrome, firefox and internet explorer, all have emptied caches. problem: the simple hovering effect (not the enfold hovering effect) of a masonry gallery thumb is still there. because the simple hovering effect is coming from the caption detail.

    unluckly the title (left bottom) in the lightbox of a masory gallery image, which is pulled out of the caption detail of an image disappears. but i need a description for every picture which is in full view like in the “fullscreen slider”, not only a title in the thumb view. and i like that i can use <br>. but with your script hiding the title this lightbox title disappears, eventhough its pulled out of caption description of an image and that would be a pity.

    gosh, minor problem,
    sorry for that text and i hope we find a solution.

    gruß sebastian.

    • This reply was modified 11 years, 8 months ago by webfordj.
    #295577
    This reply has been marked as private.
    #295575
    bzzz007
    Participant

    Hi

    I have a problem with nav-menus. The drag doesn’t work. I thought one of mine plugin (all in seo) but, in fact, I changed the template and it works. Now, to customize my menu, i need to change the template. Not sur it’s normal

    Regards

    #295566

    In reply to: Custom sidebar menu

    Hey Yigit,
    You can see my menu here : http://www.sphere-evenements.com/menu-gauche-enfold.jpg

    As you can see, there is no bullet point in front of my categories. Also, my menu is not aligned at left but at right (sub-categories are shifted to the left, when yours are shifted to the right).

    However, in your screenshot, all levels of your menu have the same CSS (bold, color). I’d like to differentiate each level with CSS but I don’t know how.

    Then, I’d like to replace the bullet point by an image or something else than a point. Is it possible ?

    Thanks for your help :)

    Franck

    #295565

    Hey!

    Sorry for the late reply. That does happen because of image overlay. You can remove it and titles would display on hover. Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.image-overlay { display: none !important; }

    Regards,
    Yigit

    #295562

    Hey vuzzbuzz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .page-id-11 .content {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Cheers!
    Yigit

    #295556
    Kevin
    Participant

    Take a look at link provided in the private data section. I’m using the built in pricing table tool to create a rather long table (70+ rows) and have discovered and have discovered a disparity between the row height provided in the description columns versus the default columns. The cells being created in the description column are slightly shorter than the default cell size. The result is that as you go farther down the table the description is no longer matching up with the rows that is corresponds to.

    Please let me know what I can do to force the description column to match up with the corresponding “default style” rows.

    Thanks!

    • This topic was modified 11 years, 8 months ago by Kevin.

    Hi Andy!

    You can remove header from a certain page using page ID in custom CSS code as following

    .page-id-59 #header { display: none !important; }
    .page-id-59 #main { padding-top: 0 !important; }

    Please add the code to Quick CSS field in Enfold theme options under General Styling tab. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    #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

    #295534

    Hey sineadh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #av_section_3 h4 {
    margin-top: 0;
    }

    Cheers!
    Yigit

    #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

    #295531

    Hi inkydia!

    Please firstly update Enfold to the latest version 2.9.1 via FTP and let us know if issue remains – http://vimeo.com/67209750
    Cheers!
    Yigit

    #295525

    Hey profumopuntoit!

    Please go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);	

    and change the values then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
    then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .news-thumb img, .news-thumb img { width: 28px; height: 28px; }
    .news-thumb { height: 36px; width: 36px; }

    These are default values. You should change them according to sizes you set in functions.php file

    Regards,
    Yigit

    #295515

    Hey!

    Currently there is no easier way i am afraid. You can request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
    How does it effect theme styling? Please use Color Section ID and Page ID to customise your page so changes would be applied to the element only on that certain page :)

    Cheers!
    Yigit

    #295503

    In reply to: Make logo bigger

    Hi Rob!

    You are using an older version of the theme, 2.4.4. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
    You may need to re-configure header. Please see – http://vimeo.com/channels/aviathemes/91837491

    Cheers!
    Yigit

    #295502

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top div .widget_shopping_cart .button { float: left; }
    .term-mens-clothing .sidebar { display: none!important; }
    .term-mens-clothing .content { border: none; width: 100%!important; }

    Regards,
    Yigit

    #295494

    Hi Laureninthailand!

    You can remove captions on mobile devices by adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .avia-caption { display: none !important; }}

    Regards,
    Yigit

    #295493

    Topic: Fonts

    in forum Enfold
    hark
    Participant

    Hi
    I have been asked if there is a way to use a particular font on a site – the font is called menuetto http://www.1001freefonts.com/menuetto.font
    Is there a way that I can add fonts in any sort of a way with Enfold?
    Thanks for any help on this one.
    Ian

    #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

    #295488

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .content {
    border-color: white!important;
    }

    Cheers!
    Yigit

    #295477

    In reply to: Remove Header

    Hi miketica!

    Seems like you have already removed the header on your page. Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove the top padding on your page

    .page-id-192 #main {
    padding-top: 0!important;
    }

    Alternatively, you can use blank template which has no header and footer

    Best regards,
    Yigit

    #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

    #295471

    In reply to: Make logo bigger

    Hi ccfc1965!

    Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value and change the size in Header Custom Height. 90 or 100px should be fine

    Best regards,
    Yigit

    #295454
    bzzz007
    Participant

    Hi,

    Nice template. I have 2 problems:
    1. Menu: When i click on “Links” or “categories”, nothing happens. I only can add “pages” to the menu
    2. I can’ import image (logo or favicon) in Enfold options. I have to upload the pictures via FTP ‘ans select “add with an URL)

    Any suggest?

    Regards

    #295452
    This reply has been marked as private.
    #295447

    Topic: Make logo bigger

    in forum Enfold
    ccfc1965
    Participant

    Hi

    I am just starting a website using Enfold and am stuck fairly quickly. I have been trying to resize the logo but no matter what I try it is always the same size. I have searched the forum and there are a few threads on this saying to use the quick css field, but that doesn’t seem to work either. I just want to make the logo about 50% bigger, do I need to increase the size of the menu area?

    Any help would be greatly appreciated.

    My site is – http://www.earlybirdracingclub.com

    Regards
    Rob

Viewing 30 results - 217,081 through 217,110 (of 244,448 total)