Forum Replies Created
-
Author
-
fersamp
ParticipantHi Andrei,
I’m testing this visualization problem with the latest Internet Explorer version:
if I put in the navigation bar dayroma.it (my site) —> icons are visualized bad
instead with http://www.dayroma.it this not happens.
Same problem in firefox.I don’t understand why: Is there some configuration in .htaccess I have to set?
fersamp
ParticipantSorry, but I set both to 600px height when I generated the code from developer console…
fersamp
ParticipantI didn’t add it manually, so I could add that jv code in quick js but I don’t know where to remove the old.
fersamp
ParticipantHi Radu,
I localized the problem: Facebook Page code that I inserted in a row element.
I used this code got direclty from Facebook Developer page:
<script>// <![CDATA[ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = “//connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v2.5”; fjs.parentNode.insertBefore(js, fjs); }(document, ‘script’, ‘facebook-jssdk’)); // ]]></script>
But I need it… Probably it is in conflit with Kleo login facebook…
How can I use both together?
fersamp
ParticipantSorry for the post, I don’t know why it gave me a syntax error even the post 🙂
I have the latest KLEO version and these plugin active:
- BuddyPress
- BuddyPress Cover Photo
- Seleziona BuddyPress Multilingual
- Contact Form 7
- Events Manager
- Events Manager and WPML Compatibility
- K Elements
- rtMedia for WordPress, BuddyPress and bbPress
- rtMedia Upload Terms
- Slider Revolution
- Seleziona UpdraftPlus – Backup/Restore
- WPBakery Visual Composer
- WPML Multilingual CMS
- WPML String Translation
But I have still the same problem – Uncaught SyntaxError: Unexpected token ILLEGAL
fersamp
ParticipantHi Radu,
I have the latest KLEO version and these plugin active:
<p style=”text-align: left;”>BuddyPress</p>
<p style=”text-align: left;”>BuddyPress Cover Photo</p>
<p style=”text-align: left;”>Seleziona BuddyPress Multilingual</p>
<p style=”text-align: left;”>Contact Form 7</p>
<p style=”text-align: left;”>Events Manager</p>
<p style=”text-align: left;”>Events Manager and WPML Compatibility</p>
<p style=”text-align: left;”>K Elements</p>
<p style=”text-align: left;”>rtMedia for WordPress, BuddyPress and bbPress</p>
<p style=”text-align: left;”>rtMedia Upload Terms</p>
<p style=”text-align: left;”>Slider Revolution</p>
<p style=”text-align: left;”>Seleziona UpdraftPlus – Backup/Restore</p>
<p style=”text-align: left;”>WPBakery Visual Composer</p>
<p style=”text-align: left;”>WPML Multilingual CMS</p>
<p style=”text-align: left;”>WPML String Translation</p>
<p style=”text-align: left;”></p>
<p style=”text-align: left;”>I have still the same problem.</p>
<p style=”text-align: left;”>Uncaught SyntaxError: Unexpected token ILLEGAL</p>fersamp
ParticipantOMG!!
I can’t believe that FB allow this. I would have thought it was an horrible and old plugin. Sorry.However, can you suggest me a working facebook plugin with Kleo theme?
In particular, a plugin that works with your facebook login-registration?
I need facebook like button and an integration with my facebook page, so that in my site there are facebook timeline, facebook users comments etc.Thank you
fersamp
ParticipantYes it works if I deactivate Facebook official plugin… But I need that plugin for my site, for like button, sharing, etc…
What can I do to have facebook login and facebook plugin too?
fersamp
ParticipantEven updating internet explorer there are still problems…
Does it work in your IE browser?fersamp
ParticipantHI Laura,
I’m sorry but there are still problems.
But am I the one with Internet Explorer 9 view?fersamp
ParticipantHi Andrei,
Thank you for your help: I tried your code but it doesn’t work.Here plugin genuine shortcode:
COPY CODEfunction em_get_events_list_shortcode($args, $format='') { $args = (array) $args; $args['ajax'] = isset($args['ajax']) ? $args['ajax']:(!defined('EM_AJAX') || EM_AJAX ); $args['format'] = ($format != '' || empty($args['format'])) ? $format : $args['format']; $args['format'] = html_entity_decode($args['format']); //shortcode doesn't accept html $args['limit'] = isset($args['limit']) ? $args['limit'] : get_option('dbem_events_default_limit'); if( empty($args['format']) && empty($args['format_header']) && empty($args['format_footer']) ){ ob_start(); if( !empty($args['ajax']) ){ echo '<div class="em-search-ajax">'; } //open AJAX wrapper em_locate_template('templates/events-list.php', true, array('args'=>$args)); if( !empty($args['ajax']) ) echo "</div>"; //close AJAX wrapper $return = ob_get_clean(); }else{ $args['ajax'] = false; $pno = ( !empty($args['pagination']) && !empty($_GET['pno']) && is_numeric($_GET['pno']) )? $_GET['pno'] : 1; $args['page'] = ( !empty($args['pagination']) && !empty($args['page']) && is_numeric($args['page']) )? $args['page'] : $pno; $return = EM_Events::output( $args ); } return $return; } add_shortcode ( 'events_list', 'em_get_events_list_shortcode' );
But I don’t understand where pre tag is created.
fersamp
ParticipantHi Laura,
I have news about my problem:In kleo tab I used this custom shortcode
COPY CODEfunction display_custom_events( $attr, $content = null ) { echo do_shortcode('[events_list scope="' . $content. '" limit=5 pagination=1 ][/events_list]'); return ''; } add_shortcode('custom_events', 'display_custom_events');
That simply invoke the Events Manager shortcode ‘[events_list scope=”####” limit=5 pagination=1 ][/events_list]’
So, the pre tag is prettly linked to add_shortcode method, in particular to the class wpb_wrapper that create a blank pre tag:
COPY CODE<div class="wpb_wrapper"> <pre></pre> </div>
How can I remove this pre tag when shortcode is invoked?
Thank you for help
fersamp
ParticipantAbout font ok, but about the other visualization problems?
I don’t believe that a font compatibility makes problems to button contact us and go on top.fersamp
ParticipantHi Laura,
I tried to deactivating some plugins, WPML included, but the problem is still present.WPML support told me that is a known problem of compatibility between IE9 and Font Awesome,
can you help me to understand what can I do?Best regards
fersamp
Participantfersamp
ParticipantHi Radu,
in the attachment there is my home page.
I added two tabbed page, the first is wordpress default tab and the second is kleo tab.
(I have to remove the first because it doesn’t work on IE 9)Is there some way to change the border/the color of the second tab to make it looks like the one above?
There’s some template example I can choose?Attachments:
You must be logged in to view attached files.fersamp
ParticipantThank you Radu, this helped me.
Just one last thing: do you know some code or other way to change tabs appearance? I don’t know very well css, so I don’t know how to add a css custom class to changeg tabs look.Thank you very much
-
AuthorPosts