TelB
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] Images do not have links to the purchase pageHiya,
Many many Thanks!I have absolutely no connection to these guys whatsoever. Please feel free to contact me at any time to verify my honest feedback.
You guys are really good!
In all the times that I have requested support, you guys really perform amongst the best possible.
I would not have any hestitation in buying any of your products because of your great support.
Is there anywhere that I can leave you excellent feedback please?Cheers
TelBHiya Guys,
ok – I have solved this now – Thank you.
I had not realised that I had to go into the catalogie tab and then add the individual categories into the catalogue.
Solved now – Thank you.
Cheers
Terry BradleyI am still trying to work this out. I have tried:
a) different browsers
b) checking that all have graphics
c) compared the one products that did show (your sample) against my 2 products ror by row across categories, sub-categories and products.
d) All been entered into categories and sub-categories
e) All clicked on to show and not to hide
f) all have some test blurb
g) refeshed the shortcode [product-catalogue id=’2′] in the page
h) checked that products are linked to sub-categories-linked to cataegories linked to the single catalogue
i) Gone through loads of styling and options different configurationsI just do not know what to do next.
Can you help please?
Cheers
TelBForum: Plugins
In reply to: [Improved Cron] sadly won't startHiya Guys,
Yes, it wouldn’t start on http://totalbusinesstraining.com until I looked into the wp-config.php file located in /public_html/I had this statement in the wp-config.php file which I removed.
//** Disable internal Wp-Cron function
define(‘DISABLE_WP_CRON’, true);This stopped the wp-cron from running. So, by removing the statement, wp-cron started working again.
Hope that this helps someone.
Cheers
TelBForum: Plugins
In reply to: [WP Edit] Will not try this pluginBun 126,
It might help you to start a new topic as this is an entirely seperate issue / bug.Hey Josh, Yes, I do understand. Thank you for your kind reply.
I guess it is all down to perception.
All the best with your amazing plugin. I can see that you have put so much hard work, dedication and effort into this. You deserve some payback.
Cheers
TelBForum: Plugins
In reply to: [Super Simple Related Posts] Shortcode optionsHiya Mickey,
Very good of you indeed to provide a reply! 🙂
Much appreciated indeed!Yes, I do have a common taxonomy albeit that I have had to create it manually. So, there is not a single database index covering all the instances. Rather, I have had to create the taxonomy individually for each post-type.
This implementation can be viewed at:
Total Business TrainingSo, the taxonomy going across posts, pages, forums, RSS etc is all indivudal and separate from each other.
Cat1-1
Post1
Post2
Post3Cat1-2
Page1
Page2
Page3Cat1-3
Forum1
Forum2
Forum3I have activated your plugin and am playing now with your kind asvice above
Cheers
TelBForum: Plugins
In reply to: [Link Library] adding link from a post or custom post typeYannick, this is a superb plugin – Well done!
I have spent a day trying to get to grips with it all and am still learning!
Yes, this is a feature that I was thinking about also.
The advantage would be say, a apage or a post is placed in a specific category, then all (or some) of the links relating to that same category could be automatically added to the header or footer of that page or post.
It saves an awful lot of work.
Yannick, I am continuing to look at this plugin but I do expect to make a small financial donation!
Thank you!
Cheers
TelBForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] CSS ProblemThank You! 🙂
One happy guy 🙂
Cheers
TelBForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] CSS ProblemOoops very silly me!
the url was incorrect…
totalbusinesstraining.comForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] CSS ProblemHey Joe (Lol! Sorry!),
Yes, Thank You! I am indebted to you for this code and for your kind superb help!
If there is anything that I, or totalbustraining.com can do for you, free course, testimonial, review, facebook like etc etc etc please let me know!
Cheers
TelBForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] SlideOut Search barOMGoodness!
That is brilliant Guys!
Absolutely Brilliant!
Nice coding both of you!
Thank you!
telBForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] How to remove Submit buttonAh Yes, I see now!
Sorry I missed the advice in the FAQ about being able to remove the submit button through adding the follwoing to the theme’s functions.php file (found in appearence/editor)._______
function myslug_show_search_submit( $bool, $item, $depth, $args ){
$bool = false;
return $bool;
}
add_filter( ‘bop_nav_search_show_submit_button’, ‘myslug_nav_search_form’, 10, 4 );______
Cheers
TelBForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] CSS ProblemVery interesting, and I also removed the ‘Search’ text with some more code that you kindly incuded in the FAQ section; code below.
I just replaced your ‘The text you want’ with ” ie no spaces, nothing at all. It then removed the text completely.
All I need to do now is to;
a) find a way to right align the search box
b) align it slightly vertically down
c) change the back from changing to dark blue when text is entered into itand I am good to go 🙂
Oh! if it was possible to add a magnifying glass icon then this would be about as perfect as it can get! 🙂
Thank you!
Cheers
TelBfunction myslug_nav_search_screen_reader_text( $text, $item, $depth, $args ){
$text = ”; //for nothing
$text = __( ‘<span class=”screen-reader-text”>The text you want</span>’, ‘myslug’ ); //to change – the __() is for theme translation
return $text;
}
add_filter( ‘bop_nav_search_screen_reader_text’, ‘myslug_nav_search_screen_reader_text’, 10, 4 );Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] CSS ProblemAh Yes, I see now!
Sorry I missed the advice in the FAQ about being able to remove the submit button through adding the follwoing to the theme’s functions.php file (found in appearence/editor)._______
function myslug_show_search_submit( $bool, $item, $depth, $args ){
$bool = false;
return $bool;
}
add_filter( ‘bop_nav_search_show_submit_button’, ‘myslug_nav_search_form’, 10, 4 );______
I’ve still got the issue of the background of the box turning blue when I put text into it (rendering it nearly unreadable) and also the ‘search’ text being on top of the box rather than alongside it.
Many Thanks
TelBForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] How to remove Submit buttonGoodness! Sorry to be a bit negative guys, but how unhelpful can people be?
Entertainicus, I am pleased that you solved your problem, I really am!
Howvever, since you asked it in a forum, how about telling the rest of us how you solved your problem please?
At least, you had the goodwill and say that you solved your problem.
However, I am having exactly this same problem and would have really appreciated knowing how to solve it.Joe_Bopper, fantastic plugin! Thank you!
Also though, your reply does not help with this problem that much.Any chance of a little more details please chaps?
Regards
TelB