Forum Replies Created
-
AuthorPosts
-
Hi!
Please download pre-built Enfold child theme from here – http://kriesi.at/documentation/enfold/downloads/
Cheers!
YigitJanuary 12, 2015 at 5:27 pm in reply to: Problems with WPML and enfold in a multisite environment #378387Merhabalar Murat!
Please create a temporary admin login and post it here privately and we will gladly look into it :)
Regards,
YigitHi Kayzel!
Please add following code to Quick CSS and adjust as needed
#footer { background: #1e5799; background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); background: -o-linear-gradient(top, #1e5799 0%,#7db9e8 100%); background: -ms-linear-gradient(top, #1e5799 0%,#7db9e8 100%); background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); }You can create gradients using this website – http://www.colorzilla.com/gradient-editor/
Regards,
YigitHey!
You are welcome Robert, we are always happy to help :)
Please try using this plugin – https://wordpress.org/plugins/better-wp-security/ or this one – https://wordpress.org/plugins/bulletproof-security/Cheers!
YigitHi!
You can move your modified avia.js file into your child theme inside js folder
Regards,
YigitTabiki. Dusunceniz icin cok tesekkur ederim. Takim arkadaslarima simdilik goz atmamalarini rica ettim. Sitenizi yeniden kurduktan sonra sorun devam ederse, lutfen haberdar etmekten cekinmeyin.
Saygilar,
YigitHey!
I removed following code from the top of Functions.php file – http://pastebin.com/Vv5jDRs2
Please review your website now.Best regards,
YigitHi!
This is how it looks on my end on OS X 10.10 on Firefox 34.0.5 – http://i.imgur.com/ugUZgta.jpg
Thanks @begrafiks and @michaelalbany :)Cheers!
YigitHi Jason!
Please add following code to Fuctions.php file in Appearance > Editor
function add_custom_script(){ ?> <script type="text/javascript"> var cdJsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); document.write(unescape("%3Cscript src='" + cdJsHost + "analytics-eu.clickdimensions.com/ts.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var cdAnalytics = new clickdimensions.Analytics('analytics-eu.clickdimensions.com'); cdAnalytics.setAccountKey('aFkPIGWT8MkSDbFqaKRmq5'); cdAnalytics.setDomain('cdc.org.nz'); cdAnalytics.trackPage(); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
YigitHey DROR!
Please try de-activating all active plugins and check if that helps
Cheers!
YigitHi mcraig77!
Please add following code to Quick CSS
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top: 0; }Regards,
YigitHey Jaeseok!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.copyright { width: 100%; text-align: center; }Regards,
YigitHi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main_alternate { background-color: #f1f1f1; }Cheers!
YigitHi!
Please add following code to Quick CSS as well
.single .big-preview.single-big { pointer-events: none; }and then go to Enfold theme options > Blog Layout and “disable related entries”
Best regards,
YigitHi!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Best regards,
YigitHi!
Please refer to my post here – https://kriesi.at/support/topic/help-with-icon-box/#post-340093
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { top: 15px; text-decoration: underline !important; }and remove U tag
Cheers!
YigitHi!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class h2 { font-weight: 800 !important; font-style: italic !important; }Cheers!
YigitHi bjornwallman!
Can you please elaborate on the changes you would like to make?
Best regards,
YigitHey!
Please try following
// change default icons add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['search'] = array( 'font' =>'myicons', 'icon' => 'ue803'); // works $icons['scrolltop'] = array( 'font' =>'myicons', 'icon' => 'ue801'); // should work now return $icons; }Best regards,
YigitHey jaceyfaulkner!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitJanuary 12, 2015 at 4:29 pm in reply to: NON video version of tutorial guide – adding more icon fonts #378337Hey senso!
Please go to http://www.fontello.com/ select icons you would like to download, give name to your fonts and then click “download webfont” – http://i.imgur.com/QcHIveg.png
then go to Enfold theme options > Import & Export and upload your icons in “Iconfont Manager” section – http://i.imgur.com/XsJed4u.pngCheers!
YigitHi!
Please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Regards,
YigitHi peterprofitfy!
Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png
Regards,
YigitHi James!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.flex_column .avia-slideshow { margin: 0; }Regards,
YigitJanuary 12, 2015 at 4:21 pm in reply to: TinyMCE Advanced and thumbnail issue in Media Library #378330Hey!
Can you please elaborate on the issue you are having? It does seem to work fine on my end – http://i.imgur.com/vKhGSHQ.png
Regards,
YigitHey!
You can add following code to Quick CSS and adjust the value as needed
.single .big-preview.single-big { max-width: 50%; margin: auto; }Regards,
YigitJanuary 12, 2015 at 4:16 pm in reply to: Check to display the social icons defined in Social Profiles in your socket. #378325Hey ENB!
Thank you for your kind words :)
You do not need additional CSS code to display social icons in socket section, checking the box should have done it.
Do you mind creating a temporary admin login and posting it here privately so we can look into it?Best regards,
Yigit -
AuthorPosts
