Forum Replies Created
-
AuthorPosts
-
Hey!
Please replace following, which is just above your image
<p style=”text-align: center;”>with following one
<p style=”text-align: center; margin: 10px 0;”>Best regards,
YigitHey!
You are welcome, let us know if you have any other questions or issues :)
Best regards,
YigitHi!
You are welcome Pelyon, glad we could help! Let us know if you have any other questions or issues
Best regards,
YigitHey Erdogan!
Please open wp-config.php file in WordPress root folder and find
define ('WPLANG', '');and change it to
define ('WPLANG', 'fr_FR');then add following code to Functions.php in Appearance > Editor
add_filter('locale', 'wpse27056_setLocale'); function wpse27056_setLocale($locale) { if ( is_admin() ) { return 'en_US'; } return $locale; }Best regards,
YigitHey!
No actually, i did not change anything. Code was already in helper-main-menu.php file but it was not visible because of its position.
To avoid losing the changes, please copy&paste helper-main-menu.php file to your child theme inside “includes” folder and refer to – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Cheers!
YigitHi designing!
I would suggest using Enfold Image shortcode. 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.Regards,
YigitSeptember 10, 2014 at 6:17 pm in reply to: Display issue on Opera Browser with Transparent menu bar #316826Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main { background-color: white; }Best regards,
YigitHey!
I am not sure what went wrong but when i checked it was still in Quick CSS, i removed it and phone number shows up on my end now. Please flush browser cache and check your website once again
Cheers!
YigitSeptember 10, 2014 at 5:55 pm in reply to: How to change the color of the extra elements above header #316818Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#header_meta { background-color: red; } .phone-info span { color: white !important; }Regards,
YigitHi!
You have added the code as following
@media only screen and (max-width: 767px) { .main_menu, #header_main_alternate { display: block; visibility: collapse; }}please remove ” visibility: collapse; ”
Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHi!
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 :)Cheers!
YigitHi!
You are welcome Marijana, glad we could help :)
Please request such feature here – https://kriesi.at/support/enfold-feature-requests/
and let us know if you have any other questions or issues!Regards,
YigitHey!
I have applied the code to “Aktuelles” menu item by editing custom css code on top of Quick CSS field.
You have not selected “Enfold main menu” under Menu Settings in Appearance > Menus. I checked that as well. Now you can find menu item ID’s – http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHey!
In that case you have two options;
1- Please go to wp-content/themes/enfold/config-templatebuilder/avia-shortcodes folder and open table.php file and find$content = preg_replace('!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€)!','<span class="currency-symbol">$1</span>', $content);and change it to
$content = preg_replace('!(\$|€|¥|£|¢|kn|¤|%|‰|¢|¤|£|¥|€)!','<span class="currency-symbol">$1</span>', $content);2- Add your prices as following
25<span class="currency-symbol">kn</span>Regards,
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 :)Regards,
YigitSeptember 10, 2014 at 5:21 pm in reply to: The Text Area of the Contact Form expands too much #316781Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
textarea { resize: none; }Regards,
YigitHi!
Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitHi Sigrid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { h2.av-special-heading-tag { font-size: 22px!important; }}Regards,
YigitHi!
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.
Regards,
YigitHey Richard!
Please turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { background-color: red !important; }Best regards,
YigitHey codecreative!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and check “apply only to mouse hover state” – http://i.imgur.com/enrnOAQ.png
Cheers!
YigitHi!
There was a misunderstanding clearly when i posted you this code – https://kriesi.at/support/topic/pricing-tables-2/#post-315086
I have removed it from Quick CSS and created a private page called “Test page” and added a pricing table it does work fine. Please review your website.Cheers!
YigitHi!
Code is currently not being applied. Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitSeptember 10, 2014 at 4:29 pm in reply to: Cannot upload images or access Layout builder after WP 4.0 upgrade #316722Hi!
Please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 90%; height: auto !important; margin-top: 5px!important; }} @media only screen and (max-width: 990px) { .avia-mozilla .social_bookmarks { top: 15% !important; }}Best regards,
YigitHi!
No worries. I have tried to login but seems like login credentials are not correct. Can you check them once again?
Best regards,
Yigit -
AuthorPosts
