Forum Replies Created
-
AuthorPosts
-
This was somewhat expected as you’re not using a Child Theme, however i found a way of adding custom functions with the help of the plugin, i’ve added both Icons (Star and Music Sign) to the list of select-able Icons in Enfold > Social Profiles.
Best regards,
JosueJune 30, 2015 at 5:26 am in reply to: Post using Advanced Editor. How to insert Post Meta info (Title, Date etc.) ? #466172You are welcome, glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJune 30, 2015 at 4:55 am in reply to: Post using Advanced Editor. How to insert Post Meta info (Title, Date etc.) ? #466158Hi!
Change code to:
function post_meta_shortcode(){ ob_start(); echo "<span class='post-meta-infos'>"; $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false)); echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>"; if ( get_comments_number() != "0" || comments_open() ){ echo "<span class='comment-container minor-meta'>"; comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework')); echo "</span>"; echo "<span class='text-sep text-sep-comment'>/</span>"; } $taxonomies = get_object_taxonomies(get_post_type($the_id)); $cats = ''; $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id); if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' '; } } } if(!empty($cats)) { echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; } echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>'; echo '</span>'; return ob_get_clean(); } add_shortcode( 'sc_post_meta', 'post_meta_shortcode' );Cheers!
JosueHey!
Try adding this code to the Quick CSS:
section.avia_codeblock_section { clear: both; }Cheers!
JosueJune 30, 2015 at 4:45 am in reply to: Map logo has 'clickable icon' on mouse over but isn't clickable #466150Hi!
It will affect all map controls (pins).
Regards,
JosueHi Robert,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi!
I’m not sure if i understand what the issue is exactly, i’ve checked in my mobile phone and it appears to be working as expected, can you post a screenshot depicting the problem?
Best regards,
JosueHey!
Should work the same if you enable Advanced Layout Builder on the Post.
Cheers!
JosueCan you please check it on another computer / browser? i didn’t note that when i tested it (child theme activated).
Regards,
JosueHi!
Use (Email address hidden if logged out) but please post the credentials here (private content) so the whole team can help.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.js_active .top_tab .tab { padding: 12px 22px 14px 22px; }Cheers!
JosueHey!
I got this message when trying to log-in:
ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.
Best regards,
JosueI see, doesn’t seem too complicate, can you post a link to your installation?
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Use (Email address hidden if logged out) but please post the login details here so the whole team can help.
Regards,
JosueHi!
If you’re talking about a Multisite Installation you could have a different Enfold child themes for each site.
Cheers!
JosueHi!
I’ve activated the child theme but couldn’t really note any difference, what’s the issue exactly?
Cheers!
JosueJune 29, 2015 at 9:27 am in reply to: Post using Advanced Editor. How to insert Post Meta info (Title, Date etc.) ? #465666Hey!
Try with this:
function post_meta_shortcode(){ echo "<span class='post-meta-infos'>"; $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false)); echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>"; if ( get_comments_number() != "0" || comments_open() ){ echo "<span class='comment-container minor-meta'>"; comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework')); echo "</span>"; echo "<span class='text-sep text-sep-comment'>/</span>"; } $taxonomies = get_object_taxonomies(get_post_type($the_id)); $cats = ''; $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id); if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' '; } } } if(!empty($cats)) { echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; } echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>'; echo '</span>'; } add_shortcode( 'sc_post_meta', 'post_meta_shortcode' );Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
User provided doesn’t seem to work, please check.
Cheers!
JosueJune 28, 2015 at 2:40 pm in reply to: Logout from WordPress always leads to 404 page not found #465539Hey!
Try the following:
https://bbpress.org/forums/topic/404-after-logout-from-private-forum/Best regards,
JosueHey!
There’s an error on one core WordPress file:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://website.org/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4109-20150505Have you tried re-installing WordPress?
Cheers!
JosueHi!
Can you please post the login URL.
Regards,
JosueHi Patrick,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHm, this is weird, even logged-in i’m getting:
You do not have permission to preview drafts.
Can you indicate which of the 60 Pages is the one with the Tabs you want to tweak?
Regards,
JosueDe nada, un gusto poder ayudado :)
Saludos,
JosueHola,
Si, gracias por el acceso, haz lo siguiente, abre el archivo /config-templatebuilder/avia-shortcodes/events_countdown.php y busca la linea 210:
$atts['title'] = array( $atts['title'] => __("Upcoming",'avia_framework') .": " . $title );Reemplazala por:
$atts['title'] = array( $atts['title'] => __("Evento:",'avia_framework') .": " . $title );Saludos,
JosueYou are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
