Forum Replies Created
-
AuthorPosts
-
Hey!
Can you post a screenshot and show the changes you would like to make please?
P.S.: As far as i know, only Josue speaks Spanish on our team. So if you do not mind writing in English, any available moderator can try to help you :)Regards,
YigitHey!
As far as i know it was already requested here – https://kriesi.at/support/enfold-feature-requests/
If so, please vote it, if not, please request it :)Best regards,
YigitOctober 7, 2014 at 1:52 am in reply to: Make a "custom link" in the navigation bar open a new tab or window #331255Hey fixedopsinsight!
Please go to Apparance > Menus and click on Screen Options on the right top side and check Link Target. Then click on your menu item and choose to open it in new tab or window
Best regards,
YigitHey wilsonhb!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if( is_single( ) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }Cheers!
YigitHey merlinmedia!
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/
Or 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. We do not have a list of shortcodes since elements have so many optionsCheers!
YigitHi Ikyo!
Please go to Appearance > Menus and click on Screen Options on the right top side of the page and check “CSS Classes” and then you can add a class to your menu items and then adjust it using custom CSS in Quick CSS field.
If you could elaborate on what you would like to do, we may provide another solutionCheers!
YigitHey Jonathan!
All is well. Hope it is the same on your end as well :)
Do you mind creating a temporary admin login and posting it here privately? On which page would you like to display breadcrumbs?Cheers!
YigitHey!
Please add following code to Quick CSS as well
#top .widget_product_search #searchform #searchsubmit { width: 65px; }Cheers!
YigitHey AMseptemeber!
Can you please post the link to your website where we can see examples?
Cheers!
YigitHi!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 1140px) { #top .av-main-nav > li > a { font-size: 0 6px; } }I cannot reproduce the issue by resizing my browser window. Please make sure to flush browser cache of your mobile device after applying the code
Regards,
YigitHi Mono14!
Please use this plugin to translate missing strings – https://wordpress.org/plugins/codestyling-localization/
Do not forget to rescan theme files before editing themRegards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { strong.logo { display: none; } #advanced_menu_toggle, #advanced_menu_hide { position: fixed; top: 10%; right: 5%; } .av_header_transparency #advanced_menu_toggle { background-color: transparent!important; color: white!important; border-color: transparent!important; }}Regards,
YigitHi hypergolica!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content { -webkit-transform: translate3d(0, 0, 0); }Cheers!
YigitHi!
Thank you for your kind words, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
Yes you can simply add the code to Quick CSS field and it should work fine. Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #top #header { position: fixed; }}Best regards,
YigitOctober 6, 2014 at 6:12 pm in reply to: Updated theme with FTP – layer slider not working properly #331038Hi!
You can use (Email address hidden if logged out) to create an user but please post login credentials here privately so we can look into it
Best regards,
YigitHey!
Thank you for sharing your solution :) Let us know if you have any other questions or issues
Best regards,
YigitHey!
Yes, as @lkjc said, please add Google Map element to your page and then choose to display Transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
@lkjc Thanks :)Best regards,
YigitHi!
You can turn on Custom CSS field for ALB elements and give your elements a unique custom CSS class and target them using Custom CSS code in Quick CSS field – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Images however will not be displayed fullwidth because of the container. You can add your images inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tab#your-custom-id .container { width: 100%; margin: 0; }Cheers!
YigitHey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi Welmoed!
Have you moved your website to another domain? If so, please post the new link here and point out the element so we can take another look
Cheers!
YigitHi tremblayly!
Please use following code instead
.page-id-89 .mc_merge_var label { text-align: left; }Regards,
YigitHi!
Please add following code to Functions.php file of your child theme
function theme_name_scripts() { wp_enqueue_style( 'style-name', '//cloud.typography.com/1234/5678/css/fonts.css' ); } add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );You should replace the 1234/5678/css/font.css link with your CSS key. I am sure they can help you with how to find it as well :)
Please also see – http://kriesi.at/documentation/enfold/using-a-child-theme/Regards,
YigitOctober 6, 2014 at 4:18 pm in reply to: hide "free!! , "Kostenlos!"verbergen woocommerce shop #330966Hey rene80!
You can use this plugin to translate the translatable strings – https://wordpress.org/plugins/codestyling-localization/
Can you post the link to your website and point out these elements please?Best regards,
YigitHi sabrostar!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner { text-indent: 0; }Cheers!
YigitHi!
You are currently using an older version of Enfold which is not compatible with WordPress 4.0. Please update Enfold to the latest version 3.0 via FTP – http://vimeo.com/67209750
Cheers!
Yigit -
AuthorPosts
