Forum Replies Created
-
AuthorPosts
-
Hi Prescott!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .logo img { opacity: 0; } .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }}Cheers!
YigitMerhabalar
Lutfen sitenize goz atiniz.
Demo sayfalari, media elementlerini silmeniz site hizini etkileyecektir. Ayrica, kullanmadiginiz/gerekli olmayan eklentileride deaktif edip silmeniz hiz konusunda etkili olucaktirCheers!
YigitNovember 17, 2014 at 5:46 pm in reply to: Some main images are not 'resized?' properly but are show in full size #352575Hi!
400x450px should work fine but images should be regenerated according to settings in product image sizes
Cheers!
YigitNovember 17, 2014 at 5:40 pm in reply to: Replace Default logo with Text or remove it completely. #352570Hi!
Can you post the link to your website please? We can provide you some custom CSS codes
Regards,
YigitHi!
Please add following code to Quick CSS
.home div#after_layer_slider_1 { display: none; }Cheers!
YigitHey!
Is masonry element working fine when you deactivate “Usersultra ” plugin? If it does, that is 3rd party plugin related issue and as @josue mentioned, unfortunately we are not providing support for 3rd party plugins ( Please see “Scope” section here once again – https://kriesi.at/support/register/ ). Your best route would be hearing from the plugin author as they should have better insight on what could be causing the issue.
Cheers!
YigitHey!
Yes, there should not be any other reason why css not being applied. Please contact them and let us know
Best regards,
YigitHi Jamie A!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) { .container.template-blog.template-single-blog { width: 100%!important; max-width: 100%!important; }}Regards,
YigitHi ML!
You can enable debugging mode to see shortcodes you have created 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.Best regards,
YigitHey netarc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta, .post_author_timeline, .page-id-3260 h2.post-title.entry-title, span.post-meta-infos { display: none; }Regards,
YigitNovember 17, 2014 at 4:50 pm in reply to: How to remove the "Archive for category" in category page #352524Hey zchristos!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { if(is_category()) { $output = single_cat_title('',false); } return $output; }Cheers!
YigitHi!
Can you try adding the code to Custom.css file inside Enfold/css folder via FTP and check if that helps?
If it does not, please contact your service provider. There could be a server side cachingCheers!
YigitHey!
I checked your blog and the second code seems to be working fine. Can you please elaborate?
Cheers!
YigitNovember 17, 2014 at 4:41 pm in reply to: Some main images are not 'resized?' properly but are show in full size #352514Hey!
Have you checked WooCommerce > Settings > Products > Product image sizes as @ismael suggested?
Best regards,
YigitHi!
It is possible using custom CSS code. If you can elaborate and post the link to your website we can gladly help you
Best regards,
YigitHi mixedmedia99!
Please go to Enfold theme options > General Layout > Dimensions and activate “Responsive Site”
Cheers!
YigitHey!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Custom css code is not being appliedCheers!
YigitHey ngproductionfilms!
Please add masonry gallery element to your page and do not place it inside a column element
Best regards,
YigitHi!
Code works fine on my local installation. You can also try changing border color
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border-color: white !important; }Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHi mattmosman!
Seems like you have already figured it out – http://i.imgur.com/6gWD4bf.png ? :)
Cheers!
YigitHi Christine!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_rss_target(){ ?> <script> jQuery(window).load(function(){ jQuery('#rss-3 a').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_rss_target');Cheers!
YigitNovember 17, 2014 at 3:58 pm in reply to: Border Color for individual Color Selection element ? #352478Hey Micheal0424!
Please apply a unique ID to your color section element and then add following code to Quick CSS
#your-custom-id { border-color: red; }Best regards,
YigitLabdien!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .main_menu, #header_main_alternate, .responsive #header .main_menu ul, li#menu-item-search { display: block; } .av-main-nav > li { display: none; } li#menu-item-search { margin-top: -88px; } nav.main_menu { float: right; margin-right: 10%; }}Best regards,
YigitNovember 17, 2014 at 3:52 pm in reply to: Replace Default logo with Text or remove it completely. #352476Hi Renvato2!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; }and add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { display: none; }The easiest way of realising your mockup would be choosing to display transparent header on your landing page ( http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ ) and choosing transparent logo in Enfold theme options > Header > Transparency Options. I mean image instead of text
Best regards,
YigitHi ableart!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info span { color: white; }Cheers!
YigitNovember 17, 2014 at 3:44 pm in reply to: It seems there is a server issue that prevented LayerSlider from saving your…. #352469Hi!
Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.
It is currently set to 64MCheers!
Yigit -
AuthorPosts
