seo-uk
Forum Replies Created
-
Forum: Plugins
In reply to: [Easing Slider] lof-navigator-wapper increase marginHello,
Yes it is in dev at https://goo.gl/SQFM1
Forum: Plugins
In reply to: [Store Locator Plus?] Store pages 404 not foundLol.. As the old saying goes.. Where there is will (or need) there’s a way…
Forum: Plugins
In reply to: [Store Locator Plus?] Store Page TemplateThanks for that.. I change my single template to take out comments and meta.. I guess the question was/is there a way to point to specific template?
Forum: Plugins
In reply to: [Store Locator Plus?] Store Page TemplateHello,
Just searched the code and it appears to be creating a post.
// Create the page
//
$slpNewListing = array(
‘ID’ => (($store[‘sl_linked_postid’] > 0)?$store[‘sl_linked_postid’]:”),
‘post_type’ => ‘store_page’,
‘post_status’ => ‘publish’,
‘post_title’ => $store[‘sl_store’],
‘post_content’ => call_user_func(array(‘SLPlus_AdminUI’,’slpCreatePageContent’),$store),
);Be interested in the answer as it may crop up.
Forum: Plugins
In reply to: [Store Locator Plus?] Store Page TemplateHello,
Not sure if you can change the template within SLP as I have not looked at that but I have changed the existing template to suit my needs.
You can edit the template within your theme. To do this create a child theme, if not using your own, and copy single.php to the child directory. Open it up in an editor and remove what you do not want.
In what you describe you need to remove the meta.
Forum: Plugins
In reply to: [Store Locator Plus?] Store pages 404 not foundHello,
Thanks for the reply. I deactivated all plugins and no change. I am using a multisite environment for the different departments but this is currently at the root level? I can see and edit the page under Store Pages. But I can not preview the page from the editor either.
The problem lies in the rewrite rules. The answer is not pretty for some as you need to edit the database. I used PHPMyAdmin find and select “wp_options” Then locate “rewrite_rules” edit this and delete all the content.
This forces WordPress to refresh / re do the table and everything works.
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Thumbnail sizingHi Jose..
That works so I am really pleased.. Thank you for your effort to resolve the issue and to teach me something I did not know! I would recommend the “AJAX Thumbnail Rebuild” to perform the task after changing the settings..
Thanks again..
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Thumbnail sizingHello,
Thank you for your reply. The featured images are 940×520 and the dimensions used for NLP is proportionate at 200×111. The site is in development but you can take a look at it here https://bit.ly/P2f7EV
Kev
Forum: Plugins
In reply to: [WangGuard] [Plugin: WangGuard] Deleting security questionsHiya..
Thanks for getting back to me. WP 3.2 BP 1.5.4 and WG 1.3.2.
The hover behaviour works but not the link to the script.
Thanks
Kev