Forum Replies Created
-
AuthorPosts
-
Hey Charlotte!
Please check your gallery now, you needed to select the “Perfect” Masonry option in order to get the exact ordering set in the back-end.
Regards,
JosueHey!
I think it would be best to just add the arrow automatically to the footer, try using this code for all Pages (remove the other ones and their sections):
#footer:before { content: ""; position: absolute; height: 30px; width: 30px; display: block; background: white; left: 50%; top: -20px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }Regarding “Practice”, what Page are you referring to?
Cheers!
JosueNo veo eso, pasame esos accesos FTP (no los del cPanel).
Hola,
“Translation-ready” se refiere a que el tema utiliza las etiquetas necesarias para que sea traducible. ¿Estas usando la ultima version del theme (3.0.8)? ¿me puedes pasar un enlace a tu sitio web?
Saludos,
JosueYou are welcome, always glad to help :)
Regards,
JosueEste si conecta, sin embargo no veo ninguna carpeta “fnueva”. Hay una instalación de WordPress pero esa no es porque no tiene Enfold instalado.
Hey!
The code you’ve put is still using “_CONTACT_FORM_CLASS_HERE_”, you need to replace that with the class of the contact form, try putting the default one “avia_ajax_form”:
(function($){ $(window).load(function() { $('.avia_ajax_form input[type="submit"]').on('click', function() { if (!$('.avia_ajax_form p').hasClass('error')) { gaTracker('send', 'event', 'Kontakt', 'Kunde Form', 'Kontakt form'); } }); }); })(jQuery);I know this can be frustrating sometimes but i can assure you that this method works, i’ve tried it myself and also other users whom i recommended it here.
Best regards,
Josue-
This reply was modified 11 years, 1 month ago by
Josue.
February 27, 2015 at 6:14 pm in reply to: ENFOLD One Page: how to keep header "as is" when scrolling down? #403569Hi,
It may, can you post the link to your website please?
Regards,
JosueHi!
1. Make sure to set that (Show Excerpt) in the Blog element settings.
2. Edit template-builder.php and put the_post_thumbnail() somewhere before the content gets rendered.Cheers!
JosueFebruary 27, 2015 at 6:27 am in reply to: Internet Explorer 8 smashing images in blog posts and in the Accordion #403186Hey David!
The body element gets a special class when viewed in IE8, it is
.avia-msie-8. Can you post screenshots of the issues you are having?Cheers!
JosueHi!
I’d suggest using a Color Section as you can put any non-fullwidth element inside it, regarding the height that can be adjusted in the Color Section options, also a new setting to set a subtle image overlay will be included in the next patch.
Best regards,
JosueHi,
Do not reply to your topic as it gets pushed to the end of or queue making it harder for us to notice it. Regarding your issue, can you please create me a WordPress administrator account? post it here as a private reply.
Cheers!
JosueHola,
La traducción del Español todavía no esta completa, por lo que tendrías que arreglar las partes que faltan, para eso puedes usar un plugin como CodeStyling Localization o un programa como Poedit.
Saludos,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter( 'avf_logo_headline', 'change_logo_to_h1', 10); function change_logo_to_h1() { return "h1"; }Cheers!
JosueHola,
Abre /enfold/config-templatebuilder/avia-shortcodes/postslider.php y cambia esta linea:
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';Por:
$output .= !empty($title) ? "<h2 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h2>" : '';Sobre lo del logo añade esto a functions.php:
add_filter( 'avf_logo_headline', 'change_logo_to_h1', 10); function change_logo_to_h1() { return "h1"; }Saludos,
JosueHi!
You can safely remove the demo content you don’t need. Regarding the menu just go to Appearance > Menus, create a brand new menu and assign it as the Enfold Main Menu in Menu Locations.
Cheers!
JosueFebruary 27, 2015 at 5:58 am in reply to: Change contact form settings individually on different pages #403174Hi @kellymarie2001,
Can you post the link to that page please? also a screenshot/mockup of what would you want to achieve.
Regards,
JosueHi!
Not possible, i’d suggest using a Content Slider instead so you can have full control of what shows in the slide.
Cheers!
JosueHey Dan!
There is no section with bottom arrow in that page, try to keep the same layout structure across all pages.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHi Michael!
I see, i came to this conclusion because i ran some tests on the install you provided here and one of those tests was to upload a fresh version of Enfold 3.0.8, when activated, the problem no longer persisted, so i’d suggest doing the update to that staging site first and check what happens.
Best regards,
JosueHi!
HTML break lines should work, try the following:
function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_content'>"; $logo .= "Some content <br> break line"; $logo .= "</div>"; return $logo; } add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);And this CSS:
.custom_content { right: 0; top: 25%; position: absolute; line-height: 18px !important; }
@jordandsa, you can use this option – http://screencast.com/t/2YNXrtJbQ0dT in combination with the methods provided here, post a link to your site if you have any styling issues.Best regards,
JosueHi,
Open js/avia.js and look for this line (825):
groups : ['.avia-gallery', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],Replace it by this:
groups : ['.avia-slideshow', '.avia-gallery', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],Regards,
JosueHey!
Can you provide a test account so we can see what you see?
Regards,
JosueNop, sigue sin entrar. Si a ti si te funciona entra al cPanel y creame un usuario FTP con otra clave.
Cool, let me know how it goes.
Regards,
JosueNo funcionan los accesos.
Hi!
Please check it now (“We ‘R’ Tacoma”), i’ve also enabled debug mode so it is easier to copy shortcodes from normal content to preview content.
Best regards,
JosueHi Charlotte!
I tired re-ordering the gallery (changed the first item) and it took effect in the front-end, please review your gallery page.
Cheers!
Josue -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
