Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • webreports
    Member
    Post count: 12

    There it is! Thank you!

    in reply to: Static front page with slider and blog posts below it #218813
    webreports
    Member
    Post count: 12

    Ok, great. I am glad you found the issue. Let me know. Thanks.

    in reply to: Static front page with slider and blog posts below it #218504
    webreports
    Member
    Post count: 12

    I selected the standard pagination because it shows the post tiles in the correct styling (light gray background and full width layout). When the infinite scroll is selected the post tiles style changes to no background color and loses the full width layout. Additionally, the layout is not centered or left justified it shows just left of center which looks like a layout mistake. I have not customized anything. This is just default settings out of the box. Is there a way to customize the layout of just the infinite scroll? Maybe that is the issue.

    Please feel free to change the blog asset within the page builder so you can see how each setting affects the design and layout. I am sending screen shots just in case. Let me know. Thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Static front page with slider and blog posts below it #218132
    webreports
    Member
    Post count: 12

    Ok thanks. I tried that and still get the same result.

    in reply to: Static front page with slider and blog posts below it #217902
    webreports
    Member
    Post count: 12

    Thanks that worked, sort of… There are a few options for the blog asset and the default for pagination is set to infinite scroll. I like the infinite scroll. However, the styling for the post boxes gets messed up with infinite scroll. I set the posts to limit to 20 and the styling went back to normal. It looks like the boxes are limited to 3 columns so the full-width is not happening and the background color disappears. The same thing happens if I set pagination to Load More (AJAX) after you click the load more button it gets deformed. Can you please take a look? Thanks.

    in reply to: Revolution Slider arrows not showing #217322
    webreports
    Member
    Post count: 12

    Thanks that worked. I actually do want the slider in full screen mode. I hadn’t gotten that far yet since I was stuck on the arrows not working. I changed the page to full screen mode and it’s working still. I am posting the CSS code below for anyone else to use. My theme setup is still out of the box with very little done so far. Thanks.

    
    .tparrows{
       opacity:1!important;
    }
    
    .hesperiden.tparrows:hover{
    background-color:#none!important;
    }
    
    in reply to: Revolution Slider arrows not showing #216898
    webreports
    Member
    Post count: 12
    This reply has been marked as private.
    in reply to: Revolution Slider arrows not showing #216314
    webreports
    Member
    Post count: 12

    http://grovedev.valenciacollege.edu/home/

    I set the arrows to always show (no hide) to make troubleshooting easier for now. I also tried using the Layer Slider plugin since this one wasn’t working properly. I get the same issue on that slider too. It’s just below the Revolution slider example. These are basic sliders with with 2 images just for testing purposes. I have not added any fancy extras. Thanks.

    in reply to: Revolution Slider arrows not showing #214363
    webreports
    Member
    Post count: 12

    I also have this issue and I tried adding the CSS code above in the styles.css of the child theme and the parent theme and neither worked. I also deactivated all other plugins and still have the same issue. However, I imported the demo sliders and the arrows work on them (even on the same page). It only happens when I create a new slider. Please help! Thanks.

    Attachments:
    You must be logged in to view attached files.
    webreports
    Member
    Post count: 12

    Ok, I just downloaded this theme from the Themeforest site last week (version 3.15). The version you just sent me is version 3.16 and it’s working with no errors. I will use this version instead. Thanks.
    http://themeforest.net/downloads

    webreports
    Member
    Post count: 12

    I think it’s a little early in this conversation to be sure about anything. With debugging display on, I deactivated all plugins, switched to the Twentyfifteen theme and there are no errors. When I switch back to the Dante theme all the errors appear (below). When you research these errors you will find that it’s a warning to let all the vendors know they need to update their code. I sent the links with information about this in my first post. I searched the Dante theme folder for the deprecated code and found 26 instances of it (below).

    Search “WP_Widget” (26 hits in 10 files)
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\includes\plugins\love-it-pro\includes\widgets.php (5 hits)
    Line 6: class lip_most_loved_widget extends WP_Widget {
    Line 10: parent::WP_Widget(false, $name = __(‘Most Loved Items’, ‘swiftframework’), array(‘description’ => __(‘Show the most loved items’, ‘swift-framework-admin’)));
    Line 13: /** @see WP_Widget::widget */
    Line 46: /** @see WP_Widget::update */
    Line 54: /** @see WP_Widget::form */
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-advertgrid.php (2 hits)
    Line 12: class sf_advert_grid_widget extends WP_Widget {
    Line 17: $this->WP_Widget( ‘advert-grid-widget’, ‘Swift Framework Advert Grid Widget’, $widget_ops, $control_ops );
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-comments.php (2 hits)
    Line 16: class sf_recent_comments extends WP_Widget {
    Line 18: parent::WP_Widget( ‘sf_recent_custom_comments’, $name = ‘Swift Framework Recent Comments’ );
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-flickr.php (2 hits)
    Line 12: class sf_flickr_widget extends WP_Widget {
    Line 16: $this->WP_Widget( ‘flickr-widget’, ‘Swift Framework Flickr Widget’, $widget_ops);
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-infocus.php (2 hits)
    Line 16: class sf_infocus extends WP_Widget {
    Line 18: parent::WP_Widget( ‘sf_infocus_widget’, $name = ‘Swift Framework In Focus’ );
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-portfolio-grid.php (3 hits)
    Line 16: class sf_portfolio_grid extends WP_Widget {
    Line 18: parent::WP_Widget( ‘sf_custom_portfolio_grid’, $name = ‘Swift Framework Portfolio Grid’ );
    Line 127: <label for=”<?php echo $this->get_field_id(‘category’); ?>”><?php _e(‘Category’, ‘wp_widget_plugin’); ?></label>
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-portfolio.php (3 hits)
    Line 16: class sf_recent_portfolio extends WP_Widget {
    Line 18: parent::WP_Widget( ‘sf_recent_custom_portfolio’, $name = ‘Swift Framework Recent Portfolio’ );
    Line 117: <label for=”<?php echo $this->get_field_id(‘category’); ?>”><?php _e(‘Category’, ‘wp_widget_plugin’); ?></label>
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-posts.php (3 hits)
    Line 16: class sf_recent_posts extends WP_Widget {
    Line 18: parent::WP_Widget( ‘sf_recent_custom_posts’, $name = ‘Swift Framework Recent Posts’ );
    Line 150: <label for=”<?php echo $this->get_field_id(‘category’); ?>”><?php _e(‘Category’, ‘wp_widget_plugin’); ?></label>
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-twitter.php (2 hits)
    Line 28: class Twitter_Widget extends WP_Widget {
    Line 37: $this->WP_Widget(‘twitter-widget’, ‘Swift Framework Tweets’, $widget_ops);
    Q:\inetpub\grovedev.valenciacollege.edu\wp-content\themes\dante\swift-framework\widgets\widget-video.php (2 hits)
    Line 12: class sf_video_widget extends WP_Widget {
    Line 17: $this->WP_Widget( ‘video-widget’, ‘Swift Framework Video Widget’, $widget_ops, $control_ops );

    DEBUG DISPLAY:
    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in D:\inetpub\grovedev.valenciacollege.edu\wp-includes\functions.php on line 3457

    webreports
    Member
    Post count: 12

    You need to turn debugging on to see all the errors.
    define(‘WP_DEBUG_DISPLAY’, true);

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