Forum Replies Created
-
AuthorPosts
-
Hey!
They seem even to me, but if you want to push the social links a little bit top, use this code:
#socket .social_bookmarks { margin-top: 0!important; top: -2px; position: relative; }Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou can send that to (Email address hidden if logged out) .
Cheers!
JosueHi!
According to debugging info you still have a memory limit of 128M:
<!-- Debugging Info for Theme support: Theme: Enfold Version: 2.7.1 Installed: enfold AviaFramework Version: 1.9.1 AviaBuilder Version: 0.7 - - - - - - - - - - - ChildTheme: AwesomeMath ChildTheme Version: 1.0.0 ChildTheme Installed: enfold ML:128-PU:79-PLA:14 -->ML stands for Memory Limit. Try asking your hosting provider to increase that setting for you.
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
There is an extra dot in your code, it should be:
#custom_title_bg { height: 70px; max-height: 70px; min-height: 70px; }Regards,
JosueYeah that would be cool, please request it here as a new feature:
https://kriesi.at/support/enfold-feature-requests/Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Do you have FTP access? can you hand me a temporary account?
Best regards,
JosueHey!
Try adding this at the very end of your child theme functions.php file:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['xing'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue8a6'); return $icons; }Cheers!
JosueHey Jose!
Disable/purge your caching/minifying after adding the code.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Please remove the code from functions.php so i can login.
Regards,
JosueHey!
Yes, add that to style.css and remove the other snippet from Quick CSS.
Best regards,
JosueHey!
If you want to have a custom title area on every page you need to differentiate that title area in some way, once you done that you’d just need to use one snippet for all.
#custom_title_container {
height: 83px;
max-height: 83px;
min-height: 83px;
}Best regards,
JosueHi!
Check the includes/loop-index.php file.
Cheers!
JosueHi!
I guess you are referring to Google Authorship, you can use this plugin for that:
https://wordpress.org/plugins/google-plus-authorship/Cheers!
JosueHi!
Have you tried using one of the Enfold built-in sliders (Media Elements)?
Best regards,
JosueHi!
That’s a Portfolio element (Content Elements) with 3 columns configuration.
Cheers!
JosueHi Peter!
This would require custom work, something we can’t assist unfortunately, try contacting someone from:
Cheers!
JosueHi Miguel!
Are you using the latest version of Enfold (2.9.2)? have you tried re-scanning the language file?
Best regards,
JosueSeptember 30, 2014 at 11:48 pm in reply to: Change Icon Overlay Color and Font Symbol for Post Slider Only #327733Hi,
Can you post the link to your website please?
Regards,
JosueHi!
If you want that change to affect all color sections in the site use this code instead:
.avia-section{ min-height: initial !important; } .avia-section .content{ padding: 10px 0; } .avia-section h2{ margin-bottom: 0; }Best regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
September 30, 2014 at 11:44 pm in reply to: Gravity Forms menu shows up behind Enfold interface #327728Hey!
If the forms are not showing regardless of the theme activated then it is a Gravity Forms issue, please contact Gravity Forms support.
Best regards,
JosueSeptember 30, 2014 at 11:41 pm in reply to: How do I make the background image full size and use the entire browser space? #327727This:
.html_header_sticky_disabled .header_bg { opacity: 0.8; }September 30, 2014 at 11:40 pm in reply to: Enfold Menu is overlapping on iPad and not showing up on iPhone #327726Hi Amy,
Can you please hand us an account? post it here as a private reply.
Regards,
JosueSeptember 30, 2014 at 11:37 pm in reply to: How can I do a button like this one with Enfold theme #327723Hi!
You can put a whole page there, try using this code:
<a href="#" class='my_custom_button_link'><div class="my_custom_button_button"> <img src="http://upload.wikimedia.org/wikipedia/de/d/df/Apple-Apple.svg"> Apple </div></a>Then add this to Quick CSS:
.my_custom_button_button{ width:120px; height:120px; border:1px solid #C0C0C0; border-radius:3px; text-align:center; } .my_custom_button_button img { margin-top:30%; margin-left:auto; max-width: 50%; height: auto; } .my_custom_button_link{ text-decoration:none; } .my_custom_button_button:hover{ border:1px solid #2b73d1; }Best regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
