fguijarrob

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: ERROR 404 Not found #77833
    fguijarrob
    Participant

    Thanks Denise and Barry! I appreciate it!! 🙂

    in reply to: ERROR 404 Not found #77574
    fguijarrob
    Participant

    Hi Denise!
    Thanks a lot for your post! I have inserted into my function.php the code and it works properly! 404 issue disappeared!
    Otherwise, I have read your post “Can’t see update for base Events Calendar 3.2” but I did not understand if you delete all the Events Calendar PRO folder or just a some files.
    Thanks a lot for your help!

    in reply to: Letter font and letter size #63994
    fguijarrob
    Participant

    Hi Barry!
    Thank you so much for your post! I finally have copy the line you sent me and have changed 1em instead of 2m and it works perfectly!
    Thanks a lot!!

    in reply to: Letter font and letter size #63812
    fguijarrob
    Participant

    Hi Barry!
    Thanks a lot for your answer.
    I am still developing the site, so I have uploaded it on http://www.o-dvision.com/front
    The size font that I want to change is the link “COTERIE NYC” in the following section that appears on the foot of the page:

    Upcoming Events
    1.Coterie NYC
    September 17 @ 9:00 am – September 19 @ 5:00 pm
    View All Events

    I was trying to find the place to change the font of that widget but I couldn’t do it.
    Thanks for your help!
    Fernando.

    in reply to: Mini Calendar Widget #56765
    fguijarrob
    Participant

    Thanks a lot because I have fixed the issue by adding the above three lines on my style.css file! I appreciate it!!

    in reply to: Mini Calendar Widget #56711
    fguijarrob
    Participant

    Hi Jonah!
    Thank you so much for your answer!!
    I tried to find the 3 lines you wrote in your last post but I coulnd’t find anything similar to that on my theme’s style.css file.
    However I have found those 3 lines on the file “widget-calendar.min.css” that is originally from Events Calendar PRO but the problema with the navigation arrows were not fixed
    Any idea of the file where can I find these 3 lines to fix the problem that I have with these arrows of the mini calendar widget?
    Thanks a lot!!!

    in reply to: Superimposed Text Boxes #56213
    fguijarrob
    Participant

    I just want to share how I finally fix the issue I explained in the last posts.
    I finally installed Jquery versión 1.8.2 which still contains most of functions that use old WordPress Themes.
    Jquery 1.10 is not supporting some jquery functions like live()….
    Thanks for everything!

    in reply to: Superimposed Text Boxes #56158
    fguijarrob
    Participant

    Thanks again Daniel!!
    I have reported the issue to TemplateMonster.com because I bought it there.
    They will email me in the next few days. I’ll update you with their answer!!
    Thanks a lot to help us!

    in reply to: Superimposed Text Boxes #56125
    fguijarrob
    Participant

    Ups , after checked the site, The Events Calendar Pro is working perfectly!!!
    But the main menu is not opening the submenus when I put the mouse over the menu :/

    in reply to: Superimposed Text Boxes #56096
    fguijarrob
    Participant

    Wowww!
    I can’t believe it!!!!
    THANKS a lot Daniel Dvorkin!!!!
    I have just rename the downloaded jquery-1.10.2.js file into my original jquery file (jquery-1.6.4.min.js). After that I pasted these new file where the original one was located and IT WORKS!!!

    Now the grey “EVENTS FROM” and “VIEW AS” boxes are NOT superimposed!!
    Complicated for me but easy solution!! 😉
    THANKS again!!!

    in reply to: Superimposed Text Boxes #56088
    fguijarrob
    Participant

    function my_script() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, get_bloginfo(‘template_url’).’/js/jquery-1.6.4.min.js’, false, ‘1.6.4’);
    wp_enqueue_script(‘jquery’);

    wp_enqueue_script(‘modernizr’, get_bloginfo(‘template_url’).’/js/modernizr.js’, array(‘jquery’), ‘2.0.6’);
    wp_enqueue_script(‘superfish’, get_bloginfo(‘template_url’).’/js/superfish.js’, array(‘jquery’), ‘1.4.8’);
    wp_enqueue_script(‘easing’, get_bloginfo(‘template_url’).’/js/jquery.easing.1.3.js’, array(‘jquery’), ‘1.3’);
    wp_enqueue_script(‘prettyPhoto’, get_bloginfo(‘template_url’).’/js/jquery.prettyPhoto.js’, array(‘jquery’), ‘3.1.3’);
    wp_enqueue_script(‘nivo’, get_bloginfo(‘template_url’).’/js/jquery.nivo.slider.js’, array(‘jquery’), ‘2.5.2’);
    wp_enqueue_script(‘tools’, get_bloginfo(‘template_url’).’/js/jquery.tools.min.js’, array(‘jquery’), ‘1.2.6’);
    wp_enqueue_script(‘loader’, get_bloginfo(‘template_url’).’/js/jquery.loader.js’, array(‘jquery’), ‘1.0’);
    wp_enqueue_script(‘swfobject’, get_bloginfo(‘url’).’/wp-includes/js/swfobject.js’, array(‘jquery’), ‘2.2’);
    wp_enqueue_script(‘cycleAll’, get_bloginfo(‘template_url’).’/js/jquery.cycle.all.js’, array(‘jquery’), ‘2.99’);
    wp_enqueue_script(‘twitter’, get_bloginfo(‘template_url’).’/js/jquery.twitter.js’, array(‘jquery’), ‘1.0’);
    wp_enqueue_script(‘flickr’, get_bloginfo(‘template_url’).’/js/jquery.flickrush.js’, array(‘jquery’), ‘1.0’);
    wp_enqueue_script(‘audiojs’, get_bloginfo(‘template_url’).’/js/audiojs/audio.js’, array(‘jquery’), ‘1.0’);
    wp_enqueue_script(‘custom’, get_bloginfo(‘template_url’).’/js/custom.js’, array(‘jquery’), ‘1.0’);
    }
    }
    add_action(‘init’, ‘my_script’);

    /* Register and load admin javascript
    /*———————————————————————————–*/

    function tz_admin_js($hook) {
    if ($hook == ‘post.php’ || $hook == ‘post-new.php’) {
    wp_register_script(‘tz-admin’, get_template_directory_uri() . ‘/js/jquery.custom.admin.js’, ‘jquery’);
    wp_enqueue_script(‘tz-admin’);
    }
    }
    add_action(‘admin_enqueue_scripts’,’tz_admin_js’,10,1);
    ?>

    in reply to: Superimposed Text Boxes #56087
    fguijarrob
    Participant

    /*

    */

    in reply to: Superimposed Text Boxes #56086
    fguijarrob
    Participant

    Hi Leah and Daniel!!!
    First of all, thanks a lot for your posts.
    I am not really a good programmer 🙂 so I don’t know so much about jquery.
    However, I was searching in functions.php some similar line to and I couldn’t find it.
    In the function.php code I have found these two lines:

    //Loading jQuery and Scripts
    require_once $includes_path . ‘theme-scripts.php’;

    So I opened the theme-scripts.php and it contents the next code:

    I was also trying to find any folder in the FTP where I could find some jquery folder or file and I found the next ones:

    /front/wp-content/themes/theme1640/js/custom.js
    /front/wp-content/themes/theme1640/js/jquery-1.6.4.min.js
    /front/wp-content/themes/theme1640/js/jquery.custom.admin.js
    /front/wp-content/themes/theme1640/js/jquery.cycle.all.js
    /front/wp-content/themes/theme1640/js/jquery.easing.1.3.js
    /front/wp-content/themes/theme1640/js/jquery.flickrush.js
    /front/wp-content/themes/theme1640/js/jquery.loader.js
    /front/wp-content/themes/theme1640/js/jquery.nivo.slider.js
    /front/wp-content/themes/theme1640/js/jquery.prettyPhoto.js
    /front/wp-content/themes/theme1640/js/jquery.tinycarousel.min.js
    /front/wp-content/themes/theme1640/js/jquery.tools.min.js
    /front/wp-content/themes/theme1640/js/jquery.twitter.js
    /front/wp-content/themes/theme1640/js/modernizr.js
    /front/wp-content/themes/theme1640/js/superfish.js
    /front/wp-includes/js/jcrop
    /front/wp-includes/js/jquery/jquery.color.min.js
    /front/wp-includes/js/jquery/jquery.form.js
    /front/wp-includes/js/jquery/jquery.form.min.js
    /front/wp-includes/js/jquery/jquery.hotkeys.js
    /front/wp-includes/js/jquery/jquery.hotkeys.min.js
    /front/wp-includes/js/jquery/jquery.js
    /front/wp-includes/js/jquery/jquery.masonry.min.js
    /front/wp-includes/js/jquery/jquery.query.js
    /front/wp-includes/js/jquery/jquery.schedule.js
    /front/wp-includes/js/jquery/jquery.serialize-object.js
    /front/wp-includes/js/jquery/jquery.table-hotkeys.js
    /front/wp-includes/js/jquery/jquery.table-hotkeys.min.js
    /front/wp-includes/js/jquery/jquery.ui.touch-punch.js
    /front/wp-includes/js/jquery/suggest.js
    /front/wp-includes/js/jquery/suggest.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.accordion.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.autocomplete.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.button.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.core.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.dialog.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.droppable.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-blind.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-bounce.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-drop.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-fade.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-fold.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-highlight.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-scale.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect-transfer.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.effect.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.menu.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.mouse.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.position.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.progressbar.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.resizable.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.selectable.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.slider.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.sortable.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.spinner.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.tooltip.min.js
    /front/wp-includes/js/jquery/ui/jquery.ui.widget.min.js

    Is it posible just to download jquery-1.10.2.js from http://jquery.com/download/ and rename this with “jquery-1.6.4.min.js” and copy into the folder /front/wp-content/themes/theme1640/js/jquery-1.6.4.min.js ????

    Thanks a lot for your help and so sorry for this long post!!

    in reply to: Some problems :) #54470
    fguijarrob
    Participant

    Hi Barry!!
    Thanks a lot for your answer!
    I was Reading “our themer’s guide” and I would like to fix the issue by myself but I am not very familiar with CSS.
    How can I rejig my widget area?
    The footer code into the style.css is as follows:

    /* Footer
    —————————————- */
    #footer {
    background:url(images/bg-footer.png) 0 0 repeat;
    padding:66px 0 20px;
    }
    #footer ul ,#footer ul li{ border:none;}
    #footer ul li{
    padding:0px 0 6px 11px;
    margin:0;
    list-style-type:none;
    background:/*url(images/marker.png)*/ 0 34% no-repeat;}
    /* Footer widget */
    #widget-footer {

    }

    #footer .social-networks{ float:left; margin-left:6px;}
    #footer .social-networks li {
    float:left;
    background:none;
    border:none;
    list-style-type:none;
    padding:0;
    margin:0 2px 0 3px;
    }

    /* Footer navigation */
    nav.footer {
    float:right;
    }
    nav.footer ul {
    margin:0;
    padding:0;
    }
    nav.footer ul li {
    list-style-type:none;
    float:left;
    padding-left:15px;
    margin:0;
    }

    /* Copyright */
    #copyright {
    padding:10px 0;
    color:#3d3c3c;
    }
    #copyright a{color:#3d3c3c; text-decoration:none;}
    #copyright a:hover{ text-decoration:underline;}
    #copyright span{ display:inline-block; margin:0 12px;}
    /* Footer text */
    #footer-text {
    }
    .bottom-footer h6{ float:left;}
    —————–
    Do I need to change something on this code?
    The footer.php area is as follows:

    Sensation © 2012 |
    <a href="/privacy-policy/” title=”Privacy Policy”>

    <!– More Business WordPress Templates at TemplateMonster.com–>

    Thank you so much for your help!!!

Viewing 14 posts - 1 through 14 (of 14 total)