mcomarketing

Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: Link to correct languaje #246554
    mcomarketing
    Participant

    yes, im using WPML. But is impossible deactivate this.
    Thanks

    in reply to: Calendar Widget #229498
    mcomarketing
    Participant

    thanks for your quick response!

    that’s ok!! (finally)

    see the link
    http://s511456428.mialojamiento.es/aloha-news/

    the problem was at settings… display… “Enable event views” select “day”, before, ¡this are not selected!
    this will help others with the same problem?

    The site are in english, but the detail shows the date in spanish “Todo el día” (all the day), i think i can try hide this with css.

    Than you so much for support!
    Greetings from spain!

    in reply to: Calendar Widget #229405
    mcomarketing
    Participant

    great!… thanks!
    well, the css code is ok, the details are missing in combat! 🙂

    one more thing… now adding a number of events at the widget, the calendar shows down detail of these event, but in the demo here
    http://wpshindig.com/event-widgets/

    the link at number of day in calendar redirect to the detail page… now in this moment these links are inactive, and for details is necesary make click again to the list below. It would be better a single click on the calendar day.

    Thank you so much for your support and the patience with my very BAD ENGLISH!

    in reply to: Calendar Widget #228758
    mcomarketing
    Participant

    thanks so much!
    well, now the calendar shows the next and the previos month, but… the link to the event are inactive again…

    remember the url:
    http://s511456428.mialojamiento.es/members-public/sidebars/

    this the event url
    http://s511456428.mialojamiento.es/members-public/event/mens-day-2/

    and, in this detail is possble hide the “details” white frame?

    thanks one more!!

    in reply to: Calendar Widget #221059
    mcomarketing
    Participant

    well, this is the code of sidebars, i see ‘before_widget! but i not idea the correct parameter…
    the widget is in the ¡Page sidebar’
    If you can see this… thanks so much!!

    The code————————-

    <?php
    /* ————————————- */
    /* SIDEBAR REGISTRATION */
    /* ————————————- */

    if ( function_exists(‘register_sidebar’)) {

    //DEFAULT SIDEBARS
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 1’,
    ‘id’ => ‘sidebar-1’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 2’,
    ‘id’ => ‘sidebar-2’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 3’,
    ‘id’ => ‘sidebar-3’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘Footer Widget Slot 4’,
    ‘id’ => ‘sidebar-4’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘SubFooter Widget Left’,
    ‘id’ => ‘sidebar-5’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    register_sidebar(array(
    ‘name’ => ‘SubFooter Widget Right’,
    ‘id’ => ‘sidebar-6’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘<div class=”clear”></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));

    //CUSTOM SIDEBARS
    $sidebars = get_option(“tb_glisseo_theme_sidebar_options”);
    $i = 0;
    $j = 1;
    if (is_array($sidebars) && !empty($sidebars)) {
    foreach($sidebars as $row) {
    if($j%2==0){
    register_sidebar(array(
    ‘name’ => $sidebar,
    ‘id’ => ‘sidebar-‘.$row,
    ‘before_widget’ => ‘<div class=”sidebox”>’,
    ‘after_widget’ => ‘<div class=”clear”></div></div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’
    ));
    $j = 0;
    }
    else{
    $sidebar = $row;
    }
    $j++;
    }
    }
    }?>

    END CODE—————–

    in reply to: Calendar Widget #218971
    mcomarketing
    Participant

    hi, i read the post… but it’s too difficult for me.
    I am web developper whith knowledge of PHP, i think this problem is other level.

    Some solution more easy, maybe??

    thanks, Casey

    in reply to: Calendar Widget #216780
    mcomarketing
    Participant

    i have the 3.6.1 version and the gatekeeper Rob wrote:
    “Fixed the query for days with events in the mini calendar widget”

    this is the problem??
    thanks!

    in reply to: Calendar Widget #216772
    mcomarketing
    Participant

    yes, here the link with test sidebar…
    http://s511456428.mialojamiento.es/members-public/sidebars/

    the event day has not a link (10 june)

    this link could be redirect here

    http://s511456428.mialojamiento.es/members-public/event/members-day/

    Thank you !

Viewing 8 posts - 16 through 23 (of 23 total)