Forum Replies Created
-
AuthorPosts
-
Hey jonathan2012!
Please see Kriesi’s post here – https://kriesi.at/support/topic/kriesi-logo/#post-161892
Currently it is not possible and you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
You can request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitHi!
You should add it to wp-config.php file as following
define('WP_MEMORY_LIMIT', '128M');Cheers!
YigitHi metafora29!
You can enable debugging mode to see shortcodes you have creating in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitHey davidrk!
Can you post a screenshot of the elements where we can see the issue? I cannot see 9 images in grid on your homepage now. I tried hovering over all images on your homepage but it did not flicker. I checked your website on Safari Version 7.0.3 on OS X 10.9.2. Which version of OS and Safari are you using?
Regards,
YigitHi George!
I have disabled minifying in Performance > General Settings > Minify, saved it, re-enabled and it is working fine now. Please check your website and confirm.
Best regards,
YigitHey codecreative!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Cheers!
YigitHey codecreative!
Please do not create duplicated topics as it is marking it harder for us and other users to follow. Closing this one for now.
Cheers!
YigitHey batesunited!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { h3.av-special-heading-tag { font-size: 22px!important; }}Cheers!
YigitHi!
It was a small bug which was fixed in version 2.8.1. You can update Enfold to the latest version 2.8.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi!
@hansenberg Glad you figured it out! Let us know if you have any other questions or issues
@michaeloeser Thank you Michael!Regards,
YigitJune 6, 2014 at 2:55 pm in reply to: Woocommerce: Remove "Add to cart" & "Show Details" buttons from category page #275590Hi thewebworkshop!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive .avia_cart_buttons { display: none!important; }Best regards,
YigitHey KirstenMac!
Please go to Appearance > Menus and make sure to check “Enfold Main Menu” under Menu Settings
Best regards,
YigitHi eaglescience2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 7px; }} @media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { height: auto !important; }}also Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor and change the link to your about me page
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("span.fn a").attr("href", "http://kriesi.at"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHey Luis!
Please also try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
YigitJune 5, 2014 at 6:36 pm in reply to: How To Add A Bgd color & or a Bgd img to the overall site in resposive mode #275258Hi!
You are welcome! Let us know if you have any other questions or issues
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2420 .slide-meta { display: none!important; }Best regards,
YigitHey!
LayerSlider works only fullwidth unless you have it as a standalone plugin.
You said “Easy Slider does not fill the container to the edges of the specific column” and i asked for your website to help you with that and it seemed like you figured it out, that is why i thought “like you came right”. Sorry for confusionCheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .logo { left: 12%; }you may need to adjust the value to center it perfectly
Regards,
YigitHey!
Please add following code to Quick CSS instead
.content, .sidebar { padding-top: 0; }Regards,
YigitHey!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitHi!
You are welcome :)
You can take a look at this video for more details – http://vimeo.com/channels/aviathemes/91837491
Let us know if you have any other questions or issuesBest regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #main .content { padding-top: 0; }Regards,
YigitHi interage!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = 130px
Best regards,
YigitHey krystians!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".sub_menu>ul>li>a").attr("target", "_blank"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
Yigit -
AuthorPosts
