MillaN

MillaN

@millan

Viewing 15 replies - 46 through 60 (of 254 total)
Author
Replies
  • in reply to: Cyrillic vCard #3452

    I will need to investigate what the problem might be here.

  • in reply to: Adding seconds to a SmartTimeCounter when stopped #3445

    Hi,

    Adding seconds work fine, but plugin is not rendering if it is stopped. Simplest way to do this right now is to call in sequence: add seconds, start clock and immediately stop it. Just change the code you are using to add seconds, and call both start and stop one after the other.

    For next version, I will improve this to change how adding time works.

    Regards,
    Milan

  • in reply to: Reset button Problems #3432

    Plugin update is released.

  • in reply to: Reset button Problems #3429

    New version will be ready later this month, and will include this feature. Sorry about the delay, I am still on vacation, and no new development is done until I am back.

  • in reply to: Military time? #3428

    New version will be ready later this month, and will include this feature. Sorry about the delay, I am still on vacation, and no new development is done until I am back.

  • in reply to: Change Color & Thickness of the edge frame #3424

    Here is the CSS, it should go into theme style.css file (end of file):

    [scode lang=”css”].sms-style-elegant.sms-renderer-preview_only .sms-item {
    background-color: #f1f1f1 !important;
    }

    .sms-style-elegant.sms-renderer-preview_only .sms-item .sms-item-content {
    padding: 10px !important;
    }[/scode]

    But, this is one time customization help, this type of customization is not included in the support for the item (based on the Envato / CodeCanyon support rules). You need to know about CSS to be sure you can customize the items styling.

    Milan

  • in reply to: Change Color & Thickness of the edge frame #3421

    Hi,

    As far as I know, one API token can be used on multiple websites, but you might need to check that with Envato (try it first).

    I don’t know of the top of my head the colors and their style names, considering that there are so many different ‘styles’ for the widgets display, and from your screenshot I don’t know which one you use.

    But, this is basic CSS, and you can find out names of the classes used for any element using Chrome or Firefox debugger, and create new styles to override. Any extra styles you create should go into your theme style.css file.

    Regards,
    Milan

  • in reply to: Code is not working when use Graphicriver as a market! #3416

    Updated version is released. Let me know if all is OK now.

  • in reply to: Code is not working when use Graphicriver as a market! #3414

    Hi,

    it looks like the format for images from GraphicRiver in API has changed. I will investigate, and release the update in the next 2-3 days.

    Regards,
    Milan

  • in reply to: Reset button Problems #3409

    It seams that reset works OK when the clock is running, but when the clock is stopped, reset is not working as it should. I will investigate this, but currently, the fix is not simple. I currently plan to work on the new version soon, and I will rework how the reset works too.

  • in reply to: Military time? #3405

    Hello,

    Most of the world countries re displaying time as 24 hours period, and my plugin does the same. Few countries only use 12 hours clocks, and for some reason, US calls it military time.

    In any case, I plan to add support for the 12 hours clock in the next plugin version (no ETA yet, but it should be added soon).

    Best regards,
    Milan

  • in reply to: Display Issue #3404

    Depending on the main page styling, it can happen that responsive points I have set by default are not enough, so you will need to make some CSS changes to better fit what you need. I used some standard break points, but that is no longer easy to predict, because different frameworks now use very different breakpoints.

  • in reply to: Widgets Sidebar Not Showing on Front-end #3394

    I have debugged it, and it turns out that a plugin you have on your website (aliplugin in wp-content/plugins) is adding CSS that hides the widget content for small screen devices by modifiying .widget class styling. When in debugger I disable these stylings, image appears. If you make your desktop browser window smaller, image disappears also. So, this ‘aliplugin’ is messing it up.

  • in reply to: Widgets Sidebar Not Showing on Front-end #3392

    Yeah, considering how many 1 star rating it has, and how much problems it is causing to other users, I am not surprised.

  • in reply to: Widgets Sidebar Not Showing on Front-end #3390

    I have checked your website, and run the debugger in Firefox and Chrome, and the part of the code that needs to run my plugin JavaScript code is never reached. Something happens on the page before that to stop the JavaScript/jQuery, and my code is not initialized at all. Most likely, some other JavaScript code before that is causing problem, and that can be some other plugin or theme JavaScript, but I have no idea which one.

Viewing 15 replies - 46 through 60 (of 254 total)