Forum Replies Created
-
AuthorPosts
-
May 27, 2015 at 8:18 pm in reply to: Thumbs of product category (WooCommerce) changed in size #450787
Hi Nathalie,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 27, 2015 at 8:16 pm in reply to: Contact form – user's email address is used as the from email #450785Looking forward to hearing from you :)
Regards,
JosueMay 27, 2015 at 5:31 am in reply to: full width slider – change captions to static instead of flying in #450409Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .slideshow_align_caption { vertical-align: bottom; } }That will position the caption at the bottom in mobiles.
Cheers!
JosueHey!
1. Yes it’s possible but it will require some custom coding:
1.1. Use this code in your child theme functions.php to enable header transparency site-wide:add_filter('avf_header_setting_filter', function($header) { $header['header_transparency'] = 'header_transparency'; $header['header_class'] .= " av_header_transparency"; return $header; }, 10, 1);1.2. To include content before the main content on non-singular pages you can use the
ava_after_main_titlehook, would be something like this:add_action('ava_after_main_title', function() { if(!is_singular()){ ?> Content Here, you can put the generated HTML code of a Color Section here. <?php } });2. You’d need to use a custom script for that, something like this could work:
(function($){ $("#advanced_menu_toggle").on('click', function(){ setTimeout(function(){ $("#wrap_all.show_mobile_menu").on('click', '#main, #header', function() { $("#advanced_menu_hide").trigger('click'); }); }, 100); }); })(jQuery);You can hook this script into get_footer but it would be optimal to have this on a dedicated file in your child theme (see wp_enqueue_script).
Regards,
JosueYou are welcome Courtney, glad to help :)
Regards,
JosueMay 27, 2015 at 3:02 am in reply to: My combo widget is displaying special characters instead of the normal ones #450386Hi,
Can you please hand us a temporary FTP / SFTP account and a WordPress account? post it here as a private reply.
Regards,
JosueMay 27, 2015 at 2:56 am in reply to: single post but on menu there is a site marked as active #450385Hey!
1. “our results” is being highlighted because those items are Posts and “our results” is the Page assigned as the Blog in the Theme Options, i’d suggest using portfolio items or a custom post type instead.
2. In order to get the “category” highlighted you need to actually list it there, i’ve added “team” right now to the menu and you can see it’s working as expected. Now the only thing left would be to create a redirection from “category” archive to the custom page you’ve built for it (‘our team’), you can use a plugin for that: https://wordpress.org/plugins/redirection/
Regards,
JosueHey!
It seems to be caused by one of your plugins, i disabled all now and you can see the tagged Posts are showing:
http://staging.patriotenergy.com/tag/opec/Cheers!
JosueWell, you may need to use it if some of your fixes are affecting the view in other browsers. I don’t see any
avia-msie-8classes in the code i mentioned though.Best regards,
JosueHey!
1. It looks like that right now, i asked a mockup of how it should look.
3. Use this tool to do a quick comparison between your modded helper-main-menu and a un-modded one.
Best regards,
JosueMay 27, 2015 at 2:07 am in reply to: Contact form – user's email address is used as the from email #450378Hey Simon!
I’m not really sure why the Enfold form is not sending the autoresponder message, i installed CF7 and it seems it works there (check), would you mind transitioning your forms to that solution? i can help you mimicking the styling if needed.
Cheers!
JosueHi!
1. I was able to add two sections with some content at the end, please check.
2. Add this to Quick CSS:
#footer h3.widgettitle { font-size: 16px; }Best regards,
JosueHey!
Site login doesn’t seem to work, please check.
Cheers!
JosueHi Klaus!
No i don’t, sorry. I’m checking the slider right now but it couldn’t note any slide going black, can you point which slide is the one with the problem?
Best regards,
JosueMay 27, 2015 at 1:10 am in reply to: Thumbs of product category (WooCommerce) changed in size #450369Hi Nathalie!
Have you tried changing the “Catalog Images” size there – http://a.pomf.se/kivhni.png? remember to regenerate the thumbnails after doing this change.
Best regards,
JosueHi Hugo!
You need to disable WooCommerce Multilingual first, you don’t need this plugin in order to have your Products in both languages, i’ve just created a Dutch version of this product to test.
Regards,
JosueHere you go:
#top .av_facebook_widget_wrap{ background: transparent; }Cheers!
JosueHey!
Use this:
#top .sidebar .widgettitle{ font-family: "Helvetica Neue", sans-serif; font-weight: 100; }Cheers!
Josue-
This reply was modified 10 years, 10 months ago by
Josue.
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
In Enfold > Header > Header Layout > Header Style, select the Default option.
Cheers!
JosueHey!
That’s the “Transparency & Glassy Header”.
Best regards,
JosueMay 26, 2015 at 1:42 pm in reply to: Contact form – user's email address is used as the from email #450059Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_form_autoresponder_from', 'avia_change_autoresponder_from', 10, 3); function avia_change_autoresponder_from($from, $new_post, $form_params){ $from = $new_post['e-mail_1']; return $from; }Cheers!
JosueTheme settings are stored in the DB so if there’s one way to debug this problem it would be to monitor the database, your server provider may be able to do this for you.
Regards,
JosueHey Rurat!
Have you checked it on another computer? i couldn’t really note a difference when i checked it on Firefox on my end.
Best regards,
JosueHey!
No, the theme doesn’t support a 3 column layout (outside of ALB) right now.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueMay 26, 2015 at 12:32 pm in reply to: single post but on menu there is a site marked as active #450028Hi,
I’d like to see how you’ve structured the Menu, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
A workaround would be to use dot-control buttons instead of arrows.
Regards,
Josue -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
