Recent content by CounterMind

  1. C

    Where to Find a Partner To Offer Support For Codecanyon Script?

    Why would a full time engineer be worried about the programming aspect?
  2. C

    Wp Admin dashboard not showing

    Did you backup your database before you started deleting its data? If so then easiest way would be to restore it, some hosting servers also perform automatic database backups in case you didnt restore it manually. Also try checking your error log as it could indicate whats currently going on...
  3. C

    Need a CSS help! Its a tricky problem!

    Look at CSS pseudo selector classes to learn about structuring and use of :not and :has conditional statements, they can be used to achieve hiding and showing certain elements in some cases where html output is unfiltered and poorly attributed with classes or IDs, they are a little more advanced...
  4. C

    laptop brands

    I would certainly avoid Dell, HPs can be somewhat overpriced based on the specs you can get from them but tend to be reliable. I've had a few Lenovos as you can get a good pricing/spec performance from them but in my experience they all had short battery life issues and mostly had to be plugged...
  5. C

    Need a CSS help! Its a tricky problem!

    Good solution, just take an eye at the syntax for the css property, its missing an r in the border: attribute if you copy-paste it.
  6. C

    Track mailchimp submission on a wordpress Site

    Mailchimp has quite a few plugins which allow you to directly include their opt-in form to WP as a widget or shortcode which also provides tracking on their end, so all analytics of specific form can be seen directly inside both the WP dashboard overview and the mailchimp dashboard.
  7. C

    I need a coder to help me to remove this from this template please

    Well the message seems quite self explanatory :)
  8. C

    New website

    If you are going to feature only digital products then i'd suggest looking at Easy Digital Downloads, as woocommerce is primarily made for selling shippable products. EDD is made so that your digital downloads are well protected from unauthorized downloads and they also have a big variety of...
  9. C

    Integrate two themes in Wordpress?

    I assume that both the main website and the affiliate store section will be based on the same WP system, in which case the only way to use "two themes" would be to extract required css/js and template files of the secondary wordpress theme for the affiliate store and integrate them into the...
  10. C

    Is it possible to replicate any site in Elementor?

    I guess the op is looking to emulate a website on the internet not owned by him, in which case those plugins won't help him. Inspecting the source code won't do much either if you want it to be built in elementor and not pure html, so re-creating it from scratch using the mentioned website...
  11. C

    Can someone help me with trouble shoot some javascript code?

    First check your HTML markup, its missing a couple of closing div tags for section ids video3 and crypto3, im also not sure what exactly your goal here is, based on your initial question the buttons should hide everything? Seems to me like you are trying to achieve tab pill functionality for...
  12. C

    Booking plugin

    I agree with what this guy said, there are no good alternatives especially not ones you could use for free. The bookly plugin goes the same way allowing only very basic features to be used in their free version, so you might find yourself quite easily in a position where you will need to opt-in...
  13. C

    Can someone help me with trouble shoot some javascript code?

    You could try placing your code inside pastebin and posting an URL here, the image you attached is hard to read.
  14. C

    BTC payment gateway for Woocommerce?

    I was using GoURL myself and would not suggest using them, as the payments which you receive are first placed into their wallets, you then need to reach a minimum threshold for funds to be sent to your wallet. That being said you do not have full control of the funds received. My suggestion...
  15. C

    New wordpress website

    Knowing the text and image content of a website in advance, makes it much easier for the developer to style certain elements of the website, compared to using dummy content as it allows to structure the design in advance. Otherwise adaptations of finished design later are often required as the...
Back
Top