mzaheerdad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress gutenberg page editorThere are two possibilities,
1- Client side script Issue : Debug it by turning on the browser debugger tool and check for any error there.
2- Server side script issue: Turn on debug mode in WP and check for any error,Forum: Fixing WordPress
In reply to: Var_dump debug not workingHi,
Please post your complete code of both cases success and fail
Forum: Fixing WordPress
In reply to: Minify and broken my home pagePlease follow the following article to enable debugging, it will show the exact error on your site,
Forum: Fixing WordPress
In reply to: Area Wise Woo commerce settingHi,
The bellow plugin offer filter by custom taxonomy, Custom Taxonomy you can keep country,
Forum: Developing with WordPress
In reply to: Post loop and shortcodesHi,
Use the following for displaying contents,
echo do_shortcode( $content );Forum: Fixing WordPress
In reply to: Mobile layout for high-resolution screensHi,
You can define css for different screen size,
@media only screen and (max-device-width : 640px) { .site-content { width: 100%; } } @media only screen and (max-device-width: 768px) { .site-content { width: 95%; } }Forum: Fixing WordPress
In reply to: my theme is not workingWhat is the issue? Please provide some details
Forum: Fixing WordPress
In reply to: Http error 509 and restoreApart from media all data stored in database if you have database you can improt the data part of db in newly created DB.
Forum: Fixing WordPress
In reply to: theme preview doesn’t show its contentYou will need to install the theme demo data, Please check the theme help & support
Forum: Fixing WordPress
In reply to: Value of ACF as variableWhere you want Iframe?
Forum: Fixing WordPress
In reply to: Value of ACF as variableYes it’s possible,
$value = get_field( "your_url_field" ); [iframe src=”$value”]Forum: Fixing WordPress
In reply to: Hello WorldThere is some actions hooks adding the “Hello World” twice after title and after the contents. Check you current theme functions.php and search for the term “Hello World”. If not found then some custom plugin is adding it. Disable custom plugins one by one apart from the “gravity view” and check once the “Hello World” disappear you will find the plugin that embedding the “Hello World”
Forum: Fixing WordPress
In reply to: Media & Text Layout ElementHi,
The link you provided is preview link which required admin side login. Plrovide lnk of some published contents where the issue exists.
Forum: Fixing WordPress
In reply to: Image Sizing Issue after GutenbergYou can stop WordPress from creating default image sizes by visiting Settings »Media in the WordPress admin area. There you will see the default image sizes pre-defined by WordPress. You need to set these sizes to 0 which will prevent WordPress from creating default image sizes when uploading a new image.
Forum: Fixing WordPress
In reply to: How can i remove risk from my background page?Hi,
What do you mean by risk? Please clarify the statement