Forum Replies Created
-
AuthorPosts
-
Hey!
Please add following code to Quick CSS
div#header_main_alternate .container { height: 35px; }Regards,
YigitHi!
Please add following code to Quick CSS
.home .logo, .home .logo a, .home .logo img { height: 135%; overflow: visible; }You can add your custom CSS code into custom.css file under Enfold/css folder.
Cheers!
YigitJanuary 13, 2015 at 5:16 pm in reply to: Responsive issues after upgrade from Enfold 2.92 to 3.04 #378921Hey!
Can you please try increasing values in this code i posted previously
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 90%; max-width: 90%; }}Regards,
YigitHey!
Do you have a solutions for the AVIA Image Gallery Tool @ BLOG ENTRIES?
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.And is it possible to give the text in a blog entry the same wide like text in the portolio?
Please add following code to Quick CSS
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }Regards,
YigitHey!
It seems like you have successfully updated the theme. Please make sure that your API key is correct – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHey!
Can you post the link to your page where we can see the issue please?
Regards,
YigitHey jdrakeproductions!
Pleas add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar .widget { padding: 5px 0 0 0; }Best regards,
YigitHey!
Please try adding !important rule to the second code as following
div#header_main > .container { padding: 0!important; }Best regards,
YigitHey!
Try increasing this setting:
php_value suhosin.post.max_vars 8000 php_value suhosin.request.max_vars 8000Reference: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
Best regards,
YigitHey jcoulaud!
Please add a color section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) to your page and then add your iframe inside it. Then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { max-width: 100%; padding: 0; }Best regards,
YigitJanuary 13, 2015 at 4:48 pm in reply to: Responsive issues after upgrade from Enfold 2.92 to 3.04 #378902Hey!
Have you tried adjusting the dimensions in Enfold theme options > General Layout > Dimensions tab?
Cheers!
YigitJanuary 13, 2015 at 4:45 pm in reply to: setup question: for fiction writers should I use posts or portfolios or pages? #378898Hi Justin!
You can enable sharing on portfolio posts as well. Please see – http://kriesi.at/documentation/enfold/enable-social-share-section-for-pages/ :)
Cheers!
YigitHey!
#TeamKriesi :)
You are welcome, glad we could help! Let us know if you have any other questions or issues.Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; } div#header_main > .container { padding: 0; }Regards,
YigitJanuary 13, 2015 at 4:28 pm in reply to: Where can I add html code so that I have a banner under the menu? #378880January 13, 2015 at 4:26 pm in reply to: Animated Numbers aligning the description to the middle #378876Hey!
You are welcome, let us know if you have any other questions or issues! :)
Best regards,
YigitJanuary 13, 2015 at 4:26 pm in reply to: Masonry Gallery – disable "Scroll to Top" button? (Plus 1) #378875Hey!
Please change Ismael’s code to following one
a#scroll-top-link { display: none !important; }With /* .. */ it gets commented out so currently it is not being applied.
Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
You can download pre-built Enfold child theme here – http://kriesi.at/documentation/enfold/downloads/Regards,
YigitHey!
Can you post the link to your page where we can see the issue please?
Regards,
YigitHey!
1 & 2 – 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.
3- Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/Cheers!
YigitHey brianwelsh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.inner_tooltip { font-size: 16px; }Cheers!
YigitHey coheno!
Please try adding following code to Functions.php file in Appearance > Editor
add_action('wp_enqueue_scripts', 'custom_rtl_include'); function custom_rtl_include() { $template_url = get_template_directory_uri(); if(is_page( 59 )){ wp_enqueue_style( 'avia-rtl', $template_url."/css/rtl.css", array(), '1', 'screen' ); } }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitJanuary 13, 2015 at 4:09 pm in reply to: How to change the standard Bullet Points to a custom .PNG image? #378863Hi FuscAzul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock li:before { content: url(https://cdn0.iconfinder.com/data/icons/gloss-basic-icons-by-momentum/16/bullet-red.png); } .avia_textblock ul { list-style: none; }If you would like to apply changes on certain elements, please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text block element a custom CSS class and use the code as following
.avia_textblock.your-custom-class li:before { content: url(https://cdn0.iconfinder.com/data/icons/gloss-basic-icons-by-momentum/16/bullet-red.png); } .avia_textblock.your-custom-class ul { list-style: none; }Best regards,
YigitHey Sina!
Can you please post the link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitHey webdezign!
Can you please firstly update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
You are currently using an older version which is not compatible with WordPress version you are using.Regards,
YigitJanuary 13, 2015 at 4:02 pm in reply to: Responsive issues after upgrade from Enfold 2.92 to 3.04 #378858Hi Barb!
Happens to the best of us :)
Please add following code to Quick CSS as well@media only screen and (max-width: 480px) { #top #wrap_all .main_color h1 { font-size: 28px; } .responsive .logo img { max-width: 85%; } nav.main_menu { margin-top: -25px; }} @media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 90%; max-width: 90%; }}!important rule should not cause any issues as long as used on correctly targetted selector
Best regards,
YigitHey LFD_Thueringen!
Can you please post the link to your website and point out which menu bar you would like to edit?
Best regards,
YigitHey pako69!
Please add following code to Quick CSS
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; }}Regards,
YigitHi!
Can you post the link to your website please? We may need a temporary admin login as well
Cheers!
Yigit -
AuthorPosts
