Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter visionPHOTO

    (@visionphoto)

    great job, it’s working now.

    Thread Starter visionPHOTO

    (@visionphoto)

    with ALL plugins deactivated the rss feed works, with only azyest gallery activated it works too, if I activate my multi-language plugin (ceceppa multilingua) e get the same error again, so I think the problem is with this plugin. contacted the dev already.
    thanks again d4z_cOonf for assistence and suggestions for how to clean my child theme ??

    Thread Starter visionPHOTO

    (@visionphoto)

    hi marcel – it’s off topic I know, but is your plugin auto of order? i don’t see any update and i was and still am very happy with it? ??

    Thread Starter visionPHOTO

    (@visionphoto)

    ok, finally I was able to remove the snippets and the ?> – had to try several times……. now let′s try with the plugins….

    Thread Starter visionPHOTO

    (@visionphoto)

    maybe there was an error coping and pasting: the code ends:

    </script>
    <?php
    }
    ?>
    Thread Starter visionPHOTO

    (@visionphoto)

    now I’m going to deactivate all plugins to see if something changes

    Thread Starter visionPHOTO

    (@visionphoto)

    you are speaking (writing) a foreign language for me ?? I’m absolutely zero level in code…… so I don’t know wath you are talking about….. ?? ??

    in my child theme I have:

    <?php //Opening PHP tag
    add_action('wp_footer', 'mobilemenu_dropdown_on_click', 100);
    function mobilemenu_dropdown_on_click(){
        //do nothing if dropdown on click already set in customizr settings
        if ( 'click' == esc_attr( tc__f('__get_option', 'tc_menu_type') ) )
            return;
    ?>
        <script type='text/javascript'>
            jQuery(document).ready(function () {
                !function ($) {
                    //prevents js conflicts
                    "use strict";
                    $(window).on("load", function () {
                            var $navcollapse_resp=$('.tc-header .navbar.resp .nav-collapse.collapse.tc-hover-menu-wrapper'),
                            $nav = $navcollapse_resp.find('.nav.tc-hover-menu'),
                            $items_with_children = $nav.find('.menu-item-has-children > a');
                            // remove tc-hover classes
                        $navcollapse_resp.removeClass('tc-hover-menu-wrapper');
                        $nav.removeClass('tc-hover-menu');
                        //add dropdown on click action for each menu item with children
                        $items_with_children.each( function() {
                            $(this).addClass("dropdown-toggle");
                            $(this).attr("data-toggle","dropdown");
                            $(this).attr("data","#dropdown");
                        });
                    });
                }(window.jQuery);
            });
       </script>
    <?php
    }
    // Adds a widget area. It gets registered automatically as part of the arra
    add_filter( 'tc_footer_widgets', 'my_footer_widgets');
    function my_footer_widgets( $default_widgets_area ) {
        $default_widgets_area['footer_four'] = array(
              'name'                 => __( 'Footer Widget Area Four' , 'customizr' ),
              'description'          => __( 'Just use it as you want !' , 'customizr' )
        );
        return $default_widgets_area;
    }
    // Style all the footer widgets so they take up the right space
    add_filter( 'footer_one_widget_class', 'my_footer_widget_class');
    add_filter( 'footer_two_widget_class', 'my_footer_widget_class');
    add_filter( 'footer_three_widget_class', 'my_footer_widget_class');
    add_filter( 'footer_four_widget_class', 'my_footer_widget_class');
    function my_footer_widget_class() {
        return 'span3';
    }
    // Adds a widget area.
    if (function_exists('register_sidebar')) {
    	register_sidebar(array(
    	'name' => 'Extra Header Widget Area',
    	'id' => 'extra-widget-area',
    	'description' => 'Extra widget area after the header',
    	'before_widget' => '<div class="widget my-extra-widget">',
    	'after_widget' => '</div>',
    	'before_title' => '<h2>',
    	'after_title' => '</h2>'
    	));
    }
    // Place the widget area after the header
    add_action ('__after_header', 'add_my_widget_area', 10);
    function add_my_widget_area() {
    	if (function_exists('dynamic_sidebar')) {
    	dynamic_sidebar('Extra Header Widget Area');
    	}
    }
    add_action ('wp_footer','tc_slider_adjust' );
    function tc_slider_adjust() {
        global $wp_query;
        $queried_id                   = get_queried_object_id();
        $queried_id                   = ( !tc__f('__is_home') && $wp_query -> is_posts_page && !empty($queried_id) ) ?  $queried_id : get_the_ID();
        $slider_active                = esc_attr(get_post_meta( $queried_id, $key = 'post_slider_check_key' , $single = true ));
        if ( tc__f('__is_home') && tc__f('__get_option','tc_front_slider') !=null) {
            $slider_active            = true;
        }
        if(!$slider_active) {
            return;
        }
        ?>
        <script type='text/javascript'>
            jQuery(document).ready(function() {
                !function ( $) {
                    //prevents js conflicts
                    "use strict";
                    function setposition( item , HeightSliderContainer  ) {
                       var  Img         = item.find('img'),
                            ImgSrc      = Img.attr('src'),
                            ImgHeight   = Img.height(),
                            Adjustment  = Math.ceil(( ImgHeight - HeightSliderContainer )*0.5);
                        if (Adjustment > 0) {
                            Img.css('top', -Adjustment + 'px');
                            Img.css('position','relative');
                        }
                    }
                    function adjust( item ) {
                        var HeightSliderContainer = $('.carousel-inner').height();
                        $('.item' , '.carousel-inner').each(function() {
                            var has_active  = $(this).hasClass('active'),
                                ImgHeight   = $(this).find('img').height();
                            $(this).addClass('active');
                            setposition($(this) , HeightSliderContainer);
                            if (!has_active) {
                                $(this).removeClass('active');
                            }
                        });
                    }
                    adjust();
                    $(window).resize(function () {
                        adjust();
                    });
                }(window.jQuery);
            });
        </script>
        <?php
    }
    ?
    Thread Starter visionPHOTO

    (@visionphoto)

    i have your theme and a child theme instlled. i will check later if this happens also without child. thanks for taking care

    Thread Starter visionPHOTO

    (@visionphoto)

    ok, i have now deactivated the eazyest-gallery plugin and the error now is Fatal error: Call to a member function is_main_query() on a non-object in /web/htdocs/www.visionphoto.it/home/blog/wp-content/themes/customizr/inc/parts/class-content-post_list.php on line 328

    the error is the same on the rss icon in the header, footer or in the footer widget….

    Thread Starter visionPHOTO

    (@visionphoto)

    you’re right, clicking the rss icon in the header I get the same error, if I click the rss icon in the footer I get the other error mentioned previously. so do you think the problem could be with the eazyest gallery plug-in? I already tried to deactivate it but the error is still there.
    in any case thanks again for your answer. this is a great theme with a great support.

    Thread Starter visionPHOTO

    (@visionphoto)

    hi d4z_cOnf,
    thank you for your quick answer.
    I updated with the version you posted, but nothing changed, still get the same message, no difference if i choose post or comments.

    Thread Starter visionPHOTO

    (@visionphoto)

    thank you, i tried this plugin but the new user registration is going on and I don’t see them in the user management on my dashboard and also the tables in the database are emty? can anyone explain this to me? thanks

    hi rustaurius, i have the same request and I already sent you an email asking for the template to check mass upload.

    thank you!

    Thread Starter visionPHOTO

    (@visionphoto)

    hi, test page is no longer used, I gave up because I got no answer

    Thread Starter visionPHOTO

    (@visionphoto)

    hi, is there anybody here to follow up the support posts?

Viewing 15 replies - 1 through 15 (of 19 total)