Mysmasken
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Archives Reloaded] How to Fix PHP7 ErrorThank you so much! This is indeed my favorite archive plugin. It’s so simple, yet I haven’t found anything like it!
Forum: Plugins
In reply to: WooCommerce Remove "Select an Option"Since this seems to have changed in the latest version and I can’t find a good answer anywhere, this is what I finally figured out.
In plugins/woocommerce/includes/wc-template-functions.php
Remove this row:
‘show_option_none’ => __( ‘Choose an option’, ‘woocommerce’ )I just removed
<?php if (@$gallery->counter > 0) : ?>
<p class=”ngg-album-gallery-image-counter”><?php echo $gallery->counter ?> <?php _e(‘Photos’, ‘nggallery’) ?></p>
<?php endif; ?>from album-compact.php
Forum: Fixing WordPress
In reply to: admin-ajax.php abusing CPU resourcesYeah, it’s a VPS, one of the reseller accounts.
I have opened a live chat ticket, I’ll see what we can sort out. Thanks =)
Forum: Fixing WordPress
In reply to: admin-ajax.php abusing CPU resourcesYeah, I meant if there was anything I could do. I have access to whm and cpanel and FTP and all ??
Forum: Fixing WordPress
In reply to: admin-ajax.php abusing CPU resourcesThanks, but is there no way to figure out what is causing it?
The plugins are there cause I want them, so if something is causing an issue I want to delete only that, not all my plugins?Forum: Themes and Templates
In reply to: Previewing themes with their own settingsThanks, same thing as the WordPress Live Preview – I can’t control the theme settings.
I will install a second one, get all the same plugins and try to import content ??
Forum: Themes and Templates
In reply to: Previewing themes with their own settingsOkay, I could try that. It’s a 10 year old blog with 3000 posts and pictures lol, but I might have to do that.
Wish there was an easy way to preview themes.Forum: Themes and Templates
In reply to: Previewing themes with their own settingsNo, I didn’t want to create a new database, I wanted to pull posts from my regular site. Is that not possible?
So I can see what it looks like with my content, my categories, pics, etc.Forum: Themes and Templates
In reply to: Previewing themes with their own settingsesmi – thanks for your reply. I tried that, and got some error about some table in the database.
I wanted to use the same database, so I could test it with my content…I just gave up, but I guess I will have to try again.
I get the same problem, doing away with the htaccess file didn’t work, only a reinstall of the latest WordPress worked.
As soon as I activate the plugin it slows the site down to almost a stop… When I checked the progress of the plugin it has done very few images, assuming they all end up in the months upload folder, which seems to be the case…
I would LOVE to make it work.
Forum: Plugins
In reply to: [Autoset Featured Image] how do I use it?Such a neat idea, but nothing happens to me either ??
Forum: Plugins
In reply to: [Tripadvisor Stream] How to insert reviews?Alright, so in the description it says something about [tripadvisorsc], but that doesn’t work either. Hmm.
Forum: Fixing WordPress
In reply to: Tag cloud small font size on hoverI figured it out. THere wasThere was a
!important
in
font-size
in
.post-comments a, a:hover, a:visited, a:activeThat screwed it up.
Forum: Plugins
In reply to: [Smart Archives Reloaded] Remove months with no posts?