Forum Replies Created

Viewing 12 replies - 46 through 57 (of 57 total)
  • Thread Starter pgDarkness

    (@pgdarkness)

    its being called in these files :

    /quest/style.css
    /quest/assets/css/quest-all.css

    but I don’t want to use it, this is what I did :
    – Created a child theme with this style.css :

    /**
     * Theme Name:  Quest Child
     * Theme URI:   https://pacethemes.com/wordpress-themes/quest/
     * Description: A Child theme for Quest (by Pace Themes).
     * Author:      pgDarkness
     * Author URI:  https://pgDarkness.ir
     * Template:	quest
     * Version:     1.0.0
     * License:     GNU General Public License v2 or later
     * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     * Text Domain: quest-child
     * Domain Path: /languages/
     * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
     *
     * Quest, like WordPress, is licensed under the GPL.
     * Quest is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.
    **/
    
    body.home .col-md-9 {
        width: 100%;
    }
    body.home .main-sidebar {
        display: none;
    }
    
    .page-template-page-nosidebar-php #content, .page-template-page-nosidebar-php .post { width: 100%; }
    
    .main-navigation .nav > li > a, .main-navigation .nav .dropdown-menu > li > a {
    font-family: DastNevis,ComicSansMS !important;
    }

    – and then used the plugin (mw font changer) to restyle my h1,h2,h3,h4,h5 and p.

    It is being called but after that the fonts are getting overwritten.

    Maybe writing style.css from scratch would be a better way?

    Thread Starter pgDarkness

    (@pgdarkness)

    pgdarkness.ir

    Thread Starter pgDarkness

    (@pgdarkness)

    well, among CSS’ and customizer typography and plugin, I think the “!important” code wins the fight.

    That did the trick.
    Tnx for fast response.

    Thread Starter pgDarkness

    (@pgdarkness)

    silly me! ??
    but after un commenting it, it still doesn’t change the color.

    Thread Starter pgDarkness

    (@pgdarkness)

    Just two words : Nicely done!

    Thread Starter pgDarkness

    (@pgdarkness)

    I don’t know what caused it and I don’t know how it got fixed but I think its gone.
    OK, here is what I did :
    After the latest plugin update (1.3), I couldn’t update the plugin using dashboard, so I deleted the plugin and installed it manually through ftp.

    If at anytime, the error happens again, I will report back to this thread.

    Thread Starter pgDarkness

    (@pgdarkness)

    Cheers ??
    Can’t wait to test them out!

    Thread Starter pgDarkness

    (@pgdarkness)

    No and no.
    It was happening for atleast two updates of wordpress as far as I can remember.
    It started happening since you updated version 1.0, but I’m not sure exactly. I wasn’t worry and guessed it would get fixed in later updates.
    I look a little bit more into it and find out Its not an interference with my plugins and theme.

    When the error happenes, the changes do apply but page changes to that error message. And I need to go back and refresh the page to see the changes.

    Thread Starter pgDarkness

    (@pgdarkness)

    Well, you said it.
    1- For starter adding custom keyboards to commands so it could present possible answers for that specific command.
    2- Also right now keyboards just repeats whatever option is selected (if im not mistaken), while you can create custom keyboards using telegram api to do more. For example if you select “Yes”, the bot gets the message to run command 3 which also have its own “Yes” option which will run command 5. I can imagine this kind of flexibility would make things complicated on your side.
    3- And for design, buttons can have custom icons and colors but IDK more about that. Having more options to custom create keyboards would be nice.

    I think its safe to say telegram will continue to push the boundaries of its bot platform (new inline bots for the latest update) for a long time. And as a fan of your plugin I want you to know I understand its not possible to develop a wordpress plugin to do as much, toe to toe.

    So thanks for your good work and keep it up.
    I wish I could do more.

    Thread Starter pgDarkness

    (@pgdarkness)

    Well, the design is simple but effective. It can be more flexible.
    But all and all, its a great plugin to have considering how fast telegram is growing.
    I just hope it keeps getting better and better.

    Nice job so far…

    Thread Starter pgDarkness

    (@pgdarkness)

    Good work!
    Excited to test it out.
    Keep up the good work…

    Thread Starter pgDarkness

    (@pgdarkness)

    Custom keyboards would be awesome. With that we’ve got everything we need to build any kind of Q&A bots with user friendly UI.
    Can’t wait till update.

    Thanks for the good work.

Viewing 12 replies - 46 through 57 (of 57 total)