Giter Site home page Giter Site logo

dazzling's People

Contributors

freewptp avatar isk1n avatar pad52 avatar pauldenhertog avatar ptt-homme avatar puikinsh avatar shahpranaf avatar sportpal avatar stepanbeglaryan avatar vinoddalvi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dazzling's Issues

In the theme file inc/extras.php there should be dazzling_social_icons instead of sparkling_social_icons

In the theme file inc/extras.php the following code should be changed

if ( ! function_exists( 'sparkling_social_icons' ) ) :
/**
 * Display social links in footer and widgets
 *
 * @package sparkling
 */
function dazzling_social_icons(){
  if ( has_nav_menu( 'social-menu' ) ) {
    wp_nav_menu(
        array(
            'theme_location'  => 'social-menu',
            'container'       => 'nav',
            'container_id'    => 'social',
            'container_class' => 'social-icon',
            'menu_id'         => 'menu-social-items',
            'menu_class'      => 'social-menu',
            'depth'           => 1,
            'fallback_cb'     => '',
                        'link_before'     => '<i class="social_icon fa"><span>',
                        'link_after'      => '</span></i>'
        )
      );
  }
}
endif;

As following :

if ( ! function_exists( 'dazzling_social_icons' ) ) :
/**
 * Display social links in footer and widgets
 *
 * @package sparkling
 */
function dazzling_social_icons(){
  if ( has_nav_menu( 'social-menu' ) ) {
    wp_nav_menu(
        array(
            'theme_location'  => 'social-menu',
            'container'       => 'nav',
            'container_id'    => 'social',
            'container_class' => 'social-icon',
            'menu_id'         => 'menu-social-items',
            'menu_class'      => 'social-menu',
            'depth'           => 1,
            'fallback_cb'     => '',
                        'link_before'     => '<i class="social_icon fa"><span>',
                        'link_after'      => '</span></i>'
        )
      );
  }
}
endif;

Fatal Error when opening customizer page.

PHP Fatal error: Call to undefined method WP_Customize_Manager::add_panel() in /wordpress/wp-content/themes/dazzling/inc/customizer.php on line 35, referer: https://.../wp-admin/widgets.php

Wordpress: 3.8.13 (3.8.2+dfsg-1ubuntu0.1)
PHP: 5.5.9-1ubuntu4.14

Let me know if there's any additional information I can provide.

Menu parent page url can't be clicked

Hi!
I'm not sure if this is the expected behaviour but if a page is used as a parent menu it can't be clicked nor visited from the menu, it will only display the lower levels on the menu.

I've seen that some themes uses the drop arrow to release the menu and the Page title to send to the URL parent menu page.

Did i explained myself (English is not my first language)?
Am i missing something by using the Appearance » Menu feature on Dazzling?

Thanks in advance for the attention.

Dazzling Popular Posts Widget Code Issue

In the following file of Dazzling theme Popular Posts Widget

/dazzling/inc/popular-posts-widget.php

on line number 45 the following code is added

$recent_posts = new WP_Query(array('showposts' => $number, 'ignore_sticky_posts' => 1, 'post_status' => 'publish', 'order'=> 'DESC', 'showposts' => $number, 'meta_key' => 'post_views_count', 'orderby' => 'meta_value'));

In the above code it is declared 'showposts' => $number twice which is needed only once.

flexSlider height is 0px onload

Using 1 slider post, I get flexSlider div as 0px most of the time after load (using big image).

With this post woocommerce/FlexSlider#278 I was able to put .flexslider init into window.onload instead of document.ready so it waits after all images are loaded, and it fixes the issue.

Here's my code for inc/js/main.js:

jQuery(document).ready(function(t){t('#submit, .wpcf7-submit, .comment-reply-link, input[type="submit"]').addClass("btn btn-default"),t(".wp-caption").addClass("thumbnail"),t(".widget_rss ul").addClass("media-list"),t("table#wp-calendar").addClass("table table-striped"),t(window).scroll(function(){t(this).scrollTop()>100?t(".scroll-to-top").fadeIn():t(".scroll-to-top").fadeOut()}),t(".scroll-to-top").click(function(){return t("html, body").animate({scrollTop:0},800),!1}),function(){var t=navigator.userAgent.toLowerCase().indexOf("webkit")>-1,e=navigator.userAgent.toLowerCase().indexOf("opera")>-1,n=navigator.userAgent.toLowerCase().indexOf("msie")>-1;(t||e||n)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e),t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus()))},!1)}()});
jQuery(window).load(function(){jQuery(".flexslider").length&&jQuery(".flexslider").flexslider({animation:"fade",controlNav:!0,prevText:"",nextText:"",smoothHeight:!0})});

