Forum Replies Created
-
AuthorPosts
-
Hi,
What do you mean by automatically embedded? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help. I’ll wait for Tjaard reply :)
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try with this:
@media only screen and (max-width: 767px){ .responsive #top { position: relative; } }We’re already aware of this issue and a fix will be included in the next patch.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.single-post .post-title { display: none; }Cheers!
JosueHi,
Can you post the link to your website please? an admin account may be needed to (you can post it here as a private reply).
Regards,
Josue@djshortkut, it’s not working because it is loading the default blog template, you’d need to change the blog setting to this and build the blog using ALB elements.
Best regards,
JosueHey!
Fullwidth elements can not be put inside Fullwidth elements, what do you mean by ‘randomness’ exactly?
Cheers!
JosueHi!
Add this to Quick CSS:
#content_to_open { display: none; } .mfp-content #content_to_open { display: block; }Best regards,
JosueHi Tjaard!
Transparent header is working, problem is this color section you have at the start of the layout – http://screencast.com/t/RiRXmrlkL
Regards,
JosueYeah, feel free to reply back to this topic if something unexpected happens, WordPress issues are not within our support scope but we can provide general advice.
Cheers!
JosueDoes it gets fixed if you re-set the Permalinks settings to default (no pretty links)?
Hey!
I found a way.
1. Set-up a FullScreen Slider element like this – http://screencast.com/t/RyxNPmtvMau
2. The “image + trigger” slide should be like this – http://screencast.com/t/LXDOSmDokSa
3. Finally add this to theme / child theme functions.php:function custom_js(){ ?> <script> (function($){ $(window).load(function() { $('.avia-fullscreen-slider .trigger').on('click', function(){ $('.avia-fullscreen-slider .next-slide').trigger('click'); }) }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_js');If you are using another fullscreen sliders throughout the page i’d highly suggest you to set a custom class and change the code accordingly so it only affects that one.
Regards,
JosueDid you recently update WordPress to 4.1? that could have been.
Best regards,
Josue@TjaardHeikens, can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHope it works :)
Regards,
JosueHey Jenn!
The issue you are having right now doesn’t necessarily has to be related to malicious code. It seems that the pretty links are not working correctly, refer to this article on how to fix that:
http://codex.wordpress.org/Using_PermalinksRegards,
JosueHi Jared!
The theme does not touch those files afaik. I’d suggest re-installing WordPress just to make sure those files don’t contain malicious code.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer { position: fixed; width: 100%; bottom: 0; z-index: 10000; }Also please update the theme to the latest version (3.0.8).
Cheers!
JosueYou are welcome Miranda, glad to help :)
Regards,
JosueHi!
Then the problem is not related to the theme but with how you are creating the post types with the Types plugin.
I’d suggest you using a different approach for this:
http://codex.wordpress.org/Function_Reference/register_post_type
http://generatewp.com/post-type/Best regards,
JosueHi!
You’d put the content to get opened in a Color Section with a custom ID (ex: content_to_open) and then the trigger would be a link element like this:
<a href="#content_to_open" class="open-popup-link">Open</a>Regards,
JosueHi David!
Yes, also note:
Applies a parallax effect on layers when you move your mouse over the slider. Higher values make the layer more sensitive to mouse move. Negative values are allowed.
Best regards,
JosueFebruary 16, 2015 at 6:46 pm in reply to: Track contact form conversions with Google Analytics goal? #396927Hey Ralph!
Try the following:
https://kriesi.at/support/topic/tracking-code-on-specific-button/#post-335355The code to use in case of the form would be like this:
$('.avia_ajax_form .button').on('click', function() { ga('send', 'event', 'button', 'click', 'button-3'); });Best regards,
JosueHey!
Check if the featured image box appear with the default WordPress theme activated.
Regards,
JosueHi!
@djshortkut:
1. Add this:
.avia-menu-text { font-weight: 900 !important; }2. Update this part to::
/* Submenu background, border and shadow */ .header_color .main_menu ul ul{ background: rgba(0,0,0,0.2) } #top .av_header_transparency .main_menu .menu ul li a{ background: transparent; } #top .av_header_transparency .sub-menu a { border: 0 !important; box-shadow: none !important; }3. Update this part to:
/* Menu item hover and current-menu-item color */ #top .av_header_transparency .av-main-nav li a:hover .avia-menu-text, #top .av_header_transparency .av-main-nav li.current-menu-item > a > .avia-menu-text{ color: #2c5b9c !important; }4. Can you please create us a WordPress administrator account? post it here as a private reply.
@TjaardHeikens, can you post a link to your site?Best regards,
JosueI’m tested in Safari 7.0, here’s what i got – http://screencast.com/t/MxZbGL45
Cheers!
JosueHi,
You could use something like this in functions.php:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { // js code here }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi Munford!
You’d need to migrate the portfolio_page (Elision) post types to portfolio (Enfold), try using this plugin:
https://wordpress.org/plugins/post-type-switcher/
Or:
https://wordpress.org/plugins/convert-post-types/Best regards,
JosueCheck it know.
Best regards,
Josue -
AuthorPosts
