Paul
Forum Replies Created
-
Forum: Plugins
In reply to: [Blogger Importer] Setting featured image by defaultRight so here is the update.
I left it on all day and it stopped on its own accord a few times but I kept just pressing continue. It is now stuck and wont go any further than something like 95-98% (progress bar indication). I have all the images I need however.
Have you any thoughts on why I need to update the page for the featured image to appear in the blog? This is the only major issue I have at the moment as I can make due with 95 of the images?
Thanks
Forum: Plugins
In reply to: [Blogger Importer] Setting featured image by defaultI will leave this on all day with the twenty twelve theme running and update you. Thanks for your help thus far!
Forum: Plugins
In reply to: [Blogger Importer] Setting featured image by defaultOk so it appears I am totally lying…
Although the plugin illustrates that it is importing 9 images and is half way done, it has actually imported almost 600 images which suggests there are possibly 1200 images in total.
Even still I have left the computer on for 24 hours and it still stops at the same point.
I have just deleted all posts, comments and images. I then downloaded and installed the twenty twelve theme but it still behaves in the same way.
On re-import the plugin firstly downloaded 16 images, and then stopped. I restarted it and then it imported a total of 27 and then did the same again and totaled 52 images.
Forum: Plugins
In reply to: [Blogger Importer] Setting featured image by defaultIts called magique from theme forest
https://themes.cmsmasters.net/?theme=magique
Do you think it could be something to do with the theme then?
Forum: Plugins
In reply to: [Blogger Importer] Setting featured image by default105 posts
32 comments
9 images (stuck) – Action button displays ‘Continue’, however if you press this it just does the same thing
0 linksPlugins:
Blogger Importer
Contact Form builder
LayerSlider WP
Revolution Slider
User Role Editor
WooCommerce
WooCommerce Menu CartForum: Plugins
In reply to: [Blogger Importer] Setting featured image by defaultAlso, on import, the plugin download posts, comments but then pauses and freezes completely when importing images, it only ever gets to 9 and then freezes.
More than 9 images get imported though but it never reaches links or allows me to select the author.
Your help would be hugely appreciated.
Forum: Plugins
In reply to: Anyone know of a Blogger.com plugin that automatically updates WordPress blogForum: Plugins
In reply to: [Blogger Image Import] Setting featured image by defaultForum: Plugins
In reply to: [Blogger Importer] Setting featured image by defaultHi
As described your plugin works almost perfectly. Saves the image to the media library and sets it as the featured image.
However, in order to display it on my blog list which are brief excerpts and with optional image, I need to click ‘update’ on each post individually before they will appear.
Do you have any ideas of a way I could get round this?
Forum: Plugins
In reply to: [Blogger Importer] Setting featured image by defaultThanks for that. I will give that a try.
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Remove Woocommerce Cart Tab on Smartphonesyou can change the font colour via your wp dashboard –> Appearance –> Editor. This will allow you to set the rules for any object within wordpress e.g.
.yourclass { color: #000000 !important rule: attribute !important }
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Remove Woocommerce Cart Tab on Smartphones@media only screen and (max-width: 769px) { .cart-tab {display:none !important;} }
** This is the actually code sorry, couple of extra characters snuck in there
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Remove Woocommerce Cart Tab on SmartphonesAnswer can be found here:
https://www.ads-software.com/support/topic/mobile-friendly-3?replies=2
The plugin author suggests using this code:
@media only screen and (max-width: 769px) { .widget_shopping_cart { display:none; } }
However, it is not the cart that you wish to disable, its the tab part, in which case I suggest you use this code:
@media only screen and (max-width: 769px) { .cart-tab {display:none;}; } }
Forum: Themes and Templates
In reply to: [Theron Lite] Shortcodes in Front Page Blocks<?php echo do_shortcode(‘[testimonialswidget_widget char_limit=185 category=”testimonials” refresh_interval=6]’); ?>