Update Font Awesome to 4.7

As you did in Sparkling theme, please consider the idea to upgrade FA to the most recent version: it provides many new useful icons.

Thanks.

Woocommerce template override does not work in theme

Hi,
I am trying to override archive-product wooCommerce template. But It does not reflecting any changes.
For this i have created file as "themes/dazzling/woocommerce/templates/archive-product.php" in theme directory. Please help with proper procedure.

Error: Cannot redeclare Dazzling_header_menu

The latest version of theme doesn't wrap the function dazzling_header_menu in function_exists condition so if the function is overwritten in child theme then the theme generates error Cannot redeclare Dazzling_header_menu

Any maintenance updates?

@puikinsh Are there any plans for maintenance updates for this great free theme from your side in the near future?

It's because the theme requires some more love after the latest WordPress update to 5.6 and the deprecation of jQuery.

Can Featured Image size be configured?

"Featured Image (Blog and Single Post) is set to 730 by 410 pixels."
It seems that the image will be scaled if it is not 16:9, so is there any chance to make this more flexible?
Featured Slider Image is OK.

Thanks

Slider for pages

Hi!

Is there an option to set slider for pages? (I can only see just Posts categories)

Blurry images in slider

Hey guys,

since the update to 4.4 the dazzling theme show blurry images in the slider.

I guess there are some problems with the new responsive features of wordpress.

If you look into the dom elements, you will see that the wrong source is choosen.

currentSrc =    "https://cdn2.colorlib.co...pdated1_02-1024x293.jpg

Regards
Christian

Slider is not properly configured

I'm trying to activate the slider on this topic, but for some reason, it does not work. If I open the site normally, it does not appear, but if I enter configurations, it does appear; I can not understand the problem.

Page - Public view

Settings Custom

I am work the local way, after that, upload all work, when this run fine.

Cross sells and up sells

Hi, I was just trying to get cross sells and up sells working with this theme however neither are showing on the front end. Does this theme support that functionality?
Thanks

PHP Fatal error after updating from 2.0.1 to 2.0.3

Updated your theme from 2.0.1 to 2.0.3 and now there's only the following error returned, if the site is accessed:

PHP Fatal error:  Call to undefined function of_get_option() in /wp-content/themes/dazzling/inc/extras.php on line 121

Affected line is in extras.php#L121

Any idea what went wrong here?

I dont see Theme Option

Hi ,

I using WordPress 4.4.2 running Dazzling theme. But i dont see theme option. Please help me :(

Drop down menu

How do I change the drop down menu? I want to create some levels of submenus and I can't find the function.

Thank You

Burger Menu unresponsive

Hi there,

I have a child theme for Dazzling running my website (www.adgreen-apa.net) but the burger menu (i.e. the three horizontal line button) you see either when the web browser is too narrow to display the full menu, or on devices as default, is not working. It's still shown but nothing happens when you click on it. I have already made sure I have the latest version of the parent theme.

Having got in touch with colorlib, they noticed there are elements missing which are required for the menu to work, such as .navbar-collapse, .navbar-default. I built the child theme myself so am relatively happy to dabble with adding bits of code here and there but obviously don't want to go messing things up which could have a knock on effect on something else.

If someone could let me know exactly what code to add (and where) that would be great.

Thanks,
Jo

Cannot use child combinator (>) in custom CSS

Hello there,

Whenever I try to use a CSS rule that has a greater than sign (>) in it, after saving, the > gets transformed into &gt;. It also shows up that way in the HTML's STYLE tag, so the CSS rule doesn't work.

I think this must be something to do with the way the Options Framework sanitizes inputs (before serialization instead of after deserialization). Since they just made some updates to the way this is done in their latest version (1.8.3) I thought I would try updating, but it was to no avail.

Any thoughts on how this can be fixed?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.