MagniGeeks
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Menu] Is it possible to display a widget at bottom?Hello,
Yes, it’s possible but not out of the box. You might need to modify the code to achieve this.
Regards
Forum: Fixing WordPress
In reply to: Woocommerce products layoutHello @graisbeck,
Did this happen after updating WooCommerce to 3.0? Or Is it related to update of any other plugin?
Regards
Forum: Fixing WordPress
In reply to: Strange behavior on numeric URLsHello @jeremyers1,
After debugging into WordPress core, I found out a way to achieve what’s needed. Check out this blog to know about it.
https://magnigenie.com/how-to-achieve-numeric-urls-in-wordpress/
Regards
MagniGeeksForum: Fixing WordPress
In reply to: Different post header than postedHello @rudy3107,
Are you using any plugins that might be updating the site title? Or there might be something on the theme. Can you try to switch the theme to WP default theme and also try deactivating the plugins and check…
Regards
MagniGeeeksForum: Fixing WordPress
In reply to: Different post header than posted@rudy3107, I wanted the admin edit screen. Just edit that post and send me the screenshot.
Forum: Fixing WordPress
In reply to: Is there a plugin that adds a list of numbers?Hello Stacy,
Can you please provide more details on this? Not really sure what are you looking for?
Forum: Fixing WordPress
In reply to: Object caching and page caching: Can you used on the same site?Hello @xwrecon,
Yes, we have used WP Super Cache and W3 Total cache on most of the sites we develop and use both object cache and page cache at the same time. I haven’t seen any issues with that. But I haven’t tried Cache Enabler with Redis Object Cache plugin together. You can give it a try and see how it performs.
Regards
Forum: Fixing WordPress
In reply to: Simple RequestHello @chaosproz,
This doesn’t seem to be a correct topic for support. If you need a plugin developed as per your needs then you should probably look into WP JOBS and post there.
Forum: Fixing WordPress
In reply to: Object caching and page caching: Can you used on the same site?Hello @xwrecon,
Yes, you are right. Both object cache and page cache focuses are there to perform different types of work.
Object caching basically saves your application object locally.
Examples of objects are documents, videos, or images on a Web page.Page caching basically saves your entire page content as html and serves that.
I would suggest using WP Super Cache as it supports both page cache and object cache.
Forum: Developing with WordPress
In reply to: Linking custom taxonomies@a_mulg it basically depends on how you have setup things on your site. If Actors, Writers and Directors are taxonomies then what’s the post type?
Are you saving the data of Ben Affleck as term meta or post meta?
Ben Affleck is saved a post or a term in your system?
Regards
Forum: Fixing WordPress
In reply to: Upgraded server to http/2 , now cannot access dashboardHello etcbbu,
I normally use the following tool to search replace in WordPress. Just make sure to keep a backup before running the script.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Regards
Forum: Fixing WordPress
In reply to: Parse Error@jdembowski sorry, I understand what you are saying. I will make sure this should not happen again.
Forum: Fixing WordPress
In reply to: Upgraded server to http/2 , now cannot access dashboardHello etcbbu,
I understand the issue. I think you need to do a search replace in your WordPress database for the http URLs with https and it should be good.
Regards
Forum: Fixing WordPress
In reply to: WordPress stucks after changing languageHello jukkeli,
Did you try reaching out to Multilanguage by BestWebSotf’s support?
Forum: Fixing WordPress
In reply to: Parse ErrorIt’s definitely caching then. Do you have cpanel login? You can simply login to your cpanel and clear the varnish cache.
Regards