Forum Replies Created
-
AuthorPosts
-
June 27, 2015 at 12:26 pm in reply to: Post using Advanced Editor. How to insert Post Meta info (Title, Date etc.) ? #465222
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function post_title_shortcode(){ global $post; return get_the_title($post->ID); } add_shortcode( 'sc_post_title', 'post_title_shortcode' ); function post_date_shortcode(){ global $post; return get_the_date('Y-m-d', $post->ID); } add_shortcode( 'sc_post_date', 'post_date_shortcode' );Then in your ALB-enabled Post simply drag a Text Block where you want this and use the following shortcodes:
[sc_post_title] [sc_post_date]Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueRemove the:
<h1></h1>Regards,
JosueHi Mario!
Mimicking that exact layout is not possible because the mobile menu is off canvas, however the following code will get you a similar effect, add this to Quick CSS:
#mobile-advanced{ right: 0; top: -100%; border-color: #242424; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; } .avia_transform3d #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); } .show_mobile_menu #mobile-advanced{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translate(0, 100%); -moz-transform: translate(0, 100%); transform: translate(0, 100%); } .avia_transform3d .show_mobile_menu #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }Cheers!
JosueHey!
Ok, do it this way instead.
1. Go to Media > Add new and upload your audio file.
2. Click to Edit that newly uploaded media file and copy the URL – http://screencast.com/t/ppysuPcCvpr
3. Then use that link wherever you want to put the download trigger, for example to create a simple link: 1) http://screencast.com/t/s3U0RNmJ4E 2) http://screencast.com/t/BzXG5t5gRegards,
JosueHey!
Linking the audio file directly should lead to a download, something like:
<a href="URL_to_audi_file'>Download Audio File</a>Regards,
JosueHi Nathan!
Check the first Text Block in “Text” mode, there’s an empty h1 at the beginning.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
There may be specific ALB elements for Events in the future, that pull that specific Event data (there are already some for WooCommerce Products) , feel free to request the same for Events here
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Roboto should be available now as a Content Font.
Best regards,
JosueHi,
Open /config-templatebuilder/avia-shortcodes/masonry_entries.php and look for line:
$items .= "<{$html_tags[0]} id='av-masonry-".self::$element."-item-".$entry['ID']."' class='{$class_string}' {$linktitle} {$markup}>";Replace it by this:
$items .= "<{$html_tags[0]} id='av-masonry-".self::$element."-item-".$entry['ID']."' data-rel='masonry-".self::$element."' class='{$class_string}' {$linktitle} {$markup}>";Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Does the code works if you put it on a simple HTML file?
Best regards,
JosueHey!
Yes, take a look:
http://kriesi.at/archives/enfold-3-2-super-flexible-columns-new-church-and-wedding-demos-and-so-much-moreCheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Did you manage to sort this out? the video is now showing on both links you posted.
Best regards,
JosueJune 24, 2015 at 8:55 pm in reply to: An error occurred while updating Enfold: Could not create directory. #464312Hey!
In that case you’d need to ask your server provider support to make these permissions changes.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueChange the icon code to:
.avia-menu-text .av_font_icon { position: absolute; top: -25px; left: 0; right: 0; margin: 0 auto;}Regards,
Josue-
This reply was modified 10 years, 9 months ago by
Josue.
Hey!
I guess you posted it on the private content area, unfortunately there is a bug with that right now, do the following:
1. Edit your last reply
2. Fill the private content area there
3. SaveRegards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try with this:
.avia-menu-text .av_font_icon { position: absolute; top: -25px; } .html_header_top.html_header_sticky.html_large #header_main .container, .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a { line-height: 170px; }Regards,
JosueJune 24, 2015 at 10:36 am in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #463878Great, glad it’s fixed :)
Best regards,
JosueHi!
Can you apply the icons first and then post a link to your site so we can provide you with the precise CSS code?
Cheers!
JosueJune 24, 2015 at 10:11 am in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #463858Hey!
Yes but there’s no way the 404 error is coming up from an individual portfolio item opened with AJAX, because that doesn’t generate an actual page (or URL), it opens on top of the /products/ page, so the test would be to make that user access /products/ with the default theme activated.
Regards,
JosueHi Krabbi!
I don’t think that would be possible with the Enfold form as its not very customisable, would suggest you using a plugin like:
https://wordpress.org/plugins/contact-form-7/Regards,
Josue -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
