meltdown2
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Menu] Responsive Menu works but site content is inaccessibleNo Help on this? Here is a screenshot of how the site appears on a mobile:
nickjbroom.com/images/MobileTest.png
As you can see, the site content is cut off. As I stated, this was true on two different sites where I installed this plugin. Is there some trick to forcing site content to stay within mobile parameters?Thank you
Forum: Plugins
In reply to: [WP Responsive Menu] Responsive Menu works but site content is inaccessibleI’ve installed this plugin on a different site with a different theme and am having the exact same problem: The Responsive Menu is visible and works but the website content is not visible and/or is inaccessible (off-screen to the right).
What am I missing?
Again, my site where the plugin is installed is nickjbroom.com
Thank you
I’m having this same issue in both Firefox and Chrome.
Forum: Plugins
In reply to: [Jigoshop] Shipping: "Per order" selected but "Per Item" being chargedYou’re a lifesaver! I wrote out of frustration and am now quite glad I did so! I’ll pop over and select a shipping plugin.
Thank you!
Forum: Plugins
In reply to: [Jigoshop] Shipping: "Per order" selected but "Per Item" being chargedThe Royal Mail Shipping extension is neither created nor supported by Jigoshop. This wasn’t made clear when purchasing the plugin from the Jigoshop website.
The support from the plugin creators was useless and I was forced to abandon the plugin, forfeiting $49.
I feel that Jigoshop should make it VERY clear when products sold on their website are third-party so that the buyer is fully aware of the risks.
Because this wasn’t done, I also feel that Jigoshop should take some responsibility for my lost time and money. I understand that they cannot support a third-party plugin, but the could have provided me with another, WORKING shipping module so that I could proceed with business. Instead I’m frustrated and looking at migrating my Jigoshop products to Woocommerce, something I DID NOT WANT TO DO.
Forum: Plugins
In reply to: [Jigoshop] remove (ex. tax)Thanks for the reply, I’ll give it a go! I’m surprised I didn’t see that with my web tools.
Forum: Plugins
In reply to: [Jigoshop] Removing "posted" in on product PageIf the goal is to remove the “posted in…” from your product page, you could just hide it using css. Add the following to your child theme’s stylesheet:
div.posted_in { display: none; }
Forum: Fixing WordPress
In reply to: /blog index files displayed in browserHmm… Reinstalling is not so simple. The first thing that comes to mind is that we have over 10,000 listings that are geo-coded using Google maps whose locations would need to be re-recognized. And then there’s the hassle with WishList Member etc…
Honestly I’m amazed that there isn’t a simple solution to this. WordPress is designed to be able to reside in a folder with the root domain as the entry point.
Forum: Fixing WordPress
In reply to: /blog index files displayed in browserBut I want my site URL to be the root, even though the WordPress install resides at /blog. Therefore at Admin>Settings>General the settings are:
WordPress Address (URL) mysite/blog/
Site Address (URL) mysite/
These settings work properly. The only problem is that at “mysite/blog/” the site files are displayed.
I installed a 301 redirect plugin and redirected “mysite/blog/” to “mysite/” but there was no change. So I Uninstalled the plugin.
In cpanel I added the “mysite/blog/” to “mysite/” redirect but there was no change.
Forum: Fixing WordPress
In reply to: /blog index files displayed in browserAt Admin>Settings>General I do have my site URL pointing to the root. But the URL at “mysite/blog” still displays the index of site files.
Forum: Fixing WordPress
In reply to: /blog index files displayed in browserThanks for the response. The problem, as I see it, is that I’m not trying to redirect a specific page, as I could do with a redirect plugin, but rather the specific URL where my WordPress install resides. Would a plugin even do that for me?
Forum: Fixing WordPress
In reply to: /blog index files displayed in browserI’m still unclear as to how to redirect the url “mysite/blog” (which is where my WordPress install resides) to “mysite” (as it is set at Admin>Settings>General).
Any suggestions would be much appreciated ??
Forum: Fixing WordPress
In reply to: /blog index files displayed in browserUsing a 301 to redirect that url to the root makes sense. But how do I redirect that specific url?
If I use the .htaccess, what specific command am I adding? My current .htaccess is:
# BEGIN WordPress
<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 WordPress
Thank you for your responses!
Thanks for the quick response! It’s a step in the right direction; the overflow is hidden, but the cell content is cut off (in this case, the URL):
https://hearingclub.org/extra_images/screenshot_tabs2.pngAny ideas? I can provide site access if need be. Thanks again
That did it – Thanks!
Mark this resolved ??