Forum Replies Created

Viewing 40 posts - 1 through 40 (of 77 total)
  • Author
  • in reply to: Firefox top menu bad visualisation #136398
     fersamp
    Participant
    Not marked as solution
    in reply to: Firefox top menu bad visualisation #127050
     fersamp
    Participant
    Not marked as solution
    in reply to: Firefox top menu bad visualisation #122721
     fersamp
    Participant
    Not marked as solution
    in reply to: Firefox top menu bad visualisation #122385
     fersamp
    Participant
    Not marked as solution
    in reply to: Firefox top menu bad visualisation #122268
     fersamp
    Participant
    Not marked as solution
    in reply to: Firefox top menu bad visualisation #121884
     fersamp
    Participant
    Not marked as solution
    in reply to: Firefox top menu bad visualisation #121882
     fersamp
    Participant
    Not marked as solution
    in reply to: Firefox top menu bad visualisation #121852
     fersamp
    Participant
    Not marked as solution
    in reply to: Auth0 logins integration #121421
     fersamp
    Participant
    Not marked as solution
    in reply to: Auth0 logins integration #121420
     fersamp
    Participant
    Not marked as solution
    in reply to: Auth0 logins integration #121134
     fersamp
    Participant
    Not marked as solution
    in reply to: INTERNET EXPLORER bad visualization #114658
     fersamp
    Participant

    Hi 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?

    in reply to: Content height in full row element #113255
     fersamp
    Participant

    Sorry, but I set both to 600px height when I generated the code from developer console…

    in reply to: SyntaxError: illegal character #113224
     fersamp
    Participant

    I 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.

    in reply to: SyntaxError: illegal character #112772
     fersamp
    Participant

    Hi 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?

    in reply to: SyntaxError: illegal character #112727
     fersamp
    Participant

    Sorry 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

    in reply to: SyntaxError: illegal character #112725
     fersamp
    Participant

    Hi 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>

    in reply to: Facebook login doesn’t work in Firefox 43.0.1. #111226
     fersamp
    Participant

    OMG!!
    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

    in reply to: Facebook login doesn’t work in Firefox 43.0.1. #111197
     fersamp
    Participant

    Yes 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?

    in reply to: INTERNET EXPLORER bad visualization #110282
     fersamp
    Participant

    Any news?

    in reply to: INTERNET EXPLORER bad visualization #107972
     fersamp
    Participant

    Even updating internet explorer there are still problems…
    Does it work in your IE browser?

    in reply to: INTERNET EXPLORER bad visualization #106550
     fersamp
    Participant

    HI Laura,
    I’m sorry but there are still problems.
    But am I the one with Internet Explorer 9 view?

    in reply to: Problems with “pre” tag #106296
     fersamp
    Participant

    Hi Andrei,
    Thank you for your help: I tried your code but it doesn’t work.

    Here plugin genuine shortcode:

    COPY CODE
    function 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.

    in reply to: Problems with “pre” tag #105666
     fersamp
    Participant

    Hi Laura,
    I have news about my problem:

    In kleo tab I used this custom shortcode

    COPY CODE
    function 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

    in reply to: INTERNET EXPLORER bad visualization #105654
     fersamp
    Participant

    About 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.

    in reply to: INTERNET EXPLORER bad visualization #105052
     fersamp
    Participant

    Hi 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

    in reply to: Center Map created by shortcode #104747
     fersamp
    Participant

    OMG, really thank you 🙂

    in reply to: Center Map created by shortcode #104736
     fersamp
    Participant
    This reply has been set as private.
    in reply to: Center Map created by shortcode #104729
     fersamp
    Participant

    Sorry, it doesn’t wwork, the row is already “text align center”

    in reply to: Internet Explorer view #104391
     fersamp
    Participant

    really thank you 🙂

    in reply to: Internet Explorer view #104265
     fersamp
    Participant

    Hi,
    you can find it on my home page.

    http://www.dayroma.it

    thank you for help

    in reply to: Internet Explorer view #104089
     fersamp
    Participant

    Hi 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.
    in reply to: Internet Explorer view #103949
     fersamp
    Participant

    Thank 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

    in reply to: Backend upload logo problem #103303
     fersamp
    Participant

    … ok I reinstall wordpress thank you

    in reply to: Backend upload logo problem #103297
     fersamp
    Participant
    This reply has been set as private.
    in reply to: Shortcode doesn’t work #102572
     fersamp
    Participant

    oh, I forgot, sorry, thank you

    in reply to: Help redirect configuration #102571
     fersamp
    Participant

    no, it doesn’t work too…

    in reply to: Internet Explorer view #101514
     fersamp
    Participant

    Hi, I’m sorry but it doesn’t work.

    in reply to: Internet Explorer view #101173
     fersamp
    Participant

    HI,
    I have windows 7 and Internet Exploer 9.0.8112

    in reply to: Footer Menu #98220
     fersamp
    Participant

    thank you very much

Viewing 40 posts - 1 through 40 (of 77 total)

Log in with your credentials

Forgot your details?