Forum Replies Created
-
AuthorPosts
-
There are some unexpected identifiers in the code – http://screencast.com/t/3BiBlduXzApY, try re-writing the quotes in the code in functions.php.
Cheers!
JosueHi!
Yes that should do it, note if you are using the same class in both forms the code should be changed to:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('._CONTACT_FORM_CLASS_HERE_ input[type="submit"]').on('click', function() { if (!$('._CONTACT_FORM_CLASS_HERE_ p').hasClass('error')) { gaTracker('send’, 'event', 'Contact', 'Support Request', 'Contact form'); } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
JosueFebruary 26, 2015 at 10:40 pm in reply to: Portfolio categories not showing up and pagination error #403038Hey!
The filter is built with the content shown in the current page, as there weren’t any ‘poser’ and ‘poser 10’ items on page 1 the respective taxonomies didn’t appear in the filter. I’ve changed the Portfolio Item setting to show ALL so you can see the difference.
Best regards,
JosueHey!
Yes, that’s possible with some CSS but if you are planning to use multiple slides with different caption position i’d suggest using LayerSlider instead as it allows you to manually position the layer wherever you like.
Cheers!
JosuePrueba añadir esto al archivo .htaccess:
Header set Access-Control-Allow-Origin "*"Si no funciona creame una cuenta FTP y ponlo aqui como resp. privada.
Saludos,
JosueHey!
Set a custom class to that Portfolio element and change the code accordingly:
@media only screen and (max-width: 767px){ #top #wrap_all .custom_portfolio .flex_column{ margin: 0 !important; width: 50% !important; } }Regards,
JosueHi!
Use this code instead to remove the borders:
#top .av_header_transparency .main_menu ul ul{ background: rgba(0, 0, 0, 0.0) !important; border: 0 !important; box-shadow: none !important;; } #top .av_header_transparency .main_menu .menu ul li a{ border: 0 !important; background: transparent !important; color: white !important; }If that’s not what you want please post a mockup of the desired end result.
Cheers!
JosueHi Eric!
Not necessary, you can leave the child functions.php blank for now. The child theme style.css file is included automatically.
Regards,
JosueHi!
Use this method instead:
https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-349057You can apply the same class to both Forms so every time the form is submitted it will push an event to GA. I’ve also improved the code so the track fires only when the form submission is valid (no errors).
Cheers!
JosueHi,
Can you please create me a WordPress administrator account on the staging site? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .av_header_transparency .main_menu ul ul{ background: rgba(0, 0, 0, 0.0) !important; } #top .av_header_transparency .main_menu .menu ul li a{ background: transparent !important; color: white !important; }Cheers!
JosueHi,
That should work, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Login details don’t work, please check.
Best regards,
JosueHi Picante!
What caption text are you referring to? can you post a link to the site?
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Justine!
Try putting “#” as the link value (use Custom Link as Menu Item type) – http://screencast.com/t/9hqgULGGs.
Cheers!
JosueHi!
Not possible with Magnific Popup, but perhaps this plugin may work for you, it adds a Pin it button to all images – https://wordpress.org/plugins/pinterest-pin-it-button/screenshots/
Regards,
JosueHi!
Try removing the video parameters from the URL and check fi it gets fixed, also try using a simple text link on a test page and check if the redirect happens there too.
Cheers!
JosueHey Jimmy!
Try adding this code to the Quick CSS:
.page-template-template-fullwidth .container { max-width: initial; }Cheers!
JosueFebruary 25, 2015 at 5:27 pm in reply to: Social Icons – changing icon, background and hover colour #402200Hi Sarah!
Change your code to:
#top .social_bookmarks li a{ color: white !important; } #top .social_bookmarks_vimeo a { background-color: #419cca !important; } #top .social_bookmarks_twitter a { background-color: #63b1ed !important; } #top .social_bookmarks_google a { background-color: #dd3333 !important; } #top .social_bookmarks_facebook a { background-color: #403de5 !important; } #top .social_bookmarks_instagram a { background-color: #3a84bc !important; } #top .social_bookmarks_skype a { background-color: #34afed !important; } #top .social_bookmarks_mail a { background-color: #34afed !important; }Adjust as needed.
Best regards,
JosueCan you post a link to the page where you have this applied?
Best regards,
JosueHey!
I’m not seeing any 404 when i visit your homepage, were you able to fix it?
Regards,
JosueFebruary 25, 2015 at 5:13 pm in reply to: Cannot modify header information – headers already sent by…. #402178Hi!
Were you able to fix it? your website is loading fine right now.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueI will report it to Kriesi, hopefully it will be fixed soon :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
It works but we’d need access to the WordPress installation in order to debug this issue.
Cheers!
JosueHello,
Adding these lines to functions.php will enable all post types in most of the content elements you mention:
add_theme_support('avia_template_builder_custom_post_type_grid'); add_theme_support('add_avia_builder_post_type_option');Cheers!
Josue -
AuthorPosts
