Forum Replies Created
-
AuthorPosts
-
November 10, 2014 at 6:11 am in reply to: Child theme css problem – testing webpage speed — 404 error #348653
Hi!
Yeah it’s a bit strange, seems the error only appears on first load (at least for me), however the style.css is correctly being included – http://screencast.com/t/lCgQlGviq0Om
Also, i made a speed test with child/parent theme activated and the results were pretty similar (the child theme loaded faster actually): http://screencast.com/t/epIp3fidR4g
Cheers!
JosueNovember 10, 2014 at 4:07 am in reply to: Child theme css problem – testing webpage speed — 404 error #348640Hi!
The child theme CSS error is not caused by the theme but by a third-party plugin, i disabled all plugins for a moment and the error was gone. I’d suggest disabling one by one until you find the one causing the error.
Cheers!
JosueHey!
Yes, that CSS it’s for the <!–nextpage–> tag.
Cheers!
JosueNovember 10, 2014 at 1:40 am in reply to: Installed bbpress but can't see forums in the dashboard #348595Hi!
Can you check if the issue persists with the default WordPress theme activated? have you tried disabling all third-party plugins (except bbPress) to see if it gets fixed?
Cheers!
JosueHey!
That featured is not available at the moment, feel free to request it here as a new feature.
Alternatively you can use a plugin like this:
https://wordpress.org/plugins/testimonial-slider/Best regards,
JosueNovember 10, 2014 at 1:35 am in reply to: Contact Form – How to put input field in the auto reply email? #348590Hey ML!
Refer to this topic:
https://kriesi.at/support/topic/add-custom-name-to-contact-form-autoresponder/Best regards,
JosueHey!
I’d recommend using Vimeo/Youtube for better speed, reliability and compatibility. If you want to use self-hosted videos you’d need to put the path to the video in that field:
You can also place a video as background for your section. Enter the URL to the Video. Currently supported are Youtube, Vimeo and direct linking of web-video files (mp4, webm, ogv)
Cheers!
JosueHi Alexander,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueHey!
WordPress has this functionality built-in, refer to this article:
http://premium.wpmudev.org/blog/how-to-split-wordpress-posts-into-multiple-pages/And add this to Quick CSS to style the split navigation:
.pagination_split_post{ font-size: 0; } .pagination_split_post{ clear:both; padding: 10px 0px 50px 0; position:relative; z-index:3; line-height: 13px; overflow: hidden; } .pagination_split_post span, .pagination_split_post a { display:block; float:left; font-size:11px; line-height:13px; padding:2px 9px 1px 9px; text-decoration:none; width:auto; } #top .pagination_split_post span, #top .pagination_split_post a{ float: left; height: 35px; width: 35px; line-height: 35px; text-align: center; padding: 0; border-radius: 100px; margin-right: 3px; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); }Cheers!
Josue-
This reply was modified 11 years, 4 months ago by
Josue.
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome, yes, everything it’s ok :)
Regards,
JosueHi Courtney!
Change this code in Quick CSS:
h1,h2,h3,h4,h5,h6{ font-family: 'Gotham SSm A', 'Gotham SSm B' !important;}To:
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ font-family: 'Gotham SSm A', 'Gotham SSm B' !important; }Cheers!
JosueNovember 9, 2014 at 11:58 pm in reply to: Child theme css problem – testing webpage speed — 404 error #348538Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_logo_link','av_change_logo_url'); function av_change_logo_url($url) { return "http://sketch-22.com/fi2/"; }Cheers!
JosueHey!
Your theme version is 2.7.1. Please update the theme to the latest version (3.0.2).
Best regards,
JosueHey Peter!
First make sure you are using the Universal Analytics tracking code (in Theme Options), it should be like this:
<!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXX-Y', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics -->Then to track a button click on a specific Page, add this to theme / child theme functions.php:
function add_custom_script(){ if(is_page(array(23)){ ?> <script> (function($){ $(window).load(function() { $('.button-1 a').on('click', function() { ga('send', 'event', 'button', 'click', 'button-1'); }); }); })(jQuery); </script> <?php } } add_action('wp_footer', 'add_custom_script');22 would be the page ID and “button-1” the custom class set to the button to track.
Regards,
JosueHey!
Add this to Quick CSS:
input.wpcf7-form-control.wpcf7-text { width: 100% !important; }Regards,
JosueNovember 9, 2014 at 11:33 pm in reply to: CONTACT FORMS STOPPED WORKING. PLEASE NEED HELP URGENTLY #348519Hey!
Please check the Spam folder (i got the messages there). The form functionality is built with PHP but it uses the server capability to send mails.
Also, just to discard if the issue is really coming from the theme form, try setting-up a test form with this plugin and perform another test.
Cheers!
JosueHi!
I couldn’t note the Home button you are referring to, can you post a screenshot indicating the menu item to remove?
Best regards,
JosueHi!
You need to increase your PHP memory limit, you can do it by editing the wp-config.php file:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHey!
Using the bbPress plugin, here’s a guide on how to get started – http://codex.bbpress.org/getting-started-with-bbpress/
Best regards,
JosueNovember 9, 2014 at 11:25 pm in reply to: How to edit the email's subject send to entered email in enfold's contact form? #348513Hi ML!
You can change that in /enfold/config-templatebuilder/avia-shortcodes/contact.php, line 316:
"autoresponder_subject" => __('Thank you for your Message!','avia_framework' ),Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia_transform a:hover .image-overlay{ background: transparent !important; } .avia_transform a .image-overlay{ transition: none !important; }Cheers!
JosueHey!
You can change that in WPML Language switcher options – http://screencast.com/t/0twaUjGwV
Regards,
JosueHey!
Add this code to your theme / child theme functions.php:
add_filter( 'avf_google_heading_font', 'add_custom_font'); add_filter( 'avf_google_content_font', 'add_custom_font'); function add_custom_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; }Change “Source Sans Pro” by the Google Font you want to use.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.av-catalogue-title{ font-size: 14px !important; } .av-catalogue-price{ font-size: 12px !important; } .av-catalogue-content{ font-size: 11px !important; }Change as needed.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Make sure to re-scan the theme files.
Cheers!
JosueNovember 9, 2014 at 11:07 pm in reply to: Can't' edit page not with editor and layoutbuilder #348501Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s a new button style added in the latest version of Enfold, to use it: http://screencast.com/t/KhJ2X774l7AO
Regards,
Josue -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
