Viewport - Can't find in plugin/theme - wordpress

I'm trying to disable the view port for this website Tux Builder Website and am unable to find it. This is a woo commerce plugin with the theme omega. When I inspect the source code I can see that it's there but can not find it in the header/functions/index php. I've also searched the plugin php files and can't find any meta references to the theme.
Can someone please point me in the correct direction. I've been working on this for about an hour now. I finally finished the CSS edits and this is the last thing alluding me.

Related

How to find a hidden code in a wordpress theme

I have developed and published a wordpress website and I used a nulled theme (Business Lounge). After publish it into google suddenly I noticed there are pop up advertisements and push notifications are showing. I can Inspect the advertisement element. But I can't locate the source code from wp files. please help me to locate and delete the advertisement pop ups. also really appreciate if anyone can tell me how to figure out the push notifications code to modify/disable.
enter image description here
It's very bad idea to use nulled thems and plugins, and this issue you have is one of the reasons why.
But if you insist, you can use php malware scanner :
https://github.com/scr34m/php-malware-scanner
NB : this tool may report some false positives, so you gonna have to be sure that the code is really a malware before you remove it

Enabling Jetpack Slideshow plugin on a website

I've been creating a separate blog page on a custom website and using the Wordpress REST API to pull the post data onto the site. I've been following this documentation on how to pull the posts. My problem now is to find a way to make the Jetpack slideshow plugin working on the website.
Instead of the plugin, it displays:
This slideshow requires JavaScript.
Nothing on the documentation mentioned on how to enable the plugin. I'm hoping you all may know a solution.
Thanks.
Found a quick solution, I've simply copied the scripts and stylesheet that the jetpack plugins used and placed it on the external webpage.
It works but not sure if this is the best solution.

Themecheck plugin showing an error about Kirki(wordpress framework) text domain

I am using Kirki framework to develop a WordPress theme. After completing the theme I tested my theme using theme check plugin. It throws an error
More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs.
The domains found are myTheme, kirki.
I ignored this issue and submitted my theme to themeforest.net but the review team asked me o solve this issue. Is there anyway i can solve this issue.
Any help would be appreciated. Thanks in advance ;)
This is the answer which I got from the support person.
Ideally you wouldn't be including kirki in your theme... You can instead require its installation as a plugin. This way your users will also get any future bugfixes and improvements simply by updating the plugin.
If you don't want to do that and insist on including Kirki in your theme, then there's nothing to worry about...
Kirki has a separate implementation for localizations when used inside a theme: https://github.com/aristath/kirki/blob/develop/l10n.php
The WPTRT team is aware of that and in fact the textdomain is whitelisted when submitting a theme in wordpress.org for exactly that reason (hybrid-core is another one that is whitelisted because they both use the same implementation).
You can point this out to the theme reviewer and link to this thread here, if there any more questions from them I would be more than happy to answer them.
If you don't want to do that either, then you can just manually go through the files and change all 'kirki' textdomains to your own.

Visual Composer Front-end editor disabled

I was wondering you could shed a light to my WordPress premium theme issue. So I have a theme that comes with visual composer plugin. I notice front-end editor is not enabled. I checked the function.php file to enable it, but the code vc_disable_frontend(); is nowhere to be found.
I contacted the author theme who advised to add vc_enable_frontend(); at the end of the file. But when I include it, I am getting errors.
I contacted the author again regarding the issues and he as since fail to get back to me. I researched on the web, it is the same steps I was asked to take.
I need it enabled for visual customisation. I can attach the function code on request.
Thanks in advance

Finding out the name of a WordPress theme

is it at all possible to find out the name of the theme used by this Wordpress site? https://markforged.com/
I've dug around in the source code, but the css seems minified so I cannot find out much.
If anyone can tell me, they will be my hero!
I've never used this website before today but it seems to work nicely on the few websites I tested: WP Theme Detector. It doesn't work on the website you linked though, saying that it isn't a WordPress website. It might be using a security plugin to prevent websites like this getting information.
I checked on Built With and can see that it is actually a WordPress website. There might be some details you can gleam from here hopefully.
I'm pretty sure that's not a WP site. According to Wappalyzer, it appears to be a combination of HTML5 and the Modernizr JS library.
Regardless of how customised a theme is in WP, or how the CSS/JS is minified, a WP site source wouldn't look the one here. Using a plugin like Hide My WP will stop obvious signs of WP in the source, but it still won't look like this source. Using Firebug, there are no indications of anything WP-related.
If they really are using WP and manage to mask it to this degree, I'd be really interested in how they're doing it.
A lot of themes can be made to look like the one here with a little effort, if you really want the same look.
I have checked a lot of third-party sites, they responded "This is not a WordPress site", but on a specific site I got an alternative respond that the theme might be too custom.

Resources