Forum Replies Created
-
AuthorPosts
-
Hi 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!
YigitHey stepheng!
Can you post the link to your page where we can see an example please?
Cheers!
YigitHey grwebs!
Please use Accordion element. You can see examples here – http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/
Cheers!
YigitHey!
Please add following code to Quick CSS as well
#top div div.product .woocommerce-tabs ul.tabs li a { font-size: 18px; }Regards,
YigitHey!
Please add following code to Quick CSS
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { width: 73%; } .av-main-nav > li > a { padding: 0 6px; }You may need to adjust the values
Best regards,
YigitHi Mohan!
Your options and custom CSS code in Quick CSS field remain the same if you update the theme ( http://vimeo.com/67209750 ). If you have added your code to custom.css file please have a backup before updating the theme.
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.Best regards,
YigitHey kmicks!
Please change code to following one
.avia-button.avia-size-large { min-width: 260px; padding: 30px 60px; }Best regards,
YigitNovember 17, 2014 at 3:14 pm in reply to: Transfert local to server : website background images lost #352446Hi Dominique!
Have you refered to this page before migrating – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/ ?
Also please make sure that you have moved your wp-content/uploads folder to your live server as wellRegards,
YigitHey studiotopo!
It seems like caching issue. Have you tried de-activating all active plugins and check if that helps?
Cheers!
YigitHey alexbillaut!
Please try using this plugin – https://wordpress.org/plugins/codestyling-localization/
Please do not forget to rescan theme files before editing them.Regards,
Yigit -
AuthorPosts
