usmanmohammadi
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Changes in Existing CountiresHi Zorem,
I have submitted my desired companies on your provided link but not updated yet. Can you please share the status.
Regards
UsmanForum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Changes in Existing CountiresHi Zorem,
Thanks for your response, I have suggested few companies from Pakistan and looking forward to receive update on this.
Thanks
It works, Thanks
But I’m using type 3 button.. can you provide CSS of that button.
Further, I want to remove a column from table, how I can do that?
So what is the solution.
Forum: Plugins
In reply to: [Travelpayouts: All Travel Brands in One Place] Page Loading Slowlynoted @jdembowski for the future ??
Forum: Plugins
In reply to: [WooCommerce] Is there any option to publish multiple products?Thanks @celeb, can you please let me know how I can import via csv.
Forum: Plugins
In reply to: Want to add some code in less than 100words postBut, there are something 150-200 post so how I can do it manually?
Forum: Fixing WordPress
In reply to: Post Title Issue@jack randall, What i can read?
Thanks for your swift reply.
@steve Mortiboy,
Actually I was installed yoast in my blog and got same problem with them so I submit a ticket at their support forum but unfortunately does not get any response yet. That’s why, I switched on All in one SEO and getting same problem.
The above format, copied from yoast support that’s why yoast name mentioned.
Hope you understand.
Forum: Plugins
In reply to: [Quick Adsense] Automatic Hide Ads in Less Words Post?So, when you launching a new version after integrating said feature ??
I also add prefix links in robot.txt but its not delete yet…. I add in this format
Disallow: /out/
Disallow: /wp/out/
Disallow: /go/
Disallow: /recommended/the codes is correct?
Forum: Fixing WordPress
In reply to: Getting Problem in new installationhere is the .htaccess code
`
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} /(thumb-temp|thumb-cache|images|cache|media|logs|tmp|temp)/.*\.(php|pl|py|jsp|asp|sh|cgi)$
RewriteRule (.*) /index.php [R=301,L]
RewriteRule ^(htaccess\.txt|wp-config-sample\.php?|wp-config\.php?|php\.ini)$ – [F]
</IfModule><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Plugins
In reply to: [WooCommerce] How to resize thumb & manage sidebarbecause this code not found in wp-content / plugins / woocommerce / assets / css / woocommerce.css
Forum: Plugins
In reply to: [WooCommerce] How to resize thumb & manage sidebarCan you please let me know the file location where I got this code.
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { width: 100%; }