Nicola
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Major delay when updating css and imagesGodaddy have told me that my site has too many requests and is too large, I’ve no idea what else to do.
Forum: Fixing WordPress
In reply to: Major delay when updating css and imagesI was using cloudflare as a cdn. I have now removed this service and my host is Go Daddy. I’m still having the same problems
Forum: Plugins
In reply to: SimplePress Suddenly Starts Charging For SupportThank you, I am now using Mingle Forum and it’s been great so far! I managed to find a mod to incorporate it with buddypress. So far so good.
Forum: Fixing WordPress
In reply to: Default featured image and for categories?Anyone?
Forum: Plugins
In reply to: SimplePress Suddenly Starts Charging For SupportI am really disappointed in what Simple:Press did, I had a few issues with the forum that I didn’t know how to fix without the support forums. Due to this I moved to BBPress, which is in my opinion the worst forum provider I’ve ever used but that’s another story…
I use buddypress so I wanted a forum that could incorporate this somehow. After weeks of trying, testing and searching I’ve realised that Simple:Press was the best for me which is such a shame since I can’t use it properly as they now charge for support and plugins!
I had an account with them which got deleted! I contacted them via Twitter and they didn’t respond after I requested for my account to be restored as they said that earlier accounts could still access the forum.
I hate bad customer service.
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] Help me!Thanks! I have added that code and it worked fine, however I’m wanting to add a space/gap between the forum now that they’re listed vertically. How do I do this?
Forum: Fixing WordPress
In reply to: Default featured image and for categories?I have researched more and I added `<?php
//This must be in one loopif(has_post_thumbnail()) {
the_post_thumbnail();
} else {
echo ‘<img src=”‘.get_bloginfo(“template_url”).’/images/sr100.png” />’;
}
?>
`
into my fucntions.php file but it’s not workingParse error: syntax error, unexpected ‘<‘
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] Using shortcodes – forum slug problemResolved with my current theme.
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] Using shortcodes – forum slug problemThat didn’t work ^
I’m still confused. I decided not use shortcodes as I couldn’t find help with it. So now I’ve setup in the easy way.But I don’t have a sidebar https://stylereaction.com/forums nor does it look integrated with my site and I don’t know how to achieve the look I want with bbpress? like adding in a background.
I have simple:press installed here https://stylereaction.com/forum
I much prefer how the page looks with the sidebar but I want to use bbpressThanks for replying
Do you know the other plugins? I’ve tried searching with no luck. But I’d still only want to disable it when viewing mobile.
I added this code to php5.ini and it solved my problem
memory_limit = 64M post_max_size = 64M file_uploads = On upload_max_filesize = 64M [Zend] zend_extension=/home/content/30/7789030/html/ioncube/ioncube_loader_lin_5.2.so register_globals = off allow_url_fopen = off expose_php = Off max_input_time = 60 variables_order = "EGPCS" extension_dir = ./ upload_tmp_dir = /tmp precision = 12 SMTP = relay-hosting.secureserver.net url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" ; Only uncomment zend optimizer lines if your application requires Zend Optimizer support ;[Zend] ;zend_optimizer.optimization_level=15 ;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3 ;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3 ;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so ;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so ; -- Be very careful to not to disable a function which might be needed! ; -- Uncomment the following lines to increase the security of your PHP site. ;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru, ; phpinfo, exec, system, dl, fsockopen, set_time_limit, ; popen, proc_open, proc_nice,shell_exec,show_source,symlink"
Forum: Plugins
In reply to: [Newsletter Sign-Up] [Plugin: Newsletter Sign-Up] Setting up the Newsletter1) Yeah I did, it’s still not working for me
2 & 3) Ahh ok, thanks for explaining that! I set up Mail Chimp with no problem
Forum: Fixing WordPress
In reply to: PHP errorParse error: syntax error, unexpected T_STRING in D:\Hosting\8425109\html\wp-content\themes\theme1047\template_blog.php on line 4