Forum Replies Created
-
AuthorPosts
-
You are welcome, glad we could help :)
Regards,
Josue#header_main .container, .main_menu ul:first-child > li a { line-height: 240px } div.custom_text { position: absolute; font-size: 24px; font-weight: bold; right: 0; top: -75px; }Adjust the top/line-height values.
Try adding this code to the Quick CSS:
div.custom_text { position: absolute; font-size: 24px; font-weight: bold; right: 0; top: -30px; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1024px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} }That way the mobile menu appears sooner (change ‘1024px’ if you think it’s too much).
Cheers!
JosueHey Jordan!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1024px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} }Cheers!
JosueTry adding this at the end of the theme functions.php file:
function add_custom_text() { ?> <div class="custom_text">helping you help others</div> <?php } add_action('ava_after_main_menu', 'add_custom_text', 10, 0);Once you done that post a link to your website so i can help you with the styles.
Best regards,
JosueHey!
1. Add this to the Quick CSS:a#advanced_menu_toggle { top: 30px; } @media only screen and (max-width: 767px) { #header_main{ min-height: 65px; } }2. Could you illustrate this issue in a mockup/screenshot?
3. You can disable the shrinking in the theme options (header layout > header behavior).
Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueHey!
Look for a Page called “Transparent Header”.
Regards,
Josue– added: contact form now has a sending indicator as visual feedback for the user
Some visual fixes were added in the last version but that’s has nothing to do with the core functionality of the form, have you checked your Spam folder?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main_alternate, #header { -webkit-transform: translateZ(0); }Cheers!
JosueHey @kbarranco!
You should make this changes in the includes/helper-main-menu.php file.
Cheers!
JosueHey Albert!
Give that Color Section and unique ID, then try adding this to the Quick CSS:
#uniquecolorsection{ position: relative; } #uniquecolorsection:after{ content: "Text here"; position: absolute; bottom: 0; right: 0; background: black; color: white; display: block; padding: 10px; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHave you tried importing the dummy data in the Enfold theme options? that should create a Page called Home v10.
Best regards,
JosueThis reply has been marked as private.Hey Yannick!
It seems quite complex, i believe that’s called a multi-step form ordering. Start looking here:
http://codecanyon.net/category/wordpress/ecommerce/woocommerceRegards,
JosueThe filter is working for me in Chrome:
http://52kards.com/library/Try flushing your cache and checking again.
Regards,
JosueNo problem, looking forward to hearing from you :)
Regards,
JosueHi!
Have you tried changing that in Settings > Media and then regenerating the thumbnails?
Can you post a link to your blog page?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
form * { font-family: "Verdana", sans-serif !important; } span.wysija-required { color: #2e97d0 !important; }Cheers!
JosueHi Luis!
If you are using the latest version of Enfold (2.8.1) you should see it right here:

Best regards,
JosueMay 30, 2014 at 10:50 pm in reply to: Creating a Hyperlink on Text within the Accordion Element – Dialog is hidden #272636Hey!
You need to update your WordPress installation to the latest version (3.9.1).
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { strong.logo { left: -60px !important; position: relative !important; } }Cheers!
JosueThat depends on the FTP client you use:
http://codex.wordpress.org/Changing_File_Permissions
http://www.siteground.com/tutorials/ftp/ftp_chmod.htm
http://buddingbloggers.com/2009/04/changing-file-permissions-via-filezilla/Best regards,
JosueOh, you were referring to the other issue. That’s happening because you have this code in the Quick CSS:

Cheers!
JosueNow it loaded.
Yes, that’s possible, although the tab content editor doesn’t have the ALB you can paste layout and content shortcodes there (generated with the magic wand tool).
Hi Gareth!
The image is not loading on my end, could you please upload it to a service like imgur o dropbox?
Cheers!
JosueCould you make functions.php writable (777)? so i can edit it directly from here:

-
AuthorPosts
