Forum Replies Created
-
AuthorPosts
-
Hi jalmz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.menu li > a:after { content: ' ▾'; } .menu li > a:only-child:after { content: ''; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-1117 p.form_element:nth-child(4) { width: 100%; text-align: center; } h3.avia-form-success { text-align: center; }Best regards,
YigitSeptember 22, 2014 at 2:29 pm in reply to: Can I create a 404 page and make it show as the 404 error page? #323009Hey!
Unfortunately we cannot reveal any of the upcoming features yet. Sorry about that. We do not want to spoil the surprise. Thank you for your understanding :)
Best regards,
YigitHey!
Lutfen assagidaki kodu Appearance > Editor bolumundeki Functions.php dosyasina ekleyin
add_action( 'pre_get_posts', 'set_posts_per_page' ); function set_posts_per_page( $query ) { global $wp_the_query; if ( ( ! is_admin() ) && ( $query === $wp_the_query ) && ( $query->is_archive() ) ) { $query->set( 'posts_per_page', 100 ); } return $query; }Best regards,
YigitHi sarahed!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a { font-weight: normal; } li#menu-item-53 { position: relative; right: -40px; } li#menu-item-53 .avia-menu-text { color: red; }Regards,
YigitHey!
You can firstly turn on debugging mode on – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
and then add this shortcode to your page to replicate home V11 – http://pastebin.com/FDHvGRKDCheers!
YigitHi!
@juliepopovich Can you post the link to your website please? Have you tried de-activating your plugins and checked if that helps?Cheers!
YigitHey!
Are you having any issues with LayerSlider now? That auto-update message would not affect how LayerSlider works and it should work fine. Standalone plugin provides more functionality of LayerSlider and auto-update feature.
Regards,
YigitHey!
Please add following code to Quick CSS
.page-id-1518 div#av_section_1 { height: 83px; max-height: 83px; min-height: 83px; }Regards,
YigitHey pimpelwit!
You are currently using an old version of Enfold which is not compatible with WordPress 4.0. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Many new features were added to the theme, you may need to re-configure header options after updating the theme. Please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Best regards,
YigitHey!
Lutfen Enfold/config-templatebuilder/avia-shortcodes klasorune gidip portfolio.php dosyasini acin ve assagidaki kodu bulun
"name" => __("Post Number", 'avia_framework' ), "desc" => __("How many items should be displayed per page?", 'avia_framework' ), "id" => "items", "type" => "select", "std" => "16",ve assagidaki kodla degistirin
"name" => __("Post Number", 'avia_framework' ), "desc" => __("How many items should be displayed per page?", 'avia_framework' ), "id" => "items", "type" => "select", "std" => "100",sonrasinda assagidaki kodu bulun
"id" => "paginate", "type" => "select", "std" => "yes",ve degistirin
"id" => "paginate", "type" => "select", "std" => "no",varsayilan olarak sayfalandirma kapatilacak ve urun adedi 100 olucak.
Regards,
YigitHi!
Great! Glad it is working fine now! Let us know if you have any other questions or issues
Regards,
YigitHey Aaron!
Can you please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Cheers!
YigitHi Stuart!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 480px) { #advanced_menu_toggle, #advanced_menu_hide { top: 100%; }}Please flush browser cache on your mobile device after applying the code
Best regards,
YigitHey nnn666nnn!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitSeptember 22, 2014 at 12:59 pm in reply to: Can I create a 404 page and make it show as the 404 error page? #322959Hi!
You can still give it a try. It should be released within a week, but just to be on the safe side, let us say two :)
Regards,
YigitPorfolio grid elementini duzenleyip sayfalandirmayi ( pagination = no ) kapatip gosterilen urun sayisini ( post number ) cogaltabilirsiniz – http://i.imgur.com/Rz8k9BD.png
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and replace menu item ID
li#menu-item-2935 { background-image: url(https://www.solveigmalvik.com/wp-content/uploads/2014/09/Danish-flag-300x171.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } li#menu-item-2935 a { opacity: 0; }You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
This code i posted will change Contact menu itemRegards,
YigitHi!
@st0ckh0lm Can you post the link to your website please? Please note that we may need a temporary admin login as wellRegards,
YigitHi!
Kriesi first tests updated LayerSlider versions and then include it into the theme. Current LayerSlider Version that comes with Enfold is 5.2.0. If you would like to use LayerSlider as a standalone plugin and to use auto-update feature, you are going to need to purchase it separately – http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246
then you can add following code to Functions.php file in Appearance > Editor to deactivate bundled version of Layerslideradd_theme_support('deactivate_layerslider');Best regards,
YigitSeptember 22, 2014 at 12:43 pm in reply to: Which customer support service/plugin are you using? #322948Hi!
In the meantime, please see Kriesi’s respond regarding the changes he made on the site – https://kriesi.at/support/topic/kriesi-logo/#post-161892
Cheers!
YigitSeptember 22, 2014 at 12:41 pm in reply to: How to change the color of the extra elements above header #322946Hi!
Please use following code instead
p.toggler.activeTitle, .toggle_content.invers-color { background-color: #4778ae; color: white; }If that too does not work for you, please post a screenshot and show the changes you would like to make
Regards,
YigitSeptember 22, 2014 at 12:26 pm in reply to: How to change the color of the extra elements above header #322939Hi!
Please add following code to Quick CSS as well
p.toggler { background-color: #4778ae!important; color: white!important; } .toggle_content { background-color: #4778ae!important; color: white; }Cheers!
YigitHey!
Unfortunately it is not possible. However, as a workaround, you can create another slider to be displayed on mobile and place right under your current slider and add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { div#layerslider_3 { display: none; }} @media only screen and (min-width: 769px) { div#layerslider_4 { display: none; }}Cheers!
YigitSeptember 22, 2014 at 12:18 pm in reply to: Layout Editor works, but nothing is in the Standard Editor #322934Hi wigldesign!
That is expected behaviour. However you can turn on debugging mode on and see the shortcodes of the elements you have created on default editor – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.iconbox_left .iconbox_icon { border-radius: 30px; }You are using iconbox with icon on the left side. It normally does not have a background color as you know, that causes the issue you are seeing
Cheers!
YigitHey Enffie!
Can you please elaborate? I did not understand which button you are talking about
Cheers!
YigitMerhabalar Sadullah bey,
Biraz daha detayli bir sekilde tam olarak ne yapmak istediginizi aciklar misiniz?
Regards,
Yigit -
AuthorPosts
