Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • @alexandrastan001 the problem with your Zerius theme is that it prompts for the updates and if someone made some changes then the changes will be lost.

    Thread Starter patrixon78

    (@patrixon78)

    @jan Dembowski thanks for your intervention but I think you shouldn’t delete the review and keep it as example how dirty advertising methods are performed by devs. You guys should really address that, as I found more accounts like @ultrak’s one.

    As for you @AcessPress how can we have a trust in you and your work?
    At least now do something to clear your name and do some give away to people. A PRO version of this theme would be nice. You won’t loose much but you definitely gain some respect from community.

    I can put a bet you won’t address that ??

    Thread Starter patrixon78

    (@patrixon78)

    @accesspress it’s a common thing for developers to set up new accounts here shortly after releasing their work and give them good reviews.

    You can check when the @ultrak account was created and his whole activity ??

    To draw away the suspicions @ultrak commented some very few popular plugins ??
    Do you think people are that naive?

    As for your theme I really encourage people to check what is under the hood. As for new users setting up this particular theme will be a nightmare.

    Never had a chance to review the PRO version as I wouldn’t buy a theme for more than $20 – $30.

    Thread Starter patrixon78

    (@patrixon78)

    Ps. please check how the default theme is linked to the Access Press website. Check the theme and see for yourself that all the links are hard-coded and all stuff linked to their demo site. It’s just disgusting and this kind of themes should be removed from www.ads-software.com.

    Hello. So is it means that you will address the enigma-theme.css in some way? Or isn’t better to provide a quick tip how we can make a changes to this css file?

    It is really problematic to get rid a shadow from some of the elements. Or make any changes to your theme.

    And the most important question. When can we expect the update?

    Thread Starter patrixon78

    (@patrixon78)

    Dear Weblizar

    I will allow to myself to quote you here: “I request you to Rate our theme on the design basis.”

    Really? Are you serious about it?

    How is that I can’t question the theme overall with the support from your part included?

    I already said that the design is nice and good looking but the support not so much. You not really addressing the issues that other users of your theme are experiencing. You just keep answering them that you will update the theme in the near future. Not even giving them any clue when it could be.

    If you offering your product here on www.ads-software.com we as the users have some expectations form you. We expect your product to be a good quality theme/plugin and the support for it should be ad good level as well. We are here to give you a credit or make a complains. Criticize as well if the product has some flaws and yours clearly has some.

    For example HTML can’t be validated.

    Please my friend, fix the issues and you will get more “love” from us. We can always make a changes to our reviews but first you need to work for it.

    All the best my friend.

    Hello guys. Am playing around with the child theme for Enigma and I found very difficult to make some changes to the theme appearance. I know that we can use !important rule in order to make changes but that is not the way it should be done properly.

    I know that weblizar guys don’t really wan’t us to make changes but rather to buy the full PRO version with more features and I can understand that approach.

    Despite all of my moaning, I would like to ask more advanced developers is my approach to make changes is actually at least “good”.

    I was able to make changes I want in Enigma by creating my custom copies of stylesheets, putting them into the child theme root folder and adding following code to my functions.php within my child theme:

    function load_my_styles() {
        wp_dequeue_style( 'enigma-theme', get_template_directory_uri() . '../enigma/css/enigma-theme.css' );
    }
    add_action( 'wp_enqueue_scripts', 'load_my_styles', 400);
    
    function load_child_stylesheet() {
        wp_enqueue_style( 'enigma-new', get_stylesheet_directory_uri() . '/css/enigma-new.css' );
    }
    add_action( 'wp_enqueue_scripts', 'load_child_stylesheet', 300);
    
    function load_default_stylesheet() {
        wp_enqueue_style( 'default_new', get_stylesheet_directory_uri() . '/css/default-new.css' );
    }
    add_action( 'wp_enqueue_scripts', 'load_default_stylesheet', 200);
    
    function load_main_stylesheet() {
        wp_enqueue_style( 'style', get_stylesheet_directory_uri() . '/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'load_main_stylesheet', 100);

    Looking for any suggestions if I did something incorrectly or it could be achieved in more simple or more proper way.

    Thread Starter patrixon78

    (@patrixon78)

    @orbisius Definitely ??

    @crouchingbruin it works but removing those lines of code:

    <h1 class=”site-title”><?php bloginfo( ‘name’ ); ?></h1>
    <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>

    from the wbsite isn’t good for SEO.

Viewing 9 replies - 1 through 9 (of 9 total)