Forum Replies Created
-
AuthorPosts
-
Hey!
No, it doesn’t, however UberMenu comes with its own built-in styles.
Best regards,
JosueFebruary 8, 2016 at 1:40 pm in reply to: issue with style.css dynamically minified and not updated #579595Hey!
Try doing a hard refresh and see if it gets fixed:
http://refreshyourcache.com/en/cache/Best regards,
JosueHello!
Please note that this kind of questions are beyond our support scope. That being said i’d suggest you trying out one of these services/plugins:
https://www.wordfence.com/
https://sucuri.net/Regards,
JosueHi!
There’s a newer WordPress version (4.4.2) can you please try updating that first.
Best regards,
JosueHi Judy!
Try using a Text Widget, you can paste the YouTube embed code there.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try with %portfolio_entries%.
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
Try this:
<hr style="background-color: #ba8e62; border-color: #ba8e62">Cheers!
JosueFebruary 8, 2016 at 1:31 pm in reply to: Enfold – Custom Font – Add Code to Header – Typography.com #579582Hi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $args['twitter'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]&via=USERNAME"); return $args; }Cheers!
JosueHi Jon!
You would need to set the URL parameters in the magnific popup activation, you can either do this in the main Enfold js file (js/avia.js) or via a custom script in a child theme:
function overwrite_magnificpopup(){ ?> <script> (function($){ $(window).load(function() { $('.video1').magnificPopup({ items: { src: '<iframe width="560" height="315" src="https://www.youtube.com/embed/_ziUhNerFMI?autoplay=1&rel=0" frameborder="0" allowfullscreen></iframe>', type: 'inline' } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'overwrite_magnificpopup');The link should then be:
<a href='youtube_url' class='video1'>Link</a>Regards,
JosueFebruary 8, 2016 at 1:13 pm in reply to: Using ALB with custom post type and meta information #579563Hey!
Can you post a link to the ticket you mention? also, what are the custom meta names you are trying to show?
Regards,
JosueFebruary 8, 2016 at 12:40 pm in reply to: Align Menu on the bottom of header instead of center #579538Hi!
Use the following for 2-3:
#top .title_container .container { padding-top: 0; padding-bottom: 0; min-height: 40px; } #top .title_container { background: url(img) red; }We’d need to see the website live in order to help you with 1.
Regards,
JosueFebruary 8, 2016 at 12:12 pm in reply to: How to setting Masonry Gallery thumbnail image size? #579519Hey!
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the square image size (increase its height).
4. Regenerate the thumbnails by clicking the button at the bottom.Cheers!
JosueHey!
Try placing it at the very start of Quick CSS.
Regards,
JosueHey!
There’s an option that lets you set the vertical alignment when using Columns (edit the first one select “equal height”).
Cheers!
JosueYou are welcome Frank, glad to help :)
Regards,
JosueHey Frank!
You can put the code on your child theme functions.php file.
Best regards,
JosueHi!
Support is limited to theme-related questions or requests, if you read your replies carefully you’ll note you’re basically asking for support regarding a third-party plugin (ACF) + WordPress/PHP related questions, hence the answers you’re getting.
From the register page:
First of all, please note that theme support is not a requirement for Themeforest authors, but we do it nevertheless, simply because we like to see our customers happy. We will answer as soon as possible to any questions asked, but please be aware that there are limits to the scope of our theme support. Support covers installation of the theme, issues arising from using any of the theme features and of course bug fixes and feature updates.
We cant help with installation of WordPress itself, 3rd party plugins that were not part of the theme package or heavy theme customization.
Cheers!
JosueHi Pete!
In that case you’d just need to duplicate and modify the function code i gave you for the first shortcode (make sure you change the function and shortcode name).
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueTry this:
#mobile-advanced{ -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; } .avia_transform3d #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); } .show_mobile_menu #mobile-advanced{ -webkit-transform: translate(-70%, 0); -moz-transform: translate(-70%, 0); transform: translate(-70%, 0); } .avia_transform3d .show_mobile_menu #mobile-advanced{ -webkit-transform: translate3d(-70%, 0, 0); -moz-transform: translate3d(-70%, 0, 0); transform: translate3d(-70%, 0, 0); }Best regards,
JosueHey!
Try the following:
function custom_shortcode_func() { global $post; ob_start(); ?> <a href="mailto: (Email address hidden if logged out) ?subject=<?php echo get_the_title($post->ID); ?>">LINK 1</a> <a href="mailto: (Email address hidden if logged out) ?subject=<?php echo get_the_title($post->ID); ?>">LINK 2</a> <?php $output = ob_get_clean(); return $output; } add_shortcode('my_shortcode', 'custom_shortcode_func');Best regards,
JosueHey!
Do you have adblock or similar enabled by any chance?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
span.onsale { font-size: 0; } span.onsale:before{ content: "Sonderangebot"; font-size: 12px; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueThanks for sharing your solution Markus, it will certainly help someone :)
Regards,
Josue -
AuthorPosts
