mrky007
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: consumer key not fully visible ?Once the key is created, you can save it, but can’t reveal it fully in WordPress admin. I suggest you create a new key and save it to secure location.
Forum: Plugins
In reply to: [Meta for WooCommerce] Can’t connect with the new WooCommerce Extension V2Same for me since yesterday.
Forum: Fixing WordPress
In reply to: Recommendation for Testimonial Plug inI think you should go wi CPT UI plugin. It allows you to create custom post types and show them in front end any way you want.
Most often testimonial plugins are just that. Custom post types that are displayed with various sliders and can be a bit heavy on your load times.
1. Create a test WP install somewhere on server
2 Import the old database to this install
3. Go to wp-admin/tools/export and export the posts
4. Import them to new WP instanceAnd that should be about it.
Forum: Fixing WordPress
In reply to: Multi country & multi language siteYou can go either way, but as you mentioned you need it to be maintained from one wp-admin, same visual identity etc… So in my opinion you should go with WPML.
I’ve used it a few times so far and it never disappointed.
Forum: Fixing WordPress
In reply to: Plugin for B2B pdf downloadThis isn’t a problem for WP. You can:
a) Insert pdf files into posts / pages directly
b) USe a plugin like Contact Form 7, or Gravity Forms, if you need to get some info from the visitors, like name, email…Forum: Fixing WordPress
In reply to: Error while updating WordPress core (can’t create directory)OK, but can you check to which user/group do the files/folders belong to?
If they belong to wrong user/group you wont have write rights, so the update will break.
Forum: Networking WordPress
In reply to: password reset link appears to be invalid errorI had the exact same problem when I switched to NGINX, the website I use is Multisite and registration is handled through subdomain site. So I switched this subdomain to Apache and left Nginx to serve only static files. That fixed the problem.
Forum: Fixing WordPress
In reply to: newbie here but how do.i get it to look like thisI don’t think we can be of much help without website url and theme name. Please provide these for us.
Forum: Fixing WordPress
In reply to: Hide top bar navigation logoI think you should go with something like this in your CSS:
.woocommerce .top-headers-wrapper {display: none;}It means that each time woocommerce page is loaded top wrapper shouldn’t be displayed.
If you go to inspect element in your browser you will find the body classes (each page has a unique one). That way you can target elements on specific pages. I think it might be a better approach then using a plugin
Let me know if it helepd you out.
Forum: Plugins
In reply to: [WP Lightbox 2] Design Settings Tab not ShowingSame problem here. This is really important feature for us
Forum: Fixing WordPress
In reply to: Different thumbnails for social mediaI personally handle this with Yoast SEO plugin. It allows me to pick different thumbnails for FB and Twitter.
Forum: Fixing WordPress
In reply to: Static Front Page with Latest PostsHi,
I always use SEO by yoast plugin. It will allow you to manually configure featured images, titles and descriptions for social networks. That way you have the control over what appears on Facebook when you share your page.
I hope this helps.
Forum: Plugins
In reply to: [WooCommerce] Single add to cart redirectThanks,
I will try this out.
Forum: Plugins
In reply to: [Contact Form 7] Give download link to sender after using the formThanks guys, did it as you said and it works perfectly.