Forum Replies Created
-
AuthorPosts
-
Hey rickmcl!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.phone-info { width: 100%; text-align: center; margin-top: -30px; }Best regards,
YigitHey PanInternational!
You can deactivate the plugins you do not need and try using a plugin like this one – https://wordpress.org/plugins/w3-total-cache/
Cheers!
YigitMay 29, 2014 at 1:50 pm in reply to: Can you create a background color in a text block within a color section? #271782Hi jeffhd1ckey!
Please turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then give your text block a custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab.your-custom-class { background-color: red; padding: 10px; }Regards,
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (min-width: 1140px) { .responsive .container .nine.units { width: 830px; }}Best regards,
YigitHey!
No plugin would only make the videos responsive, which already are. You can add a Color Section with custom ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS in Enfold theme options under General Styling tab to make the content of the color section fullwidth
#custom-id-of-color-section .container { width: 100%; }Best regards,
YigitHi!
Please add following lines to wp-config.php file in the root of WordPress directory:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );For more information, please see – http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
YigitHi!
Great! Let us know if you have any other questions or issues :)
Best regards,
YigitHey!
You are welcome Paul :) Let us know if you have any other questions or issues
Regards,
YigitHey mspaceltd!
Please contact Kriesi using contact forum here – http://kriesi.at/contact
We do not have access to older versionsCheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 85%; height: auto !important; }}Cheers!
YigitHi!
Please connect via FTP and go to Enfold/config-templatebuilder/avia-shortcodes folder and open section.php file
Regards,
YigitHey!
Please feel free to request it here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitMay 29, 2014 at 1:12 pm in reply to: Move position of menu & make 1/5's of a page larger (making gap between smaller) #271751Hi!
Please add following code to Quick CSS
.main_menu ul:first-child > li a { line-height: 40px; height: 100px; } .main_menu { right: -20px; }Best regards,
YigitHi vasilism!
You can use qTranslate with default editor and not with Avia Layout Builder. But we cannot guarantee that you will not have any compability issues. We recommend using WPML
Regards,
YigitHey!
Please go to Appearance > Editor and open Header.php file and add following line to before closing </head> tag
<meta name="format-detection" content="telephone=no" />Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues!
Regards,
YigitMay 29, 2014 at 1:03 pm in reply to: Move position of menu & make 1/5's of a page larger (making gap between smaller) #271742Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .widget_nav_menu ul ul li a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Regards,
YigitHey tyronere!
Can you post the link to your pages where we can see examples?
Regards,
YigitHi orangegorilla!
It does work fine on my end – http://i.imgur.com/0Btl9Dc.png
Please try flushing browser cache few times and disable all browser extensions if you are using anyRegards,
YigitHey erspoelstra!
Please try deactivating all active plugins and check if that helps.
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
input#mc4wp_email { width: 65%!important; float: left; margin-right: 5px!important; }Regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues!
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .content { padding-bottom: 10px; }}Regards,
YigitHey!
Have you updated Enfold to the latest version 2.8.1? If not, please do so – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHey hsie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .responsive .container { width: 90%; } .avia-slideshow { display: none; }}Regards,
YigitHi!
Please try following code
@media only screen and (max-width: 768px) and (min-width: 481px) { .responsive .logo a, .responsive .logo img { margin-left: 80px!important; }} @media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { margin-left: 47px!important; }}Best regards,
Yigit -
AuthorPosts
